body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Sigmar One', display;
  font-size: 6rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 9.6rem;
}
.display-2 {
  font-family: 'Sigmar One', display;
  font-size: 2.8rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 4.48rem;
}
.display-4 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.2rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-5 {
  font-family: 'Poiret One', display;
  font-size: 1.5rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- 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: 4.8rem;
    font-size: calc( 2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #ffffff !important;
}
.bg-success {
  background-color: #f5f4c1 !important;
}
.bg-info {
  background-color: #4da9ac !important;
}
.bg-warning {
  background-color: #e7e7e7 !important;
}
.bg-danger {
  background-color: #17222b !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #1d2f3d !important;
  border-color: #1d2f3d !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #040709 !important;
  border-color: #040709 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #040709 !important;
  border-color: #040709 !important;
}
.btn-info,
.btn-info:active {
  background-color: #4da9ac !important;
  border-color: #4da9ac !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #357577 !important;
  border-color: #357577 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #357577 !important;
  border-color: #357577 !important;
}
.btn-success,
.btn-success:active {
  background-color: #f5f4c1 !important;
  border-color: #f5f4c1 !important;
  color: #9e9b19 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #9e9b19 !important;
  background-color: #eae87f !important;
  border-color: #eae87f !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #9e9b19 !important;
  background-color: #eae87f !important;
  border-color: #eae87f !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #e7e7e7 !important;
  border-color: #e7e7e7 !important;
  color: #686868 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #686868 !important;
  background-color: #c1c1c1 !important;
  border-color: #c1c1c1 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #686868 !important;
  background-color: #c1c1c1 !important;
  border-color: #c1c1c1 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #17222b !important;
  border-color: #17222b !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #cccccc;
  color: #cccccc;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #808080;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #1d2f3d;
  border-color: #1d2f3d;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #1d2f3d !important;
  border-color: #1d2f3d !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #2d6466;
  color: #2d6466;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #4da9ac;
  border-color: #4da9ac;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #4da9ac !important;
  border-color: #4da9ac !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #e7e469;
  color: #e7e469;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #9e9b19;
  background-color: #f5f4c1;
  border-color: #f5f4c1;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #9e9b19 !important;
  background-color: #f5f4c1 !important;
  border-color: #f5f4c1 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #b4b4b4;
  color: #b4b4b4;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #686868;
  background-color: #e7e7e7;
  border-color: #e7e7e7;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #686868 !important;
  background-color: #e7e7e7 !important;
  border-color: #e7e7e7 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #17222b;
  border-color: #17222b;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #17222b !important;
  border-color: #17222b !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #ffffff !important;
}
.text-secondary {
  color: #1d2f3d !important;
}
.text-success {
  color: #f5f4c1 !important;
}
.text-info {
  color: #4da9ac !important;
}
.text-warning {
  color: #e7e7e7 !important;
}
.text-danger {
  color: #17222b !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #cccccc !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #e7e469 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #2d6466 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #b4b4b4 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #000000 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #4da9ac;
}
.alert-warning {
  background-color: #e7e7e7;
}
.alert-danger {
  background-color: #17222b;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #8c8c8c;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ffffff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #a3d4d6;
}
.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: #c6d5e1;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #ffffff;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #ffffff;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #ffffff;
}
/* Headers*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.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: #ffffff !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #1d2f3d !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  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='%23ffffff' %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.3;
}
.cid-rxlEtDE4j1 {
  padding-top: 90px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-rxlEtDE4j1 .image-block {
  margin: auto;
}
.cid-rxlEtDE4j1 figcaption {
  position: relative;
}
.cid-rxlEtDE4j1 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rxlEtDE4j1 .image-block {
    width: 100% !important;
  }
}
.cid-rxlSiTAaRm {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rxlSiTAaRm .mbr-text,
.cid-rxlSiTAaRm blockquote {
  color: #767676;
}
.cid-rxlSiTAaRm .mbr-text {
  text-align: left;
  color: #4da9ac;
}
.cid-rxlSiTAaRm .mbr-text B {
  color: #4da9ac;
}
.cid-rxO9nqKVG6 {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #4da9ac;
}
.cid-rxO9nqKVG6 .mbr-text,
.cid-rxO9nqKVG6 blockquote {
  color: #767676;
}
.cid-rxO9nqKVG6 .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-rsthnP3gBP .navbar {
  padding: .5rem 0;
  background: #4da9ac;
  transition: none;
  min-height: 77px;
}
.cid-rsthnP3gBP .navbar-dropdown.bg-color.transparent.opened {
  background: #4da9ac;
}
.cid-rsthnP3gBP a {
  font-style: normal;
}
.cid-rsthnP3gBP .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rsthnP3gBP .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-rsthnP3gBP .nav-item:focus,
.cid-rsthnP3gBP .nav-link:focus {
  outline: none;
}
.cid-rsthnP3gBP .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-rsthnP3gBP .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rsthnP3gBP .menu-logo {
  margin-right: auto;
}
.cid-rsthnP3gBP .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-rsthnP3gBP .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rsthnP3gBP .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rsthnP3gBP .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rsthnP3gBP .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rsthnP3gBP .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rsthnP3gBP .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rsthnP3gBP .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rsthnP3gBP .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rsthnP3gBP .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rsthnP3gBP .dropdown .dropdown-menu {
  background: #4da9ac;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rsthnP3gBP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rsthnP3gBP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rsthnP3gBP .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rsthnP3gBP .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rsthnP3gBP .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rsthnP3gBP .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rsthnP3gBP .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rsthnP3gBP .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rsthnP3gBP .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rsthnP3gBP .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rsthnP3gBP .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rsthnP3gBP button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rsthnP3gBP button.navbar-toggler:focus {
  outline: none;
}
.cid-rsthnP3gBP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rsthnP3gBP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rsthnP3gBP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rsthnP3gBP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rsthnP3gBP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rsthnP3gBP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rsthnP3gBP nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rsthnP3gBP nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rsthnP3gBP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rsthnP3gBP .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-rsthnP3gBP .collapsed .btn {
  display: flex;
}
.cid-rsthnP3gBP .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rsthnP3gBP .collapsed .navbar-collapse.collapsing,
.cid-rsthnP3gBP .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rsthnP3gBP .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rsthnP3gBP .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rsthnP3gBP .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rsthnP3gBP .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rsthnP3gBP .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rsthnP3gBP .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rsthnP3gBP .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rsthnP3gBP .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rsthnP3gBP .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rsthnP3gBP .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-rsthnP3gBP .collapsed button.navbar-toggler {
  display: block;
}
.cid-rsthnP3gBP .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rsthnP3gBP .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rsthnP3gBP .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rsthnP3gBP .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rsthnP3gBP .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rsthnP3gBP .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-rsthnP3gBP .navbar-expand {
    flex-direction: column;
  }
  .cid-rsthnP3gBP img {
    height: 3.8rem !important;
  }
  .cid-rsthnP3gBP .btn {
    display: flex;
  }
  .cid-rsthnP3gBP button.navbar-toggler {
    display: block;
  }
  .cid-rsthnP3gBP .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rsthnP3gBP .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rsthnP3gBP .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rsthnP3gBP .navbar-collapse.collapsing,
  .cid-rsthnP3gBP .navbar-collapse.show {
    display: block !important;
  }
  .cid-rsthnP3gBP .navbar-collapse.collapsing .navbar-nav,
  .cid-rsthnP3gBP .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rsthnP3gBP .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rsthnP3gBP .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rsthnP3gBP .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rsthnP3gBP .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rsthnP3gBP .navbar-collapse.collapsing .navbar-buttons,
  .cid-rsthnP3gBP .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rsthnP3gBP .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rsthnP3gBP .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rsthnP3gBP .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rsthnP3gBP .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rsthnP3gBP .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rsthnP3gBP .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-rsthnP3gBP .menu-logo {
    flex-shrink: 0;
  }
}
.cid-rsthnP3gBP .navbar-collapse {
  flex-basis: auto;
}
.cid-rsthnP3gBP .nav-link:hover,
.cid-rsthnP3gBP .dropdown-item:hover {
  color: #1d2f3d !important;
}
.cid-rwqjhp3tZJ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fafafa;
}
.cid-rwqjhp3tZJ h3 {
  text-align: center;
  font-weight: 300;
}
.cid-rwqjhp3tZJ .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-rwqjhp3tZJ .mbr-section-subtitle {
  color: #767676;
}
.cid-rwqjhp3tZJ .card {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-rwqjhp3tZJ ellipse {
  stroke: rgba(206, 206, 206, 0.4);
}
.cid-rwqjhp3tZJ path {
  stroke: #41a5ac;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-rwqjhp3tZJ .card {
    -webkit-flex-basis: 33%;
    flex-basis: 33%;
  }
}
.cid-rwqjhp3tZJ .mbr-section-title {
  color: #41a5ac;
}
.cid-rwqiOmtF0M {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #4da9ac;
}
.cid-rwqiOmtF0M .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-rwqiOmtF0M .timeline-text-content {
  padding: 2rem 2.5rem;
  background: #ffffff;
  margin-right: 2rem;
  transition: all .4s;
}
.cid-rwqiOmtF0M .timeline-text-content p {
  margin-bottom: 0;
}
.cid-rwqiOmtF0M .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
}
.cid-rwqiOmtF0M .timeline-element:hover .timeline-text-content {
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08);
  transition: all .4s;
}
.cid-rwqiOmtF0M .reverse {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-rwqiOmtF0M .reverse .timeline-text-content {
  margin-left: 2rem;
  margin-right: 0;
}
.cid-rwqiOmtF0M .iconsBackground {
  position: absolute;
  left: 50%;
  width: 60px;
  height: 60px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  background-color: #ffffff;
  top: 20px;
  margin-left: -30px;
}
.cid-rwqiOmtF0M .mbr-iconfont {
  position: absolute;
  text-align: center;
  font-size: 35px;
  display: inline-block;
  z-index: 3;
  top: 13px;
  left: 13px;
}
.cid-rwqiOmtF0M .separline:before {
  top: 20px;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #ffffff;
  left: calc(50% - 1px);
  height: calc(100% + 4rem);
}
@media (max-width: 768px) {
  .cid-rwqiOmtF0M .iconsBackground {
    left: 1.5rem;
  }
  .cid-rwqiOmtF0M .separline:before {
    left: calc(1.5rem - 1px);
  }
  .cid-rwqiOmtF0M .timeline-text-content {
    margin-left: 3rem !important;
    margin-right: 0 !important;
  }
  .cid-rwqiOmtF0M .reverse .timeline-text-content {
    margin-right: 0 !important;
  }
}
.cid-rwqiOmtF0M .mbr-section-title {
  color: #ffffff;
}
.cid-rwqiOmtF0M .mbr-timeline-title {
  color: #4da9ac;
}
.cid-sGoRgp4Jg1 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #4da9ac;
}
.cid-sGoRgp4Jg1 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-sGoRgp4Jg1 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-sGoRgp4Jg1 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sGoRgp4Jg1 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sGoRgp4Jg1 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sGoRgp4Jg1 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sGoRgp4Jg1 .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-sGoRgp4Jg1 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sGoRgp4Jg1 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sGoRgp4Jg1 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sGoRgp4Jg1 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sGoRgp4Jg1 .media-container-row .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-sGoRgp4Jg1 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sGoRgp4Jg1 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sGoRgp4Jg1 foot-menu-item {
  text-align: right;
}
.cid-rwlk5tjfYp .navbar {
  padding: .5rem 0;
  background: #4da9ac;
  transition: none;
  min-height: 77px;
}
.cid-rwlk5tjfYp .navbar-dropdown.bg-color.transparent.opened {
  background: #4da9ac;
}
.cid-rwlk5tjfYp a {
  font-style: normal;
}
.cid-rwlk5tjfYp .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rwlk5tjfYp .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-rwlk5tjfYp .nav-item:focus,
.cid-rwlk5tjfYp .nav-link:focus {
  outline: none;
}
.cid-rwlk5tjfYp .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-rwlk5tjfYp .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rwlk5tjfYp .menu-logo {
  margin-right: auto;
}
.cid-rwlk5tjfYp .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-rwlk5tjfYp .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rwlk5tjfYp .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rwlk5tjfYp .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rwlk5tjfYp .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rwlk5tjfYp .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rwlk5tjfYp .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rwlk5tjfYp .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rwlk5tjfYp .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rwlk5tjfYp .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rwlk5tjfYp .dropdown .dropdown-menu {
  background: #4da9ac;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rwlk5tjfYp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rwlk5tjfYp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rwlk5tjfYp .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rwlk5tjfYp .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rwlk5tjfYp .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rwlk5tjfYp .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rwlk5tjfYp .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rwlk5tjfYp .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rwlk5tjfYp .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rwlk5tjfYp .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rwlk5tjfYp .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rwlk5tjfYp button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rwlk5tjfYp button.navbar-toggler:focus {
  outline: none;
}
.cid-rwlk5tjfYp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rwlk5tjfYp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rwlk5tjfYp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rwlk5tjfYp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rwlk5tjfYp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rwlk5tjfYp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rwlk5tjfYp nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rwlk5tjfYp nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rwlk5tjfYp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rwlk5tjfYp .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-rwlk5tjfYp .collapsed .btn {
  display: flex;
}
.cid-rwlk5tjfYp .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rwlk5tjfYp .collapsed .navbar-collapse.collapsing,
.cid-rwlk5tjfYp .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rwlk5tjfYp .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rwlk5tjfYp .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rwlk5tjfYp .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rwlk5tjfYp .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rwlk5tjfYp .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rwlk5tjfYp .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rwlk5tjfYp .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rwlk5tjfYp .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rwlk5tjfYp .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rwlk5tjfYp .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-rwlk5tjfYp .collapsed button.navbar-toggler {
  display: block;
}
.cid-rwlk5tjfYp .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rwlk5tjfYp .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rwlk5tjfYp .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rwlk5tjfYp .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rwlk5tjfYp .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rwlk5tjfYp .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-rwlk5tjfYp .navbar-expand {
    flex-direction: column;
  }
  .cid-rwlk5tjfYp img {
    height: 3.8rem !important;
  }
  .cid-rwlk5tjfYp .btn {
    display: flex;
  }
  .cid-rwlk5tjfYp button.navbar-toggler {
    display: block;
  }
  .cid-rwlk5tjfYp .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rwlk5tjfYp .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rwlk5tjfYp .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rwlk5tjfYp .navbar-collapse.collapsing,
  .cid-rwlk5tjfYp .navbar-collapse.show {
    display: block !important;
  }
  .cid-rwlk5tjfYp .navbar-collapse.collapsing .navbar-nav,
  .cid-rwlk5tjfYp .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rwlk5tjfYp .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rwlk5tjfYp .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rwlk5tjfYp .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rwlk5tjfYp .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rwlk5tjfYp .navbar-collapse.collapsing .navbar-buttons,
  .cid-rwlk5tjfYp .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rwlk5tjfYp .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rwlk5tjfYp .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rwlk5tjfYp .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rwlk5tjfYp .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rwlk5tjfYp .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rwlk5tjfYp .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-rwlk5tjfYp .menu-logo {
    flex-shrink: 0;
  }
}
.cid-rwlk5tjfYp .navbar-collapse {
  flex-basis: auto;
}
.cid-rwlk5tjfYp .nav-link:hover,
.cid-rwlk5tjfYp .dropdown-item:hover {
  color: #1d2f3d !important;
}
.cid-sGoHYGOs9B {
  padding-top: 10rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sGoHYGOs9B .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sGoHYGOs9B .image-wrap img {
    display: block;
    margin: auto;
    width: 60%;
  }
}
.cid-sGoHYGOs9B .mbr-section-title {
  color: #a3cfbf;
}
.cid-sWqg9OT2kc {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sWqg9OT2kc .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sWqg9OT2kc .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-sWqg9OT2kc .item-wrapper {
  position: relative;
}
.cid-sWqg9OT2kc .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sWqg9OT2kc .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sWqg9OT2kc .carousel-control,
.cid-sWqg9OT2kc .close {
  background: #1b1b1b;
}
.cid-sWqg9OT2kc .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sWqg9OT2kc .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sWqg9OT2kc .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sWqg9OT2kc .carousel-control-next span {
  margin-left: 5px;
}
.cid-sWqg9OT2kc .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sWqg9OT2kc .close::before {
  content: '\e91a';
}
.cid-sWqg9OT2kc .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sWqg9OT2kc .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sWqg9OT2kc .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sWqg9OT2kc .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sWqg9OT2kc .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sWqg9OT2kc .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sWqg9OT2kc .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sWqg9OT2kc .carousel-indicators li.active,
.cid-sWqg9OT2kc .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sWqg9OT2kc .carousel-indicators li::after,
.cid-sWqg9OT2kc .carousel-indicators li::before {
  content: none;
}
.cid-sWqg9OT2kc .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sWqg9OT2kc .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sWqg9OT2kc .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sWqg9OT2kc .carousel-indicators {
    display: none;
  }
}
.cid-sWqg9OT2kc .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sWqg9OT2kc .carousel-inner > .active {
  display: block;
}
.cid-sWqg9OT2kc .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sWqg9OT2kc .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sWqg9OT2kc .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sWqg9OT2kc .carousel-control,
  .cid-sWqg9OT2kc .carousel-indicators,
  .cid-sWqg9OT2kc .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sWqg9OT2kc .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sWqg9OT2kc .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sWqg9OT2kc .carousel-indicators .active,
.cid-sWqg9OT2kc .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sWqg9OT2kc .carousel-indicators .active {
  background: #fff;
}
.cid-sWqg9OT2kc .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sWqg9OT2kc .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sWqg9OT2kc .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sWqg9OT2kc .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sWqg9OT2kc .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sWqg9OT2kc .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sWqg9OT2kc .carousel {
  width: 100%;
}
.cid-sWqg9OT2kc .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sWqg9OT2kc .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sWqg9OT2kc .modal.fade .modal-dialog,
.cid-sWqg9OT2kc .modal.in .modal-dialog {
  transform: none;
}
.cid-sWqg9OT2kc .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sWqg9OT2kc H6 {
  text-align: center;
}
.cid-sWqg9OT2kc H3 {
  text-align: left;
  color: #1d2f3d;
}
.cid-sWqg9OT2kc H4 {
  text-align: left;
  color: #ffffff;
}
.cid-sWqeYgrngY {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sWqeYgrngY .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sWqeYgrngY .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-sWqeYgrngY .item-wrapper {
  position: relative;
}
.cid-sWqeYgrngY .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sWqeYgrngY .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sWqeYgrngY .carousel-control,
.cid-sWqeYgrngY .close {
  background: #1b1b1b;
}
.cid-sWqeYgrngY .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sWqeYgrngY .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sWqeYgrngY .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sWqeYgrngY .carousel-control-next span {
  margin-left: 5px;
}
.cid-sWqeYgrngY .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sWqeYgrngY .close::before {
  content: '\e91a';
}
.cid-sWqeYgrngY .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sWqeYgrngY .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sWqeYgrngY .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sWqeYgrngY .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sWqeYgrngY .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sWqeYgrngY .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sWqeYgrngY .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sWqeYgrngY .carousel-indicators li.active,
.cid-sWqeYgrngY .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sWqeYgrngY .carousel-indicators li::after,
.cid-sWqeYgrngY .carousel-indicators li::before {
  content: none;
}
.cid-sWqeYgrngY .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sWqeYgrngY .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sWqeYgrngY .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sWqeYgrngY .carousel-indicators {
    display: none;
  }
}
.cid-sWqeYgrngY .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sWqeYgrngY .carousel-inner > .active {
  display: block;
}
.cid-sWqeYgrngY .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sWqeYgrngY .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sWqeYgrngY .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sWqeYgrngY .carousel-control,
  .cid-sWqeYgrngY .carousel-indicators,
  .cid-sWqeYgrngY .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sWqeYgrngY .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sWqeYgrngY .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sWqeYgrngY .carousel-indicators .active,
.cid-sWqeYgrngY .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sWqeYgrngY .carousel-indicators .active {
  background: #fff;
}
.cid-sWqeYgrngY .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sWqeYgrngY .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sWqeYgrngY .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sWqeYgrngY .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sWqeYgrngY .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sWqeYgrngY .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sWqeYgrngY .carousel {
  width: 100%;
}
.cid-sWqeYgrngY .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sWqeYgrngY .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sWqeYgrngY .modal.fade .modal-dialog,
.cid-sWqeYgrngY .modal.in .modal-dialog {
  transform: none;
}
.cid-sWqeYgrngY .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sWqeYgrngY H6 {
  text-align: center;
}
.cid-sWqeYgrngY H3 {
  text-align: left;
  color: #1d2f3d;
}
.cid-sWqeYgrngY H4 {
  text-align: left;
  color: #ffffff;
}
.cid-sFVyrCbdsq {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sFVyrCbdsq .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sFVyrCbdsq .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-sFVyrCbdsq .item-wrapper {
  position: relative;
}
.cid-sFVyrCbdsq .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sFVyrCbdsq .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sFVyrCbdsq .carousel-control,
.cid-sFVyrCbdsq .close {
  background: #1b1b1b;
}
.cid-sFVyrCbdsq .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sFVyrCbdsq .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sFVyrCbdsq .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sFVyrCbdsq .carousel-control-next span {
  margin-left: 5px;
}
.cid-sFVyrCbdsq .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sFVyrCbdsq .close::before {
  content: '\e91a';
}
.cid-sFVyrCbdsq .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sFVyrCbdsq .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sFVyrCbdsq .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sFVyrCbdsq .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sFVyrCbdsq .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sFVyrCbdsq .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sFVyrCbdsq .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sFVyrCbdsq .carousel-indicators li.active,
.cid-sFVyrCbdsq .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sFVyrCbdsq .carousel-indicators li::after,
.cid-sFVyrCbdsq .carousel-indicators li::before {
  content: none;
}
.cid-sFVyrCbdsq .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sFVyrCbdsq .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sFVyrCbdsq .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sFVyrCbdsq .carousel-indicators {
    display: none;
  }
}
.cid-sFVyrCbdsq .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sFVyrCbdsq .carousel-inner > .active {
  display: block;
}
.cid-sFVyrCbdsq .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sFVyrCbdsq .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sFVyrCbdsq .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sFVyrCbdsq .carousel-control,
  .cid-sFVyrCbdsq .carousel-indicators,
  .cid-sFVyrCbdsq .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sFVyrCbdsq .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sFVyrCbdsq .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sFVyrCbdsq .carousel-indicators .active,
.cid-sFVyrCbdsq .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sFVyrCbdsq .carousel-indicators .active {
  background: #fff;
}
.cid-sFVyrCbdsq .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sFVyrCbdsq .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sFVyrCbdsq .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sFVyrCbdsq .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sFVyrCbdsq .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sFVyrCbdsq .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sFVyrCbdsq .carousel {
  width: 100%;
}
.cid-sFVyrCbdsq .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sFVyrCbdsq .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sFVyrCbdsq .modal.fade .modal-dialog,
.cid-sFVyrCbdsq .modal.in .modal-dialog {
  transform: none;
}
.cid-sFVyrCbdsq .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sFVyrCbdsq H6 {
  text-align: center;
}
.cid-sFVyrCbdsq H3 {
  text-align: left;
  color: #1d2f3d;
}
.cid-sFVyrCbdsq H4 {
  text-align: left;
  color: #ffffff;
}
.cid-sGoGuySbzs {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sGoGuySbzs .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sGoGuySbzs .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-sGoGuySbzs .item-wrapper {
  position: relative;
}
.cid-sGoGuySbzs .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sGoGuySbzs .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sGoGuySbzs .carousel-control,
.cid-sGoGuySbzs .close {
  background: #1b1b1b;
}
.cid-sGoGuySbzs .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sGoGuySbzs .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sGoGuySbzs .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sGoGuySbzs .carousel-control-next span {
  margin-left: 5px;
}
.cid-sGoGuySbzs .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sGoGuySbzs .close::before {
  content: '\e91a';
}
.cid-sGoGuySbzs .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sGoGuySbzs .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sGoGuySbzs .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sGoGuySbzs .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sGoGuySbzs .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sGoGuySbzs .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sGoGuySbzs .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sGoGuySbzs .carousel-indicators li.active,
.cid-sGoGuySbzs .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sGoGuySbzs .carousel-indicators li::after,
.cid-sGoGuySbzs .carousel-indicators li::before {
  content: none;
}
.cid-sGoGuySbzs .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sGoGuySbzs .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sGoGuySbzs .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sGoGuySbzs .carousel-indicators {
    display: none;
  }
}
.cid-sGoGuySbzs .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sGoGuySbzs .carousel-inner > .active {
  display: block;
}
.cid-sGoGuySbzs .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sGoGuySbzs .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sGoGuySbzs .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sGoGuySbzs .carousel-control,
  .cid-sGoGuySbzs .carousel-indicators,
  .cid-sGoGuySbzs .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sGoGuySbzs .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sGoGuySbzs .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sGoGuySbzs .carousel-indicators .active,
.cid-sGoGuySbzs .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sGoGuySbzs .carousel-indicators .active {
  background: #fff;
}
.cid-sGoGuySbzs .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sGoGuySbzs .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sGoGuySbzs .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sGoGuySbzs .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sGoGuySbzs .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sGoGuySbzs .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sGoGuySbzs .carousel {
  width: 100%;
}
.cid-sGoGuySbzs .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sGoGuySbzs .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sGoGuySbzs .modal.fade .modal-dialog,
.cid-sGoGuySbzs .modal.in .modal-dialog {
  transform: none;
}
.cid-sGoGuySbzs .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sGoGuySbzs H6 {
  text-align: center;
}
.cid-sGoGuySbzs H3 {
  text-align: left;
  color: #1d2f3d;
}
.cid-sGoGuySbzs H4 {
  text-align: left;
  color: #ffffff;
}
.cid-sGoKYtbz4E {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sGoKYtbz4E .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sGoKYtbz4E .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-sGoKYtbz4E .item-wrapper {
  position: relative;
}
.cid-sGoKYtbz4E .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sGoKYtbz4E .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sGoKYtbz4E .carousel-control,
.cid-sGoKYtbz4E .close {
  background: #1b1b1b;
}
.cid-sGoKYtbz4E .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sGoKYtbz4E .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sGoKYtbz4E .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sGoKYtbz4E .carousel-control-next span {
  margin-left: 5px;
}
.cid-sGoKYtbz4E .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sGoKYtbz4E .close::before {
  content: '\e91a';
}
.cid-sGoKYtbz4E .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sGoKYtbz4E .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sGoKYtbz4E .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sGoKYtbz4E .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sGoKYtbz4E .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sGoKYtbz4E .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sGoKYtbz4E .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sGoKYtbz4E .carousel-indicators li.active,
.cid-sGoKYtbz4E .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sGoKYtbz4E .carousel-indicators li::after,
.cid-sGoKYtbz4E .carousel-indicators li::before {
  content: none;
}
.cid-sGoKYtbz4E .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sGoKYtbz4E .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sGoKYtbz4E .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sGoKYtbz4E .carousel-indicators {
    display: none;
  }
}
.cid-sGoKYtbz4E .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sGoKYtbz4E .carousel-inner > .active {
  display: block;
}
.cid-sGoKYtbz4E .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sGoKYtbz4E .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sGoKYtbz4E .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sGoKYtbz4E .carousel-control,
  .cid-sGoKYtbz4E .carousel-indicators,
  .cid-sGoKYtbz4E .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sGoKYtbz4E .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sGoKYtbz4E .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sGoKYtbz4E .carousel-indicators .active,
.cid-sGoKYtbz4E .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sGoKYtbz4E .carousel-indicators .active {
  background: #fff;
}
.cid-sGoKYtbz4E .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sGoKYtbz4E .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sGoKYtbz4E .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sGoKYtbz4E .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sGoKYtbz4E .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sGoKYtbz4E .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sGoKYtbz4E .carousel {
  width: 100%;
}
.cid-sGoKYtbz4E .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sGoKYtbz4E .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sGoKYtbz4E .modal.fade .modal-dialog,
.cid-sGoKYtbz4E .modal.in .modal-dialog {
  transform: none;
}
.cid-sGoKYtbz4E .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sGoKYtbz4E H6 {
  text-align: center;
}
.cid-sGoKYtbz4E H3 {
  text-align: left;
  color: #1d2f3d;
}
.cid-sGoKYtbz4E H4 {
  text-align: left;
  color: #ffffff;
}
.cid-sGoRgp4Jg1 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #4da9ac;
}
.cid-sGoRgp4Jg1 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-sGoRgp4Jg1 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-sGoRgp4Jg1 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sGoRgp4Jg1 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sGoRgp4Jg1 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sGoRgp4Jg1 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sGoRgp4Jg1 .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-sGoRgp4Jg1 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sGoRgp4Jg1 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sGoRgp4Jg1 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sGoRgp4Jg1 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sGoRgp4Jg1 .media-container-row .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-sGoRgp4Jg1 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sGoRgp4Jg1 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sGoRgp4Jg1 foot-menu-item {
  text-align: right;
}
.cid-rwlkbjorXP .navbar {
  padding: .5rem 0;
  background: #4da9ac;
  transition: none;
  min-height: 77px;
}
.cid-rwlkbjorXP .navbar-dropdown.bg-color.transparent.opened {
  background: #4da9ac;
}
.cid-rwlkbjorXP a {
  font-style: normal;
}
.cid-rwlkbjorXP .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rwlkbjorXP .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-rwlkbjorXP .nav-item:focus,
.cid-rwlkbjorXP .nav-link:focus {
  outline: none;
}
.cid-rwlkbjorXP .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-rwlkbjorXP .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rwlkbjorXP .menu-logo {
  margin-right: auto;
}
.cid-rwlkbjorXP .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-rwlkbjorXP .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rwlkbjorXP .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rwlkbjorXP .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rwlkbjorXP .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rwlkbjorXP .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rwlkbjorXP .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rwlkbjorXP .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rwlkbjorXP .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rwlkbjorXP .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rwlkbjorXP .dropdown .dropdown-menu {
  background: #4da9ac;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rwlkbjorXP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rwlkbjorXP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rwlkbjorXP .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rwlkbjorXP .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rwlkbjorXP .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rwlkbjorXP .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rwlkbjorXP .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rwlkbjorXP .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rwlkbjorXP .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rwlkbjorXP .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rwlkbjorXP .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rwlkbjorXP button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rwlkbjorXP button.navbar-toggler:focus {
  outline: none;
}
.cid-rwlkbjorXP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rwlkbjorXP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rwlkbjorXP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rwlkbjorXP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rwlkbjorXP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rwlkbjorXP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rwlkbjorXP nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rwlkbjorXP nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rwlkbjorXP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rwlkbjorXP .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-rwlkbjorXP .collapsed .btn {
  display: flex;
}
.cid-rwlkbjorXP .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rwlkbjorXP .collapsed .navbar-collapse.collapsing,
.cid-rwlkbjorXP .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rwlkbjorXP .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rwlkbjorXP .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rwlkbjorXP .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rwlkbjorXP .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rwlkbjorXP .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rwlkbjorXP .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rwlkbjorXP .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rwlkbjorXP .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rwlkbjorXP .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rwlkbjorXP .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-rwlkbjorXP .collapsed button.navbar-toggler {
  display: block;
}
.cid-rwlkbjorXP .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rwlkbjorXP .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rwlkbjorXP .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rwlkbjorXP .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rwlkbjorXP .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rwlkbjorXP .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-rwlkbjorXP .navbar-expand {
    flex-direction: column;
  }
  .cid-rwlkbjorXP img {
    height: 3.8rem !important;
  }
  .cid-rwlkbjorXP .btn {
    display: flex;
  }
  .cid-rwlkbjorXP button.navbar-toggler {
    display: block;
  }
  .cid-rwlkbjorXP .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rwlkbjorXP .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rwlkbjorXP .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rwlkbjorXP .navbar-collapse.collapsing,
  .cid-rwlkbjorXP .navbar-collapse.show {
    display: block !important;
  }
  .cid-rwlkbjorXP .navbar-collapse.collapsing .navbar-nav,
  .cid-rwlkbjorXP .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rwlkbjorXP .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rwlkbjorXP .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rwlkbjorXP .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rwlkbjorXP .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rwlkbjorXP .navbar-collapse.collapsing .navbar-buttons,
  .cid-rwlkbjorXP .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rwlkbjorXP .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rwlkbjorXP .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rwlkbjorXP .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rwlkbjorXP .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rwlkbjorXP .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rwlkbjorXP .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-rwlkbjorXP .menu-logo {
    flex-shrink: 0;
  }
}
.cid-rwlkbjorXP .navbar-collapse {
  flex-basis: auto;
}
.cid-rwlkbjorXP .nav-link:hover,
.cid-rwlkbjorXP .dropdown-item:hover {
  color: #1d2f3d !important;
}
.cid-sFV3y8Gau4 {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #17222b;
}
.cid-sFVah7fuVM {
  background: #1d2f3d;
  padding-top: 90px;
  padding-bottom: 60px;
}
.cid-sFVah7fuVM .image-block {
  margin: auto;
}
.cid-sFVah7fuVM figcaption {
  position: relative;
}
.cid-sFVah7fuVM figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sFVah7fuVM .image-block {
    width: 100% !important;
  }
}
.cid-sGoEqjcC1L {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sGoEqjcC1L .mbr-section-subtitle {
  color: #767676;
}
.cid-sGoEqjcC1L H2 {
  color: #1d2f3d;
}
.cid-sWqe8Bxlng {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #ffffff;
}
.cid-sWqe8Bxlng .images-container.container-fluid {
  padding: 0;
}
.cid-sWqe8Bxlng .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
  width: 100% !important;
}
.cid-sWqe8Bxlng .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-sWqe8Bxlng .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-sWqe8Bxlng .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-sWqe8Bxlng .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-sWqe8Bxlng .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-sWqe8Bxlng .img-item {
    width: 100% !important;
  }
  .cid-sWqe8Bxlng .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-sWqdGby1kH {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #ffffff;
}
.cid-sWqdGby1kH .images-container.container-fluid {
  padding: 0;
}
.cid-sWqdGby1kH .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
  width: 100% !important;
}
.cid-sWqdGby1kH .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-sWqdGby1kH .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-sWqdGby1kH .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-sWqdGby1kH .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-sWqdGby1kH .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-sWqdGby1kH .img-item {
    width: 100% !important;
  }
  .cid-sWqdGby1kH .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-sFV70vZZ6M {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #ffffff;
}
.cid-sFV70vZZ6M .images-container.container-fluid {
  padding: 0;
}
.cid-sFV70vZZ6M .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
  width: 100% !important;
}
.cid-sFV70vZZ6M .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-sFV70vZZ6M .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-sFV70vZZ6M .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-sFV70vZZ6M .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-sFV70vZZ6M .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-sFV70vZZ6M .img-item {
    width: 100% !important;
  }
  .cid-sFV70vZZ6M .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-sFV7zKhrDb {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #ffffff;
}
.cid-sFV7zKhrDb .images-container.container-fluid {
  padding: 0;
}
.cid-sFV7zKhrDb .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
  width: 100% !important;
}
.cid-sFV7zKhrDb .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-sFV7zKhrDb .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-sFV7zKhrDb .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-sFV7zKhrDb .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-sFV7zKhrDb .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-sFV7zKhrDb .img-item {
    width: 100% !important;
  }
  .cid-sFV7zKhrDb .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-sFV8IBRTjz {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #ffffff;
}
.cid-sFV8IBRTjz .images-container.container-fluid {
  padding: 0;
}
.cid-sFV8IBRTjz .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
  width: 100% !important;
}
.cid-sFV8IBRTjz .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-sFV8IBRTjz .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-sFV8IBRTjz .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-sFV8IBRTjz .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-sFV8IBRTjz .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-sFV8IBRTjz .img-item {
    width: 100% !important;
  }
  .cid-sFV8IBRTjz .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-sGoDcdsJXj {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #1d2f3d;
}
.cid-sGoDcdsJXj .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sGoDcdsJXj .image-wrap img {
    display: block;
    margin: auto;
    width: 10%;
  }
}
.cid-sGoDcdsJXj .mbr-section-title {
  color: #ffffff;
}
.cid-sGoRgp4Jg1 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #4da9ac;
}
.cid-sGoRgp4Jg1 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-sGoRgp4Jg1 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-sGoRgp4Jg1 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sGoRgp4Jg1 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sGoRgp4Jg1 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sGoRgp4Jg1 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sGoRgp4Jg1 .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-sGoRgp4Jg1 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sGoRgp4Jg1 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sGoRgp4Jg1 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sGoRgp4Jg1 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sGoRgp4Jg1 .media-container-row .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-sGoRgp4Jg1 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sGoRgp4Jg1 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sGoRgp4Jg1 foot-menu-item {
  text-align: right;
}
.cid-rsthnP3gBP .navbar {
  padding: .5rem 0;
  background: #4da9ac;
  transition: none;
  min-height: 77px;
}
.cid-rsthnP3gBP .navbar-dropdown.bg-color.transparent.opened {
  background: #4da9ac;
}
.cid-rsthnP3gBP a {
  font-style: normal;
}
.cid-rsthnP3gBP .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rsthnP3gBP .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-rsthnP3gBP .nav-item:focus,
.cid-rsthnP3gBP .nav-link:focus {
  outline: none;
}
.cid-rsthnP3gBP .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-rsthnP3gBP .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rsthnP3gBP .menu-logo {
  margin-right: auto;
}
.cid-rsthnP3gBP .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-rsthnP3gBP .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rsthnP3gBP .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rsthnP3gBP .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rsthnP3gBP .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rsthnP3gBP .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rsthnP3gBP .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rsthnP3gBP .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rsthnP3gBP .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rsthnP3gBP .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rsthnP3gBP .dropdown .dropdown-menu {
  background: #4da9ac;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rsthnP3gBP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rsthnP3gBP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rsthnP3gBP .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rsthnP3gBP .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rsthnP3gBP .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rsthnP3gBP .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rsthnP3gBP .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rsthnP3gBP .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rsthnP3gBP .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rsthnP3gBP .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rsthnP3gBP .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rsthnP3gBP button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rsthnP3gBP button.navbar-toggler:focus {
  outline: none;
}
.cid-rsthnP3gBP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rsthnP3gBP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rsthnP3gBP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rsthnP3gBP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rsthnP3gBP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rsthnP3gBP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rsthnP3gBP nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rsthnP3gBP nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rsthnP3gBP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rsthnP3gBP .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-rsthnP3gBP .collapsed .btn {
  display: flex;
}
.cid-rsthnP3gBP .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rsthnP3gBP .collapsed .navbar-collapse.collapsing,
.cid-rsthnP3gBP .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rsthnP3gBP .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rsthnP3gBP .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rsthnP3gBP .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rsthnP3gBP .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rsthnP3gBP .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rsthnP3gBP .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rsthnP3gBP .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rsthnP3gBP .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rsthnP3gBP .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rsthnP3gBP .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-rsthnP3gBP .collapsed button.navbar-toggler {
  display: block;
}
.cid-rsthnP3gBP .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rsthnP3gBP .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rsthnP3gBP .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rsthnP3gBP .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rsthnP3gBP .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rsthnP3gBP .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-rsthnP3gBP .navbar-expand {
    flex-direction: column;
  }
  .cid-rsthnP3gBP img {
    height: 3.8rem !important;
  }
  .cid-rsthnP3gBP .btn {
    display: flex;
  }
  .cid-rsthnP3gBP button.navbar-toggler {
    display: block;
  }
  .cid-rsthnP3gBP .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rsthnP3gBP .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rsthnP3gBP .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rsthnP3gBP .navbar-collapse.collapsing,
  .cid-rsthnP3gBP .navbar-collapse.show {
    display: block !important;
  }
  .cid-rsthnP3gBP .navbar-collapse.collapsing .navbar-nav,
  .cid-rsthnP3gBP .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rsthnP3gBP .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rsthnP3gBP .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rsthnP3gBP .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rsthnP3gBP .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rsthnP3gBP .navbar-collapse.collapsing .navbar-buttons,
  .cid-rsthnP3gBP .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rsthnP3gBP .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rsthnP3gBP .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rsthnP3gBP .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rsthnP3gBP .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rsthnP3gBP .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rsthnP3gBP .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-rsthnP3gBP .menu-logo {
    flex-shrink: 0;
  }
}
.cid-rsthnP3gBP .navbar-collapse {
  flex-basis: auto;
}
.cid-rsthnP3gBP .nav-link:hover,
.cid-rsthnP3gBP .dropdown-item:hover {
  color: #1d2f3d !important;
}
.cid-rxlW8wWw2x {
  padding-top: 120px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-rxlW8wWw2x .image-block {
  margin: auto;
}
.cid-rxlW8wWw2x figcaption {
  position: relative;
}
.cid-rxlW8wWw2x figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rxlW8wWw2x .image-block {
    width: 100% !important;
  }
}
.cid-rwlkLKJzAF {
  padding-top: 15px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rwlkLKJzAF .title {
  margin-bottom: 2rem;
}
.cid-rwlkLKJzAF .mbr-section-subtitle {
  color: #767676;
}
.cid-rwlkLKJzAF a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-rwlkLKJzAF a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-rwlkLKJzAF .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-rwlkLKJzAF .input-group-btn {
  display: block;
  text-align: center;
}
.cid-rwlkLKJzAF H2 {
  color: #4da9ac;
}
.cid-sGoRgp4Jg1 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #4da9ac;
}
.cid-sGoRgp4Jg1 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-sGoRgp4Jg1 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-sGoRgp4Jg1 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sGoRgp4Jg1 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sGoRgp4Jg1 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sGoRgp4Jg1 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sGoRgp4Jg1 .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-sGoRgp4Jg1 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sGoRgp4Jg1 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sGoRgp4Jg1 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sGoRgp4Jg1 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sGoRgp4Jg1 .media-container-row .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-sGoRgp4Jg1 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sGoRgp4Jg1 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sGoRgp4Jg1 foot-menu-item {
  text-align: right;
}
.cid-rwUgs5zTNM .navbar {
  padding: .5rem 0;
  background: #4da9ac;
  transition: none;
  min-height: 77px;
}
.cid-rwUgs5zTNM .navbar-dropdown.bg-color.transparent.opened {
  background: #4da9ac;
}
.cid-rwUgs5zTNM a {
  font-style: normal;
}
.cid-rwUgs5zTNM .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rwUgs5zTNM .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-rwUgs5zTNM .nav-item:focus,
.cid-rwUgs5zTNM .nav-link:focus {
  outline: none;
}
.cid-rwUgs5zTNM .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-rwUgs5zTNM .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rwUgs5zTNM .menu-logo {
  margin-right: auto;
}
.cid-rwUgs5zTNM .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-rwUgs5zTNM .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rwUgs5zTNM .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rwUgs5zTNM .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rwUgs5zTNM .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rwUgs5zTNM .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rwUgs5zTNM .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rwUgs5zTNM .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rwUgs5zTNM .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rwUgs5zTNM .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rwUgs5zTNM .dropdown .dropdown-menu {
  background: #4da9ac;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rwUgs5zTNM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rwUgs5zTNM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rwUgs5zTNM .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rwUgs5zTNM .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rwUgs5zTNM .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rwUgs5zTNM .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rwUgs5zTNM .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rwUgs5zTNM .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rwUgs5zTNM .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rwUgs5zTNM .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rwUgs5zTNM .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rwUgs5zTNM button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rwUgs5zTNM button.navbar-toggler:focus {
  outline: none;
}
.cid-rwUgs5zTNM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rwUgs5zTNM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rwUgs5zTNM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rwUgs5zTNM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rwUgs5zTNM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rwUgs5zTNM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rwUgs5zTNM nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rwUgs5zTNM nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rwUgs5zTNM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rwUgs5zTNM .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-rwUgs5zTNM .collapsed .btn {
  display: flex;
}
.cid-rwUgs5zTNM .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rwUgs5zTNM .collapsed .navbar-collapse.collapsing,
.cid-rwUgs5zTNM .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rwUgs5zTNM .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rwUgs5zTNM .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rwUgs5zTNM .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rwUgs5zTNM .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rwUgs5zTNM .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rwUgs5zTNM .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rwUgs5zTNM .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rwUgs5zTNM .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rwUgs5zTNM .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rwUgs5zTNM .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-rwUgs5zTNM .collapsed button.navbar-toggler {
  display: block;
}
.cid-rwUgs5zTNM .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rwUgs5zTNM .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rwUgs5zTNM .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rwUgs5zTNM .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rwUgs5zTNM .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rwUgs5zTNM .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-rwUgs5zTNM .navbar-expand {
    flex-direction: column;
  }
  .cid-rwUgs5zTNM img {
    height: 3.8rem !important;
  }
  .cid-rwUgs5zTNM .btn {
    display: flex;
  }
  .cid-rwUgs5zTNM button.navbar-toggler {
    display: block;
  }
  .cid-rwUgs5zTNM .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rwUgs5zTNM .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rwUgs5zTNM .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rwUgs5zTNM .navbar-collapse.collapsing,
  .cid-rwUgs5zTNM .navbar-collapse.show {
    display: block !important;
  }
  .cid-rwUgs5zTNM .navbar-collapse.collapsing .navbar-nav,
  .cid-rwUgs5zTNM .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rwUgs5zTNM .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rwUgs5zTNM .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rwUgs5zTNM .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rwUgs5zTNM .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rwUgs5zTNM .navbar-collapse.collapsing .navbar-buttons,
  .cid-rwUgs5zTNM .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rwUgs5zTNM .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rwUgs5zTNM .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rwUgs5zTNM .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rwUgs5zTNM .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rwUgs5zTNM .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rwUgs5zTNM .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-rwUgs5zTNM .menu-logo {
    flex-shrink: 0;
  }
}
.cid-rwUgs5zTNM .navbar-collapse {
  flex-basis: auto;
}
.cid-rwUgs5zTNM .nav-link:hover,
.cid-rwUgs5zTNM .dropdown-item:hover {
  color: #1d2f3d !important;
}
.cid-sFTFNsSINh {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sFTFNsSINh .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sFTFNsSINh .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-sFTFNsSINh .mbr-text,
.cid-sFTFNsSINh .mbr-section-btn {
  color: #1d2f3d;
}
.cid-sFUrSuSKQ4 {
  padding-top: 30px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-sFUrSuSKQ4 .mbr-iconfont-social {
  font-size: 32px;
  color: #41a5ac;
}
.cid-sFUrSuSKQ4 .social-list a:focus {
  text-decoration: none;
}
.cid-sFUrSuSKQ4 H2 {
  color: #1d2f3d;
}
.cid-sFTrwbrBlw {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sFTrwbrBlw .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sFTrwbrBlw .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sFTrwbrBlw .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sFTrwbrBlw .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sFTrwbrBlw .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #1d2f3d;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-sFTrwbrBlw .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sFTrwbrBlw .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-sFTrwbrBlw .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sFTrwbrBlw .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #1d2f3d !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-sGoRgp4Jg1 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #4da9ac;
}
.cid-sGoRgp4Jg1 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-sGoRgp4Jg1 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-sGoRgp4Jg1 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sGoRgp4Jg1 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sGoRgp4Jg1 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sGoRgp4Jg1 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sGoRgp4Jg1 .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-sGoRgp4Jg1 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sGoRgp4Jg1 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sGoRgp4Jg1 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sGoRgp4Jg1 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sGoRgp4Jg1 .media-container-row .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-sGoRgp4Jg1 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sGoRgp4Jg1 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sGoRgp4Jg1 foot-menu-item {
  text-align: right;
}
.cid-sGoMJg9Svl .navbar {
  padding: .5rem 0;
  background: #4da9ac;
  transition: none;
  min-height: 77px;
}
.cid-sGoMJg9Svl .navbar-dropdown.bg-color.transparent.opened {
  background: #4da9ac;
}
.cid-sGoMJg9Svl a {
  font-style: normal;
}
.cid-sGoMJg9Svl .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sGoMJg9Svl .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-sGoMJg9Svl .nav-item:focus,
.cid-sGoMJg9Svl .nav-link:focus {
  outline: none;
}
.cid-sGoMJg9Svl .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-sGoMJg9Svl .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sGoMJg9Svl .menu-logo {
  margin-right: auto;
}
.cid-sGoMJg9Svl .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-sGoMJg9Svl .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sGoMJg9Svl .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sGoMJg9Svl .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sGoMJg9Svl .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sGoMJg9Svl .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sGoMJg9Svl .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sGoMJg9Svl .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sGoMJg9Svl .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sGoMJg9Svl .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sGoMJg9Svl .dropdown .dropdown-menu {
  background: #4da9ac;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sGoMJg9Svl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sGoMJg9Svl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sGoMJg9Svl .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sGoMJg9Svl .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sGoMJg9Svl .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sGoMJg9Svl .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sGoMJg9Svl .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sGoMJg9Svl .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sGoMJg9Svl .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sGoMJg9Svl .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sGoMJg9Svl .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sGoMJg9Svl button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sGoMJg9Svl button.navbar-toggler:focus {
  outline: none;
}
.cid-sGoMJg9Svl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sGoMJg9Svl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sGoMJg9Svl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sGoMJg9Svl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sGoMJg9Svl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sGoMJg9Svl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sGoMJg9Svl nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sGoMJg9Svl nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sGoMJg9Svl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sGoMJg9Svl .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-sGoMJg9Svl .collapsed .btn {
  display: flex;
}
.cid-sGoMJg9Svl .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sGoMJg9Svl .collapsed .navbar-collapse.collapsing,
.cid-sGoMJg9Svl .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sGoMJg9Svl .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sGoMJg9Svl .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sGoMJg9Svl .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sGoMJg9Svl .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sGoMJg9Svl .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sGoMJg9Svl .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sGoMJg9Svl .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sGoMJg9Svl .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sGoMJg9Svl .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sGoMJg9Svl .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-sGoMJg9Svl .collapsed button.navbar-toggler {
  display: block;
}
.cid-sGoMJg9Svl .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sGoMJg9Svl .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sGoMJg9Svl .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sGoMJg9Svl .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sGoMJg9Svl .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sGoMJg9Svl .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-sGoMJg9Svl .navbar-expand {
    flex-direction: column;
  }
  .cid-sGoMJg9Svl img {
    height: 3.8rem !important;
  }
  .cid-sGoMJg9Svl .btn {
    display: flex;
  }
  .cid-sGoMJg9Svl button.navbar-toggler {
    display: block;
  }
  .cid-sGoMJg9Svl .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sGoMJg9Svl .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sGoMJg9Svl .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sGoMJg9Svl .navbar-collapse.collapsing,
  .cid-sGoMJg9Svl .navbar-collapse.show {
    display: block !important;
  }
  .cid-sGoMJg9Svl .navbar-collapse.collapsing .navbar-nav,
  .cid-sGoMJg9Svl .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sGoMJg9Svl .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sGoMJg9Svl .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sGoMJg9Svl .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sGoMJg9Svl .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sGoMJg9Svl .navbar-collapse.collapsing .navbar-buttons,
  .cid-sGoMJg9Svl .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sGoMJg9Svl .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sGoMJg9Svl .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sGoMJg9Svl .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sGoMJg9Svl .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sGoMJg9Svl .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sGoMJg9Svl .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-sGoMJg9Svl .menu-logo {
    flex-shrink: 0;
  }
}
.cid-sGoMJg9Svl .navbar-collapse {
  flex-basis: auto;
}
.cid-sGoMJg9Svl .nav-link:hover,
.cid-sGoMJg9Svl .dropdown-item:hover {
  color: #1d2f3d !important;
}
.cid-sGoMJh7IzT {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sGoMJh7IzT .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sGoMJh7IzT .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-sGoMJh7IzT .item-wrapper {
  position: relative;
}
.cid-sGoMJh7IzT .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sGoMJh7IzT .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sGoMJh7IzT .carousel-control,
.cid-sGoMJh7IzT .close {
  background: #1b1b1b;
}
.cid-sGoMJh7IzT .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sGoMJh7IzT .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sGoMJh7IzT .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sGoMJh7IzT .carousel-control-next span {
  margin-left: 5px;
}
.cid-sGoMJh7IzT .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sGoMJh7IzT .close::before {
  content: '\e91a';
}
.cid-sGoMJh7IzT .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sGoMJh7IzT .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sGoMJh7IzT .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sGoMJh7IzT .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sGoMJh7IzT .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sGoMJh7IzT .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sGoMJh7IzT .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sGoMJh7IzT .carousel-indicators li.active,
.cid-sGoMJh7IzT .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sGoMJh7IzT .carousel-indicators li::after,
.cid-sGoMJh7IzT .carousel-indicators li::before {
  content: none;
}
.cid-sGoMJh7IzT .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sGoMJh7IzT .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sGoMJh7IzT .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sGoMJh7IzT .carousel-indicators {
    display: none;
  }
}
.cid-sGoMJh7IzT .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sGoMJh7IzT .carousel-inner > .active {
  display: block;
}
.cid-sGoMJh7IzT .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sGoMJh7IzT .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sGoMJh7IzT .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sGoMJh7IzT .carousel-control,
  .cid-sGoMJh7IzT .carousel-indicators,
  .cid-sGoMJh7IzT .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sGoMJh7IzT .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sGoMJh7IzT .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sGoMJh7IzT .carousel-indicators .active,
.cid-sGoMJh7IzT .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sGoMJh7IzT .carousel-indicators .active {
  background: #fff;
}
.cid-sGoMJh7IzT .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sGoMJh7IzT .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sGoMJh7IzT .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sGoMJh7IzT .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sGoMJh7IzT .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sGoMJh7IzT .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sGoMJh7IzT .carousel {
  width: 100%;
}
.cid-sGoMJh7IzT .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sGoMJh7IzT .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sGoMJh7IzT .modal.fade .modal-dialog,
.cid-sGoMJh7IzT .modal.in .modal-dialog {
  transform: none;
}
.cid-sGoMJh7IzT .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sGoMJh7IzT H6 {
  text-align: center;
}
.cid-sGoMJh7IzT H3 {
  text-align: left;
  color: #1d2f3d;
}
.cid-sGoMJh7IzT H4 {
  text-align: left;
  color: #ffffff;
}
.cid-sWpyVaOJvs {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sWpyVaOJvs .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sWpyVaOJvs .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-sWpyVaOJvs .item-wrapper {
  position: relative;
}
.cid-sWpyVaOJvs .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sWpyVaOJvs .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sWpyVaOJvs .carousel-control,
.cid-sWpyVaOJvs .close {
  background: #1b1b1b;
}
.cid-sWpyVaOJvs .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sWpyVaOJvs .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sWpyVaOJvs .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sWpyVaOJvs .carousel-control-next span {
  margin-left: 5px;
}
.cid-sWpyVaOJvs .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sWpyVaOJvs .close::before {
  content: '\e91a';
}
.cid-sWpyVaOJvs .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sWpyVaOJvs .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sWpyVaOJvs .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sWpyVaOJvs .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sWpyVaOJvs .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sWpyVaOJvs .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sWpyVaOJvs .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sWpyVaOJvs .carousel-indicators li.active,
.cid-sWpyVaOJvs .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sWpyVaOJvs .carousel-indicators li::after,
.cid-sWpyVaOJvs .carousel-indicators li::before {
  content: none;
}
.cid-sWpyVaOJvs .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sWpyVaOJvs .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sWpyVaOJvs .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sWpyVaOJvs .carousel-indicators {
    display: none;
  }
}
.cid-sWpyVaOJvs .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sWpyVaOJvs .carousel-inner > .active {
  display: block;
}
.cid-sWpyVaOJvs .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sWpyVaOJvs .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sWpyVaOJvs .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sWpyVaOJvs .carousel-control,
  .cid-sWpyVaOJvs .carousel-indicators,
  .cid-sWpyVaOJvs .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sWpyVaOJvs .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sWpyVaOJvs .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sWpyVaOJvs .carousel-indicators .active,
.cid-sWpyVaOJvs .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sWpyVaOJvs .carousel-indicators .active {
  background: #fff;
}
.cid-sWpyVaOJvs .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sWpyVaOJvs .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sWpyVaOJvs .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sWpyVaOJvs .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sWpyVaOJvs .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sWpyVaOJvs .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sWpyVaOJvs .carousel {
  width: 100%;
}
.cid-sWpyVaOJvs .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sWpyVaOJvs .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sWpyVaOJvs .modal.fade .modal-dialog,
.cid-sWpyVaOJvs .modal.in .modal-dialog {
  transform: none;
}
.cid-sWpyVaOJvs .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sWpyVaOJvs H6 {
  text-align: center;
}
.cid-sWpyVaOJvs H3 {
  text-align: left;
  color: #1d2f3d;
}
.cid-sWpyVaOJvs H4 {
  text-align: left;
  color: #ffffff;
}
.cid-sGoRgp4Jg1 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #4da9ac;
}
.cid-sGoRgp4Jg1 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-sGoRgp4Jg1 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-sGoRgp4Jg1 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sGoRgp4Jg1 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sGoRgp4Jg1 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sGoRgp4Jg1 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sGoRgp4Jg1 .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-sGoRgp4Jg1 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sGoRgp4Jg1 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sGoRgp4Jg1 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sGoRgp4Jg1 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sGoRgp4Jg1 .media-container-row .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-sGoRgp4Jg1 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sGoRgp4Jg1 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sGoRgp4Jg1 foot-menu-item {
  text-align: right;
}
