body {
  font-family: Manrope;
}
.display-1 {
  font-family: 'Cocon-Light';
  font-size: 6.85rem;
  line-height: 1.1;
  letter-spacing: -0.045em;
}
.display-1 > .mbr-iconfont {
  font-size: 8.5625rem;
}
.display-2 {
  font-family: 'Cocon-Light';
  font-size: 3.8rem;
  line-height: 1.1;
  letter-spacing: -0.04em;
}
.display-2 > .mbr-iconfont {
  font-size: 4.75rem;
}
.display-4 {
  font-family: 'Noto Serif', serif;
  font-size: 1.1rem;
  line-height: 1.8;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Noto Serif', serif;
  font-size: 1.9rem;
  line-height: 1.5;
  letter-spacing: -0.01em;
}
.display-5 > .mbr-iconfont {
  font-size: 2.375rem;
}
.display-7 {
  font-family: 'Noto Serif', serif;
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: -0.01em;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5625rem;
}
/* ---- 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: 5.48rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.795rem;
    font-size: calc( 3.0475rem + (6.85 - 3.0475) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (3.0475rem + (6.85 - 3.0475) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.04rem;
    font-size: calc( 1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.98rem + (3.8 - 1.98) * ((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.52rem;
    font-size: calc( 1.315rem + (1.9 - 1.315) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.315rem + (1.9 - 1.315) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 33px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 33px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 33px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 33px;
}
.bg-primary {
  background-color: #aeba00 !important;
}
.bg-success {
  background-color: #2dc8cc !important;
}
.bg-info {
  background-color: #fbfbfb !important;
}
.bg-warning {
  background-color: #00acb5 !important;
}
.bg-danger {
  background-color: #787878 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #aeba00 !important;
  border-color: #aeba00 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #5d6300 !important;
  border-color: #5d6300 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #b9cb6a !important;
  border-color: #b9cb6a !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #91a53a !important;
  border-color: #91a53a !important;
}
.btn-info,
.btn-info:active {
  background-color: #fbfbfb !important;
  border-color: #fbfbfb !important;
  color: #7b7b7b !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #7b7b7b !important;
  background-color: #d0d0d0 !important;
  border-color: #d0d0d0 !important;
}
.btn-success,
.btn-success:active {
  background-color: #2dc8cc !important;
  border-color: #2dc8cc !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #1d8285 !important;
  border-color: #1d8285 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #00acb5 !important;
  border-color: #00acb5 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #005a5e !important;
  border-color: #005a5e !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #787878 !important;
  border-color: #787878 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #4d4d4d !important;
  border-color: #4d4d4d !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #aeba00;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #5d6300 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #aeba00 !important;
  border-color: #aeba00 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #b9cb6a;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #91a53a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #b9cb6a !important;
  border-color: #b9cb6a !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fbfbfb;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d0d0d0 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #7b7b7b !important;
  background-color: #fbfbfb !important;
  border-color: #fbfbfb !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #2dc8cc;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #1d8285 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #2dc8cc !important;
  border-color: #2dc8cc !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #00acb5;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #005a5e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #00acb5 !important;
  border-color: #00acb5 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #787878;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #4d4d4d !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #787878 !important;
  border-color: #787878 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #aeba00 !important;
}
.text-secondary {
  color: #b9cb6a !important;
}
.text-success {
  color: #2dc8cc !important;
}
.text-info {
  color: #fbfbfb !important;
}
.text-warning {
  color: #00acb5 !important;
}
.text-danger {
  color: #787878 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #4f5400 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #879936 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #1b7678 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #c8c8c8 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #004b4f !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #454545 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #aeba00;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #fbfbfb;
}
.alert-warning {
  background-color: #00acb5;
}
.alert-danger {
  background-color: #787878;
}
.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: #aeba00;
  border-color: #aeba00;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #aeba00;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #f2ff3b;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #d0f4f5;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #36f5ff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #b8b8b8;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Noto Serif', serif;
  font-size: 1.1rem;
  line-height: 1.8;
  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: #aeba00 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Noto Serif', serif;
  font-size: 1.1rem;
  line-height: 1.8;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #aeba00;
}
/* 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: #aeba00;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #aeba00;
}
.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: #aeba00;
  border-bottom-color: #aeba00;
}
.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: #aeba00 !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: #b9cb6a !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='%23aeba00' %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;
}
.mbr-section-btn .btn {
  min-width: 100px;
  border-radius: 100vw;
  padding: 1rem 1.5rem;
  line-height: 1.25;
  font-weight: 600 !important;
  box-shadow: none !important;
  border: none !important;
  position: relative;
  overflow: hidden;
}
.mbr-section-btn .btn .mbr-iconfont {
  position: relative;
  z-index: 1000;
}
.mbr-section-btn .btn-transform {
  position: relative;
  overflow: hidden;
  transition: 0.4s all !important;
}
.mbr-section-btn .btn-transform .btn-transform-1 {
  transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
  transition: 0.4s all !important;
  animation: btn-move-out 0.4s ease-in-out;
}
.mbr-section-btn .btn {
  transition: 0.4s all !important;
}
.mbr-section-btn .btn:hover .btn-transform .btn-transform-1 {
  animation: btn-move 0.4s ease-in-out;
}
.mbr-section-btn .btn:hover .btn-overlay {
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg) !important;
}
.mbr-section-btn .btn:hover {
  transform: scale(1.04);
}
@media (max-width: 575px) {
  .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .mbr-section-btn .btn {
    width: 100%;
    box-shadow: none !important;
  }
}
@keyframes btn-move {
  0% {
    transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  49% {
    transform: translate3d(0px, -100%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  50% {
    transform: translate3d(0px, -100%, 0px) scale3d(1, 0, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  51% {
    transform: translate3d(0px, 100%, 0px) scale3d(1, 0, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  52% {
    transform: translate3d(0px, 100%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  100% {
    transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
}
@keyframes btn-move-out {
  0% {
    transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  49% {
    transform: translate3d(0px, 100%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  50% {
    transform: translate3d(0px, 100%, 0px) scale3d(1, 0, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  51% {
    transform: translate3d(0px, -100%, 0px) scale3d(1, 0, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  52% {
    transform: translate3d(0px, -100%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  100% {
    transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
}
.cid-tUAMusTH32 {
  display: flex;
  padding-top: 216px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/foto-35-5-2000x1057.jpeg");
}
.cid-tUAMusTH32 .mbr-overlay {
  background-color: #fbfbfb;
  opacity: 0.6;
}
.cid-tUAMusTH32 .content-wrap {
  padding: 5rem 1rem;
  max-width: 800px;
}
@media (min-width: 768px) {
  .cid-tUAMusTH32 {
    align-items: center;
  }
  .cid-tUAMusTH32 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tUAMusTH32 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tUAMusTH32 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tUAMusTH32 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tUAMusTH32 .content-wrap {
    width: 100%;
  }
  .cid-tUAMusTH32 .mbr-section-btn .btn {
    width: 80%;
    text-align: center;
    margin: auto;
  }
}
.cid-tUAMusTH32 .mbr-section-title {
  text-align: center;
  color: #aeba00;
}
.cid-tUAMusTH32 .mbr-text,
.cid-tUAMusTH32 .mbr-section-btn {
  text-align: center;
  color: #787878;
}
.cid-tUAMusTH32 .mbr-section-subtitle {
  color: #2b7669;
  text-align: center;
}
.cid-tUAMusTH32 .mb-3 {
  margin-bottom: 0rem!important;
}
.cid-tUATCGxNgc {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-tUATCGxNgc nav.navbar {
  position: absolute !important;
}
.cid-tUATCGxNgc .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-tUATCGxNgc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-tUATCGxNgc .nav-link {
  position: relative;
}
.cid-tUATCGxNgc .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
  position: relative !important;
  left: 0;
  right: 0;
  width: 90%;
  max-width: 61.25rem;
  margin-right: auto;
  margin-left: auto;
  padding: 0.5rem 0.5rem 0.5rem 1rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 24px;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (min-width: 992px) {
  .cid-tUATCGxNgc .container {
    background: rgba(255, 255, 255, 0.8) !important;
  }
}
.cid-tUATCGxNgc .iconfont-wrapper {
  color: #00acb5 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tUATCGxNgc .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: row;
  max-width: 100%;
  padding: 4px !important;
  border-radius: 100vw;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff !important;
}
.cid-tUATCGxNgc .nav-item:focus,
.cid-tUATCGxNgc .nav-link:focus {
  outline: none;
}
.cid-tUATCGxNgc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tUATCGxNgc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tUATCGxNgc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tUATCGxNgc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tUATCGxNgc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tUATCGxNgc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tUATCGxNgc .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-tUATCGxNgc .navbar.opened {
  transition: all 0.3s;
}
.cid-tUATCGxNgc .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tUATCGxNgc .navbar .navbar-logo img {
  width: auto;
}
.cid-tUATCGxNgc .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-tUATCGxNgc .navbar.collapsed {
  justify-content: center;
}
.cid-tUATCGxNgc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tUATCGxNgc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tUATCGxNgc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tUATCGxNgc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tUATCGxNgc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tUATCGxNgc .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-tUATCGxNgc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tUATCGxNgc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tUATCGxNgc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tUATCGxNgc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tUATCGxNgc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tUATCGxNgc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tUATCGxNgc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tUATCGxNgc .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-tUATCGxNgc .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tUATCGxNgc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tUATCGxNgc .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tUATCGxNgc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tUATCGxNgc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tUATCGxNgc .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tUATCGxNgc .navbar.navbar-short {
  min-height: 60px;
}
.cid-tUATCGxNgc .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tUATCGxNgc .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tUATCGxNgc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tUATCGxNgc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tUATCGxNgc .dropdown-item.active,
.cid-tUATCGxNgc .dropdown-item:active {
  background-color: transparent;
}
.cid-tUATCGxNgc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tUATCGxNgc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tUATCGxNgc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tUATCGxNgc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tUATCGxNgc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tUATCGxNgc .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tUATCGxNgc ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tUATCGxNgc .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
.cid-tUATCGxNgc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tUATCGxNgc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2b7669;
}
.cid-tUATCGxNgc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tUATCGxNgc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tUATCGxNgc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tUATCGxNgc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tUATCGxNgc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tUATCGxNgc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tUATCGxNgc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tUATCGxNgc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tUATCGxNgc .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tUATCGxNgc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tUATCGxNgc .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-tUATCGxNgc .navbar {
    height: 70px;
  }
  .cid-tUATCGxNgc .navbar.opened {
    height: auto;
  }
  .cid-tUATCGxNgc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tUATCGxNgc .navbar-nav .nav-item {
  margin: 0 8px !important;
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-tUATCGxNgc .navbar-nav .nav-item .nav-link {
  padding: 12px 12px 12px 16px !important;
  margin: 0 !important;
  border-radius: 100vw !important;
  transition: .3s all !important;
}
.cid-tUATCGxNgc .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-tUATCGxNgc .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tUATCGxNgc .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tUATCGxNgc .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 100vw !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-tUATCGxNgc .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-tUATCGxNgc .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-tUATCGxNgc .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tUATCGxNgc .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tUATCGxNgc .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-tUATCGxNgc .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(90deg);
}
.cid-tUATCGxNgc .dropdown-submenu {
  position: relative;
  max-width: 500px !important;
  transform: translateX(-50%) !important;
  top: calc(100% + 8px) !important;
  left: 50% !important;
}
@media (min-width: 992px) {
  .cid-tUATCGxNgc .dropdown-submenu::before {
    content: "";
    width: 100%;
    height: 8px;
    bottom: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tUATCGxNgc .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tUATCGxNgc .mbr-section-btn .btn {
  padding: 0.5rem 1rem;
}
.cid-tUATCGxNgc .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tUATCGxNgc .container {
    position: relative;
  }
  .cid-tUATCGxNgc .navbar-brand {
    margin-right: auto;
  }
  .cid-tUATCGxNgc .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    padding: 0 1rem 1rem  2rem;
    border-top: 2rem solid #ffffff;
    border-bottom-left-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
    background: rgba(235, 235, 235, 0.94);
    opacity: 1;
    background: rgba(235, 235, 235, 0.8);
    backdrop-filter: blur(8px);
  }
  .cid-tUATCGxNgc .navbar-nav .nav-item .nav-link {
    justify-content: left;
  }
  .cid-tUATCGxNgc .navbar-nav .nav-item .nav-link::after {
    margin-left: auto;
  }
  .cid-tUATCGxNgc .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tUATCGxNgc .navbar .dropdown > .dropdown-menu {
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0);
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tUATCGxNgc .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tUATCGxNgc .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tUATCGxNgc .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-tUATCGxNgc .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tUATCGxNgc .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tUATCGxNgc .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tUATCGxNgc .navbar-collapse {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-tUATCGxNgc .navbar-fixed-top {
  position: absolute !important;
}
.cid-tUBIwPtkHU {
  display: flex;
  padding-top: 135px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/foto-35-4-2000x1057.jpg");
}
.cid-tUBIwPtkHU .mbr-overlay {
  background-color: #000000;
  opacity: 0.3;
}
.cid-tUBIwPtkHU .content-wrap {
  padding: 5rem 1rem;
  max-width: 800px;
}
@media (min-width: 768px) {
  .cid-tUBIwPtkHU {
    align-items: center;
  }
  .cid-tUBIwPtkHU .row {
    justify-content: flex-end;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tUBIwPtkHU .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tUBIwPtkHU {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tUBIwPtkHU .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tUBIwPtkHU .content-wrap {
    width: 100%;
  }
}
.cid-tUBIwPtkHU .mbr-section-title {
  text-align: left;
  color: #aeba00;
}
.cid-tUBIwPtkHU .mbr-text,
.cid-tUBIwPtkHU .mbr-section-btn {
  text-align: left;
  color: #787878;
}
.cid-tUBIwPtkHU .mbr-section-subtitle {
  color: #2b7669;
}
.cid-tUBIwPtkHU .mb-3 {
  margin-bottom: 0rem!important;
}
.cid-tUAUqT5ur8 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/whatsapp-image-2023-08-17-at-23.05.51-1-1200x1600.jpeg");
}
.cid-tUAUqT5ur8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUAUqT5ur8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tUAUqT5ur8 .container {
    padding: 0 6px;
  }
}
.cid-tUAUqT5ur8 .row {
  margin: 0;
  padding: 50px;
}
@media (max-width: 1440px) {
  .cid-tUAUqT5ur8 .row {
    padding: 50px 32px;
  }
}
@media (max-width: 1200px) {
  .cid-tUAUqT5ur8 .row {
    padding: 50px 8px;
  }
}
@media (max-width: 992px) {
  .cid-tUAUqT5ur8 .row {
    padding: 70px 60px;
  }
}
@media (max-width: 768px) {
  .cid-tUAUqT5ur8 .row {
    padding: 70px 30px;
  }
}
.cid-tUAUqT5ur8 .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-tUAUqT5ur8 .desc-wrapper {
  padding-right: 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-tUAUqT5ur8 .desc-wrapper {
    padding: 0;
  }
}
.cid-tUAUqT5ur8 .desc-wrapper .mbr-desc {
  padding: 10px 18px;
  display: inline-flex;
  border: 1px solid #cfcfcf;
  border-radius: 30px;
  margin-bottom: 0;
}
.cid-tUAUqT5ur8 .title-wrapper {
  margin-bottom: 64px;
}
.cid-tUAUqT5ur8 .title-wrapper span {
  color: #009472;
}
.cid-tUAUqT5ur8 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tUAUqT5ur8 .buttons-wrap {
  display: flex;
  height: 100%;
  align-items: flex-end;
  margin-bottom: 64px;
}
.cid-tUAUqT5ur8 .cards-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
  padding-top: 30px;
}
@media (max-width: 992px) {
  .cid-tUAUqT5ur8 .cards-wrapper {
    display: block;
  }
}
.cid-tUAUqT5ur8 .cards-wrapper .item {
  position: relative;
  margin-bottom: 60px;
}
.cid-tUAUqT5ur8 .cards-wrapper .item:hover,
.cid-tUAUqT5ur8 .cards-wrapper .item:focus {
  cursor: pointer;
}
.cid-tUAUqT5ur8 .cards-wrapper .item:nth-child(2n) .item-decor {
  background-color: #b9cb6a;
}
.cid-tUAUqT5ur8 .cards-wrapper .item:nth-child(2n) .item-wrapper .item-img {
  background-color: #b9cb6a;
}
.cid-tUAUqT5ur8 .cards-wrapper .item:nth-child(3n) .item-decor {
  background-color: #2dc8cc;
}
.cid-tUAUqT5ur8 .cards-wrapper .item:nth-child(3n) .item-wrapper .item-img {
  background-color: #2dc8cc;
}
.cid-tUAUqT5ur8 .cards-wrapper .item .item-decor {
  position: absolute;
  top: -30px;
  left: 0;
  height: 50px;
  width: 150px;
  background-color: #2dc8cc;
  border-radius: 16px 16px 0 0;
}
.cid-tUAUqT5ur8 .cards-wrapper .item .item-wrapper {
  border-radius: 16px !important;
  background-color: #fff;
  height: 100%;
}
.cid-tUAUqT5ur8 .cards-wrapper .item .item-wrapper .item-img {
  padding: 150px 30px 30px;
  background-color: #2dc8cc;
  margin-bottom: 20px;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  order: 1;
}
@media (max-width: 992px) {
  .cid-tUAUqT5ur8 .cards-wrapper .item .item-wrapper .item-img {
    padding: 150px 22px 22px;
  }
}
.cid-tUAUqT5ur8 .cards-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: -2rem;
  right: -1rem;
  height: 200px;
  width: 200px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-tUAUqT5ur8 .cards-wrapper .item .item-wrapper .item-img .card-title {
  margin: 0;
}
.cid-tUAUqT5ur8 .cards-wrapper .item .item-wrapper .item-content {
  padding: 0 30px 30px;
}
@media (max-width: 992px) {
  .cid-tUAUqT5ur8 .cards-wrapper .item .item-wrapper .item-content {
    padding: 0 22px 22px;
  }
}
.cid-tUAUqT5ur8 .cards-wrapper .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-tUAUqT5ur8 .mbr-desc {
  color: #262626;
}
.cid-tUAUqT5ur8 .mbr-section-title {
  color: #131313;
}
.cid-tUAUqT5ur8 .card-title {
  color: #ffffff;
}
.cid-tUAUqT5ur8 .card-text {
  color: #131313;
}
.cid-tUAUqT5ur8 .mbr-section-title,
.cid-tUAUqT5ur8 .mbr-section-btn {
  color: #2b7669;
  text-align: center;
}
.cid-tUAXA3sXse {
  padding-top: 0rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #fafafa;
}
.cid-tUAXA3sXse .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUAXA3sXse .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tUAXA3sXse .container {
    padding: 0 6px;
  }
}
.cid-tUAXA3sXse .row {
  margin: 0;
  padding: 50px;
}
@media (max-width: 1440px) {
  .cid-tUAXA3sXse .row {
    padding: 50px 32px;
  }
}
@media (max-width: 1200px) {
  .cid-tUAXA3sXse .row {
    padding: 50px 8px;
  }
}
@media (max-width: 992px) {
  .cid-tUAXA3sXse .row {
    padding: 70px 60px;
  }
}
@media (max-width: 768px) {
  .cid-tUAXA3sXse .row {
    padding: 70px 30px;
  }
}
.cid-tUAXA3sXse .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-tUAXA3sXse .desc-wrapper {
  padding-right: 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-tUAXA3sXse .desc-wrapper {
    padding: 0;
  }
}
.cid-tUAXA3sXse .desc-wrapper .mbr-desc {
  padding: 10px 18px;
  display: inline-flex;
  border: 1px solid #cfcfcf;
  border-radius: 30px;
  margin-bottom: 0;
}
.cid-tUAXA3sXse .title-wrapper {
  margin-top: 30px;
  margin-bottom: 80px;
}
.cid-tUAXA3sXse .title-wrapper span {
  color: #009472;
}
.cid-tUAXA3sXse .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tUAXA3sXse .image-wrapper {
  position: relative;
  height: 510px;
}
@media (max-width: 992px) {
  .cid-tUAXA3sXse .image-wrapper {
    margin-bottom: 64px;
    height: 350px;
  }
}
.cid-tUAXA3sXse .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
  border-radius: 30px;
  object-fit: cover;
}
.cid-tUAXA3sXse .image-wrapper .decor-wrap {
  position: relative;
  height: 480px;
  border-radius: 0 16px 16px 16px;
  background-color: #2dc8cc;
  transform: rotate(-3deg);
  margin-top: -1rem;
  margin-right: 1rem;
  margin-left: -1.5rem;
}
@media (max-width: 992px) {
  .cid-tUAXA3sXse .image-wrapper .decor-wrap {
    height: 350px;
  }
}
.cid-tUAXA3sXse .image-wrapper .decor-wrap::after {
  content: '';
  position: absolute;
  top: -39px;
  left: 0;
  height: 40px;
  width: 130px;
  border-radius: 16px 16px 0 0;
  background-color: #2dc8cc;
}
.cid-tUAXA3sXse .cards-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-left: 50px;
}
@media (max-width: 992px) {
  .cid-tUAXA3sXse .cards-wrapper {
    display: block;
    margin: 0;
  }
}
.cid-tUAXA3sXse .cards-wrapper .item {
  padding: 50px;
  border-radius: 16px;
  background-color: #f3ebe0;
}
@media (max-width: 992px) {
  .cid-tUAXA3sXse .cards-wrapper .item {
    padding: 25px;
    margin-bottom: 16px;
  }
}
.cid-tUAXA3sXse .cards-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 0;
}
.cid-tUAXA3sXse .cards-wrapper .item .item-wrapper .card-box .card-text {
  margin: 32px 0 0 0;
}
.cid-tUAXA3sXse .mbr-desc {
  color: #ffffff;
}
.cid-tUAXA3sXse .mbr-section-title {
  color: #2b7669;
  text-align: center;
}
.cid-tUAXA3sXse .card-title {
  color: #2b7669;
  text-align: center;
  margin-top: 30px;
}
.cid-tUAXA3sXse .card-text {
  color: #787878;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tUAXA3sXse .card-text {
    text-align: center;
  }
}
.cid-tUB6hFTBZ5 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/th-logo-bg-1-3651x974.png");
}
.cid-tUB6hFTBZ5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUB6hFTBZ5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUB6hFTBZ5 .card-wrapper {
  padding: 0;
  width: 100%;
}
.cid-tUB6hFTBZ5 .card-box {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  max-width: 720px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 25px;
  border: 2px solid #2dc8cc;
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 12px;
  transition: .4s all;
}
.cid-tUB6hFTBZ5 .card-box:hover {
  background-color: #f7ecda;
}
@media (max-width: 575px) {
  .cid-tUB6hFTBZ5 .card-box {
    flex-direction: column;
    padding: 20px;
  }
}
.cid-tUB6hFTBZ5 .icons-box {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin-right: 16px;
}
@media (max-width: 575px) {
  .cid-tUB6hFTBZ5 .icons-box {
    width: 100%;
    justify-content: center;
    margin-right: 0;
    margin-bottom: 12px;
  }
}
.cid-tUB6hFTBZ5 .icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tUB6hFTBZ5 .icon-wrapper:not(:first-child) {
  margin-left: 4px;
}
.cid-tUB6hFTBZ5 .mbr-text {
  color: #2b7669;
  min-width: 50%;
  margin-right: auto;
}
@media (max-width: 575px) {
  .cid-tUB6hFTBZ5 .mbr-text {
    text-align: center !important;
    min-width: auto;
    width: 100%;
    margin-bottom: 30px !important;
  }
}
.cid-tUB6hFTBZ5 .mbr-section-btn {
  margin-top: -0.6rem;
  margin-bottom: -0.6rem;
}
.cid-tUB6hFTBZ5 .mbr-section-btn .btn {
  padding: 6px 16px;
}
.cid-tUB6hFTBZ5 .mbr-section-btn .btn:hover {
  -webkit-transform: translate(0, 0) !important;
  -ms-transform: translate(0, 0) !important;
  transform: translate(0, 0) !important;
}
@media (max-width: 575px) {
  .cid-tUB6hFTBZ5 .mbr-section-btn {
    display: flex;
  }
}
.cid-tUB8apGDEG {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tUB8apGDEG .mbr-section-title,
  .cid-tUB8apGDEG .mbr-section-subtitle,
  .cid-tUB8apGDEG .mbr-section-btn,
  .cid-tUB8apGDEG .mbr-text {
    text-align: center;
  }
}
.cid-tUB8apGDEG .mbr-section-title {
  color: #2b7669;
  text-align: center;
}
.cid-tUB8apGDEG .mbr-text,
.cid-tUB8apGDEG .mbr-section-btn {
  color: #ffffff;
}
.cid-tUB8apGDEG .bottom {
  overflow: visible;
  position: relative;
}
.cid-tUB8apGDEG .bottom:before {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 25px solid #2dc8cc;
  position: absolute;
  bottom: -1rem;
  right: 3rem;
  content: '';
}
.cid-tUB8apGDEG .top {
  overflow: visible;
  position: relative;
}
.cid-tUB8apGDEG .top:before {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 25px solid #2dc8cc;
  position: absolute;
  top: -1rem;
  left: 3rem;
  content: '';
}
.cid-tUB8apGDEG .pb {
  margin-bottom: 3rem;
}
.cid-tUB8apGDEG .card-wrapper {
  background: #2dc8cc;
  padding: 1.5rem;
  height: 100%;
  border-radius: 16px;
}
.cid-tUB8apGDEG .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tUB8apGDEG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUB8apGDEG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUB8apGDEG .widbox-review-card__theme-basic__1200,
.cid-tUB8apGDEG .widbox-review-card__theme-basic__600,
.cid-tUB8apGDEG .widbox-review-card__theme-basic__900 {
  padding: 20px!important;
}
.cid-tUBczUNgkd {
  background-image: url("../../../assets/images/foto-30-2000x3000.jpeg");
}
.cid-tUBczUNgkd .card .card-img {
  overflow: hidden;
  border-radius: 20px;
}
.cid-tUBczUNgkd .card .card-img img {
  transition: all 0.5s;
}
.cid-tUBczUNgkd .card .card-img:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-tUBczUNgkd .media-container-column {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding: 0;
  flex-wrap: nowrap;
}
.cid-tUBczUNgkd .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-tUBczUNgkd .first-card {
  display: block;
}
.cid-tUBczUNgkd .first-card .card-wrapper {
  height: 100%;
}
.cid-tUBczUNgkd .first-card .info-wrapper {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tUBczUNgkd .first-card .info-wrapper .mbr-iconfont {
  padding-right: 0.5rem;
  font-size: 20px;
}
.cid-tUBczUNgkd .first-card .info-wrapper .info-text {
  display: inline-block;
  padding-right: 1rem;
  margin: 0;
}
.cid-tUBczUNgkd .first-card .card-btn .btn {
  margin-left: 4px !important;
  margin-right: 4px !important;
}
.cid-tUBczUNgkd .first-row,
.cid-tUBczUNgkd .second-row {
  -webkit-flex: 1 1 50%;
  flex: 1 1 50%;
  margin: 0;
}
.cid-tUBczUNgkd .first-row .card .card-wrapper,
.cid-tUBczUNgkd .second-row .card .card-wrapper {
  overflow: hidden;
  position: relative;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  flex: 1;
}
.cid-tUBczUNgkd .first-row .card .card-wrapper .card-img,
.cid-tUBczUNgkd .second-row .card .card-wrapper .card-img {
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
}
.cid-tUBczUNgkd .first-row .card .card-wrapper .card-img img,
.cid-tUBczUNgkd .second-row .card .card-wrapper .card-img img {
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (max-width: 767px) {
  .cid-tUBczUNgkd .first-row,
  .cid-tUBczUNgkd .second-row {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tUBczUNgkd .first-row .card .card-wrapper .card-img,
  .cid-tUBczUNgkd .second-row .card .card-wrapper .card-img {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tUBczUNgkd .first-row .card .card-wrapper .card-img img,
  .cid-tUBczUNgkd .second-row .card .card-wrapper .card-img img {
    min-height: 0;
  }
}
.cid-tUBczUNgkd .first-row .caption,
.cid-tUBczUNgkd .second-row .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: inline-flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-align-items: center;
  align-items: center;
  letter-spacing: 2px;
}
.cid-tUBczUNgkd .first-row .caption .price,
.cid-tUBczUNgkd .second-row .caption .price {
  background: #c19b76;
  padding: 0 0.5rem;
}
.cid-tUBczUNgkd .first-row {
  padding-bottom: 0rem;
}
.cid-tUBczUNgkd .second-row {
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .cid-tUBczUNgkd {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .cid-tUBczUNgkd .first-card,
  .cid-tUBczUNgkd .first-child {
    padding-bottom: 0rem;
  }
  .cid-tUBczUNgkd .card-box {
    padding: 0 0rem;
  }
  .cid-tUBczUNgkd .card {
    margin: 0;
    padding: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tUBczUNgkd {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .cid-tUBczUNgkd .container-fluid {
    max-width: 1300px;
    padding: 0 2.5rem;
  }
  .cid-tUBczUNgkd .card-box {
    padding-right: 7rem;
    padding-left: 4rem;
  }
  .cid-tUBczUNgkd .card {
    margin: 0;
    padding: 0 0.5rem;
  }
}
@media (max-width: 991px) {
  .cid-tUBczUNgkd .first-card {
    padding-bottom: 2rem;
  }
  .cid-tUBczUNgkd .only-first-row {
    height: 100%;
  }
}
.cid-tUBczUNgkd p {
  margin-bottom: 0;
}
.cid-tUBczUNgkd h2 {
  margin-bottom: 1rem;
}
.cid-tUBczUNgkd .mbr-section-subtitle {
  margin-bottom: 0rem;
}
.cid-tUBczUNgkd .btn-line {
  margin-top: 3rem;
}
.cid-tUBczUNgkd .container-fluid {
  max-width: 1300px;
}
.cid-tUBczUNgkd .first-card .card-wrapper {
  display: flex;
  align-items: center;
}
.cid-tUBczUNgkd .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUBczUNgkd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUBczUNgkd .first-card-title,
.cid-tUBczUNgkd .first-card-info {
  color: #2b7669;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tUBczUNgkd .first-card-title,
  .cid-tUBczUNgkd .first-card-info {
    text-align: center;
  }
}
.cid-tUBczUNgkd .first-card-text,
.cid-tUBczUNgkd .card-btn {
  text-align: left;
  color: #646464;
}
@media (max-width: 767px) {
  .cid-tUBczUNgkd .first-card-text,
  .cid-tUBczUNgkd .card-btn {
    text-align: center;
  }
}
.cid-tUBwTaw2fM {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tUBwTaw2fM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUBwTaw2fM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUBwTaw2fM .google-map {
  height: 350px;
  position: relative;
}
.cid-tUBwTaw2fM .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tUBwTaw2fM .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-tUBwTaw2fM .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tUBwTaw2fM .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tUBwTaw2fM .mbr-section-title {
  color: #2b7669;
}
.cid-tUBwTaw2fM .mbr-section-subtitle {
  color: #00acb5;
}
.cid-tUBwTaw2fM .row {
  text-align: center;
  justify-content: center;
}
.cid-tUBzASIggr {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3ebe0;
}
.cid-tUBzASIggr .listico {
  padding-right: 1rem;
  font-size: 1.9rem;
}
.cid-tUBzASIggr .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-tUBzASIggr .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-tUBzASIggr .form-group {
  padding-right: 0;
}
.cid-tUBzASIggr .card {
  padding: 3rem 8rem;
}
.cid-tUBzASIggr .google-map {
  height: 100%;
  min-height: 25rem;
  position: relative;
  width: 100%;
}
.cid-tUBzASIggr .google-map iframe {
  min-height: 100%;
  width: 100%;
}
.cid-tUBzASIggr .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tUBzASIggr .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tUBzASIggr .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tUBzASIggr .map-placeholder {
  display: none;
}
.cid-tUBzASIggr .btn-primary {
  border: 1px solid #aeba00 !important;
}
.cid-tUBzASIggr .btn-primary:hover {
  border: 1px solid #aeba00 !important;
}
.cid-tUBzASIggr .stripe {
  border-bottom: 1px solid #00acb5 !important;
  max-width: 100%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-tUBzASIggr .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-tUBzASIggr .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #b9cb6a !important;
  width: 85%;
}
.cid-tUBzASIggr .mbr-text {
  color: #444;
}
.cid-tUBzASIggr h5 {
  margin-bottom: 0;
}
.cid-tUBzASIggr .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-tUBzASIggr .list-item {
  display: -webkit-flex;
  padding-top: 10px;
  padding-bottom: 10px;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tUBzASIggr .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-tUBzASIggr .socicon {
  font-size: 1.3rem;
  background: #00acb5;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tUBzASIggr .social-list {
  display: none;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tUBzASIggr .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tUBzASIggr .social-list a:hover {
  opacity: 0.4;
}
.cid-tUBzASIggr .media-container-row > div {
  padding: 0px;
}
.cid-tUBzASIggr .text2 {
  color: #656565;
  text-align: left;
}
.cid-tUBzASIggr .group-title {
  text-align: left;
  padding-top: 50px;
  color: #407173;
  padding-bottom: 0.2rem;
}
@media (max-width: 767px) {
  .cid-tUBzASIggr .group-title {
    padding-top: 0px!important;
  }
}
.cid-tUBzASIggr .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 1200px) {
  .cid-tUBzASIggr .card {
    padding: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-tUBzASIggr .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tUBzASIggr h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-tUBzASIggr .form-group {
    max-width: 180px;
  }
  .cid-tUBzASIggr .card {
    padding: 2rem 1rem;
  }
}
.cid-tUBzASIggr .links span {
  color: #9e9e9e;
}
.cid-tUBzASIggr .logo-title,
.cid-tUBzASIggr .logo-sub-title {
  text-align: center;
}
.cid-tUBzASIggr .logo-sub-title i {
  color: #9e9e9e;
}
.cid-tUBzASIggr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUBzASIggr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUBzASIggr .img-wrap {
  width: 100%;
  height: 100%;
}
.cid-tUBzASIggr .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tUBzASIggr .image-wrapper {
  position: relative;
  width: 250px;
  padding-top: 50px;
  padding-bottom: 50px;
  height: auto;
}
@media (max-width: 767px) {
  .cid-tUBzASIggr .image-wrapper {
    width: 200px;
    text-align: center;
    margin: auto;
  }
}
.cid-tUBzASIggr .image-wrapper img {
  height: 100%;
  width: 100%;
}
.cid-tNk9WZvkds {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #00acb5;
}
.cid-tNk9WZvkds .mbr-text {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-tNk9WZvkds .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tNk9WZvkds .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tNk9WZvkds .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #f8f6fe;
  transition: all 0.3s;
  display: block;
  cursor: pointer;
}
.cid-tNk9WZvkds .footer-lower .social-list .mbr-iconfont-social:hover {
  color: #aeba00;
  transform: translateY(-3px);
}
.cid-tNk9WZvkds .footer-lower .social-list .soc-item {
  margin: 0 1rem;
}
.cid-tNk9WZvkds .footer-lower .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
@media (max-width: 992px) {
  .cid-tNk9WZvkds .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tNk9WZvkds .copyright > p {
  color: #ffffff;
  text-align: center;
}

.cid-tUAMusTH32 {
@media (min-width: 768px){
display: none;
}}

.cid-tUBIwPtkHU {
@media (max-width: 767px){
display: none;
}}

