.btn {
  border-width: 2px;
}
body {
  background-color: #f3f9f9;
}
body {
  font-family: 'Golos Text', sans-serif;
}
.display-1 {
  font-family: 'Golos Text', sans-serif;
  font-size: 4.8rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 6rem;
}
.display-2 {
  font-family: 'Golos Text', sans-serif;
  font-size: 4rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Golos Text', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Golos Text', sans-serif;
  font-size: 2.2rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-7 {
  font-family: 'Golos Text', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.84rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.36rem;
    font-size: calc( 2.33rem + (4.8 - 2.33) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.33rem + (4.8 - 2.33) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #006d77 !important;
}
.bg-success {
  background-color: #20ac6b !important;
}
.bg-info {
  background-color: #0aa3c2 !important;
}
.bg-warning {
  background-color: #cc9900 !important;
}
.bg-danger {
  background-color: #ae1e2c !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #006d77 !important;
  border-color: #ffffff !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  background-color: #006d77 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #006d77 !important;
  border-color: #006d77 !important;
}
.btn-primary:hover {
  background-color: white!important;
  box-shadow: 0 27px 30px -20px #000000 !important;
  transform: scale(1.1) rotateX(1deg) rotateY(0deg) rotateZ(4deg);
  color: #000000 !important;
}
.btn-primary:hover span {
  color: white;
  background: #000000;
}
.btn-primary span {
  background: #ffffff;
  transition: all 0.3s;
  color: #006d77;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem!important;
  font-weight: 700;
  margin-left: 12px;
}
.btn-primary span:before {
  transform: translateX(1px);
  display: block;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #e29578 !important;
  border-color: #ffffff !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  background-color: #e29578 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #e29578 !important;
  border-color: #e29578 !important;
}
.btn-secondary:hover {
  background-color: white!important;
  box-shadow: 0 27px 30px -20px #000000 !important;
  transform: scale(1.1) rotateX(1deg) rotateY(0deg) rotateZ(4deg);
  color: #000000 !important;
}
.btn-secondary:hover span {
  color: white;
  background: #000000;
}
.btn-secondary span {
  background: #ffffff;
  transition: all 0.3s;
  color: #e29578;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem!important;
  font-weight: 700;
  margin-left: 12px;
}
.btn-secondary span:before {
  transform: translateX(1px);
  display: block;
}
.btn-info,
.btn-info:active {
  background-color: #0aa3c2 !important;
  border-color: #ffffff !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  background-color: #0aa3c2 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #0aa3c2 !important;
  border-color: #0aa3c2 !important;
}
.btn-info:hover {
  background-color: white!important;
  box-shadow: 0 27px 30px -20px #000000 !important;
  transform: scale(1.1) rotateX(1deg) rotateY(0deg) rotateZ(4deg);
  color: #000000 !important;
}
.btn-info:hover span {
  color: white;
  background: #000000;
}
.btn-info span {
  background: #ffffff;
  transition: all 0.3s;
  color: #0aa3c2;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem!important;
  font-weight: 700;
  margin-left: 12px;
}
.btn-info span:before {
  transform: translateX(1px);
  display: block;
}
.btn-success,
.btn-success:active {
  background-color: #20ac6b !important;
  border-color: #ffffff !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  background-color: #20ac6b !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #20ac6b !important;
  border-color: #20ac6b !important;
}
.btn-success:hover {
  background-color: white!important;
  box-shadow: 0 27px 30px -20px #000000 !important;
  transform: scale(1.1) rotateX(1deg) rotateY(0deg) rotateZ(4deg);
  color: #000000 !important;
}
.btn-success:hover span {
  color: white;
  background: #000000;
}
.btn-success span {
  background: #ffffff;
  transition: all 0.3s;
  color: #20ac6b;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem!important;
  font-weight: 700;
  margin-left: 12px;
}
.btn-success span:before {
  transform: translateX(1px);
  display: block;
}
.btn-warning,
.btn-warning:active {
  background-color: #cc9900 !important;
  border-color: #ffffff !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  background-color: #cc9900 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #cc9900 !important;
  border-color: #cc9900 !important;
}
.btn-warning:hover {
  background-color: white!important;
  box-shadow: 0 27px 30px -20px #000000 !important;
  transform: scale(1.1) rotateX(1deg) rotateY(0deg) rotateZ(4deg);
  color: #000000 !important;
}
.btn-warning:hover span {
  color: white;
  background: #000000;
}
.btn-warning span {
  background: #ffffff;
  transition: all 0.3s;
  color: #cc9900;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem!important;
  font-weight: 700;
  margin-left: 12px;
}
.btn-warning span:before {
  transform: translateX(1px);
  display: block;
}
.btn-danger,
.btn-danger:active {
  background-color: #ae1e2c !important;
  border-color: #ffffff !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  background-color: #ae1e2c !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ae1e2c !important;
  border-color: #ae1e2c !important;
}
.btn-danger:hover {
  background-color: white!important;
  box-shadow: 0 27px 30px -20px #000000 !important;
  transform: scale(1.1) rotateX(1deg) rotateY(0deg) rotateZ(4deg);
  color: #000000 !important;
}
.btn-danger:hover span {
  color: white;
  background: #000000;
}
.btn-danger span {
  background: #ffffff;
  transition: all 0.3s;
  color: #ae1e2c;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem!important;
  font-weight: 700;
  margin-left: 12px;
}
.btn-danger span:before {
  transform: translateX(1px);
  display: block;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #000000 !important;
  color: #000000 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  background-color: #fafafa !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #000000 !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.btn-white:hover {
  background-color: white!important;
  box-shadow: 0 27px 30px -20px #000000 !important;
  transform: scale(1.1) rotateX(1deg) rotateY(0deg) rotateZ(4deg);
  color: #000000 !important;
}
.btn-white:hover span {
  color: white;
  background: #000000;
}
.btn-white span {
  background: #000000;
  transition: all 0.3s;
  color: #fafafa;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem!important;
  font-weight: 700;
  margin-left: 12px;
}
.btn-white span:before {
  transform: translateX(1px);
  display: block;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #ffffff !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  background-color: #232323 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-black:hover {
  background-color: white!important;
  box-shadow: 0 27px 30px -20px #000000 !important;
  transform: scale(1.1) rotateX(1deg) rotateY(0deg) rotateZ(4deg);
  color: #000000 !important;
}
.btn-black:hover span {
  color: white;
  background: #000000;
}
.btn-black span {
  background: #ffffff;
  transition: all 0.3s;
  color: #232323;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem!important;
  font-weight: 700;
  margin-left: 12px;
}
.btn-black span:before {
  transform: translateX(1px);
  display: block;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #006d77;
  color: #006d77;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #006d77 !important;
  background-color: transparent!important;
  border-color: #006d77 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #006d77 !important;
  border-color: #006d77 !important;
}
.btn-primary-outline:hover {
  background-color: #006d77 !important;
  box-shadow: 0 15px 25px -10px rgba(0, 0, 0, 0.5) !important;
  transform: scale(1.1) rotateX(1deg) rotateY(0deg) rotateZ(4deg);
  color: #ffffff !important;
}
.btn-primary-outline:hover span {
  color: #ffffff !important;
}
.btn-primary-outline span {
  background: #006d77;
  transition: all 0.3s;
  color: #ffffff;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem!important;
  font-weight: 700;
  margin-left: 12px;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #e29578;
  color: #e29578;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #e29578 !important;
  background-color: transparent!important;
  border-color: #e29578 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #e29578 !important;
  border-color: #e29578 !important;
}
.btn-secondary-outline:hover {
  background-color: #006d77 !important;
  box-shadow: 0 15px 25px -10px rgba(0, 0, 0, 0.5) !important;
  transform: scale(1.1) rotateX(1deg) rotateY(0deg) rotateZ(4deg);
  color: #ffffff !important;
}
.btn-secondary-outline:hover span {
  color: #ffffff !important;
}
.btn-secondary-outline span {
  background: #e29578;
  transition: all 0.3s;
  color: #ffffff;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem!important;
  font-weight: 700;
  margin-left: 12px;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #0aa3c2;
  color: #0aa3c2;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #0aa3c2 !important;
  background-color: transparent!important;
  border-color: #0aa3c2 !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #0aa3c2 !important;
  border-color: #0aa3c2 !important;
}
.btn-info-outline:hover {
  background-color: #006d77 !important;
  box-shadow: 0 15px 25px -10px rgba(0, 0, 0, 0.5) !important;
  transform: scale(1.1) rotateX(1deg) rotateY(0deg) rotateZ(4deg);
  color: #ffffff !important;
}
.btn-info-outline:hover span {
  color: #ffffff !important;
}
.btn-info-outline span {
  background: #0aa3c2;
  transition: all 0.3s;
  color: #ffffff;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem!important;
  font-weight: 700;
  margin-left: 12px;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #20ac6b;
  color: #20ac6b;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #20ac6b !important;
  background-color: transparent!important;
  border-color: #20ac6b !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #20ac6b !important;
  border-color: #20ac6b !important;
}
.btn-success-outline:hover {
  background-color: #006d77 !important;
  box-shadow: 0 15px 25px -10px rgba(0, 0, 0, 0.5) !important;
  transform: scale(1.1) rotateX(1deg) rotateY(0deg) rotateZ(4deg);
  color: #ffffff !important;
}
.btn-success-outline:hover span {
  color: #ffffff !important;
}
.btn-success-outline span {
  background: #20ac6b;
  transition: all 0.3s;
  color: #ffffff;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem!important;
  font-weight: 700;
  margin-left: 12px;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #cc9900;
  color: #cc9900;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #cc9900 !important;
  background-color: transparent!important;
  border-color: #cc9900 !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #cc9900 !important;
  border-color: #cc9900 !important;
}
.btn-warning-outline:hover {
  background-color: #006d77 !important;
  box-shadow: 0 15px 25px -10px rgba(0, 0, 0, 0.5) !important;
  transform: scale(1.1) rotateX(1deg) rotateY(0deg) rotateZ(4deg);
  color: #ffffff !important;
}
.btn-warning-outline:hover span {
  color: #ffffff !important;
}
.btn-warning-outline span {
  background: #cc9900;
  transition: all 0.3s;
  color: #ffffff;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem!important;
  font-weight: 700;
  margin-left: 12px;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ae1e2c;
  color: #ae1e2c;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ae1e2c !important;
  background-color: transparent!important;
  border-color: #ae1e2c !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ae1e2c !important;
  border-color: #ae1e2c !important;
}
.btn-danger-outline:hover {
  background-color: #006d77 !important;
  box-shadow: 0 15px 25px -10px rgba(0, 0, 0, 0.5) !important;
  transform: scale(1.1) rotateX(1deg) rotateY(0deg) rotateZ(4deg);
  color: #ffffff !important;
}
.btn-danger-outline:hover span {
  color: #ffffff !important;
}
.btn-danger-outline span {
  background: #ae1e2c;
  transition: all 0.3s;
  color: #ffffff;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem!important;
  font-weight: 700;
  margin-left: 12px;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #232323 !important;
  background-color: transparent!important;
  border-color: #232323 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-black-outline:hover {
  background-color: #006d77 !important;
  box-shadow: 0 15px 25px -10px rgba(0, 0, 0, 0.5) !important;
  transform: scale(1.1) rotateX(1deg) rotateY(0deg) rotateZ(4deg);
  color: #ffffff !important;
}
.btn-black-outline:hover span {
  color: #ffffff !important;
}
.btn-black-outline span {
  background: #232323;
  transition: all 0.3s;
  color: #ffffff;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem!important;
  font-weight: 700;
  margin-left: 12px;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #fafafa !important;
  background-color: transparent!important;
  border-color: #fafafa !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #000000 !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.btn-white-outline:hover {
  background-color: #006d77 !important;
  box-shadow: 0 15px 25px -10px rgba(0, 0, 0, 0.5) !important;
  transform: scale(1.1) rotateX(1deg) rotateY(0deg) rotateZ(4deg);
  color: #ffffff !important;
}
.btn-white-outline:hover span {
  color: #000000 !important;
}
.btn-white-outline span {
  background: #fafafa;
  transition: all 0.3s;
  color: #000000;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem!important;
  font-weight: 700;
  margin-left: 12px;
}
.btn-white:hover {
  background: #006d77 !important;
}
.btn-white:hover span {
  color: #006d77 !important;
}
.text-primary {
  color: #006d77 !important;
}
.text-secondary {
  color: #e29578 !important;
}
.text-success {
  color: #20ac6b !important;
}
.text-info {
  color: #0aa3c2 !important;
}
.text-warning {
  color: #cc9900 !important;
}
.text-danger {
  color: #ae1e2c !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #001011 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #c9562b !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #105636 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #055161 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #664d00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #570f16 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #006d77;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #0aa3c2;
}
.alert-warning {
  background-color: #cc9900;
}
.alert-danger {
  background-color: #ae1e2c;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #006d77;
  border-color: #006d77;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #006d77;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #00e2f7;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #68e3aa;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #55dbf6;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffe599;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #e56773;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Golos Text', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #006d77 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Golos Text', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #006d77;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #006d77;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #006d77;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #006d77;
  border-bottom-color: #006d77;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #006d77 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #e29578 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("../../../data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23006d77' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-uWgYSiT2Ul .navbar-dropdown {
  position: relative !important;
}
.cid-uWgYSiT2Ul .navbar-dropdown {
  position: absolute !important;
}
@media (min-width: 992px) {
  .cid-uWgYSiT2Ul .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-uWgYSiT2Ul .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-uWgYSiT2Ul .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uWgYSiT2Ul .navbar-caption {
  font-weight: 500;
  color: #000000;
}
.cid-uWgYSiT2Ul .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uWgYSiT2Ul .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uWgYSiT2Ul .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uWgYSiT2Ul .dropdown-item:hover,
.cid-uWgYSiT2Ul .dropdown-item:focus {
  background: #006d77 !important;
  color: white !important;
}
.cid-uWgYSiT2Ul .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uWgYSiT2Ul .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uWgYSiT2Ul .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uWgYSiT2Ul .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uWgYSiT2Ul .nav-link {
  position: relative;
}
.cid-uWgYSiT2Ul .container {
  display: flex;
  margin: auto;
}
.cid-uWgYSiT2Ul .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding: 0 0.25rem;
}
.cid-uWgYSiT2Ul .dropdown-menu,
.cid-uWgYSiT2Ul .navbar.opened {
  background: #f3f9f9 !important;
}
.cid-uWgYSiT2Ul .nav-item:focus,
.cid-uWgYSiT2Ul .nav-link:focus {
  outline: none;
}
.cid-uWgYSiT2Ul .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uWgYSiT2Ul .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uWgYSiT2Ul .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uWgYSiT2Ul .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uWgYSiT2Ul .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uWgYSiT2Ul .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uWgYSiT2Ul .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #f3f9f9;
}
.cid-uWgYSiT2Ul .navbar.opened {
  transition: all 0.3s;
}
.cid-uWgYSiT2Ul .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uWgYSiT2Ul .navbar .navbar-logo img {
  width: auto;
}
.cid-uWgYSiT2Ul .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uWgYSiT2Ul .navbar.collapsed {
  justify-content: center;
}
.cid-uWgYSiT2Ul .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uWgYSiT2Ul .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uWgYSiT2Ul .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uWgYSiT2Ul .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uWgYSiT2Ul .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uWgYSiT2Ul .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uWgYSiT2Ul .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uWgYSiT2Ul .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uWgYSiT2Ul .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uWgYSiT2Ul .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uWgYSiT2Ul .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uWgYSiT2Ul .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uWgYSiT2Ul .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uWgYSiT2Ul .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uWgYSiT2Ul .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uWgYSiT2Ul .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uWgYSiT2Ul .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uWgYSiT2Ul .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uWgYSiT2Ul .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uWgYSiT2Ul .navbar.navbar-short {
  min-height: 80px;
}
.cid-uWgYSiT2Ul .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uWgYSiT2Ul .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uWgYSiT2Ul .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uWgYSiT2Ul .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uWgYSiT2Ul .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uWgYSiT2Ul .dropdown-item.active,
.cid-uWgYSiT2Ul .dropdown-item:active {
  background-color: transparent;
}
.cid-uWgYSiT2Ul .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uWgYSiT2Ul .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uWgYSiT2Ul .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uWgYSiT2Ul .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f3f9f9;
}
.cid-uWgYSiT2Ul .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uWgYSiT2Ul .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uWgYSiT2Ul ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uWgYSiT2Ul button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uWgYSiT2Ul button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uWgYSiT2Ul button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uWgYSiT2Ul button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWgYSiT2Ul button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWgYSiT2Ul button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uWgYSiT2Ul nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWgYSiT2Ul nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uWgYSiT2Ul nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uWgYSiT2Ul nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWgYSiT2Ul a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uWgYSiT2Ul .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uWgYSiT2Ul .navbar {
    height: 70px;
  }
  .cid-uWgYSiT2Ul .navbar.opened {
    height: auto;
  }
  .cid-uWgYSiT2Ul .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uWgYSiT2Ul .nav-link,
.cid-uWgYSiT2Ul .dropdown-item {
  color: #000000;
}
.cid-uWgYSiXMTN {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #f9f9f9;
}
.cid-uWgYSiXMTN .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uWgYSiXMTN .mbr-text2 {
  text-decoration: underline;
  text-align: center;
  color: #000000;
}
.cid-uWgYSiXMTN .row-bg {
  align-items: center;
  background: #e29578;
  padding: 8rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uWgYSiXMTN .row-bg {
    padding: 1rem 0;
    padding-top: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uWgYSiXMTN .image-wrapper {
    padding: 1rem;
  }
}
.cid-uWgYSiXMTN .mbr-text,
.cid-uWgYSiXMTN .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uWgYSiXMTN .mbr-text3 {
  text-align: center;
  color: #000000;
}
.cid-uWgYSiXMTN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWgYSiXMTN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWgYSiYXHq {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
.cid-uWgYSiYXHq .title-border {
  border-bottom: 2px solid currentColor;
  padding-bottom: 1rem;
}
.cid-uWgYSiYXHq .card {
  height: 100%;
  justify-content: space-between;
  background: #ffffff;
}
.cid-uWgYSiYXHq .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
  margin-top: auto !important;
}
@media (max-width: 767px) {
  .cid-uWgYSiYXHq .mbr-section-btn {
    flex-direction: column;
  }
}
.cid-uWgYSiYXHq .row-bg {
  background: #006d77;
  padding: 2rem 1rem;
  margin: 0;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-uWgYSiYXHq .row-bg {
    padding: 1rem 0;
  }
}
.cid-uWgYSiYXHq img,
.cid-uWgYSiYXHq .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1rem;
}
.cid-uWgYSiYXHq .item:focus,
.cid-uWgYSiYXHq span:focus {
  outline: none;
}
.cid-uWgYSiYXHq .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uWgYSiYXHq .item-wrapper {
  position: relative;
  border-radius: 2rem;
  padding: 2rem;
  height: 100%;
  display: flex;
  transition: all 0.3s;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-uWgYSiYXHq .item-wrapper {
    padding: 1rem;
  }
}
.cid-uWgYSiYXHq .item-wrapper:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-uWgYSiYXHq .mbr-section-title {
  color: #FFFFFF;
}
.cid-uWgYSiYXHq .item-title1 {
  color: #000000;
}
.cid-uWgYSiYXHq .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uWgYSiYXHq .item-title {
  color: #000000;
}
.cid-uWgYSiYXHq .mbr-text,
.cid-uWgYSiYXHq .mbr-section-btn {
  color: #000000;
}
.cid-uWgYSj5amv {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
@media (max-width: 991px) {
  .cid-uWgYSj5amv .image-wrapper {
    padding: 1rem;
  }
}
.cid-uWgYSj5amv img {
  border-radius: 2rem;
  transition: all 0.3s;
}
.cid-uWgYSj5amv img:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-uWgYSj5amv .mbr-text,
.cid-uWgYSj5amv .mbr-section-btn {
  color: #000000;
}
.cid-uWgYSj5amv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWgYSj5amv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWgYSj5amv .mbr-section-title {
  color: #000000;
}
.cid-uWgYSj59RW {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
.cid-uWgYSj59RW .container {
  max-width: 1000px;
}
.cid-uWgYSj59RW .mbr-text {
  color: #000000;
}
.cid-uWgYSj59RW .mbr-section-title {
  color: #000000;
}
.cid-uWgYSj55ko {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #f9f9f9;
}
.cid-uWgYSj55ko .item-wrapper {
  position: relative;
  margin-bottom: 2rem;
}
.cid-uWgYSj55ko img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 2rem;
}
.cid-uWgYSj55ko .mbr-text {
  margin-bottom: 0;
}
.cid-uWgYSj55ko .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWgYSj55ko .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWgYSj6rtg {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
.cid-uWgYSj6rtg .mbr-text,
.cid-uWgYSj6rtg .mbr-section-btn {
  color: #000000;
}
.cid-uWgYSj6rtg .container {
  max-width: 1000px;
}
.cid-uWgYSj6rtg .mbr-section-title {
  border-bottom: 1px solid currentColor;
  color: #000000;
  padding-bottom: 1rem;
}
.cid-uWgYSj6rtg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWgYSj6rtg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWgYSjdpJZ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
.cid-uWgYSjdpJZ .mbr-section-title,
.cid-uWgYSjdpJZ .mbr-section-subtitle {
  text-align: center;
}
.cid-uWgYSjdpJZ .cost {
  word-break: normal;
  margin-bottom: 0.5rem;
}
.cid-uWgYSjdpJZ .item-wrapper {
  margin-bottom: 2rem;
  border-radius: 2rem;
  background: #d3f1ed;
  transition: all 0.3s;
}
.cid-uWgYSjdpJZ .item-wrapper .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-uWgYSjdpJZ .item-wrapper:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-1deg) scale(1.03);
}
@media (min-width: 768px) {
  .cid-uWgYSjdpJZ .item-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uWgYSjdpJZ .item-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uWgYSjdpJZ .mbr-text {
  color: #000000;
}
.cid-uWgYSjdpJZ .card-price {
  color: #000000;
}
.cid-uWgYSjdpJZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWgYSjdpJZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWgYSjdpJZ .mbr-section-btn .btn {
  margin-top: 0;
  margin-bottom: 0;
}
.cid-uWgYSjdpJZ .mbr-section-title {
  color: #000000;
}
.cid-uWgYSjdpJZ .card-title {
  color: #000000;
}
.cid-uWgYSjg0E5 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
.cid-uWgYSjg0E5 .row-bg {
  align-items: center;
  background: #d3f1ed;
  transition: all 0.3s;
  padding: 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uWgYSjg0E5 .row-bg {
    padding: 1rem 0;
    padding-top: 2rem;
  }
}
.cid-uWgYSjg0E5 .row-bg:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
@media (max-width: 991px) {
  .cid-uWgYSjg0E5 .image-wrapper {
    padding: 0 1rem;
  }
}
.cid-uWgYSjg0E5 img {
  border-radius: 1rem;
}
.cid-uWgYSjg0E5 .mbr-text,
.cid-uWgYSjg0E5 .mbr-section-btn {
  color: #000000;
}
.cid-uWgYSjg0E5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWgYSjg0E5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWgYSjg0E5 .mbr-section-title {
  color: #000000;
}
.cid-uWgYSjg0E5 .mbr-role {
  color: #000000;
}
.cid-uWgYSjhQmG {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
.cid-uWgYSjhQmG .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 10rem;
  padding-top: 1rem;
  padding-bottom: 2rem;
}
.cid-uWgYSjhQmG .mbr-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uWgYSjhQmG .mbr-flex {
  justify-content: center;
}
.cid-uWgYSjhQmG .mbr-text1 {
  border-top: 1px solid currentColor;
  padding-top: 1rem;
  color: #121212;
  text-align: center;
}
.cid-uWgYSjhQmG .mbr-text2 {
  border-top: 1px solid currentColor;
  padding-top: 1rem;
  color: #121212;
  text-align: center;
}
.cid-uWgYSjhQmG .mbr-text3 {
  border-top: 1px solid currentColor;
  padding-top: 1rem;
  color: #121212;
  text-align: center;
}
.cid-uWgYSjhQmG .item:focus,
.cid-uWgYSjhQmG span:focus {
  outline: none;
}
.cid-uWgYSjhQmG .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uWgYSjhQmG .card1 {
  background: #006d77;
}
.cid-uWgYSjhQmG .card1 .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
}
.cid-uWgYSjhQmG .card2 {
  background: #83c5be;
}
.cid-uWgYSjhQmG .card2 .iconfont-wrapper .mbr-iconfont {
  color: #000000;
}
.cid-uWgYSjhQmG .card3 {
  background: #e29578;
}
.cid-uWgYSjhQmG .card3 .iconfont-wrapper .mbr-iconfont {
  color: #000000;
}
.cid-uWgYSjhQmG .item-wrapper {
  position: relative;
  border-radius: 2rem;
  padding: 2rem;
  height: 100%;
  display: flex;
  transition: all 0.3s;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-uWgYSjhQmG .item-wrapper {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-uWgYSjhQmG .item-wrapper:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-uWgYSjhQmG .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uWgYSjhQmG .mbr-section-title {
  color: #000000;
}
.cid-uWgYSjhQmG .item-title1 {
  color: #121212;
  text-align: center;
}
.cid-uWgYSjhQmG .item-title2 {
  color: #121212;
  text-align: center;
}
.cid-uWgYSjhQmG .item-title3 {
  color: #121212;
  text-align: center;
}
.cid-uWgYSjhQmG .item-subtitle1 {
  color: #FFFFFF;
  text-align: center;
}
.cid-uWgYSjhQmG .item-subtitle2 {
  color: #000000;
  text-align: center;
}
.cid-uWgYSjhQmG .item-subtitle3 {
  color: #000000;
  text-align: center;
}
.cid-uWgYSjhQmG .price1 {
  color: #121212;
  text-align: center;
}
.cid-uWgYSjhQmG .price2 {
  color: #121212;
  text-align: center;
}
.cid-uWgYSjhQmG .price3 {
  color: #121212;
  text-align: center;
}
.cid-uWgYSjhQmG .item-title1,
.cid-uWgYSjhQmG .mbr-iconfont {
  text-align: center;
}
.cid-uWgYSjhQmG .item-title1,
.cid-uWgYSjhQmG .iconfont-wrapper {
  color: #FFFFFF;
}
.cid-uWgYSjhQmG .mbr-text1,
.cid-uWgYSjhQmG .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uWgYSjhQmG .item-title2,
.cid-uWgYSjhQmG .iconfont-wrapper {
  color: #000000;
}
.cid-uWgYSjhQmG .mbr-text2,
.cid-uWgYSjhQmG .mbr-section-btn {
  color: #000000;
}
.cid-uWgYSjhQmG .item-title3,
.cid-uWgYSjhQmG .iconfont-wrapper {
  color: #000000;
}
.cid-uWgYSjhQmG .mbr-text3,
.cid-uWgYSjhQmG .mbr-section-btn {
  color: #000000;
}
.cid-uWgYSjjl8u {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
.cid-uWgYSjjl8u .row-bg {
  background: #006d77;
  margin: 0;
  padding: 2rem 1rem;
  padding-bottom: 0;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-uWgYSjjl8u .row-bg {
    padding: 1rem 0;
  }
}
.cid-uWgYSjjl8u .item-wrapper {
  border-radius: 2rem;
  transition: all 0.3s;
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uWgYSjjl8u .item-wrapper:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
@media (min-width: 992px) {
  .cid-uWgYSjjl8u .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uWgYSjjl8u .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uWgYSjjl8u .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uWgYSjjl8u .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uWgYSjjl8u img,
.cid-uWgYSjjl8u .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uWgYSjjl8u .item:focus,
.cid-uWgYSjjl8u span:focus {
  outline: none;
}
.cid-uWgYSjjl8u .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uWgYSjjl8u .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uWgYSjjl8u .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uWgYSjjl8u .mbr-section-title {
  color: #000000;
}
.cid-uWgYSjjl8u .item-subtitle {
  color: #000000;
}
.cid-uWgYSjjl8u .mbr-section-subtitle {
  color: #000000;
}
.cid-uWgYSjjl8u .item-title {
  color: #000000;
}
.cid-uWgYSjjl8u .mbr-text,
.cid-uWgYSjjl8u .mbr-section-btn {
  color: #000000;
}
.cid-uWgYSjq6TH {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
.cid-uWgYSjq6TH .mbr-figure iframe {
  border-radius: 2rem;
}
.cid-uWgYSjq6TH .mbr-figure .app-video-wrapper img {
  border-radius: 2rem;
}
.cid-uWgYSjq6TH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWgYSjq6TH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWgYSjq6TH .mbr-section-title {
  color: #000000;
}
.cid-uWgYSjtgeY {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
.cid-uWgYSjtgeY .mbr-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uWgYSjtgeY .mbr-flex {
  justify-content: center;
}
.cid-uWgYSjtgeY .mbr-text1 {
  border-top: 1px solid currentColor;
  padding-top: 1rem;
  color: #121212;
  text-align: center;
}
.cid-uWgYSjtgeY .mbr-text2 {
  border-top: 1px solid currentColor;
  padding-top: 1rem;
  color: #121212;
  text-align: center;
}
.cid-uWgYSjtgeY .mbr-text3 {
  border-top: 1px solid currentColor;
  padding-top: 1rem;
  color: #121212;
  text-align: center;
}
.cid-uWgYSjtgeY img,
.cid-uWgYSjtgeY .item-img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  border-radius: 1rem;
}
.cid-uWgYSjtgeY .item:focus,
.cid-uWgYSjtgeY span:focus {
  outline: none;
}
.cid-uWgYSjtgeY .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uWgYSjtgeY .card1 {
  background: #e29578;
}
.cid-uWgYSjtgeY .card2 {
  background: #83c5be;
}
.cid-uWgYSjtgeY .card3 {
  background: #006d77;
}
.cid-uWgYSjtgeY .item-wrapper {
  position: relative;
  border-radius: 2rem;
  padding: 2rem;
  height: 100%;
  display: flex;
  transition: all 0.3s;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-uWgYSjtgeY .item-wrapper {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-uWgYSjtgeY .item-wrapper:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-uWgYSjtgeY .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uWgYSjtgeY .mbr-section-title {
  color: #000000;
}
.cid-uWgYSjtgeY .item-title1 {
  color: #000000;
  text-align: center;
}
.cid-uWgYSjtgeY .item-title2 {
  color: #000000;
  text-align: center;
}
.cid-uWgYSjtgeY .item-title3 {
  color: #FFFFFF;
  text-align: center;
}
.cid-uWgYSjtgeY .item-subtitle1 {
  color: #000000;
  text-align: center;
}
.cid-uWgYSjtgeY .item-subtitle2 {
  color: #000000;
  text-align: center;
}
.cid-uWgYSjtgeY .item-subtitle3 {
  color: #FFFFFF;
  text-align: center;
}
.cid-uWgYSjtgeY .price1 {
  color: #121212;
  text-align: center;
}
.cid-uWgYSjtgeY .price2 {
  color: #121212;
  text-align: center;
}
.cid-uWgYSjtgeY .price3 {
  color: #121212;
  text-align: center;
}
.cid-uWgYSjtgeY .mbr-text1,
.cid-uWgYSjtgeY .mbr-section-btn {
  color: #000000;
}
.cid-uWgYSjtgeY .mbr-text2,
.cid-uWgYSjtgeY .mbr-section-btn {
  color: #000000;
}
.cid-uWgYSjtgeY .mbr-text3,
.cid-uWgYSjtgeY .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uWgYSjuDSR {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
.cid-uWgYSjuDSR .item-wrapper {
  border-radius: 2rem;
  transition: all 0.3s;
  position: relative;
  background: #d3f1ed;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uWgYSjuDSR .item-wrapper:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
@media (min-width: 992px) {
  .cid-uWgYSjuDSR .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uWgYSjuDSR .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uWgYSjuDSR .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uWgYSjuDSR .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uWgYSjuDSR img,
.cid-uWgYSjuDSR .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uWgYSjuDSR .item:focus,
.cid-uWgYSjuDSR span:focus {
  outline: none;
}
.cid-uWgYSjuDSR .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uWgYSjuDSR .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uWgYSjuDSR .mbr-section-title {
  color: #000000;
}
.cid-uWgYSjuDSR .mbr-text,
.cid-uWgYSjuDSR .mbr-section-btn {
  text-align: center;
}
.cid-uWgYSjuDSR .item-title {
  text-align: center;
  color: #000000;
}
.cid-uWgYSjuDSR .item-subtitle {
  text-align: center;
  color: #000000;
}
.cid-uWgYSjzbeE {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
.cid-uWgYSjzbeE .img-wrapper {
  text-align: center;
}
.cid-uWgYSjzbeE img {
  margin: auto;
  width: 140px;
  padding-bottom: 2rem;
  padding-top: 2rem;
}
.cid-uWgYSjzbeE .row {
  align-items: flex-start;
}
.cid-uWgYSjzbeE .item-wrapper {
  border-radius: 2rem;
  transition: all 0.3s;
  background: #d3f1ed;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .cid-uWgYSjzbeE .item-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uWgYSjzbeE .item-wrapper {
    padding: 1rem;
  }
}
.cid-uWgYSjzbeE .item-wrapper:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-uWgYSjzbeE .mbr-text,
.cid-uWgYSjzbeE .mbr-section-btn {
  color: #000000;
}
.cid-uWgYSjzbeE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWgYSjzbeE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWgYSjzbeE .card-title {
  color: #000000;
}
.cid-uWgYSjCJZm {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #006d77;
}
.cid-uWgYSjCJZm h1 {
  border-bottom: 1px solid currentColor;
  padding-bottom: 2rem;
}
.cid-uWgYSjCJZm .row {
  align-items: center;
  background: #f3f9f9;
  overflow: hidden;
  padding: 0rem;
  border: 2px solid #f3f9f9;
  border-radius: 2rem;
  margin: 0;
  padding-bottom: 2rem;
}
.cid-uWgYSjCJZm .col-lg-6 {
  padding: 0 2rem;
}
.cid-uWgYSjCJZm .image-wrapper {
  padding: 2rem;
}
@media (max-width: 991px) {
  .cid-uWgYSjCJZm .image-wrapper {
    padding: 1rem;
  }
}
.cid-uWgYSjCJZm img {
  width: 100%;
  border-top-right-radius: 2rem;
  border-top-left-radius: 2rem;
  padding-bottom: 3rem;
  border-bottom: 2px solid #000000;
}
@media (max-width: 991px) {
  .cid-uWgYSjCJZm .align-left,
  .cid-uWgYSjCJZm .align-right {
    text-align: center;
  }
}
.cid-uWgYSjCJZm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWgYSjCJZm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWgYSjYtPn {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
.cid-uWgYSjYtPn .row-bg {
  background: #ffffff;
  margin: 0;
  padding: 0 1rem 2rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-uWgYSjYtPn .row-bg {
    padding: 1rem 0;
  }
}
.cid-uWgYSjYtPn .mbr-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uWgYSjYtPn .mbr-text1 {
  border-top: 1px solid currentColor;
  padding-top: 1rem;
  color: #121212;
}
.cid-uWgYSjYtPn .mbr-text2 {
  border-top: 1px solid currentColor;
  padding-top: 1rem;
  color: #121212;
}
.cid-uWgYSjYtPn .mbr-text3 {
  border-top: 1px solid currentColor;
  padding-top: 1rem;
  color: #121212;
}
.cid-uWgYSjYtPn img,
.cid-uWgYSjYtPn .item-img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  border-radius: 1rem;
}
.cid-uWgYSjYtPn .item:focus,
.cid-uWgYSjYtPn span:focus {
  outline: none;
}
.cid-uWgYSjYtPn .item {
  cursor: pointer;
  margin-top: 2rem;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-uWgYSjYtPn .item:first-child {
    margin-top: 0;
  }
}
.cid-uWgYSjYtPn .card1 {
  background: #006d77;
}
.cid-uWgYSjYtPn .card2 {
  background: #83c5be;
}
.cid-uWgYSjYtPn .card3 {
  background: #e29578;
}
.cid-uWgYSjYtPn .item-wrapper {
  position: relative;
  border-radius: 2rem;
  padding: 2rem;
  height: 100%;
  display: flex;
  transition: all 0.3s;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-uWgYSjYtPn .item-wrapper {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-uWgYSjYtPn .item-wrapper:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-uWgYSjYtPn .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uWgYSjYtPn .mbr-section-title {
  color: #000000;
}
.cid-uWgYSjYtPn .item-title1 {
  color: #FFFFFF;
  text-align: center;
}
.cid-uWgYSjYtPn .item-title2 {
  color: #000000;
  text-align: center;
}
.cid-uWgYSjYtPn .item-title3 {
  color: #000000;
  text-align: center;
}
.cid-uWgYSjYtPn .item-subtitle1 {
  color: #FFFFFF;
  text-align: center;
}
.cid-uWgYSjYtPn .item-subtitle2 {
  color: #000000;
  text-align: center;
}
.cid-uWgYSjYtPn .item-subtitle3 {
  color: #000000;
  text-align: center;
}
.cid-uWgYSjYtPn .price1 {
  color: #FFFFFF;
  text-align: center;
}
.cid-uWgYSjYtPn .price2 {
  color: #000000;
  text-align: center;
}
.cid-uWgYSjYtPn .price3 {
  color: #000000;
  text-align: center;
}
.cid-uWgYSk1PkJ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
.cid-uWgYSk1PkJ .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 10rem;
  padding-top: 1rem;
  padding-bottom: 2rem;
}
.cid-uWgYSk1PkJ .mbr-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uWgYSk1PkJ .mbr-text1 {
  border-top: 1px solid currentColor;
  padding-top: 1rem;
  color: #121212;
  text-align: center;
}
.cid-uWgYSk1PkJ .mbr-text2 {
  border-top: 1px solid currentColor;
  padding-top: 1rem;
  color: #121212;
  text-align: center;
}
.cid-uWgYSk1PkJ .mbr-text3 {
  border-top: 1px solid currentColor;
  padding-top: 1rem;
  color: #121212;
  text-align: center;
}
.cid-uWgYSk1PkJ .item:focus,
.cid-uWgYSk1PkJ span:focus {
  outline: none;
}
.cid-uWgYSk1PkJ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uWgYSk1PkJ .card1 {
  background: #e29578;
}
.cid-uWgYSk1PkJ .card1 .iconfont-wrapper .mbr-iconfont {
  color: #000000;
}
.cid-uWgYSk1PkJ .card2 {
  background: #83c5be;
}
.cid-uWgYSk1PkJ .card2 .iconfont-wrapper .mbr-iconfont {
  color: #000000;
}
.cid-uWgYSk1PkJ .card3 {
  background: #006d77;
}
.cid-uWgYSk1PkJ .card3 .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
}
.cid-uWgYSk1PkJ .item-wrapper {
  position: relative;
  border-radius: 2rem;
  padding: 3rem 2rem;
  height: 100%;
  display: flex;
  transition: all 0.3s;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-uWgYSk1PkJ .item-wrapper {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-uWgYSk1PkJ .item-wrapper:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-uWgYSk1PkJ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uWgYSk1PkJ .mbr-section-title {
  color: #000000;
}
.cid-uWgYSk1PkJ .item-title1 {
  color: #121212;
  text-align: center;
}
.cid-uWgYSk1PkJ .item-title2 {
  color: #121212;
  text-align: center;
}
.cid-uWgYSk1PkJ .item-title3 {
  color: #121212;
  text-align: center;
}
.cid-uWgYSk1PkJ .item-subtitle1 {
  color: #000000;
  text-align: center;
}
.cid-uWgYSk1PkJ .item-subtitle2 {
  color: #000000;
  text-align: center;
}
.cid-uWgYSk1PkJ .item-subtitle3 {
  color: #FFFFFF;
  text-align: center;
}
.cid-uWgYSk1PkJ .price1 {
  color: #000000;
  text-align: center;
}
.cid-uWgYSk1PkJ .price2 {
  color: #000000;
  text-align: center;
}
.cid-uWgYSk1PkJ .price3 {
  color: #FFFFFF;
  text-align: center;
}
.cid-uWgYSk1PkJ .item-title1,
.cid-uWgYSk1PkJ .mbr-iconfont {
  text-align: center;
}
.cid-uWgYSk1PkJ .item-title1,
.cid-uWgYSk1PkJ .iconfont-wrapper {
  color: #000000;
}
.cid-uWgYSk1PkJ .item-title2,
.cid-uWgYSk1PkJ .iconfont-wrapper {
  color: #000000;
}
.cid-uWgYSk1PkJ .item-title3,
.cid-uWgYSk1PkJ .iconfont-wrapper {
  color: #FFFFFF;
}
.cid-uWgYSk4qYz {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
.cid-uWgYSk4qYz .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: currentColor;
  margin-left: 1rem;
  transition: all 0.3s ease;
  transform: rotate(180deg);
}
.cid-uWgYSk4qYz .panel-group {
  border: none;
}
.cid-uWgYSk4qYz .card-header {
  border: none;
}
.cid-uWgYSk4qYz .card {
  background: #006d77;
  border: 1px solid #f3f9f9;
  padding: 2rem 4rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-uWgYSk4qYz .card {
    padding: 0 1rem;
  }
}
.cid-uWgYSk4qYz .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uWgYSk4qYz .collapsed .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uWgYSk4qYz .panel-body,
.cid-uWgYSk4qYz .card-header {
  padding: 1rem 0;
}
.cid-uWgYSk4qYz .panel-title-edit {
  color: #000000;
}
.cid-uWgYSk4qYz .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uWgYSk4qYz .panel-title-edit,
.cid-uWgYSk4qYz .mbr-iconfont {
  color: #FFFFFF;
}
.cid-uWgYSk4qYz .panel-text {
  color: #FFFFFF;
}
.cid-uWgYSk4qYz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWgYSk4qYz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWgYSk4qYz .mbr-section-title {
  color: #000000;
}
.cid-uWgYSk7fiF {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
.cid-uWgYSk7fiF img,
.cid-uWgYSk7fiF .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1rem;
}
.cid-uWgYSk7fiF .item:focus,
.cid-uWgYSk7fiF span:focus {
  outline: none;
}
.cid-uWgYSk7fiF .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uWgYSk7fiF .card1 {
  background: #006d77;
}
.cid-uWgYSk7fiF .card2 {
  background: #e29578;
}
.cid-uWgYSk7fiF .item-wrapper {
  position: relative;
  border-radius: 2rem;
  padding: 2rem;
  height: 100%;
  display: flex;
  transition: all 0.3s;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-uWgYSk7fiF .item-wrapper {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-uWgYSk7fiF .item-wrapper:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-uWgYSk7fiF .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uWgYSk7fiF .mbr-section-title {
  color: #232323;
}
.cid-uWgYSk7fiF .item-title1 {
  color: #FFFFFF;
}
.cid-uWgYSk7fiF .item-title2 {
  color: #000000;
}
.cid-uWgYSk8PxL {
  padding-top: 8rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
.cid-uWgYSk8PxL .mbr-section-title {
  border-bottom: 2px solid currentColor;
  padding-bottom: 2rem;
  color: #000000;
}
.cid-uWgYSk8PxL .row-bg {
  align-items: center;
  background: #d3f1ed;
  transition: all 0.3s;
  padding: 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uWgYSk8PxL .row-bg {
    padding: 1rem 0;
  }
}
.cid-uWgYSk8PxL .row-bg:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
@media (max-width: 991px) {
  .cid-uWgYSk8PxL .image-wrapper {
    padding: 0 1rem;
  }
}
.cid-uWgYSk8PxL img {
  border-radius: 1rem;
}
.cid-uWgYSk8PxL .mbr-text,
.cid-uWgYSk8PxL .mbr-section-btn {
  color: #000000;
}
.cid-uWgYSk8PxL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWgYSk8PxL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWgYSkheTv {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
.cid-uWgYSkheTv .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-uWgYSkheTv .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uWgYSkheTv .card-wrapper {
    flex-direction: column;
    margin: auto;
    text-align: center;
    align-items: center;
    margin-bottom: 2rem;
  }
}
.cid-uWgYSkheTv .card-box {
  margin: auto;
}
.cid-uWgYSkheTv img,
.cid-uWgYSkheTv .item-img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 1.5rem;
}
@media (max-width: 767px) {
  .cid-uWgYSkheTv img,
  .cid-uWgYSkheTv .item-img {
    margin-right: 0rem;
    margin-bottom: 1rem;
  }
}
.cid-uWgYSkheTv .mbr-section-title {
  border-top: 1px solid #000000;
  padding-top: 1rem;
  color: #000000;
}
.cid-uWgYSkheTv .card-text {
  color: #000000;
}
.cid-uWgYSkheTv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWgYSkheTv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWgYSkheTv .card-title {
  color: #000000;
}
.cid-uWgYSkhToU {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
.cid-uWgYSkhToU .row-bg {
  background: #ffffff;
  margin: 0;
  padding: 0 1rem 2rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-uWgYSkhToU .row-bg {
    padding: 1rem 0;
  }
}
.cid-uWgYSkhToU .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 10rem;
  padding-top: 1rem;
  padding-bottom: 2rem;
}
.cid-uWgYSkhToU .mbr-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uWgYSkhToU .mbr-flex {
  justify-content: center;
}
.cid-uWgYSkhToU .mbr-text1 {
  border-top: 1px solid currentColor;
  padding-top: 1rem;
  color: #121212;
  text-align: center;
}
.cid-uWgYSkhToU .mbr-text2 {
  border-top: 1px solid currentColor;
  padding-top: 1rem;
  color: #121212;
  text-align: center;
}
.cid-uWgYSkhToU .mbr-text3 {
  border-top: 1px solid currentColor;
  padding-top: 1rem;
  color: #121212;
  text-align: center;
}
.cid-uWgYSkhToU .item:focus,
.cid-uWgYSkhToU span:focus {
  outline: none;
}
.cid-uWgYSkhToU .item {
  cursor: pointer;
  margin-top: 2rem;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-uWgYSkhToU .item:first-child {
    margin-top: 0;
  }
}
.cid-uWgYSkhToU .card1 {
  background: #e29578;
}
.cid-uWgYSkhToU .card1 .iconfont-wrapper .mbr-iconfont {
  color: #000000;
}
.cid-uWgYSkhToU .card2 {
  background: #83c5be;
}
.cid-uWgYSkhToU .card2 .iconfont-wrapper .mbr-iconfont {
  color: #000000;
}
.cid-uWgYSkhToU .card3 {
  background: #006d77;
}
.cid-uWgYSkhToU .card3 .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
}
.cid-uWgYSkhToU .item-wrapper {
  position: relative;
  border-radius: 2rem;
  padding: 2rem;
  height: 100%;
  display: flex;
  transition: all 0.3s;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-uWgYSkhToU .item-wrapper {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-uWgYSkhToU .item-wrapper:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-uWgYSkhToU .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uWgYSkhToU .mbr-section-title {
  color: #000000;
}
.cid-uWgYSkhToU .item-title1 {
  color: #121212;
  text-align: center;
}
.cid-uWgYSkhToU .item-title2 {
  color: #121212;
  text-align: center;
}
.cid-uWgYSkhToU .item-title3 {
  color: #121212;
  text-align: center;
}
.cid-uWgYSkhToU .item-subtitle1 {
  color: #000000;
  text-align: center;
}
.cid-uWgYSkhToU .item-subtitle2 {
  color: #000000;
  text-align: center;
}
.cid-uWgYSkhToU .item-subtitle3 {
  color: #FFFFFF;
  text-align: center;
}
.cid-uWgYSkhToU .price1 {
  color: #121212;
  text-align: center;
}
.cid-uWgYSkhToU .price2 {
  color: #121212;
  text-align: center;
}
.cid-uWgYSkhToU .price3 {
  color: #121212;
  text-align: center;
}
.cid-uWgYSkhToU .item-title1,
.cid-uWgYSkhToU .mbr-iconfont {
  text-align: center;
}
.cid-uWgYSkhToU .item-title1,
.cid-uWgYSkhToU .iconfont-wrapper {
  color: #000000;
}
.cid-uWgYSkhToU .item-title2,
.cid-uWgYSkhToU .iconfont-wrapper {
  color: #000000;
}
.cid-uWgYSkhToU .item-title3,
.cid-uWgYSkhToU .iconfont-wrapper {
  color: #FFFFFF;
}
.cid-uWgYSktocE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #f9f9f9;
}
.cid-uWgYSktocE .google-map {
  height: 35rem;
  position: relative;
}
.cid-uWgYSktocE .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uWgYSktocE .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uWgYSktocE .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uWgYSktocE .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uWgYSktocE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWgYSktocE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWgYSkyQ1f {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
.cid-uWgYSkyQ1f .item:focus,
.cid-uWgYSkyQ1f span:focus {
  outline: none;
}
.cid-uWgYSkyQ1f .item {
  cursor: pointer;
}
.cid-uWgYSkyQ1f .grid-container {
  grid-row-gap: 2rem;
}
@media (max-width: 767px) {
  .cid-uWgYSkyQ1f .grid-container {
    grid-row-gap: 1rem;
  }
}
.cid-uWgYSkyQ1f .grid-container-1,
.cid-uWgYSkyQ1f .grid-container-2,
.cid-uWgYSkyQ1f .grid-container-3 {
  gap: 0 2rem;
}
@media (max-width: 767px) {
  .cid-uWgYSkyQ1f .grid-container-1,
  .cid-uWgYSkyQ1f .grid-container-2,
  .cid-uWgYSkyQ1f .grid-container-3 {
    gap: 0 1rem;
  }
}
.cid-uWgYSkyQ1f .mbr-section-title {
  color: #121212;
  text-align: center;
}
.cid-uWgYSkyQ1f .content-head {
  max-width: 800px;
}
.cid-uWgYSkyQ1f .container,
.cid-uWgYSkyQ1f .container-fluid {
  overflow: hidden;
}
.cid-uWgYSkyQ1f .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uWgYSkyQ1f .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uWgYSkyQ1f .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 2rem;
}
@media (max-width: 1200px) {
  .cid-uWgYSkyQ1f .grid-item img {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .cid-uWgYSkyQ1f .grid-item img {
    min-width: 35vw;
    height: 150px;
  }
}
.cid-uWgYSkyQ1f .grid-container-1,
.cid-uWgYSkyQ1f .grid-container-2,
.cid-uWgYSkyQ1f .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uWgYSkyQ1f .grid-container-1 {
  align-items: flex-end;
}
.cid-uWgYSkyQ1f .grid-container-2 {
  align-items: flex-start;
}
.cid-uWgYSkCTSJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9f9f9;
}
.cid-uWgYSkCTSJ .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uWgYSkCTSJ .mbr-text,
.cid-uWgYSkCTSJ .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uWgYSkCTSJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWgYSkCTSJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWgYSkCwlu {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
.cid-uWgYSkCwlu img {
  width: 120px;
  margin: auto;
  object-fit: cover;
  height: 65px;
}
.cid-uWgYSkCwlu .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uWgYSkCwlu .card {
    max-width: 12.5%;
  }
}
.cid-uWgYSkDkUm {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
.cid-uWgYSkDkUm .mbr-text,
.cid-uWgYSkDkUm .mbr-section-btn {
  color: #000000;
}
.cid-uWgYSkDkUm .container {
  max-width: 1000px;
}
.cid-uWgYSkDkUm .mbr-section-title {
  border-bottom: 1px solid currentColor;
  color: #000000;
  padding-bottom: 1rem;
}
.cid-uWgYSkDkUm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWgYSkDkUm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWgYSkDB0d {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
.cid-uWgYSkDB0d .carousel-item {
  justify-content: center;
}
.cid-uWgYSkDB0d .carousel-item.active,
.cid-uWgYSkDB0d .carousel-item-next,
.cid-uWgYSkDB0d .carousel-item-prev {
  display: flex;
}
.cid-uWgYSkDB0d .carousel-controls a {
  transition: opacity 0.5s;
  font-size: 40px;
  position: absolute;
  top: 180px;
  bottom: auto;
  height: 60px;
  width: 60px;
  padding: 10px;
  color: #000000;
}
.cid-uWgYSkDB0d .carousel-controls a .mbr-iconfont {
  font-weight: 800;
}
.cid-uWgYSkDB0d .carousel-control-next span {
  padding-left: 5px;
}
.cid-uWgYSkDB0d .carousel-control-prev span {
  padding-right: 5px;
}
.cid-uWgYSkDB0d .carousel-inner {
  padding-top: 1rem;
}
.cid-uWgYSkDB0d .user_image {
  width: 225px;
  height: 225px;
  overflow: visible;
  margin-bottom: 1.6rem;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
  transition: all 0.3s;
}
.cid-uWgYSkDB0d .user_image img {
  width: 225px;
  height: 225px;
  border-radius: 50%;
  min-width: 100%;
  object-fit: cover;
  min-height: 100%;
}
.cid-uWgYSkDB0d .user_image:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
@media (max-width: 230px) {
  .cid-uWgYSkDB0d .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-uWgYSkDB0d .user_text {
  color: #000000;
}
.cid-uWgYSkDB0d .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWgYSkDB0d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWgYSkDB0d .mbr-section-title {
  color: #000000;
}
.cid-uWgYSkDB0d .user_name {
  color: #000000;
}
.cid-uWgYSkDB0d .user_desk {
  color: #000000;
}
.cid-uWgYSkKOBb {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f9f9f9;
}
.cid-uWgYSkKOBb .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-uWgYSkKOBb .container {
    max-width: 1400px;
  }
}
.cid-uWgYSkKOBb .card {
  margin: auto;
}
.cid-uWgYSkKOBb .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #000000;
  margin-bottom: 2rem;
}
.cid-uWgYSkKOBb .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uWgYSkKOBb .row {
  justify-content: center;
}
.cid-uWgYSkKOBb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWgYSkKOBb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWgYSkKOBb .card-title,
.cid-uWgYSkKOBb .card-box {
  color: #000000;
}
.cid-uWgYSkNQkF {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
.cid-uWgYSkNQkF .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uWgYSkNQkF .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uWgYSkNQkF .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #d3f1ed;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-uWgYSkNQkF .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uWgYSkNQkF .mbr-text {
  color: #000000;
}
.cid-uWgYSkNEG9 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
.cid-uWgYSkNEG9 .item-wrapper {
  border-radius: 2rem;
  transition: all 0.3s;
}
.cid-uWgYSkNEG9 .item-wrapper:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-uWgYSkNEG9 .mbr-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uWgYSkNEG9 .mbr-flex {
  justify-content: center;
}
.cid-uWgYSkNEG9 .mbr-flex {
  justify-content: center;
}
.cid-uWgYSkNEG9 .mbr-text1 {
  border-top: 1px solid currentColor;
  padding-top: 1rem;
  color: #121212;
  text-align: center;
}
.cid-uWgYSkNEG9 .mbr-text2 {
  border-top: 1px solid currentColor;
  padding-top: 1rem;
  color: #121212;
  text-align: center;
}
.cid-uWgYSkNEG9 .mbr-text3 {
  border-top: 1px solid currentColor;
  padding-top: 1rem;
  color: #121212;
  text-align: center;
}
.cid-uWgYSkNEG9 img,
.cid-uWgYSkNEG9 .item-img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
}
.cid-uWgYSkNEG9 .item:focus,
.cid-uWgYSkNEG9 span:focus {
  outline: none;
}
.cid-uWgYSkNEG9 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uWgYSkNEG9 .card1 {
  background: #006d77;
}
.cid-uWgYSkNEG9 .card2 {
  background: #83c5be;
}
.cid-uWgYSkNEG9 .card3 {
  background: #e29578;
}
.cid-uWgYSkNEG9 .item-wrap {
  position: relative;
  border-radius: 2rem;
  padding: 2rem;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-uWgYSkNEG9 .item-wrap {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-uWgYSkNEG9 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uWgYSkNEG9 .mbr-section-title {
  color: #000000;
}
.cid-uWgYSkNEG9 .item-title1 {
  color: #FFFFFF;
  text-align: center;
}
.cid-uWgYSkNEG9 .item-title2 {
  color: #000000;
  text-align: center;
}
.cid-uWgYSkNEG9 .item-title3 {
  color: #000000;
  text-align: center;
}
.cid-uWgYSkNEG9 .item-subtitle1 {
  color: #FFFFFF;
  text-align: center;
}
.cid-uWgYSkNEG9 .item-subtitle2 {
  color: #000000;
  text-align: center;
}
.cid-uWgYSkNEG9 .item-subtitle3 {
  color: #000000;
  text-align: center;
}
.cid-uWgYSkNEG9 .price1 {
  color: #121212;
  text-align: center;
}
.cid-uWgYSkNEG9 .price2 {
  color: #121212;
  text-align: center;
}
.cid-uWgYSkNEG9 .price3 {
  color: #121212;
  text-align: center;
}
.cid-uWgYSkOJ2x {
  background-image: url("../images/photo-1621810428820-89b7d9fe6c54.jpeg");
}
.cid-uWgYSkOJ2x .row {
  min-height: 500px;
}
.cid-uWgYSkOJ2x .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWgYSkOJ2x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWgYSkO4qd {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-uWgYSkO4qd .media-container-row {
  justify-content: space-between;
}
.cid-uWgYSkO4qd .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-uWgYSkO4qd .text-content {
    max-width: none;
  }
}
.cid-uWgYSkO4qd .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #000000;
  border: 2px solid #000000;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-uWgYSkO4qd .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-uWgYSkO4qd .mbr-iconfont-social:hover {
  background-color: #000000;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-uWgYSkO4qd .icons {
    justify-content: center !important;
  }
  .cid-uWgYSkO4qd .text-content * {
    text-align: center;
  }
}
.cid-uWgYSkO4qd P {
  color: #696969;
}
.cid-uWgYSkO4qd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWgYSkO4qd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWgYSkO4qd .mbr-section-title {
  color: #000000;
}
.cid-uWgYSkO4qd .mbr-text {
  color: #000000;
}
.cid-uWgYSkO3pP {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
.cid-uWgYSkO3pP .item-wrapper {
  border-radius: 2rem;
  transition: all 0.3s;
}
.cid-uWgYSkO3pP .item-wrapper:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-uWgYSkO3pP .mbr-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uWgYSkO3pP .mbr-text1 {
  border-top: 1px solid currentColor;
  padding-top: 1rem;
  color: #121212;
}
.cid-uWgYSkO3pP .mbr-text2 {
  border-top: 1px solid currentColor;
  padding-top: 1rem;
  color: #121212;
}
.cid-uWgYSkO3pP .mbr-text3 {
  border-top: 1px solid currentColor;
  padding-top: 1rem;
  color: #121212;
}
.cid-uWgYSkO3pP img,
.cid-uWgYSkO3pP .item-img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
}
.cid-uWgYSkO3pP .item:focus,
.cid-uWgYSkO3pP span:focus {
  outline: none;
}
.cid-uWgYSkO3pP .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uWgYSkO3pP .card1 {
  background: #e29578;
}
.cid-uWgYSkO3pP .card2 {
  background: #83c5be;
}
.cid-uWgYSkO3pP .card3 {
  background: #006d77;
}
.cid-uWgYSkO3pP .item-wrap {
  position: relative;
  border-radius: 2rem;
  padding: 2rem;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-uWgYSkO3pP .item-wrap {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-uWgYSkO3pP .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uWgYSkO3pP .mbr-section-title {
  color: #000000;
}
.cid-uWgYSkO3pP .item-title1 {
  color: #000000;
  text-align: center;
}
.cid-uWgYSkO3pP .item-title2 {
  color: #000000;
  text-align: center;
}
.cid-uWgYSkO3pP .item-title3 {
  color: #FFFFFF;
  text-align: center;
}
.cid-uWgYSkO3pP .item-subtitle1 {
  color: #000000;
  text-align: center;
}
.cid-uWgYSkO3pP .item-subtitle2 {
  color: #000000;
  text-align: center;
}
.cid-uWgYSkO3pP .item-subtitle3 {
  color: #FFFFFF;
  text-align: center;
}
.cid-uWgYSkO3pP .price1 {
  color: #000000;
  text-align: center;
}
.cid-uWgYSkO3pP .price2 {
  color: #000000;
  text-align: center;
}
.cid-uWgYSkO3pP .price3 {
  color: #FFFFFF;
  text-align: center;
}
.cid-uWgYSkPN7K {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
.cid-uWgYSkPN7K .row-bg {
  background: #006d77;
  padding: 0 1rem 2rem;
  margin: 0;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-uWgYSkPN7K .row-bg {
    padding: 1rem 0;
  }
}
.cid-uWgYSkPN7K .item-content {
  padding: 1.5rem;
}
.cid-uWgYSkPN7K .item-title {
  border-bottom: 1px solid currentColor;
  color: #000000;
  padding-bottom: 1rem;
}
.cid-uWgYSkPN7K .mbr-text {
  border-top: 1px solid currentColor;
  padding-top: 1rem;
}
.cid-uWgYSkPN7K img,
.cid-uWgYSkPN7K .item-img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}
.cid-uWgYSkPN7K .item:focus,
.cid-uWgYSkPN7K span:focus {
  outline: none;
}
.cid-uWgYSkPN7K .item {
  cursor: pointer;
  margin-top: 2rem;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-uWgYSkPN7K .item:first-child {
    margin-top: 0;
  }
}
.cid-uWgYSkPN7K .item-wrapper {
  position: relative;
  background: #ffffff;
  border-radius: 1rem;
  padding: 0rem;
  height: 100%;
  display: flex;
  transition: all 0.3s;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-uWgYSkPN7K .item-wrapper {
    padding: 0rem;
  }
}
.cid-uWgYSkPN7K .item-wrapper:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-uWgYSkPN7K .mbr-section-title {
  color: #000000;
}
.cid-uWgYSkPN7K .item-subtitle {
  color: #000000;
}
.cid-uWgYSkPN7K .price {
  color: #000000;
}
.cid-uWgYSkQJiY {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
.cid-uWgYSkQJiY .mbr-section-title {
  border-bottom: 2px solid currentColor;
  padding-bottom: 2rem;
  color: #FFFFFF;
}
.cid-uWgYSkQJiY .row-bg {
  align-items: center;
  background: #006d77;
  padding: 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uWgYSkQJiY .row-bg {
    padding: 1rem 0;
    padding-top: 2rem;
    padding-bottom: 0;
  }
}
@media (max-width: 991px) {
  .cid-uWgYSkQJiY .image-wrapper {
    padding: 1rem;
  }
}
.cid-uWgYSkQJiY img {
  border-radius: 1rem;
  transition: all 0.3s;
}
.cid-uWgYSkQJiY img:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-uWgYSkQJiY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWgYSkQJiY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWgYSkQJiY .mbr-text,
.cid-uWgYSkQJiY .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uWgYSkQrKG {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
.cid-uWgYSkQrKG .container {
  max-width: 1000px;
}
.cid-uWgYSkQrKG .mbr-text {
  border-left: 1px solid currentColor;
  padding-left: 1rem;
  color: #000000;
}
.cid-uWgYSkQrKG .mbr-section-title {
  color: #000000;
}
.cid-uWgYSkRXtq {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
.cid-uWgYSkRXtq .inner-row {
  height: 100%;
}
.cid-uWgYSkRXtq .line {
  border-bottom: 2px solid #000000;
  padding-top: 2rem;
}
.cid-uWgYSkRXtq .image-wrapper {
  padding: 1rem;
}
@media (max-width: 767px) {
  .cid-uWgYSkRXtq .image-wrapper {
    padding: 0rem;
    padding-top: 2rem;
  }
}
.cid-uWgYSkRXtq .card2 {
  background: #e29578;
  border-radius: 2rem;
  padding: 2rem;
  height: 100%;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-uWgYSkRXtq .card2 {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-uWgYSkRXtq .card3 {
  background: #ffffff;
  border-radius: 2rem;
  padding: 2rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uWgYSkRXtq .card3 {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-uWgYSkRXtq .card-bg {
  align-items: center;
  background: #d3f1ed;
  overflow: hidden;
  padding: 1rem 1rem;
  border-radius: 2rem;
  margin: 0;
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uWgYSkRXtq .card-bg {
    padding: 0rem 1rem;
    padding-bottom: 1rem;
  }
}
.cid-uWgYSkRXtq img {
  width: 100%;
  border-radius: 2rem;
}
@media (max-width: 991px) {
  .cid-uWgYSkRXtq .align-left,
  .cid-uWgYSkRXtq .align-right {
    text-align: center;
  }
}
.cid-uWgYSkRXtq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWgYSkRXtq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWgYSkRXtq .mbr-card-title1 {
  color: #000000;
}
.cid-uWgYSkRXtq .mbr-card-title2,
.cid-uWgYSkRXtq .card-btn {
  color: #000000;
}
.cid-uWgYSkRXtq .mbr-card-title3 {
  color: #000000;
}
.cid-uWgYSkRdJS .row {
  min-height: 500px;
}
.cid-uWgYSkRdJS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWgYSkRdJS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../images/features9.jpg");
}
.cid-uWgYSkRgAZ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
.cid-uWgYSkRgAZ .item {
  border-radius: 0;
}
@media (min-width: 992px) {
  .cid-uWgYSkRgAZ .item:nth-child(2n) {
    border-left: 1px solid currentColor;
  }
}
@media (max-width: 991px) {
  .cid-uWgYSkRgAZ .item {
    border-right: 0;
    border-bottom: 1px solid currentColor;
  }
}
.cid-uWgYSkRgAZ .item-wrapper {
  position: relative;
  padding: 30px 0;
}
.cid-uWgYSkRgAZ .mbr-text,
.cid-uWgYSkRgAZ .mbr-section-btn {
  color: #696969;
}
.cid-uWgYSkRgAZ .mbr-section-title {
  color: #000000;
}
.cid-uWgYSkRgAZ .mbr-text,
.cid-uWgYSkRgAZ .mbr-section-btn,
.cid-uWgYSkRgAZ .card {
  color: #000000;
}
.cid-uWgYSkRgAZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWgYSkRgAZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWgYSkR5pc {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
.cid-uWgYSkR5pc .list-group-item {
  background-color: transparent;
  padding: 0.5rem 3.25rem;
  color: #000000;
}
.cid-uWgYSkR5pc .plan-body {
  padding-bottom: 2rem;
}
.cid-uWgYSkR5pc .plan-header {
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uWgYSkR5pc .price {
  color: #000000;
}
.cid-uWgYSkR5pc .item-wrapper {
  word-break: break-word;
  background-color: #d3f1ed;
  border-radius: 2rem;
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uWgYSkR5pc .item-wrapper .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
}
.cid-uWgYSkR5pc .item-wrapper .list-group-item::after {
  position: absolute;
  bottom: 1px;
  left: 25%;
  width: 50%;
  height: 1px;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
}
.cid-uWgYSkR5pc .item-wrapper .list-group-item:last-child::after {
  display: none;
}
.cid-uWgYSkR5pc .item-wrapper:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-uWgYSkR5pc UL {
  color: #696969;
}
.cid-uWgYSkR5pc .plan-title {
  color: #000000;
}
.cid-uWgYSkR5pc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWgYSkR5pc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWgYSkR5pc .price-term {
  color: #000000;
}
.cid-uWgYSkR5pc .list-group,
.cid-uWgYSkR5pc .list-group-item {
  color: #000000;
}
.cid-uWgYSl2oDb {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
.cid-uWgYSl2oDb .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-uWgYSl2oDb .item-wrapper {
  border-radius: 2rem;
  transition: all 0.3s;
  margin-bottom: 2rem;
  display: flex;
  background: #d3f1ed;
}
.cid-uWgYSl2oDb .item-wrapper:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
@media (max-width: 991px) {
  .cid-uWgYSl2oDb .item-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uWgYSl2oDb .item-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-uWgYSl2oDb .mbr-iconfont {
  font-size: 4rem;
  padding-right: 2rem;
  color: #000000;
}
@media (max-width: 767px) {
  .cid-uWgYSl2oDb .mbr-iconfont {
    font-size: 2.8rem;
  }
}
.cid-uWgYSl2oDb .mbr-section-subtitle {
  color: #000000;
}
.cid-uWgYSl2oDb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWgYSl2oDb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWgYSl2oDb .mbr-section-title {
  color: #000000;
}
.cid-uWgYSl2oDb .card-title {
  color: #000000;
}
.cid-uWgYSl2oDb .mbr-text {
  color: #000000;
}
.cid-uWgYSl3j32 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
.cid-uWgYSl3j32 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uWgYSl3j32 form .mbr-section-btn .btn {
  display: inline-flex;
  border-radius: 2rem;
}
.cid-uWgYSl3j32 input,
.cid-uWgYSl3j32 textarea {
  border-radius: 0.5rem;
}
.cid-uWgYSl3j32 textarea {
  min-height: 10rem;
}
.cid-uWgYSl3j32 .mbr-form {
  background: #e29578;
  border-radius: 2rem;
  padding: 3rem;
}
@media (max-width: 767px) {
  .cid-uWgYSl3j32 .mbr-form {
    padding: 2rem 1rem;
  }
}
.cid-uWgYSl3j32 .form-control:hover,
.cid-uWgYSl3j32 .form-control:focus {
  border-color: transparent !important;
}
.cid-uWgYSl3j32 .mbr-section-title {
  color: #000000;
}
.cid-uWgYSlaf7f {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #006d77;
  overflow: hidden;
}
.cid-uWgYSlaf7f .media-container-row .mbr-text {
  color: #FFFFFF;
}
