.btn {
  border-width: 2px;
}
.btn {
  border-radius: 80px;
}
body {
  background-color: #f1f7fa;
}
body {
  font-family: 'Inter Tight', sans-serif;
}
.display-1 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 4.375rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.46875rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2.375rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.96875rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.40625rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.375rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.71875rem;
}
/* ---- 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.5rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.0625rem;
    font-size: calc( 2.18125rem + (4.375 - 2.18125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.18125rem + (4.375 - 2.18125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.9rem;
    font-size: calc( 1.48125rem + (2.375 - 1.48125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.48125rem + (2.375 - 1.48125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.1rem;
    font-size: calc( 1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.5rem 2.5rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 0px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 1rem 1.5625rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #09bc8a !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: #09bc8a !important;
  border-color: #09bc8a !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 {
  color: #ffffff !important;
  background-color: #05694d !important;
  border-color: #05694d !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #05694d !important;
  border-color: #05694d !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #508991 !important;
  border-color: #508991 !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 {
  color: #ffffff !important;
  background-color: #315459 !important;
  border-color: #315459 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #315459 !important;
  border-color: #315459 !important;
}
.btn-info,
.btn-info:active {
  background-color: #0aa3c2 !important;
  border-color: #0aa3c2 !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 {
  color: #ffffff !important;
  background-color: #065e70 !important;
  border-color: #065e70 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #065e70 !important;
  border-color: #065e70 !important;
}
.btn-success,
.btn-success:active {
  background-color: #20ac6b !important;
  border-color: #20ac6b !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 {
  color: #ffffff !important;
  background-color: #12633e !important;
  border-color: #12633e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #12633e !important;
  border-color: #12633e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #cc9900 !important;
  border-color: #cc9900 !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 {
  color: #ffffff !important;
  background-color: #755800 !important;
  border-color: #755800 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #755800 !important;
  border-color: #755800 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ae1e2c !important;
  border-color: #ae1e2c !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 {
  color: #ffffff !important;
  background-color: #641119 !important;
  border-color: #641119 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #641119 !important;
  border-color: #641119 !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:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 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:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !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: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #09bc8a;
  color: #09bc8a;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #05694d !important;
  background-color: transparent !important;
  border-color: #05694d !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #09bc8a !important;
  border-color: #09bc8a !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #508991;
  color: #508991;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #315459 !important;
  background-color: transparent !important;
  border-color: #315459 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #508991 !important;
  border-color: #508991 !important;
}
.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: #065e70 !important;
  background-color: transparent !important;
  border-color: #065e70 !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-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: #12633e !important;
  background-color: transparent !important;
  border-color: #12633e !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-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: #755800 !important;
  background-color: transparent !important;
  border-color: #755800 !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-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: #641119 !important;
  background-color: transparent !important;
  border-color: #641119 !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-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: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !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: #fafafa;
  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: #cfcfcf !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: #09bc8a !important;
}
.text-secondary {
  color: #508991 !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: #045b43 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #2c4b4f !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: #cccccc;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #333333;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  transition: 0.3s;
  /*position: relative;
        background-image: linear-gradient(currentColor 50%, currentColor 50%);
        background-size: 10000px 2px;
        background-repeat: no-repeat;
        background-position: 0 1.2em;*/
  text-decoration: underline;
}
.nav-tabs .nav-link.active {
  color: #09bc8a;
}
.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: #09bc8a;
  border-color: #09bc8a;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #4ef7c7;
}
.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: 'Inter Tight', sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.40625rem;
}
.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: #09bc8a !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.40625rem;
}
blockquote {
  border-color: #09bc8a;
}
/* 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: #09bc8a;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #09bc8a;
}
.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: #09bc8a;
  border-bottom-color: #09bc8a;
}
.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: #09bc8a !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #508991 !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='%2309bc8a' %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;
}
p {
  margin-bottom: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
}
.container {
  max-width: 1220px;
}
a {
  transition: color 300ms ease !important;
  font-weight: 400 !important;
}
.btn,
.btn-lg {
  box-shadow: none !important;
}
body {
  line-height: 1.667em;
  line-height: 30px;
}
.btn,
.btn-lg {
  margin-top: 0;
  margin-bottom: 0;
}
span.btn {
  line-height: 20px;
  transform-style: preserve-3d !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
span.btn:hover {
  transform: translate3d(0px, -4px, 0.01px) !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
a.btn {
  line-height: 20px;
  transform-style: preserve-3d !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
a.btn:hover {
  transform: translate3d(0px, -4px, 0.01px) !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
.navbar-toggler:focus {
  box-shadow: none;
}
.cid-uT4YTy5ExD .navbar-dropdown {
  position: relative !important;
}
.cid-uT4YTy5ExD .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-uT4YTy5ExD .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-uT4YTy5ExD .dropdown-item:hover,
.cid-uT4YTy5ExD .dropdown-item:focus {
  color: #09bc8a !important;
}
.cid-uT4YTy5ExD .nav-dropdown .link {
  padding: 0 0em !important;
  font-weight: 400;
}
.cid-uT4YTy5ExD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uT4YTy5ExD .nav-link {
  position: relative;
  padding: 0;
}
.cid-uT4YTy5ExD .container {
  display: flex;
  margin: auto;
}
.cid-uT4YTy5ExD .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uT4YTy5ExD .dropdown-menu,
.cid-uT4YTy5ExD .navbar.opened {
  background: #f1f7fa !important;
}
.cid-uT4YTy5ExD .nav-item:focus,
.cid-uT4YTy5ExD .nav-link:focus {
  outline: none;
}
.cid-uT4YTy5ExD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uT4YTy5ExD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uT4YTy5ExD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uT4YTy5ExD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uT4YTy5ExD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uT4YTy5ExD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uT4YTy5ExD .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f1f7fa;
}
.cid-uT4YTy5ExD .navbar.opened {
  transition: all 0.3s;
}
.cid-uT4YTy5ExD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uT4YTy5ExD .navbar .navbar-logo img {
  width: auto;
}
.cid-uT4YTy5ExD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uT4YTy5ExD .navbar.collapsed {
  justify-content: center;
}
.cid-uT4YTy5ExD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uT4YTy5ExD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uT4YTy5ExD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uT4YTy5ExD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uT4YTy5ExD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uT4YTy5ExD .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-uT4YTy5ExD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uT4YTy5ExD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uT4YTy5ExD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uT4YTy5ExD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uT4YTy5ExD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uT4YTy5ExD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uT4YTy5ExD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uT4YTy5ExD .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-uT4YTy5ExD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uT4YTy5ExD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uT4YTy5ExD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uT4YTy5ExD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uT4YTy5ExD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uT4YTy5ExD .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uT4YTy5ExD .navbar.navbar-short {
  min-height: 60px;
}
.cid-uT4YTy5ExD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uT4YTy5ExD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uT4YTy5ExD .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-uT4YTy5ExD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uT4YTy5ExD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uT4YTy5ExD .dropdown-item.active,
.cid-uT4YTy5ExD .dropdown-item:active {
  background-color: transparent;
}
.cid-uT4YTy5ExD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uT4YTy5ExD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uT4YTy5ExD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uT4YTy5ExD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f1f7fa;
}
.cid-uT4YTy5ExD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uT4YTy5ExD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uT4YTy5ExD ul.navbar-nav {
  flex-wrap: wrap;
  padding-left: 20px;
}
.cid-uT4YTy5ExD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uT4YTy5ExD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uT4YTy5ExD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uT4YTy5ExD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uT4YTy5ExD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uT4YTy5ExD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uT4YTy5ExD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uT4YTy5ExD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uT4YTy5ExD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uT4YTy5ExD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uT4YTy5ExD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uT4YTy5ExD .navbar-dropdown {
  padding: 19px 1rem;
}
.cid-uT4YTy5ExD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uT4YTy5ExD .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-end;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
  min-width: 340px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uT4YTy5ExD .navbar {
    height: 70px;
  }
  .cid-uT4YTy5ExD .navbar.opened {
    height: auto;
  }
  .cid-uT4YTy5ExD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uT4YTy5ExD a {
  display: inline;
}
.cid-uT4YTy5ExD img {
  display: inline;
  padding-right: 10px;
}
.cid-uT4YTy5ExD .dropdown-toggle:after {
  display: none;
}
.cid-uT4YTy5ExD .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-uT4YTy5ExD .dropdown-item:hover {
  color: #1f5c63 !important;
}
@media (max-width: 990px) {
  .cid-uT4YTy5ExD .dropdown-menu {
    margin-top: 0px;
  }
  .cid-uT4YTy5ExD .nav-dropdown .link {
    margin: 0 !important;
  }
}
.cid-uT4YTy5ExD .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-uT4YTy5ExD .nav-item {
  margin-right: 32px;
}
.cid-uT4YTy5ExD .nav-item:last-child {
  margin-right: 0;
}
@media (max-width: 970px) {
  .cid-uT4YTy5ExD ul li {
    height: 45px;
    display: list-item;
  }
}
.cid-uT4YTy5ExD .navbar-collapse.collapsing .nav-item {
  height: 45px;
}
.cid-uT4YTy5ExD .navbar-collapse.collapse.show .nav-item {
  height: 45px;
}
.cid-uT4YTy5ExD .navbar-nav {
  margin: auto;
}
.cid-uT4YTy5ExD .navbar-collapse.collapse.show ul li {
  display: list-item;
}
.cid-uT4YTy5ExD .mbr-iconfont {
  margin-left: -5px;
  margin-right: 7px;
}
.cid-uT4YTy5ExD .btn {
  padding: 1rem 1.5625rem !important;
  display: inline-block;
  line-height: 20px;
  transform-style: preserve-3d !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
.cid-uT4YTy5ExD .btn {
  border-radius: 1000px !important;
}
.cid-uT4YTy5ExD .navbar.collapsed .icons-menu {
  display: flex;
  flex-direction: column;
}
.cid-uT4YTy5ExD .navbar.collapsed .icons-menu .top {
  margin-top: 15px;
}
.cid-uT4YTy5ExD .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-uT4YTy5ExD .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.cid-uT4YTy5ExD .dropdown-item:focus {
  color: #1f5c63 !important;
}
@media (max-width: 945px) {
  .cid-uT4YTy5ExD .icons-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-uT4YTy5ExD .top {
    margin-top: 25px;
  }
}
.cid-uT4YTy5ExD .btn:hover {
  transform: translate3d(0px, -4px, 0.01px) !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
@media (min-width: 992px) {
  .cid-uT4YTy5ExD .container,
  .cid-uT4YTy5ExD .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uT4YTy5ExD li:last-child {
  margin-right: 0;
}
@media (max-width: 989px) {
  .cid-uT4YTy5ExD ul.navbar-nav {
    padding-left: 0;
  }
}
@media (max-width: 430px) {
  .cid-uT4YTy5ExD .icons-menu {
    min-width: initial !important;
  }
  .cid-uT4YTy5ExD a.btn {
    margin-top: 10px;
  }
}
.cid-uT4YTy5ExD a.btn > span {
  margin-left: 0.5rem;
}
.cid-uT4YTy5ExD .navbar-nav .nav-item .nav-link:hover,
.cid-uT4YTy5ExD .navbar-nav .nav-item .nav-link:focus {
  color: #1f5c63 !important;
}
.cid-uT4YTy5ExD .navbar-caption {
  color: #000000;
}
.cid-uT4YTy5ExD .nav-link,
.cid-uT4YTy5ExD .dropdown-item {
  color: #000000;
}
.cid-uT4YTy6UiH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #cbc5e7;
}
.cid-uT4YTy6UiH .mbr-section-title {
  margin-bottom: 24px;
  line-height: 1.171em;
  color: #000000;
  display: inline-block;
}
.cid-uT4YTy6UiH .mbr-text {
  color: #8c8c95;
  margin: 0 auto 26px;
  text-align: center;
  max-width: 739px;
}
.cid-uT4YTy6UiH .button-align {
  text-align: center;
}
.cid-uT4YTy6UiH .margin {
  margin-right: 14px;
}
.cid-uT4YTy6UiH .mbr-section-btn {
  display: block;
}
@media (max-width: 440px) {
  .cid-uT4YTy6UiH .margin {
    margin-right: 0px;
  }
}
.cid-uT4YTy6UiH .btn {
  margin-top: 20px;
}
.cid-uT4YTy6UiH a.btn > span {
  margin-left: 0.5rem;
}
.cid-uT4YTy6UiH .mbr-text,
.cid-uT4YTy6UiH .button-align {
  color: #000000;
}
.cid-uT4YTy7xvS {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f1f7fa;
}
.cid-uT4YTy7xvS .mbr-section-title {
  margin-bottom: 56px;
}
.cid-uT4YTy7xvS .display-4 > .mbr-iconfont {
  font-size: 16px;
}
.cid-uT4YTy7xvS .shadow {
  border-radius: 30px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07) !important;
  transition: all 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  overflow: visible;
}
.cid-uT4YTy7xvS .wrap-img {
  transition: all 300ms ease !important;
  overflow: hidden;
  border-radius: 30px 30px 0 0;
  height: 385px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: translate(0px, 0px);
}
.cid-uT4YTy7xvS .inner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}
.cid-uT4YTy7xvS .shadow:hover {
  transform: translate(0px, -6px);
  box-shadow: 0 10px 20px 0 rgba(8, 15, 52, 0.1) !important;
}
.cid-uT4YTy7xvS .shadow:hover a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption),
.cid-uT4YTy7xvS .shadow:hover .mbr-iconfont,
.cid-uT4YTy7xvS .shadow:hover .number,
.cid-uT4YTy7xvS .shadow:hover .card-title {
  color: #008b5d !important;
}
.cid-uT4YTy7xvS .shadow:hover .inner {
  transform: scale(1.1);
}
.cid-uT4YTy7xvS .card-title {
  margin-bottom: 10px;
  color: #000000;
}
.cid-uT4YTy7xvS .card-title span,
.cid-uT4YTy7xvS .card-title .number {
  transition: 0.35s;
}
.cid-uT4YTy7xvS .card-text {
  margin-bottom: 32px;
  color: #000000;
}
@media (min-width: 575px) and (max-width: 990px) {
  .cid-uT4YTy7xvS .card-wrapper {
    padding: 60px 30px 40px;
  }
}
@media (max-width: 574px) {
  .cid-uT4YTy7xvS .card-wrapper {
    padding: 60px 30px 40px;
  }
}
.cid-uT4YTy7xvS H3 {
  color: #14142b;
  text-align: center;
}
.cid-uT4YTy7xvS img {
  width: auto;
  height: 70px;
}
.cid-uT4YTy7xvS .card-wrapper {
  border-radius: 0 0 30px 30px;
  background-color: #ffffff;
  padding: 37px 32px 43px;
}
.cid-uT4YTy7xvS .mbr-iconfont {
  transition: 0.3s;
  margin-right: 5px;
}
.cid-uT4YTy7xvS .link-title {
  display: inline-block;
}
.cid-uT4YTy7xvS .episode {
  color: #ffffff;
}
.cid-uT4YTy7xvS .img-title {
  color: #ffffff;
}
.cid-uT4YTy7xvS .margin {
  margin-right: 14px;
}
.cid-uT4YTy7xvS .button-align {
  margin-top: 56px;
  text-align: center;
}
.cid-uT4YTy7xvS .mbr-section-btn {
  width: auto;
  display: inline;
}
@media (max-width: 500px) {
  .cid-uT4YTy7xvS .button-align {
    display: flex;
    flex-direction: column;
  }
  .cid-uT4YTy7xvS .margin {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
@media (max-width: 550px) {
  .cid-uT4YTy7xvS .card-wrapper {
    padding: 24px 25px 34px 25px;
  }
}
.cid-uT4YTy7xvS span,
.cid-uT4YTy7xvS .number {
  transition: 0.35s;
}
.cid-uT4YTy7xvS .item.features-image {
  margin-top: 30px;
}
.cid-uT4YTy7xvS .item.features-image:nth-child(1) {
  margin-top: 0px;
}
.cid-uT4YTy7xvS .item.features-image:nth-child(2) {
  margin-top: 0px;
}
.cid-uT4YTy7xvS .item.features-image:nth-child(3) {
  margin-top: 0px;
}
@media (max-width: 992px) {
  .cid-uT4YTy7xvS .item.features-image:nth-child(3) {
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  .cid-uT4YTy7xvS .item.features-image:nth-child(2) {
    margin-top: 30px;
  }
}
.cid-uT4YTy7xvS .link-row {
  align-items: center;
}
.cid-uT4YTy7xvS .col-auto .card-button {
  display: block;
}
.cid-uT4YTy7xvS .col-auto .card-button .btn {
  padding: 0;
  display: flex;
  flex-direction: row-reverse;
  border: none;
}
.cid-uT4YTy7xvS .col-auto .card-button .btn .mbr-iconfont {
  padding-left: 0;
  padding-right: 8px;
}
.cid-uT4YTy7xvS .col-auto .card-button .btn-primary,
.cid-uT4YTy7xvS .col-auto .card-button .btn-secondary,
.cid-uT4YTy7xvS .col-auto .card-button .btn-success,
.cid-uT4YTy7xvS .col-auto .card-button .btn-info,
.cid-uT4YTy7xvS .col-auto .card-button .btn-warning,
.cid-uT4YTy7xvS .col-auto .card-button .btn-danger,
.cid-uT4YTy7xvS .col-auto .card-button .btn-black,
.cid-uT4YTy7xvS .col-auto .card-button .btn-white {
  padding: 14px 18px;
}
.cid-uT4YTy7xvS .mbr-section-title,
.cid-uT4YTy7xvS .button-align {
  color: #000000;
}
.cid-uT4YTy7xvS .number {
  color: #000000;
}
.cid-uT4YTybWd3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT4YTybWd3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/1689926/assets/images/background1.jpg?rnd=1754475832424");
}
.cid-uT4YTybeXV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f7fa;
}
.cid-uT4YTybeXV .row {
  justify-content: center;
}
.cid-uT4YTybGzy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #9a9696;
}
.cid-uT4YTybGzy .mbr-section-subtitle {
  color: #8c8c95;
  text-align: left;
  margin: auto;
  margin-bottom: 24px;
}
.cid-uT4YTybGzy .mbr-section-title {
  text-align: left;
  color: #14142b;
  margin-bottom: 20px;
  margin-top: 40px;
}
.cid-uT4YTybGzy .row {
  align-items: center;
  height: 100%;
}
.cid-uT4YTybGzy .wrapper {
  margin: auto;
}
.cid-uT4YTybGzy .t1 {
  margin-bottom: 24px;
}
.cid-uT4YTybGzy .line {
  height: 1px;
  width: 100%;
  background-color: #000000;
}
.cid-uT4YTybGzy .line1 {
  margin-bottom: 60px;
}
.cid-uT4YTybGzy .line2 {
  margin-top: 60px;
}
@media (max-width: 576px) {
  .cid-uT4YTybGzy .t {
    padding-top: 20px;
  }
}
.cid-uT4YTyc0K5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uT4YTyc0K5 .title-block {
  margin-bottom: 32px;
  align-items: center;
}
.cid-uT4YTyc0K5 .shadow {
  border-radius: 30px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07) !important;
  transition: all 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  overflow: visible;
}
.cid-uT4YTyc0K5 .wrap-img {
  transition: all 300ms ease !important;
  overflow: hidden;
  border-radius: 30px 30px 0 0;
  height: 385px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: translate(0px, 0px);
}
.cid-uT4YTyc0K5 .inner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}
.cid-uT4YTyc0K5 .shadow:hover {
  transform: translate(0px, -6px);
  box-shadow: 0 10px 20px 0 rgba(8, 15, 52, 0.1) !important;
}
.cid-uT4YTyc0K5 .shadow:hover a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption),
.cid-uT4YTyc0K5 .shadow:hover .mbr-iconfont,
.cid-uT4YTyc0K5 .shadow:hover .number,
.cid-uT4YTyc0K5 .shadow:hover .card-title {
  color: #008b5d !important;
}
.cid-uT4YTyc0K5 .shadow:hover .inner {
  transform: scale(1.1);
}
.cid-uT4YTyc0K5 .card-title {
  margin-bottom: 18px;
  color: #000000;
  transition: 0.35s;
}
.cid-uT4YTyc0K5 .card-text {
  margin-bottom: 32px;
  color: #000000;
}
.cid-uT4YTyc0K5 H3 {
  color: #14142b;
  text-align: center;
}
.cid-uT4YTyc0K5 img {
  width: auto;
  height: 70px;
}
.cid-uT4YTyc0K5 .card-wrapper {
  border-radius: 0 0 30px 30px;
  background-color: #ffffff;
  padding: 34px 25px 54px 31px;
}
.cid-uT4YTyc0K5 .date {
  margin-bottom: 24px;
  color: #000000;
}
.cid-uT4YTyc0K5 .link-title {
  display: inline-block;
}
.cid-uT4YTyc0K5 .margin {
  margin-right: 14px;
}
.cid-uT4YTyc0K5 .button-color {
  padding: 1rem 1.5625rem !important;
  border-radius: 1000px !important;
  display: inline-block;
  line-height: 20px;
  background-color: #f1f7fa;
  color: #000000;
}
.cid-uT4YTyc0K5 .link-row {
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uT4YTyc0K5 .link-row {
    display: block;
  }
}
@media (max-width: 550px) {
  .cid-uT4YTyc0K5 .title-block {
    flex-direction: column;
  }
  .cid-uT4YTyc0K5 .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-uT4YTyc0K5 .card-wrapper {
    padding: 24px 25px 34px 25px;
  }
}
.cid-uT4YTyc0K5 .item.features-image {
  margin-top: 30px;
}
.cid-uT4YTyc0K5 .item.features-image:nth-child(1) {
  margin-top: 0px;
}
.cid-uT4YTyc0K5 .item.features-image:nth-child(2) {
  margin-top: 0px;
}
@media (max-width: 768px) {
  .cid-uT4YTyc0K5 .item.features-image:nth-child(2) {
    margin-top: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uT4YTyc0K5 .col-auto .card-button {
    margin-bottom: 16px;
  }
}
.cid-uT4YTyc0K5 .col-auto .card-button .btn {
  padding: 0;
  display: inline-flex;
  flex-direction: row-reverse;
  border: none;
}
.cid-uT4YTyc0K5 .col-auto .card-button .btn .mbr-iconfont {
  padding-left: 0;
  padding-right: 8px;
}
.cid-uT4YTyc0K5 .col-auto .card-button .btn-primary,
.cid-uT4YTyc0K5 .col-auto .card-button .btn-secondary,
.cid-uT4YTyc0K5 .col-auto .card-button .btn-success,
.cid-uT4YTyc0K5 .col-auto .card-button .btn-info,
.cid-uT4YTyc0K5 .col-auto .card-button .btn-warning,
.cid-uT4YTyc0K5 .col-auto .card-button .btn-danger,
.cid-uT4YTyc0K5 .col-auto .card-button .btn-black,
.cid-uT4YTyc0K5 .col-auto .card-button .btn-white {
  padding: 14px 18px;
}
.cid-uT4YTyc0K5 .mbr-section-subtitle {
  color: #000000;
}
.cid-uT4YTycWOE {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f1f7fa;
}
.cid-uT4YTycWOE .item:focus,
.cid-uT4YTycWOE span:focus {
  outline: none;
}
.cid-uT4YTycWOE .item {
  cursor: pointer;
}
.cid-uT4YTycWOE .grid-container {
  grid-row-gap: 2rem;
}
@media (max-width: 767px) {
  .cid-uT4YTycWOE .grid-container {
    grid-row-gap: 1rem;
  }
}
.cid-uT4YTycWOE .grid-container-1,
.cid-uT4YTycWOE .grid-container-2,
.cid-uT4YTycWOE .grid-container-3 {
  gap: 0 2rem;
}
@media (max-width: 767px) {
  .cid-uT4YTycWOE .grid-container-1,
  .cid-uT4YTycWOE .grid-container-2,
  .cid-uT4YTycWOE .grid-container-3 {
    gap: 0 1rem;
  }
}
.cid-uT4YTycWOE .mbr-section-title {
  margin-bottom: 0;
  color: #14142b;
  text-align: center;
}
.cid-uT4YTycWOE .content-head {
  max-width: 800px;
}
.cid-uT4YTycWOE .container,
.cid-uT4YTycWOE .container-fluid {
  overflow: hidden;
}
.cid-uT4YTycWOE .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uT4YTycWOE .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 56px 0;
}
.cid-uT4YTycWOE .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 450px;
  object-fit: cover;
  border-radius: 30px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07) !important;
}
@media (max-width: 1200px) {
  .cid-uT4YTycWOE .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-uT4YTycWOE .grid-item img {
    min-width: 35vw;
    height: 150px;
  }
}
.cid-uT4YTycWOE .grid-container-1,
.cid-uT4YTycWOE .grid-container-2,
.cid-uT4YTycWOE .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uT4YTycWOE .grid-container-1 {
  align-items: flex-end;
}
.cid-uT4YTycWOE .grid-container-2 {
  align-items: flex-start;
}
.cid-uT4YTydp2M {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9c07e;
}
.cid-uT4YTydp2M .card-heading {
  color: #000000;
  margin-bottom: 24px;
}
.cid-uT4YTydp2M .row {
  justify-content: center;
}
.cid-uT4YTydp2M .mbr-iconfont {
  font-size: 23px;
  margin-right: 17px;
  color: #09bc8a;
}
.cid-uT4YTydp2M .mbr-text {
  display: inline;
  width: 100%;
}
.cid-uT4YTydp2M .mbr-text:last-child {
  margin-bottom: 0px;
}
.cid-uT4YTydp2M .text {
  margin-bottom: 40px;
  color: #8c8c95;
}
.cid-uT4YTydp2M .line {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.cid-uT4YTydp2M .text,
.cid-uT4YTydp2M .article {
  color: #000000;
}
.cid-uT4YTydp2M .p {
  color: #000000;
}
.cid-uT4YTyexiJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uT4YTyexiJ .mbr-section-subtitle {
  color: #000000;
  text-align: left;
  margin: auto;
  margin-bottom: 24px;
}
.cid-uT4YTyexiJ .mbr-section-title {
  text-align: left;
  color: #000000;
  margin-bottom: 20px;
  margin-top: 40px;
}
.cid-uT4YTyexiJ .row {
  align-items: center;
  height: 100%;
}
.cid-uT4YTyexiJ .wrapper {
  margin: auto;
}
.cid-uT4YTyexiJ .t1 {
  margin-bottom: 24px;
  color: #000000;
}
@media (max-width: 576px) {
  .cid-uT4YTyexiJ .t {
    padding-top: 20px;
  }
}
.cid-uT4YTyexiJ .list {
  list-style-type: none;
  margin-bottom: 12px;
  padding: 0;
  display: inline-flex;
  flex-wrap: wrap;
  color: #000000;
}
.cid-uT4YTyexiJ .list .item-wrap {
  margin: 0 12px 12px 0;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}
.cid-uT4YTyexiJ .list .item-wrap:hover,
.cid-uT4YTyexiJ .list .item-wrap:focus {
  color: #008b5d;
}
.cid-uT4YTyexiJ a:hover,
.cid-uT4YTyexiJ a:focus {
  color: #008b5d !important;
}
.cid-uT4YTyexiJ .list,
.cid-uT4YTyexiJ .item-wrap {
  color: #000000;
}
.cid-uT4YTyfMPs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uT4YTyfMPs .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-uT4YTyfMPs .title-block {
  justify-content: space-between;
  margin-bottom: 32px;
  align-items: center;
  padding-bottom: 56px;
  max-width: 715px;
  margin: auto;
}
.cid-uT4YTyfMPs .wrapper {
  padding: 0rem;
}
.cid-uT4YTyfMPs .icon-left {
  margin-right: 0.1rem;
}
.cid-uT4YTyfMPs .icon-right {
  margin-left: 0.1rem;
}
.cid-uT4YTyfMPs .card-wrapper {
  padding: 30px 15px;
  margin: 0 15px;
  width: auto;
  max-width: 100%;
}
.cid-uT4YTyfMPs .card-title {
  font-weight: 700;
  padding: 10px 20px 10px;
  color: #4c4c4c;
  text-align: left;
  text-transform: uppercase;
}
.cid-uT4YTyfMPs .card-subtitle {
  text-align: left;
  color: #000000;
}
.cid-uT4YTyfMPs .shadow {
  border-radius: 34px;
  box-shadow: 0 5px 12px 0 rgba(20, 20, 43, 0.05) !important;
  overflow: visible;
  padding: 44px 32px 52px;
  background-color: #ffffff;
}
.cid-uT4YTyfMPs .iconfont-wrapper {
  text-align: left;
  margin-bottom: 16px;
}
.cid-uT4YTyfMPs .iconfont-wrapper .mbr-iconfont {
  color: #09bc8a;
}
.cid-uT4YTyfMPs .card-text {
  margin-bottom: 16px;
  text-align: left;
}
.cid-uT4YTyfMPs .margin {
  margin-right: 14px;
}
.cid-uT4YTyfMPs .button-align {
  margin-top: 56px;
  text-align: center;
}
.cid-uT4YTyfMPs .mbr-section-btn {
  width: auto;
  display: inline;
}
.cid-uT4YTyfMPs .people {
  align-items: center;
}
.cid-uT4YTyfMPs .item-wrapper {
  width: 100%;
}
.cid-uT4YTyfMPs .mbr-section-title {
  text-align: center;
  margin-bottom: 16px;
  color: #000000;
}
.cid-uT4YTyfMPs img {
  border-radius: 10%;
  height: 128px;
  width: 128px;
  margin: 0;
}
.cid-uT4YTyfMPs .mbr-iconfont::before {
  font-size: 25px;
}
.cid-uT4YTyfMPs .card-text,
.cid-uT4YTyfMPs .iconfont-wrapper {
  color: #8c8c95;
}
.cid-uT4YTyfMPs .card-subtitle,
.cid-uT4YTyfMPs .card-subtitle2 {
  display: inline;
}
.cid-uT4YTyfMPs .card-subtitle2 {
  color: #000000;
}
@media (max-width: 576px) {
  .cid-uT4YTyfMPs .col-12.col-sm-6:first-child {
    padding-bottom: 20px;
  }
}
@media (max-width: 860px) {
  .cid-uT4YTyfMPs .row.people {
    flex-direction: column;
    align-items: initial;
  }
  .cid-uT4YTyfMPs img {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .cid-uT4YTyfMPs .shadow {
    padding-top: 40px;
    padding-bottom: 43px;
  }
}
@media (max-width: 479px) {
  .cid-uT4YTyfMPs .shadow {
    padding: 33px 25px 36px;
  }
}
.cid-uT4YTyfMPs .card-text,
.cid-uT4YTyfMPs .iconfont-wrapper,
.cid-uT4YTyfMPs .align {
  color: #000000;
}
.cid-uT4YTyfaKI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uT4YTyfaKI .row {
  align-items: center;
  justify-content: space-between;
}
.cid-uT4YTyfaKI .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  line-height: 1.171em;
  color: #000000;
}
.cid-uT4YTyfaKI .mbr-section-subtitle {
  color: #4c4c4c;
  width: 100%;
  text-align: left;
}
.cid-uT4YTyfaKI .mbr-text {
  color: #8c8c95;
  margin-bottom: 36px;
}
.cid-uT4YTyfaKI .right-side {
  max-width: 554px;
}
.cid-uT4YTyfaKI .rs {
  margin-right: 60px;
}
.cid-uT4YTyfaKI .mbr-section-btn {
  width: auto;
  display: inline-block;
}
.cid-uT4YTyfaKI .margin {
  margin-right: 14px;
}
.cid-uT4YTyfaKI .gray {
  padding: 45px 0;
  background-color: #f1f7fa;
}
.cid-uT4YTyfaKI img {
  position: relative;
  right: 40px;
}
@media (max-width: 767px) {
  .cid-uT4YTyfaKI .gray {
    padding: 0px 0 5px;
  }
  .cid-uT4YTyfaKI img {
    right: initial;
    width: 90%;
    margin: auto;
    top: -35px;
  }
  .cid-uT4YTyfaKI .col-md-5 {
    padding-top: 90px;
  }
}
@media (max-width: 430px) {
  .cid-uT4YTyfaKI .b {
    margin-bottom: 10px;
  }
}
.cid-uT4YTyfaKI .btn {
  margin-top: 20px;
}
.cid-uT4YTyfaKI a.btn > span {
  margin-left: 0.5rem;
}
.cid-uT4YTyfaKI .mbr-text,
.cid-uT4YTyfaKI .button-align {
  color: #000000;
}
.cid-uT4YTygyM7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uT4YTygyM7 .card-wrapper {
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07);
  width: 80%;
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 0;
  padding: 1rem;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uT4YTygyM7 .bottom,
.cid-uT4YTygyM7 .card-title {
  color: #ffffff;
}
.cid-uT4YTygyM7 .card-title {
  margin-bottom: 18px;
  color: #000000;
}
@media (max-width: 1150px) {
  .cid-uT4YTygyM7 .card-wrapper {
    top: -20px;
  }
}
@media (max-width: 990px) {
  .cid-uT4YTygyM7 {
    padding-bottom: 0;
  }
  .cid-uT4YTygyM7 .card-wrapper {
    position: initial;
  }
  .cid-uT4YTygyM7 .card-box {
    padding: 10%;
  }
}
.cid-uT4YTygyM7 .bottom {
  color: #8c8c95;
}
.cid-uT4YTygyM7 .plus1 {
  color: #74b3ce;
}
.cid-uT4YTygyM7 .plus2 {
  color: #09bc8a;
}
.cid-uT4YTygyM7 .plus3 {
  color: #508991;
}
.cid-uT4YTygyM7 .plus4 {
  color: #74b3ce;
}
.cid-uT4YTygyM7 .card-title,
.cid-uT4YTygyM7 .bottom {
  text-align: center;
  color: #000000;
}
.cid-uT4YTygw5W {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f1f7fa;
}
.cid-uT4YTygw5W .item:focus,
.cid-uT4YTygw5W span:focus {
  outline: none;
}
.cid-uT4YTygw5W .item-wrapper {
  position: relative;
}
.cid-uT4YTygw5W .slide-content {
  position: relative;
  border-radius: 4px;
  background: transparent;
  height: 100%;
  display: flex;
  overflow: visible;
  flex-flow: column nowrap;
}
.cid-uT4YTygw5W .mbr-section-btn {
  margin-top: auto !important;
  margin-left: 0;
  margin-right: 0;
  width: auto;
  display: inline-block;
}
.cid-uT4YTygw5W .mbr-section-title {
  color: #14142b;
  text-align: center;
  margin-bottom: 24px;
}
.cid-uT4YTygw5W .mbr-text,
.cid-uT4YTygw5W .mbr-section-btn {
  text-align: left;
}
.cid-uT4YTygw5W .item-title {
  text-align: left;
}
.cid-uT4YTygw5W .item-subtitle {
  text-align: left;
}
.cid-uT4YTygw5W .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 33%;
  max-width: 596px;
}
@media (max-width: 768px) {
  .cid-uT4YTygw5W .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
@media (max-width: 900px) {
  .cid-uT4YTygw5W .embla__slide {
    min-width: 60%;
  }
}
@media (max-width: 630px) {
  .cid-uT4YTygw5W .embla__slide {
    min-width: 375px;
  }
}
.cid-uT4YTygw5W .embla__button--next,
.cid-uT4YTygw5W .embla__button--prev {
  display: flex;
}
.cid-uT4YTygw5W .embla__button {
  transition: background-color 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  border: none;
  width: 64px;
  height: 64px;
  font-size: 22px;
  border-radius: 50%;
  top: 50%;
  margin-top: -1.5rem;
  background-color: #09bc8a;
  color: #508991;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-uT4YTygw5W .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uT4YTygw5W .embla__button:hover {
  background-color: #09bc8a;
  color: #508991;
  transform: scale(1.05);
}
.cid-uT4YTygw5W .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uT4YTygw5W .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uT4YTygw5W .embla__button {
    top: auto;
  }
}
.cid-uT4YTygw5W .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uT4YTygw5W .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uT4YTygw5W .embla {
  position: relative;
  width: 100%;
}
.cid-uT4YTygw5W .embla__viewport {
  overflow: visible;
  width: 100%;
}
.cid-uT4YTygw5W .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uT4YTygw5W .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uT4YTygw5W .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uT4YTygw5W .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-uT4YTygw5W .title-block {
  justify-content: space-between;
  margin-bottom: 32px;
  align-items: center;
  padding-bottom: 56px;
  max-width: 715px;
  margin: auto;
}
.cid-uT4YTygw5W .shadow {
  border-radius: 34px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07) !important;
  transition: all 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  overflow: visible;
  padding: 48px 32px;
  background-color: #ffffff;
  height: 100%;
}
.cid-uT4YTygw5W .wrap-img {
  transition: all 300ms ease !important;
  overflow: hidden;
  border-radius: 30px 30px 0 0;
  padding: 0px 20px 20px;
  display: flex;
  justify-content: center;
}
.cid-uT4YTygw5W img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 100%;
}
.cid-uT4YTygw5W .shadow:hover {
  transform: translate(0px, -6px);
  box-shadow: 0 10px 20px 0 rgba(8, 15, 52, 0.1) !important;
}
.cid-uT4YTygw5W .shadow:hover a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption),
.cid-uT4YTygw5W .shadow:hover .number,
.cid-uT4YTygw5W .shadow:hover .card-title {
  color: #008b5d !important;
}
.cid-uT4YTygw5W .shadow:hover .iconfont-wrapper > .mbr-iconfont > span {
  color: #000000 !important;
}
.cid-uT4YTygw5W .card-title {
  margin-bottom: 16px;
  color: #4c4c4c;
  transition: 0.35s;
  text-align: left;
}
.cid-uT4YTygw5W .card-text {
  color: #000000;
  text-align: center;
}
.cid-uT4YTygw5W H3 {
  color: #1d1d1f;
  text-align: center;
}
.cid-uT4YTygw5W .card-wrapper {
  border-radius: 0 0 30px 30px;
  background-color: #ffffff;
  padding: 34px 25px 54px 31px;
}
.cid-uT4YTygw5W .date {
  margin-bottom: 24px;
  color: #8c8c95;
}
.cid-uT4YTygw5W .link-title {
  display: inline-block;
}
.cid-uT4YTygw5W .margin {
  margin-right: 14px;
}
.cid-uT4YTygw5W .article {
  display: contents;
}
.cid-uT4YTygw5W .button-color {
  padding: 1rem 1.5625rem !important;
  border-radius: 1000px !important;
  display: inline-block;
  line-height: 20px;
  background-color: #eff0f6;
}
.cid-uT4YTygw5W .link-row {
  align-items: center;
}
@media (max-width: 530px) {
  .cid-uT4YTygw5W .card-wrapper {
    border-radius: 0 0 30px 30px;
  }
}
@media (max-width: 480px) {
  .cid-uT4YTygw5W .card-wrapper {
    border-radius: 0 0 30px 30px;
  }
}
.cid-uT4YTygw5W .iconfont-wrapper {
  text-align: left;
  margin-bottom: 32px;
}
.cid-uT4YTygw5W .iconfont-wrapper .mbr-iconfont::before {
  font-size: 50px;
  padding: 25px;
  border-radius: 50%;
}
.cid-uT4YTygw5W .button-align {
  margin-top: 36px;
  text-align: center;
}
.cid-uT4YTygw5W .btn {
  margin-top: 20px;
}
.cid-uT4YTygw5W .card-title,
.cid-uT4YTygw5W .iconfont-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uT4YTygw5W a.btn > span {
  margin-left: 0.5rem;
}
.cid-uT4YTygw5W .mbr-section-title,
.cid-uT4YTygw5W .button-align {
  color: #000000;
}
.cid-uT4YTyhmSz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uT4YTyhmSz .row {
  align-items: center;
  justify-content: space-between;
}
.cid-uT4YTyhmSz .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  line-height: 1.171em;
}
.cid-uT4YTyhmSz .mbr-section-subtitle {
  color: #4c4c4c;
  width: 100%;
  text-align: left;
}
.cid-uT4YTyhmSz .mbr-text {
  color: #5f5d68;
  margin-bottom: 48px;
}
.cid-uT4YTyhmSz .right-side {
  max-width: 554px;
  margin-right: 60px;
}
.cid-uT4YTyhmSz .mbr-section-btn {
  width: auto;
  display: inline;
}
.cid-uT4YTyhmSz .margin {
  margin-right: 14px;
}
.cid-uT4YTyhmSz .shadow {
  margin: auto;
  max-width: 860px;
  padding: 79px 76px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07) !important;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-radius: 24px;
  border-color: transparent;
  background-color: #ffffff;
}
.cid-uT4YTyhmSz .socicon-bg-youtube {
  background-color: #74b3ce;
  color: #000000;
}
.cid-uT4YTyhmSz .socicon-bg-facebook {
  background-color: #09bc8a;
  color: #ffffff;
}
.cid-uT4YTyhmSz .socicon-bg-twitter {
  background-color: #508991;
  color: #ffffff;
}
.cid-uT4YTyhmSz .socicon-bg-pinterest {
  background-color: #74b3ce;
  color: #000000;
}
.cid-uT4YTyhmSz .socicon-bg-mail {
  background-color: #09bc8a;
  color: #ffffff;
}
.cid-uT4YTyhmSz .btn-social {
  margin-right: 3px !important;
  margin-left: 3px !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  font-size: 14px;
  border-radius: 50%;
  padding: 0;
  width: 32px;
  height: 32px;
  line-height: 44px;
  text-align: center;
  position: relative;
  border: none !important;
  border-color: #09bc8a;
  cursor: pointer;
}
.cid-uT4YTyhmSz .btn-social .mbr-iconfont {
  top: 0;
  line-height: 22px;
  width: 22px;
}
.cid-uT4YTyhmSz .btn-social + .btn {
  margin-left: 0.1rem;
}
.cid-uT4YTyhmSz img {
  max-width: 238px;
  height: auto;
  border-radius: 50%;
}
.cid-uT4YTyhmSz .mbr-social-likes {
  max-width: 454px;
}
.cid-uT4YTyhmSz .card-title {
  margin-bottom: 8px;
  color: #000000;
}
.cid-uT4YTyhmSz .card-subtitle {
  margin-bottom: 22px;
  color: #000000;
}
.cid-uT4YTyhmSz .card-text {
  margin-bottom: 22px;
  color: #8c8c95;
}
.cid-uT4YTyhmSz .card-title,
.cid-uT4YTyhmSz .card-subtitle,
.cid-uT4YTyhmSz .card-text {
  width: auto;
}
@media (max-width: 770px) {
  .cid-uT4YTyhmSz .shadow {
    padding: 59px 56px;
  }
}
@media (max-width: 640px) {
  .cid-uT4YTyhmSz .al {
    flex-direction: column;
  }
  .cid-uT4YTyhmSz .shadow {
    padding: 39px 36px;
  }
  .cid-uT4YTyhmSz img {
    padding-bottom: 20px;
  }
  .cid-uT4YTyhmSz .card-title,
  .cid-uT4YTyhmSz .card-subtitle,
  .cid-uT4YTyhmSz .card-text,
  .cid-uT4YTyhmSz .mbr-social-likes {
    text-align: center;
  }
}
@media (max-width: 600px) {
  .cid-uT4YTyhmSz .shadow {
    padding: 35px 15px;
  }
}
.cid-uT4YTyhmSz .mbr-iconfont {
  margin-left: 0;
}
.cid-uT4YTyhmSz .card-text,
.cid-uT4YTyhmSz .mbr-social-likes {
  color: #000000;
}
.cid-uT4YTyhOQy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uT4YTyhOQy img {
  width: auto;
  max-height: 60px;
  display: inline-block;
  padding: 0;
}
.cid-uT4YTyhOQy .title {
  color: #14142b;
  width: auto;
}
.cid-uT4YTyhOQy .row.justify-content-between {
  align-items: center;
}
.cid-uT4YTyhOQy .row.margin {
  transition-property: transform, -webkit-transform;
  align-items: center;
  transition: all 300ms ease;
}
.cid-uT4YTyhOQy .row.margin:hover {
  transform: scale(1.05);
}
.cid-uT4YTyhOQy .mbr-section-title {
  color: #000000;
  margin-bottom: 24px;
}
.cid-uT4YTyhOQy .left {
  max-width: 549px;
}
.cid-uT4YTyhOQy .right {
  max-width: 452px;
  overflow: visible;
}
.cid-uT4YTyhOQy .shadow {
  padding: 40px 61px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07) !important;
  max-width: 452px;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-radius: 24px;
  border-color: transparent;
  background-color: #ffffff;
}
.cid-uT4YTyhOQy .socicon-bg-youtube {
  background-color: #74b3ce;
  color: #000000;
}
.cid-uT4YTyhOQy .socicon-bg-facebook {
  background-color: #09bc8a;
  color: #ffffff;
}
.cid-uT4YTyhOQy .socicon-bg-twitter {
  background-color: #508991;
  color: #ffffff;
}
.cid-uT4YTyhOQy .socicon-bg-pinterest {
  background-color: #74b3ce;
  color: #000000;
}
.cid-uT4YTyhOQy .socicon-bg-mail {
  background-color: #09bc8a;
  color: #ffffff;
}
.cid-uT4YTyhOQy .btn-social {
  font-size: 20px;
  border-radius: 25%;
  width: 42px;
  height: 42px;
  line-height: 44px;
  margin: 0 16px 0 0 !important;
  padding: 0;
  text-align: center;
  position: relative;
  border: none !important;
  border-color: #09bc8a;
  cursor: pointer;
}
.cid-uT4YTyhOQy .btn-social .mbr-iconfont {
  top: 0;
  line-height: 22px;
  width: 22px;
}
.cid-uT4YTyhOQy .btn-social + .btn {
  margin-left: 0.1rem;
}
.cid-uT4YTyhOQy .card-text {
  margin-bottom: 24px;
  color: #000000;
}
.cid-uT4YTyhOQy .mbr-section-subtitle {
  color: #000000;
}
@media (max-width: 850px) {
  .cid-uT4YTyhOQy .shadow {
    padding: 40px 31px;
  }
}
@media (max-width: 992px) {
  .cid-uT4YTyhOQy .left {
    margin-bottom: 40px;
    max-width: initial;
  }
  .cid-uT4YTyhOQy .mbr-section-title,
  .cid-uT4YTyhOQy .mbr-section-subtitle {
    text-align: center;
  }
  .cid-uT4YTyhOQy .shadow {
    margin: auto;
  }
}
@media (max-width: 700px) {
  .cid-uT4YTyhOQy .btn-social {
    margin-right: 6px !important;
    width: 35px;
    height: 35px;
  }
}
.cid-uT4YTyhOQy .mbr-iconfont {
  margin-left: 0;
}
.cid-uT4YTyiZqn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uT4YTyiZqn .card-title {
  padding-bottom: 18px;
  margin: 0;
  color: #000000;
}
.cid-uT4YTyiZqn .align-left {
  max-width: 547px;
}
.cid-uT4YTyiZqn .mbr-text,
.cid-uT4YTyiZqn .mbr-section-btn {
  color: #000000;
}
.cid-uT4YTyiZqn .left-side {
  margin-right: 20px;
}
.cid-uT4YTyiZqn .right-side {
  margin-left: 20px;
}
@media (max-width: 768px) {
  .cid-uT4YTyiZqn .left-side {
    margin-right: 0px;
  }
  .cid-uT4YTyiZqn .right-side {
    padding-top: 20px;
    margin-left: 0px;
  }
}
.cid-uT4YTyiVJC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uT4YTyiVJC img {
  width: 100%;
  display: inline-block;
  padding: 0;
  max-width: 200px;
}
.cid-uT4YTyiVJC .mbr-section-subtitle {
  margin-right: 30px;
  color: #000000;
}
.cid-uT4YTyiVJC .brand {
  display: flex;
  transition: color 300ms ease;
  transition-property: transform, -webkit-transform;
  justify-content: center;
}
.cid-uT4YTyiVJC .brand:hover {
  transform: translate(0px, -4px);
}
.cid-uT4YTyiVJC .brand-row {
  justify-content: space-between;
  align-items: center;
}
.cid-uT4YTyiVJC .row-main {
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 460px) {
  .cid-uT4YTyiVJC .row-main {
    flex-direction: column;
  }
  .cid-uT4YTyiVJC .col-auto {
    margin-bottom: 10px;
  }
  .cid-uT4YTyiVJC .mbr-section-subtitle {
    margin-right: 0;
  }
}
.cid-uT4YTyj1uc {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #f9c07e;
}
.cid-uT4YTyj1uc .mbr-section-subtitle {
  color: #8c8c95;
  text-align: center;
  max-width: 552px;
  margin: auto;
}
.cid-uT4YTyj1uc .mbr-section-title {
  text-align: center;
  color: #000000;
  margin: auto;
}
.cid-uT4YTyj1uc .row {
  align-items: center;
  height: 100%;
}
.cid-uT4YTyj1uc .wrapper {
  margin: auto;
}
.cid-uT4YTyjxZi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uT4YTyjxZi .mbr-section-title {
  margin-bottom: 24px;
  color: #000000;
  text-align: center;
}
.cid-uT4YTyjxZi .link-title {
  width: 100%;
  display: inline-block;
}
.cid-uT4YTyjxZi .shadow {
  border-radius: 30px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07) !important;
  transition: all 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  overflow: visible;
}
.cid-uT4YTyjxZi .item-wrapper {
  position: relative;
}
.cid-uT4YTyjxZi .wrap-img {
  transition: all 300ms ease !important;
  overflow: hidden;
  border-radius: 30px;
  height: 284px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: translate(0px, 0px);
  margin-bottom: 48px;
}
.cid-uT4YTyjxZi .col-12.col-sm-6.col-lg-3:hover a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption),
.cid-uT4YTyjxZi .col-12.col-sm-6.col-lg-3:hover .mbr-iconfont,
.cid-uT4YTyjxZi .col-12.col-sm-6.col-lg-3:hover .number,
.cid-uT4YTyjxZi .col-12.col-sm-6.col-lg-3:hover .card-title {
  color: #008b5d !important;
}
.cid-uT4YTyjxZi .col-12.col-sm-6.col-lg-3:hover .inner {
  transform: scale(1.1);
}
.cid-uT4YTyjxZi .card-title {
  transition: 0.35s;
  margin-bottom: 12px;
  color: #000000;
}
.cid-uT4YTyjxZi .inner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
  border-radius: 30px;
}
.cid-uT4YTyjxZi .card-text {
  margin-bottom: 33px;
  color: #8c8c95;
}
@media (min-width: 970px) and (max-width: 1100px) {
  .cid-uT4YTyjxZi .card-wrapper {
    margin: 10px;
  }
}
@media (min-width: 575px) and (max-width: 990px) {
  .cid-uT4YTyjxZi .col-12:nth-child(3) {
    padding-top: 50px;
  }
  .cid-uT4YTyjxZi .col-12:nth-child(4) {
    padding-top: 50px;
  }
  .cid-uT4YTyjxZi .card-wrapper {
    margin: 20px;
    padding: 60px 30px 40px;
  }
}
@media (max-width: 574px) {
  .cid-uT4YTyjxZi .col-12 {
    padding-top: 50px;
  }
  .cid-uT4YTyjxZi .col-12:first-child {
    padding-top: 0px;
  }
  .cid-uT4YTyjxZi .wrap-img {
    margin-bottom: 30px;
  }
  .cid-uT4YTyjxZi .card-wrapper {
    margin: 10px;
    padding: 60px 30px 40px;
  }
}
.cid-uT4YTyjxZi .card-wrapper {
  border-radius: 0 0 30px 30px;
  background-color: #ffffff;
  padding: 37px 32px 43px;
}
.cid-uT4YTyjxZi .mbr-iconfont {
  transition: 0.3s;
  margin-right: 5px;
}
.cid-uT4YTyjxZi .episode {
  color: #ffffff;
}
.cid-uT4YTyjxZi .img-title {
  color: #ffffff;
}
.cid-uT4YTyjxZi .margin {
  margin-right: 14px;
}
.cid-uT4YTyjxZi .button-align {
  margin-top: 56px;
  text-align: center;
}
.cid-uT4YTyjxZi .mbr-section-btn {
  width: auto;
  display: inline;
  text-align: left;
}
.cid-uT4YTyjxZi .title-block {
  padding-bottom: 30px;
  max-width: 493px;
  margin: auto;
}
.cid-uT4YTyjxZi .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-uT4YTyjxZi .display-4 > .mbr-iconfont {
  font-size: 16px;
}
.cid-uT4YTyjxZi .card-button .btn {
  padding: 0;
  display: inline-flex;
  flex-direction: row-reverse;
  border: none;
}
.cid-uT4YTyjxZi .card-button .btn .mbr-iconfont {
  padding-left: 0;
  padding-right: 8px;
}
.cid-uT4YTyjxZi .card-button .btn-primary,
.cid-uT4YTyjxZi .card-button .btn-secondary,
.cid-uT4YTyjxZi .card-button .btn-success,
.cid-uT4YTyjxZi .card-button .btn-info,
.cid-uT4YTyjxZi .card-button .btn-warning,
.cid-uT4YTyjxZi .card-button .btn-danger,
.cid-uT4YTyjxZi .card-button .btn-black,
.cid-uT4YTyjxZi .card-button .btn-white {
  padding: 14px 18px;
}
.cid-uT4YTyjxZi .card-text,
.cid-uT4YTyjxZi .link-title {
  color: #000000;
}
.cid-uT4YTyjlWA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f7fa;
}
.cid-uT4YTyjlWA .mbr-section-subtitle {
  color: #000000;
  text-align: center;
  margin: auto;
}
.cid-uT4YTyjlWA .mbr-section-title {
  text-align: center;
  color: #000000;
  padding-bottom: 24px;
  margin: auto;
}
.cid-uT4YTyjlWA .row {
  align-items: center;
  height: 100%;
}
.cid-uT4YTyjlWA .wrapper {
  margin: auto;
}
.cid-uT4YTyk6En {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uT4YTyk6En .mbr-section-title {
  width: 100%;
  text-align: center;
  margin-bottom: 16px;
  line-height: 1.171em;
  color: #000000;
}
.cid-uT4YTyk6En .mbr-text {
  color: #8c8c95;
  margin-bottom: 20px;
  text-align: center;
}
.cid-uT4YTyk6En .button-align {
  text-align: center;
}
.cid-uT4YTyk6En .margin {
  margin-right: 14px;
}
.cid-uT4YTyk6En .mbr-section-btn {
  display: inline-block;
}
.cid-uT4YTyk6En .container {
  max-width: 493px;
}
.cid-uT4YTyk6En .btn {
  margin-top: 20px;
}
.cid-uT4YTyk6En a.btn > span {
  margin-left: 0.5rem;
}
.cid-uT4YTyk6En .mbr-text,
.cid-uT4YTyk6En .button-align {
  color: #000000;
}
.cid-uT4YTykjU1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uT4YTykjU1 .card .card-header {
  background-color: #ffffff;
  margin-bottom: 0;
}
.cid-uT4YTykjU1 .panel-title {
  display: flex;
  align-items: center;
}
.cid-uT4YTykjU1 .mbr-iconfont {
  padding-right: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 3rem !important;
  color: #000000;
}
.cid-uT4YTykjU1 .panel-body,
.cid-uT4YTykjU1 .card-header {
  padding: 1rem 0;
}
.cid-uT4YTykjU1 .panel-body {
  display: flex;
  justify-content: flex-end;
}
.cid-uT4YTykjU1 .panel-title-edit {
  color: #000000;
  display: flex;
  align-items: center;
}
.cid-uT4YTykjU1 .panel-text {
  max-width: 466px;
  color: #000000;
}
.cid-uT4YTykjU1 .card-header {
  padding: 28px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07) !important;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #000000;
  border-radius: 24px;
}
.cid-uT4YTykjU1 .section-head {
  margin-bottom: 56px;
}
.cid-uT4YTykjU1 .card {
  margin-bottom: 32px;
}
.cid-uT4YTykjU1 H3 {
  color: #14142b;
}
@media (max-width: 768px) {
  .cid-uT4YTykjU1 .panel-text {
    width: 100%;
    max-width: initial;
  }
}
@media (max-width: 1000px) {
  .cid-uT4YTykjU1 .panel-text {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-uT4YTykjU1 .mbr-section-title {
  color: #000000;
}
.cid-uT4YTykVv9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uT4YTykVv9 .mbr-section-subtitle {
  color: #FFFFFF;
  text-align: center;
  margin: auto;
  padding: 119px 95px;
  background-color: #09bc8a;
}
.cid-uT4YTykVv9 .row {
  align-items: center;
  height: 100%;
}
.cid-uT4YTykVv9 .wrapper {
  margin: auto;
}
@media (max-width: 770px) {
  .cid-uT4YTykVv9 .mbr-section-subtitle {
    padding: 70px 75px;
  }
}
@media (max-width: 576px) {
  .cid-uT4YTykVv9 .mbr-section-subtitle {
    padding: 45px 35px;
  }
}
.cid-uT4YTylwHJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uT4YTylwHJ .mbr-section-subtitle {
  color: #000000;
  text-align: center;
  max-width: 552px;
  margin: auto;
}
.cid-uT4YTylwHJ .mbr-section-title {
  text-align: center;
  color: #000000;
  padding-bottom: 24px;
  max-width: 752px;
  margin: auto;
}
.cid-uT4YTylwHJ .row {
  align-items: center;
  height: 100%;
}
.cid-uT4YTylwHJ .wrapper {
  margin: auto;
}
.cid-uT4YTyl2n5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uT4YTyl2n5 .right {
  display: flex;
  flex-direction: column;
}
.cid-uT4YTyl2n5 .card-heading {
  padding-bottom: 32px;
  color: #000000;
}
.cid-uT4YTyl2n5 .row {
  justify-content: center;
}
.cid-uT4YTyl2n5 ul {
  padding-inline-start: 50px;
  margin-bottom: 0;
}
.cid-uT4YTyl2n5 li {
  margin-bottom: 16px;
}
.cid-uT4YTyl2n5 li:last-child {
  margin-bottom: 0;
}
.cid-uT4YTyl2n5 a:hover,
.cid-uT4YTyl2n5 a:focus {
  color: #3f69ff !important;
}
.cid-uT4YTyl2n5 .list {
  color: #000000;
}
.cid-uT4YTyll0x {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uT4YTyll0x .shadow {
  margin: auto;
  max-width: 713px;
  padding: 60px 50px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07) !important;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-radius: 24px;
  border-color: transparent;
  background-color: #ffffff;
}
.cid-uT4YTyll0x .card-subtitle {
  color: #000000;
  padding: 16px 25px;
  border-radius: 1000px;
  background-color: #f1f7fa;
  display: inline-block;
}
.cid-uT4YTyll0x .card-text {
  color: #8c8c95;
  width: 100%;
  margin-top: 24px;
}
@media (max-width: 470px) {
  .cid-uT4YTyll0x .shadow {
    padding: 40px;
  }
}
.cid-uT4YTyll0x .card-text,
.cid-uT4YTyll0x .align {
  color: #000000;
}
.cid-uT4YTymReF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uT4YTymReF .row {
  align-items: center;
  justify-content: space-between;
}
.cid-uT4YTymReF .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  color: #000000;
}
.cid-uT4YTymReF .mbr-text {
  color: #8c8c95;
  margin-bottom: 32px;
}
.cid-uT4YTymReF .mbr-section-btn {
  width: auto;
  display: block;
}
.cid-uT4YTymReF ul {
  padding-inline-start: 20px;
  margin-bottom: 28px;
}
.cid-uT4YTymReF li::marker {
  color: #09bc8a;
  width: 10px;
}
.cid-uT4YTymReF li {
  margin-bottom: 7px;
  color: #14142b;
}
.cid-uT4YTymReF img {
  width: 90%;
}
.cid-uT4YTymReF .gray {
  background-color: #f1f7fa;
  width: 80%;
  height: 430px;
  margin: auto;
  position: relative;
}
.cid-uT4YTymReF .b {
  max-width: 598px;
}
.cid-uT4YTymReF .first {
  position: absolute;
  top: -10%;
  right: 25%;
}
.cid-uT4YTymReF .second {
  position: absolute;
  bottom: -10%;
  left: 25%;
}
@media (max-width: 992px) {
  .cid-uT4YTymReF .t {
    padding-top: 90px;
  }
  .cid-uT4YTymReF .b {
    max-width: initial;
  }
  .cid-uT4YTymReF .gray {
    width: 50%;
  }
}
@media (max-width: 750px) {
  .cid-uT4YTymReF .gray {
    height: 330px;
  }
}
@media (max-width: 630px) {
  .cid-uT4YTymReF .gray {
    height: 230px;
  }
}
@media (max-width: 450px) {
  .cid-uT4YTymReF .gray {
    height: 200px;
    width: 70%;
  }
}
.cid-uT4YTymReF .btn {
  margin-top: 20px;
}
.cid-uT4YTymReF .t {
  max-width: 542px;
}
.cid-uT4YTymReF .mbr-text,
.cid-uT4YTymReF .button-align,
.cid-uT4YTymReF .list {
  color: #000000;
}
.cid-uT4YTymReF .list {
  color: #000000;
}
.cid-uT4YTyndbD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uT4YTyndbD .card-heading {
  padding-bottom: 32px;
  color: #000000;
}
.cid-uT4YTyndbD .p {
  padding-bottom: 26px;
  color: #000000;
}
.cid-uT4YTyndbD .p:last-child {
  padding-bottom: 0;
}
.cid-uT4YTyndbD .row {
  justify-content: center;
}
.cid-uT4YTyo2p5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9c07e;
}
.cid-uT4YTyo2p5 .row {
  align-items: center;
  justify-content: space-between;
}
.cid-uT4YTyo2p5 .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  line-height: 1.171em;
  color: #000000;
}
.cid-uT4YTyo2p5 .mbr-section-subtitle {
  color: #4c4c4c;
  width: 100%;
  text-align: left;
}
.cid-uT4YTyo2p5 .mbr-text {
  color: #5f5d68;
  margin-bottom: 28px;
}
.cid-uT4YTyo2p5 .right-side {
  max-width: 554px;
}
.cid-uT4YTyo2p5 .mbr-section-btn {
  width: auto;
  display: block;
}
.cid-uT4YTyo2p5 .margin {
  margin-right: 14px;
}
.cid-uT4YTyo2p5 .shadow {
  padding: 62px 56px 64px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07) !important;
  max-width: 568px;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-radius: 24px;
  border-color: transparent;
  background-color: #ffffff;
}
.cid-uT4YTyo2p5 .socicon-bg-youtube {
  background-color: #74b3ce;
  color: #000000;
}
.cid-uT4YTyo2p5 .socicon-bg-facebook {
  background-color: #09bc8a;
  color: #ffffff;
}
.cid-uT4YTyo2p5 .socicon-bg-twitter {
  background-color: #508991;
  color: #ffffff;
}
.cid-uT4YTyo2p5 .socicon-bg-pinterest {
  background-color: #74b3ce;
  color: #000000;
}
.cid-uT4YTyo2p5 .socicon-bg-mail {
  background-color: #09bc8a;
  color: #ffffff;
}
.cid-uT4YTyo2p5 .mbr-iconfont {
  margin-left: 0;
  margin-right: 0;
}
.cid-uT4YTyo2p5 .btn-social {
  margin: 0 !important;
  font-size: 14px;
  border-radius: 50%;
  padding: 0;
  width: 32px;
  height: 32px;
  line-height: 44px;
  text-align: center;
  position: relative;
  border: none !important;
  cursor: pointer;
}
.cid-uT4YTyo2p5 .btn-social .mbr-iconfont {
  top: 0;
  line-height: 22px;
  width: 22px;
}
.cid-uT4YTyo2p5 .btn-social + .btn {
  margin-left: 0.1rem;
}
.cid-uT4YTyo2p5 img {
  width: 186px;
  height: 186px;
  border-radius: 50%;
  margin-bottom: 17px;
}
.cid-uT4YTyo2p5 .mbr-social-likes {
  max-width: 454px;
}
.cid-uT4YTyo2p5 .card-title {
  margin-bottom: 4px;
  color: #000000;
}
.cid-uT4YTyo2p5 .card-subtitle {
  margin-bottom: 21px;
  color: #000000;
}
.cid-uT4YTyo2p5 .card-text {
  margin-bottom: 40px;
  color: #8c8c95;
}
@media (max-width: 768px) {
  .cid-uT4YTyo2p5 .shadow {
    margin-top: 30px;
  }
}
@media (max-width: 1010px) {
  .cid-uT4YTyo2p5 .margin {
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .cid-uT4YTyo2p5 .button-align {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 992px) {
  .cid-uT4YTyo2p5 .shadow {
    margin: auto;
  }
  .cid-uT4YTyo2p5 .right-side {
    max-width: initial;
    margin-bottom: 50px;
  }
}
.cid-uT4YTyo2p5 .btn {
  margin-top: 20px;
}
.cid-uT4YTyo2p5 a.btn > span {
  margin-left: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uT4YTyo2p5 .card.home-about-host {
    padding: 52px 40px 54px;
  }
}
@media (max-width: 479px) {
  .cid-uT4YTyo2p5 .card.home-about-host {
    padding: 43px 25px 45px;
  }
}
.cid-uT4YTyo2p5 .mbr-text,
.cid-uT4YTyo2p5 .button-align {
  color: #000000;
}
.cid-uT4YTyo2p5 .card-text,
.cid-uT4YTyo2p5 .mbr-social-likes {
  color: #000000;
}
.cid-uT4YTypERP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uT4YTypERP a.btn > span {
  margin-left: 0.5rem;
}
.cid-uT4YTypERP .row {
  align-items: center;
  justify-content: space-between;
}
.cid-uT4YTypERP .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  line-height: 1.171em;
  color: #000000;
}
.cid-uT4YTypERP .mbr-section-subtitle {
  color: #14142b;
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
}
.cid-uT4YTypERP .mbr-text {
  color: #5f5d68;
  margin-bottom: 56px;
}
.cid-uT4YTypERP .right-side {
  max-width: 554px;
}
.cid-uT4YTypERP .mbr-section-btn {
  width: auto;
  display: inline;
}
.cid-uT4YTypERP .margin {
  margin-right: 14px;
}
.cid-uT4YTypERP .shadow {
  padding: 62px 56px 64px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07) !important;
  max-width: 690px;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-radius: 24px;
  border-color: transparent;
  background-color: #ffffff;
}
.cid-uT4YTypERP img {
  max-width: 186px;
  height: auto;
  border-radius: 50%;
  margin-bottom: 17px;
}
.cid-uT4YTypERP .card-title {
  margin-bottom: 4px;
  color: #14142b;
}
.cid-uT4YTypERP .card-subtitle {
  margin-bottom: 21px;
  color: #8c8c95;
}
.cid-uT4YTypERP .card-text {
  margin-bottom: 40px;
  color: #8c8c95;
}
.cid-uT4YTypERP .mbr-social-likes.big .btn-social {
  font-size: 20px;
  border-radius: 25%;
  width: 37px;
  height: 37px;
  line-height: 44px;
  margin: 0 10px 0 0 !important;
  padding: 0;
  text-align: center;
  position: relative;
  border: none !important;
  border-color: #09bc8a;
  cursor: pointer;
}
.cid-uT4YTypERP .mbr-social-likes.big .btn-social .mbr-iconfont {
  top: 0;
  line-height: 22px;
  width: 22px;
}
.cid-uT4YTypERP .mbr-social-likes.big .btn-social + .btn {
  margin-left: 0.1rem;
}
.cid-uT4YTypERP .r {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uT4YTypERP .mbr-social-likes.small {
  display: flex;
}
.cid-uT4YTypERP .mbr-social-likes.big {
  display: block;
}
.cid-uT4YTypERP .form-control,
.cid-uT4YTypERP form .btn {
  min-height: initial;
}
.cid-uT4YTypERP a.btn,
.cid-uT4YTypERP button {
  padding: 24px 40px;
  border-radius: 80px;
}
.cid-uT4YTypERP input {
  border-style: solid !important;
  border-width: 1px !important;
  border-color: #000000 !important;
  border-radius: 100px;
  background-color: #ffffff;
  -webkit-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
  box-shadow: none !important;
  height: 64px;
  margin-bottom: 40px;
  padding: 8px 26px;
}
.cid-uT4YTypERP textarea {
  border-style: solid !important;
  border-width: 1px !important;
  border-color: #000000 !important;
  border-radius: 14px;
  background-color: #ffffff;
  -webkit-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
  box-shadow: none !important;
  height: 132px;
  margin-bottom: 40px;
  padding: 20px 26px;
}
.cid-uT4YTypERP input:hover {
  border-color: #14142b !important;
}
.cid-uT4YTypERP textarea:hover {
  border-color: #14142b !important;
}
.cid-uT4YTypERP input:focus {
  border-color: #14142b !important;
}
.cid-uT4YTypERP textarea:focus {
  border-color: #14142b !important;
}
.cid-uT4YTypERP .form-group {
  margin-bottom: 0;
}
.cid-uT4YTypERP .listen {
  margin-bottom: 24px;
}
.cid-uT4YTypERP .phone {
  color: #14142b;
  margin-bottom: 44px;
}
.cid-uT4YTypERP .email {
  color: #14142b;
  margin-bottom: 21px;
  text-align: left;
}
.cid-uT4YTypERP .listen,
.cid-uT4YTypERP .big {
  text-align: left;
  color: #8c8c95;
}
.cid-uT4YTypERP .mbr-text,
.cid-uT4YTypERP .button-align {
  color: #000000;
}
.cid-uT4YTypERP .email span {
  padding: 7px;
  background-color: #14142b;
  color: #ffffff;
  font-size: 1rem;
  border-radius: 50%;
}
.cid-uT4YTypERP .phone span {
  padding: 7px;
  background-color: #14142b;
  color: #ffffff;
  font-size: 1rem;
  border-radius: 50%;
}
.cid-uT4YTypERP select.form-control:hover {
  border-color: #14142b;
}
.cid-uT4YTypERP select.form-control {
  border: none !important;
  box-shadow: none !important;
  padding: 0;
  color: #8c8c95;
  transition: border-color 300ms ease;
  min-height: 64px;
  padding-right: 26px;
  padding-left: 26px;
  border-style: solid !important;
  border-width: 1px !important;
  border-color: #000000 !important;
  border-radius: 100px;
  background-color: #ffffff;
  -webkit-transition: border-color 300ms ease;
  display: flex;
}
.cid-uT4YTypERP .form-check > input {
  height: 1em;
  width: 1em;
  padding: 0;
  float: initial;
  margin-bottom: 0;
}
@media (max-width: 770px) {
  .cid-uT4YTypERP .shadow {
    width: 100%;
    margin-top: 60px;
    max-width: initial;
  }
  .cid-uT4YTypERP .left-side,
  .cid-uT4YTypERP .right-side {
    width: 100%;
    max-width: initial;
  }
}
@media (max-width: 992px) {
  .cid-uT4YTypERP .right-side {
    max-width: initial;
    margin-bottom: 50px;
  }
  .cid-uT4YTypERP .shadow {
    margin: auto;
  }
}
@media (max-width: 600px) {
  .cid-uT4YTypERP .shadow {
    padding: 25px;
  }
  .cid-uT4YTypERP input {
    margin-bottom: 20px;
  }
}
@media (max-width: 550px) {
  .cid-uT4YTypERP .r {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
  }
  .cid-uT4YTypERP .mbr-social-likes.small {
    margin-top: 20px;
  }
}
.cid-uT4YTypERP .big > .socicon-bg-youtube {
  background-color: #74b3ce;
  color: #000000;
}
.cid-uT4YTypERP .big > .socicon-bg-facebook {
  background-color: #09bc8a;
  color: #ffffff;
}
.cid-uT4YTypERP .big > .socicon-bg-twitter {
  background-color: #508991;
  color: #ffffff;
}
.cid-uT4YTypERP .big > .socicon-bg-pinterest {
  background-color: #74b3ce;
  color: #000000;
}
.cid-uT4YTypERP .big > .socicon-bg-mail {
  background-color: #09bc8a;
  color: #ffffff;
}
.cid-uT4YTypERP .mbr-iconfont {
  margin-right: 8px;
}
.cid-uT4YTypERP .listen,
.cid-uT4YTypERP .mbr-social-likes {
  color: #000000;
}
.cid-uT4YTyqkeW {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uT4YTyqkeW .shadow {
  margin: auto;
  max-width: 713px;
  padding: 60px 50px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07) !important;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-radius: 24px;
  border-color: transparent;
  background-color: #ffffff;
}
.cid-uT4YTyqkeW .card-subtitle {
  color: #14142b;
  padding: 16px 25px;
  border-radius: 1000px;
  background-color: #f1f7fa;
  display: inline-block;
  margin-bottom: 32px;
  text-align: center;
}
.cid-uT4YTyqkeW ul {
  padding-inline-start: 50px;
  margin-bottom: 0;
  padding-left: 0;
  list-style-position: inside;
}
.cid-uT4YTyqkeW li {
  margin-bottom: 16px;
}
.cid-uT4YTyqkeW li:last-child {
  margin-bottom: 0;
}
@media (max-width: 470px) {
  .cid-uT4YTyqkeW .shadow {
    padding: 40px;
  }
}
.cid-uT4YTyqkeW .list {
  color: #000000;
  text-align: justify;
}
.cid-uT4YTyqkeW .card-subtitle,
.cid-uT4YTyqkeW .align {
  text-align: left;
  color: #000000;
}
.cid-uT4YTyqnr1 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f1f7fa;
}
.cid-uT4YTyqnr1 .mbr-text {
  color: #000000;
}
.cid-uT4YTyqnr1 .line {
  height: 1px;
  width: 100%;
  background-color: #000000;
  margin-bottom: 32px;
}
