body {
  font-family: Albert Sans;
}
.display-1 {
  font-family: 'Poppins', sans-serif;
  font-size: 5.2rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.5rem;
}
.display-2 {
  font-family: 'Poppins', sans-serif;
  font-size: 3.4rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.25rem;
}
.display-4 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.625rem;
}
.display-5 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.8rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-7 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.8rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 2.25rem;
}
/* ---- 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.64rem;
    font-size: calc( 2.4699999999999998rem + (5.2 - 2.4699999999999998) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4699999999999998rem + (5.2 - 2.4699999999999998) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.72rem;
    font-size: calc( 1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
}
.display-2 {
  line-height: 1;
}
.display-5 {
  line-height: 1;
}
.display-7 {
  line-height: 1.2;
}
@media (max-width: 992px) {
  .display-1 {
    font-size: 1.456rem;
    line-height: 1.2;
  }
}
@media (max-width: 992px) {
  .display-2 {
    font-size: 2.04rem;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .display-2 {
    font-size: 1.36rem;
    line-height: 1.2;
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #32c7db !important;
}
.bg-success {
  background-color: #171a7c !important;
}
.bg-info {
  background-color: #32c7db !important;
}
.bg-warning {
  background-color: #ffffff !important;
}
.bg-danger {
  background-color: #ffb18a !important;
}
.btn-primary {
  margin-right: 2rem;
  position: relative;
  border: 0;
  border-radius: 0px;
  z-index: 1;
  box-shadow: none;
  overflow: hidden;
  background-color: inherit;
}
.btn-primary,
.btn-primary:active {
  background-color: #32c7db !important;
  border-color: #32c7db !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #1b8c9b !important;
  border-color: #1b8c9b !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #1b8c9b !important;
  border-color: #1b8c9b !important;
}
.btn-primary:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: white;
  z-index: -1;
  transform: translateX(-102%);
  transition: all 0.3s;
}
.btn-primary:hover {
  box-shadow: none;
  color: #32c7db !important;
}
.btn-primary:hover:before {
  transform: translateX(0);
}
.btn-secondary {
  margin-right: 2rem;
  position: relative;
  border: 0;
  border-radius: 0px;
  z-index: 1;
  box-shadow: none;
  overflow: hidden;
  background-color: inherit;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff57be !important;
  border-color: #ff57be !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff009c !important;
  border-color: #ff009c !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff009c !important;
  border-color: #ff009c !important;
}
.btn-secondary:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: white;
  z-index: -1;
  transform: translateX(-102%);
  transition: all 0.3s;
}
.btn-secondary:hover {
  box-shadow: none;
  color: #ff57be !important;
}
.btn-secondary:hover:before {
  transform: translateX(0);
}
.btn-info {
  margin-right: 2rem;
  position: relative;
  border: 0;
  border-radius: 0px;
  z-index: 1;
  box-shadow: none;
  overflow: hidden;
  background-color: inherit;
}
.btn-info,
.btn-info:active {
  background-color: #32c7db !important;
  border-color: #32c7db !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #1b8c9b !important;
  border-color: #1b8c9b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #1b8c9b !important;
  border-color: #1b8c9b !important;
}
.btn-info:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: white;
  z-index: -1;
  transform: translateX(-102%);
  transition: all 0.3s;
}
.btn-info:hover {
  box-shadow: none;
  color: #32c7db !important;
}
.btn-info:hover:before {
  transform: translateX(0);
}
.btn-success {
  margin-right: 2rem;
  position: relative;
  border: 0;
  border-radius: 0px;
  z-index: 1;
  box-shadow: none;
  overflow: hidden;
  background-color: inherit;
}
.btn-success,
.btn-success:active {
  background-color: #171a7c !important;
  border-color: #171a7c !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #090b33 !important;
  border-color: #090b33 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #090b33 !important;
  border-color: #090b33 !important;
}
.btn-success:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: white;
  z-index: -1;
  transform: translateX(-102%);
  transition: all 0.3s;
}
.btn-success:hover {
  box-shadow: none;
  color: #171a7c !important;
}
.btn-success:hover:before {
  transform: translateX(0);
}
.btn-warning {
  margin-right: 2rem;
  position: relative;
  border: 0;
  border-radius: 0px;
  z-index: 1;
  box-shadow: none;
  overflow: hidden;
  background-color: inherit;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-warning:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: white;
  z-index: -1;
  transform: translateX(-102%);
  transition: all 0.3s;
}
.btn-warning:hover {
  box-shadow: none;
  color: #ffffff !important;
}
.btn-warning:hover:before {
  transform: translateX(0);
}
.btn-danger {
  margin-right: 2rem;
  position: relative;
  border: 0;
  border-radius: 0px;
  z-index: 1;
  box-shadow: none;
  overflow: hidden;
  background-color: inherit;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffb18a !important;
  border-color: #ffb18a !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff7733 !important;
  border-color: #ff7733 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff7733 !important;
  border-color: #ff7733 !important;
}
.btn-danger:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: white;
  z-index: -1;
  transform: translateX(-102%);
  transition: all 0.3s;
}
.btn-danger:hover {
  box-shadow: none;
  color: #ffb18a !important;
}
.btn-danger:hover:before {
  transform: translateX(0);
}
.btn-white {
  margin-right: 2rem;
  position: relative;
  border: 0;
  border-radius: 0px;
  z-index: 1;
  box-shadow: none;
  overflow: hidden;
  background-color: inherit;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-white:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: white;
  z-index: -1;
  transform: translateX(-102%);
  transition: all 0.3s;
}
.btn-white:hover {
  box-shadow: none;
  color: #fafafa !important;
}
.btn-white:hover:before {
  transform: translateX(0);
}
.btn-black {
  margin-right: 2rem;
  position: relative;
  border: 0;
  border-radius: 0px;
  z-index: 1;
  box-shadow: none;
  overflow: hidden;
  background-color: inherit;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: white;
  z-index: -1;
  transform: translateX(-102%);
  transition: all 0.3s;
}
.btn-black:hover {
  box-shadow: none;
  color: #232323 !important;
}
.btn-black:hover:before {
  transform: translateX(0);
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #32c7db;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #1b8c9b !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #32c7db !important;
  border-color: #32c7db !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff57be;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff009c !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff57be !important;
  border-color: #ff57be !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #32c7db;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #1b8c9b !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #32c7db !important;
  border-color: #32c7db !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #171a7c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #090b33 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #171a7c !important;
  border-color: #171a7c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffb18a;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff7733 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ffb18a !important;
  border-color: #ffb18a !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #32c7db !important;
}
.text-secondary {
  color: #ff57be !important;
}
.text-success {
  color: #171a7c !important;
}
.text-info {
  color: #32c7db !important;
}
.text-warning {
  color: #ffffff !important;
}
.text-danger {
  color: #ffb18a !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #32c7db !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff57be !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #171a7c !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #32c7db !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ffffff !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ffb18a !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #fafafa !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #232323 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: none;
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #32c7db;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #32c7db;
}
.alert-warning {
  background-color: #ffffff;
}
.alert-danger {
  background-color: #ffb18a;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #32c7db;
  border-color: #32c7db;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #32c7db;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #e0f6f9;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #383dda;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #e0f6f9;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Poppins', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.625rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #32c7db !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Poppins', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.625rem;
}
blockquote {
  border-color: #32c7db;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #32c7db;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #32c7db;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #32c7db;
  border-bottom-color: #32c7db;
}
.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: #32c7db !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: #ff57be !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%2332c7db' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-tTGYTgCtWp .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-tTGYTgCtWp .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-tTGYTgCtWp .nav-item:focus,
.cid-tTGYTgCtWp .nav-link:focus {
  outline: none;
}
.cid-tTGYTgCtWp .text-white:hover,
.cid-tTGYTgCtWp .text-white:active,
.cid-tTGYTgCtWp .text-white:focus {
  color: white!important;
}
.cid-tTGYTgCtWp .navbar {
  max-width: 1000px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #ff9966;
}
.cid-tTGYTgCtWp .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-tTGYTgCtWp .navbar.opened {
  transition: all .3s;
  background: #ff9966 !important;
}
.cid-tTGYTgCtWp .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tTGYTgCtWp .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-tTGYTgCtWp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tTGYTgCtWp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tTGYTgCtWp .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tTGYTgCtWp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tTGYTgCtWp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tTGYTgCtWp .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-tTGYTgCtWp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tTGYTgCtWp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tTGYTgCtWp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tTGYTgCtWp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tTGYTgCtWp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tTGYTgCtWp .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tTGYTgCtWp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tTGYTgCtWp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tTGYTgCtWp .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-tTGYTgCtWp .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tTGYTgCtWp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tTGYTgCtWp .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tTGYTgCtWp .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tTGYTgCtWp .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tTGYTgCtWp .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tTGYTgCtWp .navbar.navbar-short {
  background: #ff9966 !important;
  min-height: 60px;
}
.cid-tTGYTgCtWp .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tTGYTgCtWp .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tTGYTgCtWp .section {
  position: relative;
  overflow: visible!important;
}
.cid-tTGYTgCtWp .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-tTGYTgCtWp .dropdown-item:hover {
  color: black!important;
}
.cid-tTGYTgCtWp .dropdown-menu {
  background-color: white!important;
}
.cid-tTGYTgCtWp .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-tTGYTgCtWp .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-tTGYTgCtWp .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-tTGYTgCtWp .nav-item .nav-link {
    position: relative;
  }
}
.cid-tTGYTgCtWp .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-tTGYTgCtWp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tTGYTgCtWp .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
  padding-right: 1rem;
}
.cid-tTGYTgCtWp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tTGYTgCtWp .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-tTGYTgCtWp .collapsed {
  flex-direction: row!important;
}
.cid-tTGYTgCtWp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tTGYTgCtWp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tTGYTgCtWp .navbar-caption {
  font-weight: 600!important;
}
.cid-tTGYTgCtWp .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-tTGYTgCtWp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tTGYTgCtWp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tTGYTgCtWp .dropdown-item.active,
.cid-tTGYTgCtWp .dropdown-item:active {
  background-color: transparent;
}
.cid-tTGYTgCtWp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tTGYTgCtWp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tTGYTgCtWp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tTGYTgCtWp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ff9966;
}
.cid-tTGYTgCtWp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tTGYTgCtWp ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tTGYTgCtWp .navbar-buttons {
  text-align: center;
}
.cid-tTGYTgCtWp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tTGYTgCtWp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #171a7c;
}
.cid-tTGYTgCtWp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tTGYTgCtWp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tTGYTgCtWp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tTGYTgCtWp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tTGYTgCtWp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tTGYTgCtWp nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tTGYTgCtWp nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tTGYTgCtWp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tTGYTgCtWp .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tTGYTgCtWp .nav-link {
  font-weight: 600!important;
}
.cid-tTGYTgCtWp a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tTGYTgCtWp .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tTGYTgCtWp .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-tTGYTgCtWp .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tTGYTgCtWp .navbar {
    height: 77px;
  }
  .cid-tTGYTgCtWp .navbar.opened {
    height: auto;
  }
  .cid-tTGYTgCtWp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tTGZwhHbC4 {
  display: flex;
  background-image: url("../../../assets/images/kimbara-catamaran-tours-5-1198x552.jpg");
  align-items: center;
}
.cid-tTGZwhHbC4 .mbr-overlay {
  background-color: #171a7c;
  opacity: 0.2;
}
@media (min-width: 768px) {
  .cid-tTGZwhHbC4 .row {
    justify-content: center;
  }
  .cid-tTGZwhHbC4 .content-wrap {
    width: 93%;
  }
}
@media (max-width: 991px) {
  .cid-tTGZwhHbC4 .content-wrap {
    width: 100%;
  }
}
.cid-tTGZwhHbC4 .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .cid-tTGZwhHbC4 .mbr-section-title {
    text-align: center;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .cid-tTGZwhHbC4 .mbr-text {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-tTGZwhHbC4 .mbr-section-btn {
    text-align: center;
  }
}
.cid-tqJ3ClteMg {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #32c7db;
}
.cid-tqJ3ClteMg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqJ3ClteMg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@keyframes wave2 {
  0% {
    transform: scaleY(0.8);
  }
  50% {
    transform: scaleY(1);
  }
  100% {
    transform: scaleY(0.8);
  }
}
.cid-tqJ3ClteMg #gentle-wave {
  fill: #32c7db;
}
.cid-tqJ3ClteMg .svg2 {
  background: transparent;
  position: absolute;
  bottom: 100%;
  animation: 5s ease infinite wave2;
  transform: scaleY(0.8);
  transform-origin: bottom;
}
.cid-tqJ3ClteMg b {
  font-weight: 900;
}
.cid-tqJ3ClteMg .row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-tqJ3ClteMg img {
    padding: 0 4rem;
  }
}
@media (max-width: 992px) {
  .cid-tqJ3ClteMg img {
    padding-bottom: 2rem;
  }
}
@keyframes wave1 {
  0% {
    left: -30%;
  }
  100% {
    left: -1%;
  }
}
.cid-tqJ3ClteMg .link-wrapper {
  width: fit-content;
  position: relative;
  display: inline-block;
  overflow: hidden;
  cursor: pointer;
  padding-bottom: 10px;
}
.cid-tqJ3ClteMg .link-wrapper .svg1 {
  position: absolute;
  top: 60%;
  width: 130%;
  min-width: 300px;
  left: -30%;
  height: auto;
}
.cid-tqJ3ClteMg .link-wrapper .svg1 path {
  stroke: currentColor !important;
}
.cid-tqJ3ClteMg .link-wrapper:hover .svg1 {
  animation: 1s linear forwards infinite wave1;
}
.cid-tqJ3ClteMg .row {
  align-items: center;
}
.cid-tqJ3ClteMg .mbr-section-title {
  color: #ffffff;
}
.cid-tqJ3ClteMg .mbr-text,
.cid-tqJ3ClteMg .mbr-section-btn {
  color: #ffffff;
}
.cid-tqJ3ClteMg .mbr-link,
.cid-tqJ3ClteMg .link-wrapper {
  color: #ffffff;
}
.cid-tqJ3ClteMg .mbr-text,
.cid-tqJ3ClteMg .text-wrapper {
  color: #171a7c;
}
.cid-tTHUuQ9Iiw {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tTHUuQ9Iiw .mbr-media {
  position: relative;
}
.cid-tTHUuQ9Iiw .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-tTHUuQ9Iiw .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  background: white;
  transition: all 0.3s;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tTHUuQ9Iiw .icon-wrap:hover {
  transform: translate(-50%, -50%) scale(1.2);
}
@media (max-width: 767px) {
  .cid-tTHUuQ9Iiw .icon-wrap {
    width: 80px;
    height: 80px;
  }
}
.cid-tTHUuQ9Iiw .mbr-media span {
  font-size: 3rem;
  color: #32c7db;
  border-radius: 50%;
  padding-left: 0.6rem;
}
@media (max-width: 767px) {
  .cid-tTHUuQ9Iiw .mbr-media span {
    font-size: 2rem;
  }
}
.cid-tTHUuQ9Iiw .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tTHUuQ9Iiw .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tTHUuQ9Iiw .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tTHUuQ9Iiw .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tTHUuQ9Iiw .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uqZqc6KSFl {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #2853b6;
}
.cid-uqZqc6KSFl .mbr-media {
  position: relative;
}
.cid-uqZqc6KSFl .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-uqZqc6KSFl .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  background: white;
  transition: all 0.3s;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uqZqc6KSFl .icon-wrap:hover {
  transform: translate(-50%, -50%) scale(1.2);
}
@media (max-width: 767px) {
  .cid-uqZqc6KSFl .icon-wrap {
    width: 80px;
    height: 80px;
  }
}
.cid-uqZqc6KSFl .mbr-media span {
  font-size: 3rem;
  color: #32c7db;
  border-radius: 50%;
  padding-left: 0.6rem;
}
@media (max-width: 767px) {
  .cid-uqZqc6KSFl .mbr-media span {
    font-size: 2rem;
  }
}
.cid-uqZqc6KSFl .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uqZqc6KSFl .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uqZqc6KSFl .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uqZqc6KSFl .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uqZqc6KSFl .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uqZqc6KSFl .mbr-section-title {
  color: #ffffff;
}
.cid-tqJ4Lz1YWs {
  background-color: #6be3ff;
}
.cid-tqJ4Lz1YWs .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqJ4Lz1YWs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@keyframes wave1 {
  0% {
    left: -30%;
  }
  100% {
    left: -1%;
  }
}
.cid-tqJ4Lz1YWs b,
.cid-tqJ4Lz1YWs strong {
  font-weight: 900;
}
@media (min-width: 992px) {
  .cid-tqJ4Lz1YWs img {
    padding: 0 4rem;
  }
}
@media (max-width: 992px) {
  .cid-tqJ4Lz1YWs img {
    padding-bottom: 2rem;
  }
}
.cid-tqJ4Lz1YWs .link-wrapper {
  width: fit-content;
  position: relative;
  display: inline-block;
  overflow: hidden;
  cursor: pointer;
  padding-bottom: 10px;
}
.cid-tqJ4Lz1YWs .link-wrapper .svg1 {
  position: absolute;
  top: 60%;
  width: 130%;
  min-width: 300px;
  left: -30%;
  height: auto;
}
.cid-tqJ4Lz1YWs .link-wrapper .svg1 path {
  stroke: currentColor !important;
}
.cid-tqJ4Lz1YWs .link-wrapper:hover .svg1 {
  animation: 1s linear forwards infinite wave1;
}
.cid-tqJ4Lz1YWs .row {
  align-items: center;
}
.cid-tqJ4Lz1YWs .mbr-section-title {
  color: #171a7c;
}
.cid-tqJ4Lz1YWs .mbr-text,
.cid-tqJ4Lz1YWs .mbr-section-btn {
  color: #ffffff;
}
.cid-tqJ4Lz1YWs .mbr-link,
.cid-tqJ4Lz1YWs .link-wrapper {
  color: #ffffff;
}
.cid-tqJ4Lz1YWs .mbr-text,
.cid-tqJ4Lz1YWs .text-wrapper {
  color: #17003b;
}
.cid-tqJ4Lz1YWs .mbr-link,
.cid-tqJ4Lz1YWs .text-wrapper,
.cid-tqJ4Lz1YWs path {
  color: #ff57be;
}
.cid-tqJ3zDkIcR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-tqJ3zDkIcR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqJ3zDkIcR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqJ3zDkIcR .mbr-iconfont {
  display: block;
  font-size: 10rem;
  color: #32c7db;
  margin-bottom: 3rem;
}
.cid-tqJ3zDkIcR b,
.cid-tqJ3zDkIcR strong {
  font-weight: 900;
}
@keyframes wave1 {
  0% {
    left: -30%;
  }
  100% {
    left: -1%;
  }
}
.cid-tqJ3zDkIcR .link-wrapper {
  width: fit-content;
  position: relative;
  display: inline-block;
  overflow: hidden;
  cursor: pointer;
  padding-bottom: 10px;
}
.cid-tqJ3zDkIcR .link-wrapper .svg1 {
  position: absolute;
  top: 60%;
  width: 130%;
  min-width: 300px;
  left: -30%;
  height: auto;
}
.cid-tqJ3zDkIcR .link-wrapper .svg1 path {
  stroke: currentColor !important;
}
.cid-tqJ3zDkIcR .link-wrapper:hover .svg1 {
  animation: 1s linear forwards infinite wave1;
}
.cid-tqJ3zDkIcR .card {
  padding: 0;
}
.cid-tqJ3zDkIcR .container-fluid {
  padding: 0;
}
.cid-tqJ3zDkIcR .container-fluid .row {
  margin: 0;
}
.cid-tqJ3zDkIcR .card-wrap {
  padding: 8rem 5rem;
  height: 100%;
}
@media (max-width: 1400px) {
  .cid-tqJ3zDkIcR .card-wrap {
    padding: 4rem 3.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tqJ3zDkIcR .card-wrap {
    padding: 3rem 1rem;
  }
}
.cid-tqJ3zDkIcR .card1 {
  background: #fffa63;
}
.cid-tqJ3zDkIcR .card2 {
  background: #9f65e6;
}
.cid-tqJ3zDkIcR .card3 {
  background: #ff57be;
}
.cid-tqJ3zDkIcR .card-text,
.cid-tqJ3zDkIcR .mbr-section-btn,
.cid-tqJ3zDkIcR .social-row {
  color: #17003b;
  text-align: center;
}
.cid-tqJ3zDkIcR .card-title,
.cid-tqJ3zDkIcR .social-row {
  color: #171a7c;
  text-align: center;
}
.cid-tqJ3zDkIcR .mbr-link,
.cid-tqJ3zDkIcR .content-wrap,
.cid-tqJ3zDkIcR path {
  color: #17003b;
  text-align: center;
}
.cid-tqJ3zDkIcR .mbr-link,
.cid-tqJ3zDkIcR .text-wrapper,
.cid-tqJ3zDkIcR path {
  color: #ffffff;
}
.cid-tTvMMdEv1R {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #d35415;
}
@media (max-width: 767px) {
  .cid-tTvMMdEv1R .content {
    text-align: center;
  }
  .cid-tTvMMdEv1R .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tTvMMdEv1R .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-tTvMMdEv1R .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tTvMMdEv1R .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tTvMMdEv1R .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tTvMMdEv1R .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tTvMMdEv1R .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tTvMMdEv1R .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tTvMMdEv1R .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tTvMMdEv1R .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tTvMMdEv1R .google-map {
  height: 25rem;
  position: relative;
}
.cid-tTvMMdEv1R .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tTvMMdEv1R .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tTvMMdEv1R .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tTvMMdEv1R .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tTvMMdEv1R P {
  color: #fafafa;
  text-align: left;
}
.cid-tTvMMdEv1R .copyright > p {
  text-align: left;
  color: #88d9fb;
}
.cid-tTvxlTn9vy {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #40b0bf;
}
.cid-tTvxlTn9vy svg {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg2;
}
.cid-tTvxlTn9vy svg .st0 {
  fill: #40b0bf;
}
@media (max-width: 992px) {
  .cid-tTvxlTn9vy svg {
    width: 1000px;
  }
}
@keyframes svg2 {
  from {
    transform: scaleX(1) scaleY(1.1) rotate(0deg);
  }
  to {
    transform: scaleX(1) scaleY(1.6) rotate(0deg);
  }
}
.cid-tTvxlTn9vy .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tTvxlTn9vy .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tTvxlTn9vy .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-tTvxlTn9vy .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-tTvxlTn9vy div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tTvxlTn9vy .copyright {
  color: #ffffff;
}
.cid-tTvxlTn9vy .mbr-section-subtitle {
  color: #171a7c;
}
.cid-tTMxpayHyr .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-tTMxpayHyr .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-tTMxpayHyr .nav-item:focus,
.cid-tTMxpayHyr .nav-link:focus {
  outline: none;
}
.cid-tTMxpayHyr .text-white:hover,
.cid-tTMxpayHyr .text-white:active,
.cid-tTMxpayHyr .text-white:focus {
  color: white!important;
}
.cid-tTMxpayHyr .navbar {
  max-width: 1000px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #ff9966;
}
.cid-tTMxpayHyr .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-tTMxpayHyr .navbar.opened {
  transition: all .3s;
  background: #ff9966 !important;
}
.cid-tTMxpayHyr .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tTMxpayHyr .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-tTMxpayHyr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tTMxpayHyr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tTMxpayHyr .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tTMxpayHyr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tTMxpayHyr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tTMxpayHyr .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-tTMxpayHyr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tTMxpayHyr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tTMxpayHyr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tTMxpayHyr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tTMxpayHyr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tTMxpayHyr .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tTMxpayHyr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tTMxpayHyr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tTMxpayHyr .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-tTMxpayHyr .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tTMxpayHyr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tTMxpayHyr .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tTMxpayHyr .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tTMxpayHyr .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tTMxpayHyr .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tTMxpayHyr .navbar.navbar-short {
  background: #ff9966 !important;
  min-height: 60px;
}
.cid-tTMxpayHyr .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tTMxpayHyr .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tTMxpayHyr .section {
  position: relative;
  overflow: visible!important;
}
.cid-tTMxpayHyr .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-tTMxpayHyr .dropdown-item:hover {
  color: black!important;
}
.cid-tTMxpayHyr .dropdown-menu {
  background-color: white!important;
}
.cid-tTMxpayHyr .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-tTMxpayHyr .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-tTMxpayHyr .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-tTMxpayHyr .nav-item .nav-link {
    position: relative;
  }
}
.cid-tTMxpayHyr .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-tTMxpayHyr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tTMxpayHyr .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
  padding-right: 1rem;
}
.cid-tTMxpayHyr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tTMxpayHyr .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-tTMxpayHyr .collapsed {
  flex-direction: row!important;
}
.cid-tTMxpayHyr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tTMxpayHyr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tTMxpayHyr .navbar-caption {
  font-weight: 600!important;
}
.cid-tTMxpayHyr .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-tTMxpayHyr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tTMxpayHyr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tTMxpayHyr .dropdown-item.active,
.cid-tTMxpayHyr .dropdown-item:active {
  background-color: transparent;
}
.cid-tTMxpayHyr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tTMxpayHyr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tTMxpayHyr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tTMxpayHyr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ff9966;
}
.cid-tTMxpayHyr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tTMxpayHyr ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tTMxpayHyr .navbar-buttons {
  text-align: center;
}
.cid-tTMxpayHyr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tTMxpayHyr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #171a7c;
}
.cid-tTMxpayHyr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tTMxpayHyr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tTMxpayHyr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tTMxpayHyr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tTMxpayHyr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tTMxpayHyr nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tTMxpayHyr nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tTMxpayHyr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tTMxpayHyr .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tTMxpayHyr .nav-link {
  font-weight: 600!important;
}
.cid-tTMxpayHyr a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tTMxpayHyr .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tTMxpayHyr .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-tTMxpayHyr .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tTMxpayHyr .navbar {
    height: 77px;
  }
  .cid-tTMxpayHyr .navbar.opened {
    height: auto;
  }
  .cid-tTMxpayHyr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tTMxpbepHQ {
  display: flex;
  background-image: url("../../../assets/images/kimbara-catamaran-tours-5-1198x552.jpg");
  align-items: center;
}
.cid-tTMxpbepHQ .mbr-overlay {
  background-color: #171a7c;
  opacity: 0.2;
}
@media (min-width: 768px) {
  .cid-tTMxpbepHQ .row {
    justify-content: center;
  }
  .cid-tTMxpbepHQ .content-wrap {
    width: 93%;
  }
}
@media (max-width: 991px) {
  .cid-tTMxpbepHQ .content-wrap {
    width: 100%;
  }
}
.cid-tTMxpbepHQ .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .cid-tTMxpbepHQ .mbr-section-title {
    text-align: center;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .cid-tTMxpbepHQ .mbr-text {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-tTMxpbepHQ .mbr-section-btn {
    text-align: center;
  }
}
.cid-tTMxpbCZB1 {
  background-color: #32c7db;
}
.cid-tTMxpbCZB1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTMxpbCZB1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@keyframes wave2 {
  0% {
    transform: scaleY(0.8);
  }
  50% {
    transform: scaleY(1);
  }
  100% {
    transform: scaleY(0.8);
  }
}
.cid-tTMxpbCZB1 #gentle-wave {
  fill: #32c7db;
}
.cid-tTMxpbCZB1 .svg2 {
  background: transparent;
  position: absolute;
  bottom: 100%;
  animation: 5s ease infinite wave2;
  transform: scaleY(0.8);
  transform-origin: bottom;
}
.cid-tTMxpbCZB1 b {
  font-weight: 900;
}
.cid-tTMxpbCZB1 .row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-tTMxpbCZB1 img {
    padding: 0 4rem;
  }
}
@media (max-width: 992px) {
  .cid-tTMxpbCZB1 img {
    padding-bottom: 2rem;
  }
}
@keyframes wave1 {
  0% {
    left: -30%;
  }
  100% {
    left: -1%;
  }
}
.cid-tTMxpbCZB1 .link-wrapper {
  width: fit-content;
  position: relative;
  display: inline-block;
  overflow: hidden;
  cursor: pointer;
  padding-bottom: 10px;
}
.cid-tTMxpbCZB1 .link-wrapper .svg1 {
  position: absolute;
  top: 60%;
  width: 130%;
  min-width: 90%;
  left: -30%;
  height: auto;
}
.cid-tTMxpbCZB1 .link-wrapper .svg1 path {
  stroke: currentColor !important;
}
.cid-tTMxpbCZB1 .link-wrapper:hover .svg1 {
  animation: 1s linear forwards infinite wave1;
}
.cid-tTMxpbCZB1 .row {
  align-items: center;
}
.cid-tTMxpbCZB1 .mbr-section-title {
  color: #ffffff;
}
.cid-tTMxpbCZB1 .mbr-text,
.cid-tTMxpbCZB1 .mbr-section-btn {
  color: #ffffff;
}
.cid-tTMxpbCZB1 .mbr-link,
.cid-tTMxpbCZB1 .link-wrapper {
  color: #ffffff;
}
.cid-tTMxpbCZB1 .mbr-text,
.cid-tTMxpbCZB1 .text-wrapper {
  color: #171a7c;
}
.cid-tTMxpbCZB1 .mbr-link,
.cid-tTMxpbCZB1 .text-wrapper,
.cid-tTMxpbCZB1 path {
  color: #ffffff;
}
.cid-tUgxh8P3wx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #32c7db;
}
.cid-tUgxh8P3wx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUgxh8P3wx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUgxh8P3wx .card-wrapper {
  background: #32c7db;
}
@media (max-width: 767px) {
  .cid-tUgxh8P3wx .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-tUgxh8P3wx .card-wrapper {
    padding: 2.25rem;
  }
}
.cid-tUgxh8P3wx .mbr-text,
.cid-tUgxh8P3wx .mbr-section-btn {
  color: #171a7c;
  text-align: left;
}
.cid-tUgxh8P3wx .card-title,
.cid-tUgxh8P3wx .card-box {
  text-align: left;
  color: #000000;
}
.cid-uqZwEmyBDy {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #2853b6;
}
.cid-uqZwEmyBDy .mbr-media {
  position: relative;
}
.cid-uqZwEmyBDy .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-uqZwEmyBDy .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  background: white;
  transition: all 0.3s;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uqZwEmyBDy .icon-wrap:hover {
  transform: translate(-50%, -50%) scale(1.2);
}
@media (max-width: 767px) {
  .cid-uqZwEmyBDy .icon-wrap {
    width: 80px;
    height: 80px;
  }
}
.cid-uqZwEmyBDy .mbr-media span {
  font-size: 3rem;
  color: #32c7db;
  border-radius: 50%;
  padding-left: 0.6rem;
}
@media (max-width: 767px) {
  .cid-uqZwEmyBDy .mbr-media span {
    font-size: 2rem;
  }
}
.cid-uqZwEmyBDy .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uqZwEmyBDy .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uqZwEmyBDy .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uqZwEmyBDy .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uqZwEmyBDy .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uqZwEmyBDy .mbr-section-title {
  color: #ffffff;
}
.cid-tTNeQHf3M4 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ff57be;
}
.cid-tTNeQHf3M4 .item:focus,
.cid-tTNeQHf3M4 span:focus {
  outline: none;
}
.cid-tTNeQHf3M4 .item-wrapper {
  position: relative;
}
.cid-tTNeQHf3M4 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tTNeQHf3M4 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-tTNeQHf3M4 .container {
    padding: 0 24px;
  }
}
.cid-tTNeQHf3M4 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 570px;
  max-width: 570px;
}
@media (max-width: 767px) {
  .cid-tTNeQHf3M4 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-tTNeQHf3M4 .embla__slide .slide-content {
  width: 100%;
}
.cid-tTNeQHf3M4 .embla__slide .slide-content .item-wrapper {
  padding: 30px;
  border-radius: .5rem !important;
  position: relative;
  overflow: hidden;
}
.cid-tTNeQHf3M4 .embla__slide .slide-content .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffffff;
  opacity: .2;
  width: 100%;
  height: 100%;
}
.cid-tTNeQHf3M4 .embla__slide .slide-content .item-wrapper .item-img {
  position: relative;
  z-index: 1;
}
.cid-tTNeQHf3M4 .embla__slide .slide-content .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
}
.cid-tTNeQHf3M4 .embla__button--next,
.cid-tTNeQHf3M4 .embla__button--prev {
  display: flex;
}
.cid-tTNeQHf3M4 .embla__button {
  bottom: 0;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 21px;
  background-color: #ff57be !important;
  color: #171a7c;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-tTNeQHf3M4 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tTNeQHf3M4 .embla__button:hover {
  opacity: .85 !important;
  color: #32c7db !important;
}
.cid-tTNeQHf3M4 .embla__button.embla__button--prev {
  left: 32px;
}
.cid-tTNeQHf3M4 .embla__button.embla__button--next {
  right: 32px;
}
.cid-tTNeQHf3M4 .embla {
  position: relative;
  width: 100%;
}
.cid-tTNeQHf3M4 .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-tTNeQHf3M4 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tTNeQHf3M4 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tTNeQHf3M4 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tTNGaYyqjZ {
  padding-top: 5rem;
  padding-bottom: 10rem;
  background-color: #ff57be;
}
.cid-tTNGaYyqjZ .item:focus,
.cid-tTNGaYyqjZ span:focus {
  outline: none;
}
.cid-tTNGaYyqjZ .item-wrapper {
  position: relative;
}
.cid-tTNGaYyqjZ .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tTNGaYyqjZ .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-tTNGaYyqjZ .container {
    padding: 0 24px;
  }
}
.cid-tTNGaYyqjZ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 570px;
  max-width: 570px;
}
@media (max-width: 767px) {
  .cid-tTNGaYyqjZ .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-tTNGaYyqjZ .embla__slide .slide-content {
  width: 100%;
}
.cid-tTNGaYyqjZ .embla__slide .slide-content .item-wrapper {
  padding: 30px;
  border-radius: .5rem !important;
  position: relative;
  overflow: hidden;
}
.cid-tTNGaYyqjZ .embla__slide .slide-content .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffffff;
  opacity: .2;
  width: 100%;
  height: 100%;
}
.cid-tTNGaYyqjZ .embla__slide .slide-content .item-wrapper .item-img {
  position: relative;
  z-index: 1;
}
.cid-tTNGaYyqjZ .embla__slide .slide-content .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
}
.cid-tTNGaYyqjZ .embla__button--next,
.cid-tTNGaYyqjZ .embla__button--prev {
  display: flex;
}
.cid-tTNGaYyqjZ .embla__button {
  bottom: 0;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 21px;
  background-color: #ff57be !important;
  color: #171a7c;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-tTNGaYyqjZ .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tTNGaYyqjZ .embla__button:hover {
  opacity: .85 !important;
  color: #32c7db !important;
}
.cid-tTNGaYyqjZ .embla__button.embla__button--prev {
  left: 32px;
}
.cid-tTNGaYyqjZ .embla__button.embla__button--next {
  right: 32px;
}
.cid-tTNGaYyqjZ .embla {
  position: relative;
  width: 100%;
}
.cid-tTNGaYyqjZ .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-tTNGaYyqjZ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tTNGaYyqjZ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tTNGaYyqjZ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tTYed5Ggvs {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #32c7db;
}
.cid-tTYed5Ggvs .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTYed5Ggvs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@keyframes wave2 {
  0% {
    transform: scaleY(0.8);
  }
  50% {
    transform: scaleY(1);
  }
  100% {
    transform: scaleY(0.8);
  }
}
.cid-tTYed5Ggvs #gentle-wave {
  fill: #32c7db;
}
.cid-tTYed5Ggvs .svg2 {
  background: transparent;
  position: absolute;
  bottom: 100%;
  animation: 5s ease infinite wave2;
  transform: scaleY(0.8);
  transform-origin: bottom;
}
.cid-tTYed5Ggvs b {
  font-weight: 900;
}
.cid-tTYed5Ggvs .row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-tTYed5Ggvs img {
    padding: 0 4rem;
  }
}
@media (max-width: 992px) {
  .cid-tTYed5Ggvs img {
    padding-bottom: 2rem;
  }
}
@keyframes wave1 {
  0% {
    left: -30%;
  }
  100% {
    left: -1%;
  }
}
.cid-tTYed5Ggvs .link-wrapper {
  width: fit-content;
  position: relative;
  display: inline-block;
  overflow: hidden;
  cursor: pointer;
  padding-bottom: 10px;
}
.cid-tTYed5Ggvs .link-wrapper .svg1 {
  position: absolute;
  top: 60%;
  width: 130%;
  min-width: 300px;
  left: -30%;
  height: auto;
}
.cid-tTYed5Ggvs .link-wrapper .svg1 path {
  stroke: currentColor !important;
}
.cid-tTYed5Ggvs .link-wrapper:hover .svg1 {
  animation: 1s linear forwards infinite wave1;
}
.cid-tTYed5Ggvs .row {
  align-items: center;
}
.cid-tTYed5Ggvs .mbr-section-title {
  color: #ffffff;
}
.cid-tTYed5Ggvs .mbr-text,
.cid-tTYed5Ggvs .mbr-section-btn {
  color: #ffffff;
}
.cid-tTYed5Ggvs .mbr-link,
.cid-tTYed5Ggvs .link-wrapper {
  color: #ffffff;
}
.cid-tTYed5Ggvs .mbr-text,
.cid-tTYed5Ggvs .text-wrapper {
  color: #171a7c;
}
.cid-tTYed5Ggvs .mbr-link,
.cid-tTYed5Ggvs .text-wrapper,
.cid-tTYed5Ggvs path {
  color: #ffffff;
}
.cid-tUlLlm87ub {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #32c7db;
}
.cid-tUlLlm87ub .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUlLlm87ub .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUlLlm87ub .card-wrapper {
  background: #32c7db;
}
@media (max-width: 767px) {
  .cid-tUlLlm87ub .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-tUlLlm87ub .card-wrapper {
    padding: 2.25rem;
  }
}
.cid-tUlLlm87ub .mbr-text,
.cid-tUlLlm87ub .mbr-section-btn {
  color: #171a7c;
  text-align: left;
}
.cid-tUlLlm87ub .card-title,
.cid-tUlLlm87ub .card-box {
  text-align: left;
  color: #000000;
}
.cid-uqTaxygv0a {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uqTaxygv0a .mbr-media {
  position: relative;
}
.cid-uqTaxygv0a .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-uqTaxygv0a .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  background: white;
  transition: all 0.3s;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uqTaxygv0a .icon-wrap:hover {
  transform: translate(-50%, -50%) scale(1.2);
}
@media (max-width: 767px) {
  .cid-uqTaxygv0a .icon-wrap {
    width: 80px;
    height: 80px;
  }
}
.cid-uqTaxygv0a .mbr-media span {
  font-size: 3rem;
  color: #32c7db;
  border-radius: 50%;
  padding-left: 0.6rem;
}
@media (max-width: 767px) {
  .cid-uqTaxygv0a .mbr-media span {
    font-size: 2rem;
  }
}
.cid-uqTaxygv0a .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uqTaxygv0a .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uqTaxygv0a .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uqTaxygv0a .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uqTaxygv0a .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tUlLWe8LcU {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tUlLWe8LcU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUlLWe8LcU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUlLWe8LcU .embla__slide {
  position: relative;
  display: flex;
  justify-content: center;
  min-width: 570px;
  max-width: 570px;
}
@media (max-width: 768px) {
  .cid-tUlLWe8LcU .embla__slide {
    min-width: 90%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tUlLWe8LcU .embla__slide .svg1 {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0px;
  background: #ffffff;
  fill: #32c7db !important;
}
.cid-tUlLWe8LcU .embla__slide .svg2 {
  position: absolute;
  bottom: 10px;
  width: 100%;
  left: 0px;
  background: #ffffff;
  fill: #32c7db !important;
  z-index: -1;
}
@media (max-width: 767px) {
  .cid-tUlLWe8LcU .embla__slide .svg2 {
    bottom: 18px;
  }
}
.cid-tUlLWe8LcU .user {
  background: #32c7db;
  position: relative;
  padding: 6rem 2rem;
  overflow: hidden;
  margin-top: 50px;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .cid-tUlLWe8LcU .user {
    padding: 4rem 1rem;
  }
}
.cid-tUlLWe8LcU .embla__button--next,
.cid-tUlLWe8LcU .embla__button--prev {
  display: flex;
}
.cid-tUlLWe8LcU .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tUlLWe8LcU .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tUlLWe8LcU .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-tUlLWe8LcU .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tUlLWe8LcU .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 768px) {
  .cid-tUlLWe8LcU .embla__button {
    top: auto;
  }
}
.cid-tUlLWe8LcU .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-tUlLWe8LcU .user_image .item-wrapper {
  width: 200px;
  height: 200px;
}
.cid-tUlLWe8LcU .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
@media (max-width: 230px) {
  .cid-tUlLWe8LcU .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-tUlLWe8LcU .embla {
  position: relative;
  width: 100%;
}
.cid-tUlLWe8LcU .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tUlLWe8LcU .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tUlLWe8LcU .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tUlLWe8LcU .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tUlLWe8LcU .user_text {
  color: #ffffff;
}
.cid-tUlLWe8LcU .user_name {
  color: #ffffff;
}
.cid-tUlLWe8LcU .user_desk {
  color: #ffffff;
}
.cid-tUlLWe8LcU H3 {
  color: #171a7c;
}
.cid-tTMxpewEn2 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #d35415;
}
@media (max-width: 767px) {
  .cid-tTMxpewEn2 .content {
    text-align: center;
  }
  .cid-tTMxpewEn2 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tTMxpewEn2 .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-tTMxpewEn2 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tTMxpewEn2 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tTMxpewEn2 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tTMxpewEn2 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tTMxpewEn2 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tTMxpewEn2 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tTMxpewEn2 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tTMxpewEn2 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tTMxpewEn2 .google-map {
  height: 25rem;
  position: relative;
}
.cid-tTMxpewEn2 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tTMxpewEn2 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tTMxpewEn2 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tTMxpewEn2 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tTMxpewEn2 P {
  color: #fafafa;
  text-align: left;
}
.cid-tTMxpewEn2 .copyright > p {
  text-align: left;
  color: #88d9fb;
}
.cid-tTMxpf8dyZ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #40b0bf;
}
.cid-tTMxpf8dyZ svg {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg2;
}
.cid-tTMxpf8dyZ svg .st0 {
  fill: #40b0bf;
}
@media (max-width: 992px) {
  .cid-tTMxpf8dyZ svg {
    width: 1000px;
  }
}
@keyframes svg2 {
  from {
    transform: scaleX(1) scaleY(1.1) rotate(0deg);
  }
  to {
    transform: scaleX(1) scaleY(1.6) rotate(0deg);
  }
}
.cid-tTMxpf8dyZ .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tTMxpf8dyZ .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tTMxpf8dyZ .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-tTMxpf8dyZ .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-tTMxpf8dyZ div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tTMxpf8dyZ .copyright {
  color: #ffffff;
}
.cid-tTMxpf8dyZ .mbr-section-subtitle {
  color: #171a7c;
}
.cid-tTSyZbcGHG .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-tTSyZbcGHG .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-tTSyZbcGHG .nav-item:focus,
.cid-tTSyZbcGHG .nav-link:focus {
  outline: none;
}
.cid-tTSyZbcGHG .text-white:hover,
.cid-tTSyZbcGHG .text-white:active,
.cid-tTSyZbcGHG .text-white:focus {
  color: white!important;
}
.cid-tTSyZbcGHG .navbar {
  max-width: 1000px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #ff9966;
}
.cid-tTSyZbcGHG .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-tTSyZbcGHG .navbar.opened {
  transition: all .3s;
  background: #ff9966 !important;
}
.cid-tTSyZbcGHG .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tTSyZbcGHG .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-tTSyZbcGHG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tTSyZbcGHG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tTSyZbcGHG .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tTSyZbcGHG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tTSyZbcGHG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tTSyZbcGHG .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-tTSyZbcGHG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tTSyZbcGHG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tTSyZbcGHG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tTSyZbcGHG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tTSyZbcGHG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tTSyZbcGHG .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tTSyZbcGHG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tTSyZbcGHG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tTSyZbcGHG .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-tTSyZbcGHG .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tTSyZbcGHG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tTSyZbcGHG .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tTSyZbcGHG .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tTSyZbcGHG .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tTSyZbcGHG .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tTSyZbcGHG .navbar.navbar-short {
  background: #ff9966 !important;
  min-height: 60px;
}
.cid-tTSyZbcGHG .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tTSyZbcGHG .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tTSyZbcGHG .section {
  position: relative;
  overflow: visible!important;
}
.cid-tTSyZbcGHG .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-tTSyZbcGHG .dropdown-item:hover {
  color: black!important;
}
.cid-tTSyZbcGHG .dropdown-menu {
  background-color: white!important;
}
.cid-tTSyZbcGHG .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-tTSyZbcGHG .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-tTSyZbcGHG .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-tTSyZbcGHG .nav-item .nav-link {
    position: relative;
  }
}
.cid-tTSyZbcGHG .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-tTSyZbcGHG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tTSyZbcGHG .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
  padding-right: 1rem;
}
.cid-tTSyZbcGHG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tTSyZbcGHG .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-tTSyZbcGHG .collapsed {
  flex-direction: row!important;
}
.cid-tTSyZbcGHG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tTSyZbcGHG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tTSyZbcGHG .navbar-caption {
  font-weight: 600!important;
}
.cid-tTSyZbcGHG .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-tTSyZbcGHG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tTSyZbcGHG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tTSyZbcGHG .dropdown-item.active,
.cid-tTSyZbcGHG .dropdown-item:active {
  background-color: transparent;
}
.cid-tTSyZbcGHG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tTSyZbcGHG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tTSyZbcGHG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tTSyZbcGHG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ff9966;
}
.cid-tTSyZbcGHG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tTSyZbcGHG ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tTSyZbcGHG .navbar-buttons {
  text-align: center;
}
.cid-tTSyZbcGHG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tTSyZbcGHG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #171a7c;
}
.cid-tTSyZbcGHG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tTSyZbcGHG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tTSyZbcGHG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tTSyZbcGHG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tTSyZbcGHG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tTSyZbcGHG nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tTSyZbcGHG nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tTSyZbcGHG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tTSyZbcGHG .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tTSyZbcGHG .nav-link {
  font-weight: 600!important;
}
.cid-tTSyZbcGHG a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tTSyZbcGHG .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tTSyZbcGHG .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-tTSyZbcGHG .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tTSyZbcGHG .navbar {
    height: 77px;
  }
  .cid-tTSyZbcGHG .navbar.opened {
    height: auto;
  }
  .cid-tTSyZbcGHG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tTSyZbPwke {
  display: flex;
  background-image: url("../../../assets/images/kimbara-catamaran-tours-4-1000x635.jpg");
  align-items: center;
}
.cid-tTSyZbPwke .mbr-overlay {
  background-color: #171a7c;
  opacity: 0;
}
@media (min-width: 768px) {
  .cid-tTSyZbPwke .row {
    justify-content: center;
  }
  .cid-tTSyZbPwke .content-wrap {
    width: 93%;
  }
}
@media (max-width: 991px) {
  .cid-tTSyZbPwke .content-wrap {
    width: 100%;
  }
}
.cid-tTSyZbPwke .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .cid-tTSyZbPwke .mbr-section-title {
    text-align: center;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .cid-tTSyZbPwke .mbr-text {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-tTSyZbPwke .mbr-section-btn {
    text-align: center;
  }
}
.cid-tTSyZca3ja {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #32c7db;
}
.cid-tTSyZca3ja .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTSyZca3ja .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@keyframes wave2 {
  0% {
    transform: scaleY(0.8);
  }
  50% {
    transform: scaleY(1);
  }
  100% {
    transform: scaleY(0.8);
  }
}
.cid-tTSyZca3ja #gentle-wave {
  fill: #32c7db;
}
.cid-tTSyZca3ja .svg2 {
  background: transparent;
  position: absolute;
  bottom: 100%;
  animation: 5s ease infinite wave2;
  transform: scaleY(0.8);
  transform-origin: bottom;
}
.cid-tTSyZca3ja b {
  font-weight: 900;
}
.cid-tTSyZca3ja .row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-tTSyZca3ja img {
    padding: 0 4rem;
  }
}
@media (max-width: 992px) {
  .cid-tTSyZca3ja img {
    padding-bottom: 2rem;
  }
}
@keyframes wave1 {
  0% {
    left: -30%;
  }
  100% {
    left: -1%;
  }
}
.cid-tTSyZca3ja .link-wrapper {
  width: fit-content;
  position: relative;
  display: inline-block;
  overflow: hidden;
  cursor: pointer;
  padding-bottom: 10px;
}
.cid-tTSyZca3ja .link-wrapper .svg1 {
  position: absolute;
  top: 60%;
  width: 130%;
  min-width: 300px;
  left: -30%;
  height: auto;
}
.cid-tTSyZca3ja .link-wrapper .svg1 path {
  stroke: currentColor !important;
}
.cid-tTSyZca3ja .link-wrapper:hover .svg1 {
  animation: 1s linear forwards infinite wave1;
}
.cid-tTSyZca3ja .row {
  align-items: center;
}
.cid-tTSyZca3ja .mbr-section-title {
  color: #ffffff;
}
.cid-tTSyZca3ja .mbr-text,
.cid-tTSyZca3ja .mbr-section-btn {
  color: #ffffff;
}
.cid-tTSyZca3ja .mbr-link,
.cid-tTSyZca3ja .link-wrapper {
  color: #ffffff;
}
.cid-tTSyZca3ja .mbr-text,
.cid-tTSyZca3ja .text-wrapper {
  color: #171a7c;
}
.cid-tTSyZca3ja .mbr-link,
.cid-tTSyZca3ja .text-wrapper,
.cid-tTSyZca3ja path {
  color: #ffffff;
}
.cid-tUlQj884Xt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #32c7db;
}
.cid-tUlQj884Xt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUlQj884Xt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUlQj884Xt .card-wrapper {
  background: #32c7db;
}
@media (max-width: 767px) {
  .cid-tUlQj884Xt .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-tUlQj884Xt .card-wrapper {
    padding: 2.25rem;
  }
}
.cid-tUlQj884Xt .mbr-text,
.cid-tUlQj884Xt .mbr-section-btn {
  color: #171a7c;
  text-align: left;
}
.cid-tUlQj884Xt .card-title,
.cid-tUlQj884Xt .card-box {
  text-align: left;
  color: #000000;
}
.cid-tTSyZd7G5G {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ff57be;
}
.cid-tTSyZd7G5G .item:focus,
.cid-tTSyZd7G5G span:focus {
  outline: none;
}
.cid-tTSyZd7G5G .item-wrapper {
  position: relative;
}
.cid-tTSyZd7G5G .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tTSyZd7G5G .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-tTSyZd7G5G .container {
    padding: 0 24px;
  }
}
.cid-tTSyZd7G5G .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 570px;
  max-width: 570px;
}
@media (max-width: 767px) {
  .cid-tTSyZd7G5G .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-tTSyZd7G5G .embla__slide .slide-content {
  width: 100%;
}
.cid-tTSyZd7G5G .embla__slide .slide-content .item-wrapper {
  padding: 30px;
  border-radius: .5rem !important;
  position: relative;
  overflow: hidden;
}
.cid-tTSyZd7G5G .embla__slide .slide-content .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffffff;
  opacity: .2;
  width: 100%;
  height: 100%;
}
.cid-tTSyZd7G5G .embla__slide .slide-content .item-wrapper .item-img {
  position: relative;
  z-index: 1;
}
.cid-tTSyZd7G5G .embla__slide .slide-content .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
}
.cid-tTSyZd7G5G .embla__button--next,
.cid-tTSyZd7G5G .embla__button--prev {
  display: flex;
}
.cid-tTSyZd7G5G .embla__button {
  bottom: 0;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 21px;
  background-color: #ff57be !important;
  color: #171a7c;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-tTSyZd7G5G .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tTSyZd7G5G .embla__button:hover {
  opacity: .85 !important;
  color: #32c7db !important;
}
.cid-tTSyZd7G5G .embla__button.embla__button--prev {
  left: 32px;
}
.cid-tTSyZd7G5G .embla__button.embla__button--next {
  right: 32px;
}
.cid-tTSyZd7G5G .embla {
  position: relative;
  width: 100%;
}
.cid-tTSyZd7G5G .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-tTSyZd7G5G .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tTSyZd7G5G .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tTSyZd7G5G .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tTSyZdLscu {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ff57be;
}
.cid-tTSyZdLscu .item:focus,
.cid-tTSyZdLscu span:focus {
  outline: none;
}
.cid-tTSyZdLscu .item-wrapper {
  position: relative;
}
.cid-tTSyZdLscu .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tTSyZdLscu .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-tTSyZdLscu .container {
    padding: 0 24px;
  }
}
.cid-tTSyZdLscu .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 570px;
  max-width: 570px;
}
@media (max-width: 767px) {
  .cid-tTSyZdLscu .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-tTSyZdLscu .embla__slide .slide-content {
  width: 100%;
}
.cid-tTSyZdLscu .embla__slide .slide-content .item-wrapper {
  padding: 30px;
  border-radius: .5rem !important;
  position: relative;
  overflow: hidden;
}
.cid-tTSyZdLscu .embla__slide .slide-content .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffffff;
  opacity: .2;
  width: 100%;
  height: 100%;
}
.cid-tTSyZdLscu .embla__slide .slide-content .item-wrapper .item-img {
  position: relative;
  z-index: 1;
}
.cid-tTSyZdLscu .embla__slide .slide-content .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
}
.cid-tTSyZdLscu .embla__button--next,
.cid-tTSyZdLscu .embla__button--prev {
  display: flex;
}
.cid-tTSyZdLscu .embla__button {
  bottom: 0;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 21px;
  background-color: #ff57be !important;
  color: #171a7c;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-tTSyZdLscu .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tTSyZdLscu .embla__button:hover {
  opacity: .85 !important;
  color: #32c7db !important;
}
.cid-tTSyZdLscu .embla__button.embla__button--prev {
  left: 32px;
}
.cid-tTSyZdLscu .embla__button.embla__button--next {
  right: 32px;
}
.cid-tTSyZdLscu .embla {
  position: relative;
  width: 100%;
}
.cid-tTSyZdLscu .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-tTSyZdLscu .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tTSyZdLscu .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tTSyZdLscu .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tTSyZf6gcy {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #d35415;
}
@media (max-width: 767px) {
  .cid-tTSyZf6gcy .content {
    text-align: center;
  }
  .cid-tTSyZf6gcy .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tTSyZf6gcy .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-tTSyZf6gcy .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tTSyZf6gcy .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tTSyZf6gcy .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tTSyZf6gcy .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tTSyZf6gcy .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tTSyZf6gcy .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tTSyZf6gcy .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tTSyZf6gcy .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tTSyZf6gcy .google-map {
  height: 25rem;
  position: relative;
}
.cid-tTSyZf6gcy .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tTSyZf6gcy .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tTSyZf6gcy .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tTSyZf6gcy .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tTSyZf6gcy P {
  color: #fafafa;
  text-align: left;
}
.cid-tTSyZf6gcy .copyright > p {
  text-align: left;
  color: #88d9fb;
}
.cid-tTSyZfLsIA {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #40b0bf;
}
.cid-tTSyZfLsIA svg {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg2;
}
.cid-tTSyZfLsIA svg .st0 {
  fill: #40b0bf;
}
@media (max-width: 992px) {
  .cid-tTSyZfLsIA svg {
    width: 1000px;
  }
}
@keyframes svg2 {
  from {
    transform: scaleX(1) scaleY(1.1) rotate(0deg);
  }
  to {
    transform: scaleX(1) scaleY(1.6) rotate(0deg);
  }
}
.cid-tTSyZfLsIA .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tTSyZfLsIA .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tTSyZfLsIA .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-tTSyZfLsIA .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-tTSyZfLsIA div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tTSyZfLsIA .copyright {
  color: #ffffff;
}
.cid-tTSyZfLsIA .mbr-section-subtitle {
  color: #171a7c;
}
.cid-tTYpJYb9JL .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-tTYpJYb9JL .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-tTYpJYb9JL .nav-item:focus,
.cid-tTYpJYb9JL .nav-link:focus {
  outline: none;
}
.cid-tTYpJYb9JL .text-white:hover,
.cid-tTYpJYb9JL .text-white:active,
.cid-tTYpJYb9JL .text-white:focus {
  color: white!important;
}
.cid-tTYpJYb9JL .navbar {
  max-width: 1000px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #ff9966;
}
.cid-tTYpJYb9JL .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-tTYpJYb9JL .navbar.opened {
  transition: all .3s;
  background: #ff9966 !important;
}
.cid-tTYpJYb9JL .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tTYpJYb9JL .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-tTYpJYb9JL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tTYpJYb9JL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tTYpJYb9JL .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tTYpJYb9JL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tTYpJYb9JL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tTYpJYb9JL .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-tTYpJYb9JL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tTYpJYb9JL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tTYpJYb9JL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tTYpJYb9JL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tTYpJYb9JL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tTYpJYb9JL .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tTYpJYb9JL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tTYpJYb9JL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tTYpJYb9JL .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-tTYpJYb9JL .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tTYpJYb9JL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tTYpJYb9JL .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tTYpJYb9JL .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tTYpJYb9JL .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tTYpJYb9JL .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tTYpJYb9JL .navbar.navbar-short {
  background: #ff9966 !important;
  min-height: 60px;
}
.cid-tTYpJYb9JL .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tTYpJYb9JL .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tTYpJYb9JL .section {
  position: relative;
  overflow: visible!important;
}
.cid-tTYpJYb9JL .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-tTYpJYb9JL .dropdown-item:hover {
  color: black!important;
}
.cid-tTYpJYb9JL .dropdown-menu {
  background-color: white!important;
}
.cid-tTYpJYb9JL .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-tTYpJYb9JL .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-tTYpJYb9JL .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-tTYpJYb9JL .nav-item .nav-link {
    position: relative;
  }
}
.cid-tTYpJYb9JL .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-tTYpJYb9JL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tTYpJYb9JL .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
  padding-right: 1rem;
}
.cid-tTYpJYb9JL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tTYpJYb9JL .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-tTYpJYb9JL .collapsed {
  flex-direction: row!important;
}
.cid-tTYpJYb9JL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tTYpJYb9JL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tTYpJYb9JL .navbar-caption {
  font-weight: 600!important;
}
.cid-tTYpJYb9JL .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-tTYpJYb9JL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tTYpJYb9JL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tTYpJYb9JL .dropdown-item.active,
.cid-tTYpJYb9JL .dropdown-item:active {
  background-color: transparent;
}
.cid-tTYpJYb9JL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tTYpJYb9JL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tTYpJYb9JL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tTYpJYb9JL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ff9966;
}
.cid-tTYpJYb9JL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tTYpJYb9JL ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tTYpJYb9JL .navbar-buttons {
  text-align: center;
}
.cid-tTYpJYb9JL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tTYpJYb9JL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #171a7c;
}
.cid-tTYpJYb9JL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tTYpJYb9JL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tTYpJYb9JL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tTYpJYb9JL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tTYpJYb9JL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tTYpJYb9JL nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tTYpJYb9JL nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tTYpJYb9JL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tTYpJYb9JL .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tTYpJYb9JL .nav-link {
  font-weight: 600!important;
}
.cid-tTYpJYb9JL a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tTYpJYb9JL .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tTYpJYb9JL .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-tTYpJYb9JL .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tTYpJYb9JL .navbar {
    height: 77px;
  }
  .cid-tTYpJYb9JL .navbar.opened {
    height: auto;
  }
  .cid-tTYpJYb9JL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tTYpJYKZP7 {
  display: flex;
  background-image: url("../../../assets/images/1-1056x800.jpg");
  align-items: center;
}
.cid-tTYpJYKZP7 .mbr-overlay {
  background-color: #171a7c;
  opacity: 0.2;
}
@media (min-width: 768px) {
  .cid-tTYpJYKZP7 .row {
    justify-content: center;
  }
  .cid-tTYpJYKZP7 .content-wrap {
    width: 93%;
  }
}
@media (max-width: 991px) {
  .cid-tTYpJYKZP7 .content-wrap {
    width: 100%;
  }
}
.cid-tTYpJYKZP7 .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .cid-tTYpJYKZP7 .mbr-section-title {
    text-align: center;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .cid-tTYpJYKZP7 .mbr-text {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-tTYpJYKZP7 .mbr-section-btn {
    text-align: center;
  }
}
.cid-tTYuXFA5Cz {
  background-color: #edccac;
}
.cid-tTYuXFA5Cz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTYuXFA5Cz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@keyframes wave1 {
  0% {
    left: -30%;
  }
  100% {
    left: -1%;
  }
}
.cid-tTYuXFA5Cz b,
.cid-tTYuXFA5Cz strong {
  font-weight: 900;
}
@media (min-width: 992px) {
  .cid-tTYuXFA5Cz img {
    padding: 0 4rem;
  }
}
@media (max-width: 992px) {
  .cid-tTYuXFA5Cz img {
    padding-bottom: 2rem;
  }
}
.cid-tTYuXFA5Cz .link-wrapper {
  width: fit-content;
  position: relative;
  display: inline-block;
  overflow: hidden;
  cursor: pointer;
  padding-bottom: 10px;
}
.cid-tTYuXFA5Cz .link-wrapper .svg1 {
  position: absolute;
  top: 60%;
  width: 130%;
  min-width: 300px;
  left: -30%;
  height: auto;
}
.cid-tTYuXFA5Cz .link-wrapper .svg1 path {
  stroke: currentColor !important;
}
.cid-tTYuXFA5Cz .link-wrapper:hover .svg1 {
  animation: 1s linear forwards infinite wave1;
}
.cid-tTYuXFA5Cz .row {
  align-items: center;
}
.cid-tTYuXFA5Cz .mbr-section-title {
  color: #6500e0;
}
.cid-tTYuXFA5Cz .mbr-text,
.cid-tTYuXFA5Cz .mbr-section-btn {
  color: #ffffff;
}
.cid-tTYuXFA5Cz .mbr-link,
.cid-tTYuXFA5Cz .link-wrapper {
  color: #ffffff;
}
.cid-tTYuXFA5Cz .mbr-text,
.cid-tTYuXFA5Cz .text-wrapper {
  color: #171a7c;
}
.cid-tTYuXFA5Cz .mbr-link,
.cid-tTYuXFA5Cz .text-wrapper,
.cid-tTYuXFA5Cz path {
  color: #17003b;
}
.cid-tTYx8VHH7J {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edccac;
}
.cid-tTYx8VHH7J .item-subtitle {
  width: fit-content;
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-bottom: 1rem;
  text-align: center;
  color: #17003b;
}
.cid-tTYx8VHH7J .item-subtitle:before {
  content: '';
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  transition: all 0.3s;
  left: 0;
  background: #6bffc7;
  z-index: -1;
}
.cid-tTYx8VHH7J .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tTYx8VHH7J .item-wrapper:hover .item-subtitle:before {
  width: 0%;
}
@media (min-width: 992px) {
  .cid-tTYx8VHH7J .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tTYx8VHH7J .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tTYx8VHH7J b,
.cid-tTYx8VHH7J strong {
  font-weight: 900;
}
.cid-tTYx8VHH7J img,
.cid-tTYx8VHH7J .item-img {
  width: 100%;
}
.cid-tTYx8VHH7J .item:focus,
.cid-tTYx8VHH7J span:focus {
  outline: none;
}
.cid-tTYx8VHH7J .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tTYx8VHH7J .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tTYx8VHH7J .mbr-section-title {
  color: #6500e0;
}
.cid-tTYx8VHH7J .mbr-text,
.cid-tTYx8VHH7J .mbr-section-btn {
  text-align: center;
  color: #171a7c;
}
.cid-tTYx8VHH7J .item-title {
  text-align: center;
  color: #6500e0;
}
.cid-tTYx8VHH7J .mbr-section-subtitle {
  color: #171a7c;
}
.cid-tTYx8VHH7J .item-subtitle,
.cid-tTYx8VHH7J .item-content {
  text-align: center;
}
.cid-tTYAkMqqf1 {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #edccac;
}
.cid-tTYAkMqqf1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTYAkMqqf1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTYAkMqqf1 .text-primary {
  background-color: #171a7c;
}
.cid-tTYAkMqqf1 .mbr-section-title {
  color: #17003b;
}
.cid-tTYAkMqqf1 .mbr-section-subtitle {
  color: #171a7c;
}
.cid-tTYpJZBRRC {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #6500e0;
}
.cid-tTYpJZBRRC .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tTYpJZBRRC H2 {
  color: #ffffff;
}
.cid-tTYpJZBRRC LABEL {
  color: #98dee8;
}
.cid-tUD3bMlNVj {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tUD3bMlNVj [class^='socicon-']:before,
.cid-tUD3bMlNVj [class*=' socicon-']:before {
  line-height: 55px;
}
.cid-tUD3bMlNVj .btn-social {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  border-width: 3px;
  border-style: solid;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #2e6b75;
  transition: all 0.3s;
  border-color: #2e6b75;
}
.cid-tUD3bMlNVj .btn-social:hover {
  background: #2e6b75;
}
.cid-tUD3bMlNVj .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-tUD3bMlNVj .btn-social:hover span {
  color: #ffffff !important;
}
.cid-tUD3bMlNVj .mbr-section-title {
  color: #2e6b75;
}
.cid-tUD3bMlNVj .mbr-social-likes {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
}
.cid-tUD3bMlNVj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUD3bMlNVj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUD3bMlNVj .mbr-section-title,
.cid-tUD3bMlNVj .mbr-social-likes {
  color: #171a7c;
}
.cid-tTYpK07oPp {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #6500e0;
}
.cid-tTYpK07oPp .item:focus,
.cid-tTYpK07oPp span:focus {
  outline: none;
}
.cid-tTYpK07oPp .item-wrapper {
  position: relative;
}
.cid-tTYpK07oPp .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tTYpK07oPp .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-tTYpK07oPp .container {
    padding: 0 24px;
  }
}
.cid-tTYpK07oPp .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 570px;
  max-width: 570px;
}
@media (max-width: 767px) {
  .cid-tTYpK07oPp .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-tTYpK07oPp .embla__slide .slide-content {
  width: 100%;
}
.cid-tTYpK07oPp .embla__slide .slide-content .item-wrapper {
  padding: 30px;
  border-radius: .5rem !important;
  position: relative;
  overflow: hidden;
}
.cid-tTYpK07oPp .embla__slide .slide-content .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffffff;
  opacity: .2;
  width: 100%;
  height: 100%;
}
.cid-tTYpK07oPp .embla__slide .slide-content .item-wrapper .item-img {
  position: relative;
  z-index: 1;
}
.cid-tTYpK07oPp .embla__slide .slide-content .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
}
.cid-tTYpK07oPp .embla__button--next,
.cid-tTYpK07oPp .embla__button--prev {
  display: flex;
}
.cid-tTYpK07oPp .embla__button {
  bottom: 0;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 21px;
  background-color: #ff57be !important;
  color: #171a7c;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-tTYpK07oPp .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tTYpK07oPp .embla__button:hover {
  opacity: .85 !important;
  color: #32c7db !important;
}
.cid-tTYpK07oPp .embla__button.embla__button--prev {
  left: 32px;
}
.cid-tTYpK07oPp .embla__button.embla__button--next {
  right: 32px;
}
.cid-tTYpK07oPp .embla {
  position: relative;
  width: 100%;
}
.cid-tTYpK07oPp .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-tTYpK07oPp .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tTYpK07oPp .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tTYpK07oPp .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tTYpK0EakK {
  padding-top: 5rem;
  padding-bottom: 10rem;
  background-color: #6500e0;
}
.cid-tTYpK0EakK .item:focus,
.cid-tTYpK0EakK span:focus {
  outline: none;
}
.cid-tTYpK0EakK .item-wrapper {
  position: relative;
}
.cid-tTYpK0EakK .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tTYpK0EakK .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-tTYpK0EakK .container {
    padding: 0 24px;
  }
}
.cid-tTYpK0EakK .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 570px;
  max-width: 570px;
}
@media (max-width: 767px) {
  .cid-tTYpK0EakK .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-tTYpK0EakK .embla__slide .slide-content {
  width: 100%;
}
.cid-tTYpK0EakK .embla__slide .slide-content .item-wrapper {
  padding: 30px;
  border-radius: .5rem !important;
  position: relative;
  overflow: hidden;
}
.cid-tTYpK0EakK .embla__slide .slide-content .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffffff;
  opacity: .2;
  width: 100%;
  height: 100%;
}
.cid-tTYpK0EakK .embla__slide .slide-content .item-wrapper .item-img {
  position: relative;
  z-index: 1;
}
.cid-tTYpK0EakK .embla__slide .slide-content .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
}
.cid-tTYpK0EakK .embla__button--next,
.cid-tTYpK0EakK .embla__button--prev {
  display: flex;
}
.cid-tTYpK0EakK .embla__button {
  bottom: 0;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 21px;
  background-color: #ff57be !important;
  color: #171a7c;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-tTYpK0EakK .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tTYpK0EakK .embla__button:hover {
  opacity: .85 !important;
  color: #32c7db !important;
}
.cid-tTYpK0EakK .embla__button.embla__button--prev {
  left: 32px;
}
.cid-tTYpK0EakK .embla__button.embla__button--next {
  right: 32px;
}
.cid-tTYpK0EakK .embla {
  position: relative;
  width: 100%;
}
.cid-tTYpK0EakK .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-tTYpK0EakK .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tTYpK0EakK .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tTYpK0EakK .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tTYJIsyzXL {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tTYJIsyzXL .mbr-media {
  position: relative;
}
.cid-tTYJIsyzXL .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-tTYJIsyzXL .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  background: white;
  transition: all 0.3s;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tTYJIsyzXL .icon-wrap:hover {
  transform: translate(-50%, -50%) scale(1.2);
}
@media (max-width: 767px) {
  .cid-tTYJIsyzXL .icon-wrap {
    width: 80px;
    height: 80px;
  }
}
.cid-tTYJIsyzXL .mbr-media span {
  font-size: 3rem;
  color: #32c7db;
  border-radius: 50%;
  padding-left: 0.6rem;
}
@media (max-width: 767px) {
  .cid-tTYJIsyzXL .mbr-media span {
    font-size: 2rem;
  }
}
.cid-tTYJIsyzXL .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tTYJIsyzXL .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tTYJIsyzXL .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tTYJIsyzXL .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tTYJIsyzXL .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tTYpK2XzWP {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #d35415;
}
@media (max-width: 767px) {
  .cid-tTYpK2XzWP .content {
    text-align: center;
  }
  .cid-tTYpK2XzWP .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tTYpK2XzWP .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-tTYpK2XzWP .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tTYpK2XzWP .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tTYpK2XzWP .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tTYpK2XzWP .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tTYpK2XzWP .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tTYpK2XzWP .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tTYpK2XzWP .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tTYpK2XzWP .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tTYpK2XzWP .google-map {
  height: 25rem;
  position: relative;
}
.cid-tTYpK2XzWP .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tTYpK2XzWP .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tTYpK2XzWP .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tTYpK2XzWP .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tTYpK2XzWP P {
  color: #fafafa;
  text-align: left;
}
.cid-tTYpK2XzWP .copyright > p {
  text-align: left;
  color: #88d9fb;
}
.cid-tTYpK3AbzN {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #40b0bf;
}
.cid-tTYpK3AbzN svg {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg2;
}
.cid-tTYpK3AbzN svg .st0 {
  fill: #40b0bf;
}
@media (max-width: 992px) {
  .cid-tTYpK3AbzN svg {
    width: 1000px;
  }
}
@keyframes svg2 {
  from {
    transform: scaleX(1) scaleY(1.1) rotate(0deg);
  }
  to {
    transform: scaleX(1) scaleY(1.6) rotate(0deg);
  }
}
.cid-tTYpK3AbzN .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tTYpK3AbzN .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tTYpK3AbzN .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-tTYpK3AbzN .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-tTYpK3AbzN div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tTYpK3AbzN .copyright {
  color: #ffffff;
}
.cid-tTYpK3AbzN .mbr-section-subtitle {
  color: #171a7c;
}
