.btn {
  border-width: 2px;
}
.btn {
  border-radius: 80px;
}
body {
  background-color: #fefef8;
}
body {
  font-family: 'Onest', sans-serif;
}
.display-1 {
  font-family: 'Onest', sans-serif;
  font-size: 4.375rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.46875rem;
}
.display-2 {
  font-family: 'Onest', sans-serif;
  font-size: 2.375rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.96875rem;
}
.display-4 {
  font-family: 'Onest', sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.40625rem;
}
.display-5 {
  font-family: 'Onest', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-7 {
  font-family: 'Onest', 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: #9bc1bc !important;
}
.bg-success {
  background-color: #4bde9a !important;
}
.bg-info {
  background-color: #35d4f4 !important;
}
.bg-warning {
  background-color: #ffca2a !important;
}
.bg-danger {
  background-color: #e04958 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #9bc1bc !important;
  border-color: #9bc1bc !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: #65a098 !important;
  border-color: #65a098 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #65a098 !important;
  border-color: #65a098 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ed6a5a !important;
  border-color: #ed6a5a !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: #d92d18 !important;
  border-color: #d92d18 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #d92d18 !important;
  border-color: #d92d18 !important;
}
.btn-info,
.btn-info:active {
  background-color: #35d4f4 !important;
  border-color: #35d4f4 !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: #0ba8c7 !important;
  border-color: #0ba8c7 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #0ba8c7 !important;
  border-color: #0ba8c7 !important;
}
.btn-success,
.btn-success:active {
  background-color: #4bde9a !important;
  border-color: #4bde9a !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: #21b26f !important;
  border-color: #21b26f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #21b26f !important;
  border-color: #21b26f !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffca2a !important;
  border-color: #ffca2a !important;
  color: #2a2000 !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: #d29e00 !important;
  border-color: #d29e00 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #2a2000 !important;
  background-color: #d29e00 !important;
  border-color: #d29e00 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #e04958 !important;
  border-color: #e04958 !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: #b41f2d !important;
  border-color: #b41f2d !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #b41f2d !important;
  border-color: #b41f2d !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: #9bc1bc;
  color: #9bc1bc;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #65a098 !important;
  background-color: transparent !important;
  border-color: #65a098 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #9bc1bc !important;
  border-color: #9bc1bc !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ed6a5a;
  color: #ed6a5a;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #d92d18 !important;
  background-color: transparent !important;
  border-color: #d92d18 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ed6a5a !important;
  border-color: #ed6a5a !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #35d4f4;
  color: #35d4f4;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #0ba8c7 !important;
  background-color: transparent !important;
  border-color: #0ba8c7 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #35d4f4 !important;
  border-color: #35d4f4 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #4bde9a;
  color: #4bde9a;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #21b26f !important;
  background-color: transparent !important;
  border-color: #21b26f !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #4bde9a !important;
  border-color: #4bde9a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffca2a;
  color: #ffca2a;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #d29e00 !important;
  background-color: transparent !important;
  border-color: #d29e00 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #2a2000 !important;
  background-color: #ffca2a !important;
  border-color: #ffca2a !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #e04958;
  color: #e04958;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #b41f2d !important;
  background-color: transparent !important;
  border-color: #b41f2d !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #e04958 !important;
  border-color: #e04958 !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: #9bc1bc !important;
}
.text-secondary {
  color: #ed6a5a !important;
}
.text-success {
  color: #4bde9a !important;
}
.text-info {
  color: #35d4f4 !important;
}
.text-warning {
  color: #ffca2a !important;
}
.text-danger {
  color: #e04958 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #5e9890 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #cb2a16 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #1ea567 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #0a9cb9 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #c39200 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #a71c2a !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: #9bc1bc;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #35d4f4;
}
.alert-warning {
  background-color: #ffca2a;
}
.alert-danger {
  background-color: #e04958;
}
.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: #9bc1bc;
  border-color: #9bc1bc;
  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: #eaf2f1;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #f7fefb;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f6fdff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fffdf6;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fef7f8;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Onest', 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: #9bc1bc !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Onest', 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: #9bc1bc;
}
/* 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: #9bc1bc;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #9bc1bc;
}
.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: #9bc1bc;
  border-bottom-color: #9bc1bc;
}
.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: #9bc1bc !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: #ed6a5a !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='%239bc1bc' %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-v5r4uP2mtC .navbar-dropdown {
  position: relative !important;
}
.cid-v5r4uP2mtC .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-v5r4uP2mtC .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-v5r4uP2mtC .dropdown-item:hover,
.cid-v5r4uP2mtC .dropdown-item:focus {
  color: #9bc1bc !important;
}
.cid-v5r4uP2mtC .nav-dropdown .link {
  padding: 0 0em !important;
  font-weight: 400;
}
.cid-v5r4uP2mtC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v5r4uP2mtC .nav-link {
  position: relative;
  padding: 0;
}
.cid-v5r4uP2mtC .container {
  display: flex;
  margin: auto;
}
.cid-v5r4uP2mtC .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v5r4uP2mtC .dropdown-menu,
.cid-v5r4uP2mtC .navbar.opened {
  background: #fefef8 !important;
}
.cid-v5r4uP2mtC .nav-item:focus,
.cid-v5r4uP2mtC .nav-link:focus {
  outline: none;
}
.cid-v5r4uP2mtC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v5r4uP2mtC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v5r4uP2mtC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v5r4uP2mtC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5r4uP2mtC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v5r4uP2mtC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v5r4uP2mtC .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: #fefef8;
}
.cid-v5r4uP2mtC .navbar.opened {
  transition: all 0.3s;
}
.cid-v5r4uP2mtC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v5r4uP2mtC .navbar .navbar-logo img {
  width: auto;
}
.cid-v5r4uP2mtC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v5r4uP2mtC .navbar.collapsed {
  justify-content: center;
}
.cid-v5r4uP2mtC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v5r4uP2mtC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v5r4uP2mtC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v5r4uP2mtC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v5r4uP2mtC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v5r4uP2mtC .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-v5r4uP2mtC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v5r4uP2mtC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v5r4uP2mtC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v5r4uP2mtC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v5r4uP2mtC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v5r4uP2mtC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v5r4uP2mtC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v5r4uP2mtC .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-v5r4uP2mtC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v5r4uP2mtC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v5r4uP2mtC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v5r4uP2mtC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v5r4uP2mtC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v5r4uP2mtC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v5r4uP2mtC .navbar.navbar-short {
  min-height: 60px;
}
.cid-v5r4uP2mtC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v5r4uP2mtC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v5r4uP2mtC .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-v5r4uP2mtC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v5r4uP2mtC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v5r4uP2mtC .dropdown-item.active,
.cid-v5r4uP2mtC .dropdown-item:active {
  background-color: transparent;
}
.cid-v5r4uP2mtC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v5r4uP2mtC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v5r4uP2mtC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v5r4uP2mtC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fefef8;
}
.cid-v5r4uP2mtC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v5r4uP2mtC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v5r4uP2mtC ul.navbar-nav {
  flex-wrap: wrap;
  padding-left: 20px;
}
.cid-v5r4uP2mtC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v5r4uP2mtC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v5r4uP2mtC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v5r4uP2mtC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v5r4uP2mtC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5r4uP2mtC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5r4uP2mtC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v5r4uP2mtC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5r4uP2mtC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v5r4uP2mtC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v5r4uP2mtC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5r4uP2mtC .navbar-dropdown {
  padding: 19px 1rem;
}
.cid-v5r4uP2mtC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v5r4uP2mtC .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-v5r4uP2mtC .navbar {
    height: 70px;
  }
  .cid-v5r4uP2mtC .navbar.opened {
    height: auto;
  }
  .cid-v5r4uP2mtC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5r4uP2mtC a {
  display: inline;
}
.cid-v5r4uP2mtC img {
  display: inline;
  padding-right: 10px;
}
.cid-v5r4uP2mtC .dropdown-toggle:after {
  display: none;
}
.cid-v5r4uP2mtC .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-v5r4uP2mtC .dropdown-item:hover {
  color: #b53930 !important;
}
@media (max-width: 990px) {
  .cid-v5r4uP2mtC .dropdown-menu {
    margin-top: 0px;
  }
  .cid-v5r4uP2mtC .nav-dropdown .link {
    margin: 0 !important;
  }
}
.cid-v5r4uP2mtC .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-v5r4uP2mtC .nav-item {
  margin-right: 32px;
}
.cid-v5r4uP2mtC .nav-item:last-child {
  margin-right: 0;
}
@media (max-width: 970px) {
  .cid-v5r4uP2mtC ul li {
    height: 45px;
    display: list-item;
  }
}
.cid-v5r4uP2mtC .navbar-collapse.collapsing .nav-item {
  height: 45px;
}
.cid-v5r4uP2mtC .navbar-collapse.collapse.show .nav-item {
  height: 45px;
}
.cid-v5r4uP2mtC .navbar-nav {
  margin: auto;
}
.cid-v5r4uP2mtC .navbar-collapse.collapse.show ul li {
  display: list-item;
}
.cid-v5r4uP2mtC .mbr-iconfont {
  margin-left: -5px;
  margin-right: 7px;
}
.cid-v5r4uP2mtC .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-v5r4uP2mtC .btn {
  border-radius: 1000px !important;
}
.cid-v5r4uP2mtC .navbar.collapsed .icons-menu {
  display: flex;
  flex-direction: column;
}
.cid-v5r4uP2mtC .navbar.collapsed .icons-menu .top {
  margin-top: 15px;
}
.cid-v5r4uP2mtC .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-v5r4uP2mtC .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-v5r4uP2mtC .dropdown-item:focus {
  color: #b53930 !important;
}
@media (max-width: 945px) {
  .cid-v5r4uP2mtC .icons-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-v5r4uP2mtC .top {
    margin-top: 25px;
  }
}
.cid-v5r4uP2mtC .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-v5r4uP2mtC .container,
  .cid-v5r4uP2mtC .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-v5r4uP2mtC li:last-child {
  margin-right: 0;
}
@media (max-width: 989px) {
  .cid-v5r4uP2mtC ul.navbar-nav {
    padding-left: 0;
  }
}
@media (max-width: 430px) {
  .cid-v5r4uP2mtC .icons-menu {
    min-width: initial !important;
  }
  .cid-v5r4uP2mtC a.btn {
    margin-top: 10px;
  }
}
.cid-v5r4uP2mtC a.btn > span {
  margin-left: 0.5rem;
}
.cid-v5r4uP2mtC .navbar-nav .nav-item .nav-link:hover,
.cid-v5r4uP2mtC .navbar-nav .nav-item .nav-link:focus {
  color: #b53930 !important;
}
.cid-v5r4uP2mtC .navbar-caption {
  color: #000000;
}
.cid-v5r4uP2mtC .nav-link,
.cid-v5r4uP2mtC .dropdown-item {
  color: #000000;
}
.cid-v5r4uPzd8d {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v5r4uPzd8d .row {
  align-items: center;
  justify-content: space-between;
}
.cid-v5r4uPzd8d .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  line-height: 1.171em;
  color: #000000;
}
.cid-v5r4uPzd8d .mbr-section-subtitle {
  color: #4c4c4c;
  width: 100%;
  text-align: left;
}
.cid-v5r4uPzd8d .mbr-text {
  color: #8c8c95;
  margin-bottom: 36px;
}
.cid-v5r4uPzd8d .right-side {
  max-width: 554px;
}
.cid-v5r4uPzd8d .rs {
  margin-right: 60px;
}
.cid-v5r4uPzd8d .mbr-section-btn {
  width: auto;
  display: inline-block;
}
.cid-v5r4uPzd8d .margin {
  margin-right: 14px;
}
.cid-v5r4uPzd8d .gray {
  padding: 45px 0;
  background-color: #fefef8;
}
.cid-v5r4uPzd8d img {
  position: relative;
  right: 40px;
}
@media (max-width: 767px) {
  .cid-v5r4uPzd8d .gray {
    padding: 0px 0 5px;
  }
  .cid-v5r4uPzd8d img {
    right: initial;
    width: 90%;
    margin: auto;
    top: -35px;
  }
  .cid-v5r4uPzd8d .col-md-5 {
    padding-top: 90px;
  }
}
@media (max-width: 430px) {
  .cid-v5r4uPzd8d .b {
    margin-bottom: 10px;
  }
}
.cid-v5r4uPzd8d .btn {
  margin-top: 20px;
}
.cid-v5r4uPzd8d a.btn > span {
  margin-left: 0.5rem;
}
.cid-v5r4uPzd8d .mbr-text,
.cid-v5r4uPzd8d .button-align {
  color: #000000;
}
.cid-v5r4uPFGPG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v5r4uPFGPG .title-block {
  margin-bottom: 32px;
  align-items: center;
}
.cid-v5r4uPFGPG .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-v5r4uPFGPG .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-v5r4uPFGPG .inner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}
.cid-v5r4uPFGPG .shadow:hover {
  transform: translate(0px, -6px);
  box-shadow: 0 10px 20px 0 rgba(8, 15, 52, 0.1) !important;
}
.cid-v5r4uPFGPG .shadow:hover a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption),
.cid-v5r4uPFGPG .shadow:hover .mbr-iconfont,
.cid-v5r4uPFGPG .shadow:hover .number,
.cid-v5r4uPFGPG .shadow:hover .card-title {
  color: #6c918c !important;
}
.cid-v5r4uPFGPG .shadow:hover .inner {
  transform: scale(1.1);
}
.cid-v5r4uPFGPG .card-title {
  margin-bottom: 18px;
  color: #000000;
  transition: 0.35s;
}
.cid-v5r4uPFGPG .card-text {
  margin-bottom: 32px;
  color: #000000;
}
.cid-v5r4uPFGPG H3 {
  color: #14142b;
  text-align: center;
}
.cid-v5r4uPFGPG img {
  width: auto;
  height: 70px;
}
.cid-v5r4uPFGPG .card-wrapper {
  border-radius: 0 0 30px 30px;
  background-color: #ffffff;
  padding: 34px 25px 54px 31px;
}
.cid-v5r4uPFGPG .date {
  margin-bottom: 24px;
  color: #000000;
}
.cid-v5r4uPFGPG .link-title {
  display: inline-block;
}
.cid-v5r4uPFGPG .margin {
  margin-right: 14px;
}
.cid-v5r4uPFGPG .button-color {
  padding: 1rem 1.5625rem !important;
  border-radius: 1000px !important;
  display: inline-block;
  line-height: 20px;
  background-color: #fefef8;
  color: #000000;
}
.cid-v5r4uPFGPG .link-row {
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v5r4uPFGPG .link-row {
    display: block;
  }
}
@media (max-width: 550px) {
  .cid-v5r4uPFGPG .title-block {
    flex-direction: column;
  }
  .cid-v5r4uPFGPG .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-v5r4uPFGPG .card-wrapper {
    padding: 24px 25px 34px 25px;
  }
}
.cid-v5r4uPFGPG .item.features-image {
  margin-top: 30px;
}
.cid-v5r4uPFGPG .item.features-image:nth-child(1) {
  margin-top: 0px;
}
.cid-v5r4uPFGPG .item.features-image:nth-child(2) {
  margin-top: 0px;
}
@media (max-width: 768px) {
  .cid-v5r4uPFGPG .item.features-image:nth-child(2) {
    margin-top: 30px;
  }
}
@media (max-width: 992px) {
  .cid-v5r4uPFGPG .col-auto .card-button {
    margin-bottom: 16px;
  }
}
.cid-v5r4uPFGPG .col-auto .card-button .btn {
  padding: 0;
  display: inline-flex;
  flex-direction: row-reverse;
  border: none;
}
.cid-v5r4uPFGPG .col-auto .card-button .btn .mbr-iconfont {
  padding-left: 0;
  padding-right: 8px;
}
.cid-v5r4uPFGPG .col-auto .card-button .btn-primary,
.cid-v5r4uPFGPG .col-auto .card-button .btn-secondary,
.cid-v5r4uPFGPG .col-auto .card-button .btn-success,
.cid-v5r4uPFGPG .col-auto .card-button .btn-info,
.cid-v5r4uPFGPG .col-auto .card-button .btn-warning,
.cid-v5r4uPFGPG .col-auto .card-button .btn-danger,
.cid-v5r4uPFGPG .col-auto .card-button .btn-black,
.cid-v5r4uPFGPG .col-auto .card-button .btn-white {
  padding: 14px 18px;
}
.cid-v5r4uPFGPG .mbr-section-subtitle {
  color: #000000;
}
.cid-v5r4uPLAQR {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #151300;
}
.cid-v5r4uPLAQR .item:focus,
.cid-v5r4uPLAQR span:focus {
  outline: none;
}
.cid-v5r4uPLAQR .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-v5r4uPLAQR .item {
  color: #ffffff;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-v5r4uPLAQR .item {
    min-height: 45px;
  }
}
.cid-v5r4uPNaY1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v5r4uPNaY1 .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-v5r4uPNaY1 .title-block {
  justify-content: space-between;
  margin: auto;
  margin-bottom: 58px;
  align-items: center;
  max-width: 571px;
}
.cid-v5r4uPNaY1 .card-title {
  color: #4c4c4c;
  text-align: left;
  margin-bottom: 16px;
}
.cid-v5r4uPNaY1 H3 {
  color: #1d1d1f;
}
.cid-v5r4uPNaY1 .card-subtitle {
  text-align: left;
}
.cid-v5r4uPNaY1 .button-align {
  margin-top: 56px;
  text-align: center;
}
.cid-v5r4uPNaY1 .mbr-section-btn {
  width: auto;
  display: inline-block;
}
.cid-v5r4uPNaY1 .card-title,
.cid-v5r4uPNaY1 .iconfont-wrapper {
  text-align: center;
  color: #14142b;
}
.cid-v5r4uPNaY1 .mbr-section-title {
  text-align: center;
  margin-bottom: 24px;
  color: #000000;
}
.cid-v5r4uPNaY1 .card-text {
  color: #8c8c95;
}
.cid-v5r4uPNaY1 .year-title {
  text-align: center;
  color: #000000;
  margin-bottom: 20px;
  position: relative;
}
.cid-v5r4uPNaY1 .year-subtitle {
  text-align: center;
  color: #000000;
}
.cid-v5r4uPNaY1 .line {
  width: 20px;
  background-color: #000000;
  height: 2px;
  margin-top: -20px;
}
.cid-v5r4uPNaY1 .accent {
  width: 25px;
  min-height: 25px;
  min-width: 25px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  border-radius: 1000px;
}
.cid-v5r4uPNaY1 .accent1 {
  background-color: #f4f1bb;
}
.cid-v5r4uPNaY1 .accent2 {
  background-color: #9bc1bc;
}
.cid-v5r4uPNaY1 .accent3 {
  background-color: #ed6a5a;
}
.cid-v5r4uPNaY1 .accent4 {
  background-color: #f4f1bb;
}
.cid-v5r4uPNaY1 .accent5 {
  background-color: #9bc1bc;
}
.cid-v5r4uPNaY1 .timeline {
  align-items: center;
}
.cid-v5r4uPNaY1 .year-title:before {
  content: "";
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: none;
  margin: 11px 40px 0px 0px;
  border-style: solid;
  border-width: 5px;
  border-color: #fff;
  position: absolute;
  left: -40px;
  top: 15px;
}
.cid-v5r4uPNaY1 .year-title.year1:before {
  background-color: #f4f1bb;
}
.cid-v5r4uPNaY1 .year-title.year2:before {
  background-color: #9bc1bc;
}
.cid-v5r4uPNaY1 .year-title.year3:before {
  background-color: #ed6a5a;
}
.cid-v5r4uPNaY1 .year-title.year4:before {
  background-color: #f4f1bb;
}
.cid-v5r4uPNaY1 .year-title.year5:before {
  background-color: #9bc1bc;
}
.cid-v5r4uPNaY1 .timeline-year-accent {
  width: 25px;
  min-height: 25px;
}
@media (max-width: 1120px) {
  .cid-v5r4uPNaY1 .main {
    display: flex;
    justify-content: space-between;
    max-width: 849px;
  }
  .cid-v5r4uPNaY1 .timeline.row {
    flex-direction: column;
    position: relative;
    max-width: 307px;
  }
  .cid-v5r4uPNaY1 .year {
    flex-direction: row;
  }
  .cid-v5r4uPNaY1 .year-title {
    text-align: left;
    margin-bottom: 4px;
  }
  .cid-v5r4uPNaY1 .year-title:before {
    display: block;
  }
  .cid-v5r4uPNaY1 .accent {
    display: none;
  }
  .cid-v5r4uPNaY1 .row.title-block {
    margin: initial;
    max-width: 407px;
    align-items: flex-start;
  }
  .cid-v5r4uPNaY1 .line {
    display: none;
  }
  .cid-v5r4uPNaY1 .line1 {
    display: block;
    height: 100%;
    width: 2px;
    background-color: #e2e3e9;
    margin-top: -20px;
    margin-left: -15px;
    padding: 0 !important;
    position: absolute;
    left: 0;
  }
  .cid-v5r4uPNaY1 .year-subtitle {
    margin-bottom: 60px;
    text-align: left;
  }
  .cid-v5r4uPNaY1 .row.title-block > .col-12 {
    padding: 0 !important;
  }
}
.cid-v5r4uPNaY1 .no-padd {
  margin-bottom: 0px !important;
}
@media (max-width: 750px) {
  .cid-v5r4uPNaY1 .main {
    flex-direction: column;
  }
  .cid-v5r4uPNaY1 .row.title-block,
  .cid-v5r4uPNaY1 .timeline {
    margin: auto;
  }
  .cid-v5r4uPNaY1 .row.title-block {
    padding-bottom: 40px;
    width: 90%;
  }
  .cid-v5r4uPNaY1 .button-align {
    margin-top: 16px;
  }
}
.cid-v5r4uPNaY1 .btn {
  margin-top: 20px;
}
.cid-v5r4uPNaY1 a.btn > span {
  margin-left: 0.5rem;
}
.cid-v5r4uPZ4vY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v5r4uPZ4vY .right {
  display: flex;
  flex-direction: column;
}
.cid-v5r4uPZ4vY .card-heading {
  padding-bottom: 32px;
  color: #000000;
}
.cid-v5r4uPZ4vY .row {
  justify-content: center;
}
.cid-v5r4uPZ4vY ul {
  padding-inline-start: 50px;
  margin-bottom: 0;
}
.cid-v5r4uPZ4vY li {
  margin-bottom: 16px;
}
.cid-v5r4uPZ4vY li:last-child {
  margin-bottom: 0;
}
.cid-v5r4uPZ4vY a:hover,
.cid-v5r4uPZ4vY a:focus {
  color: #3f69ff !important;
}
.cid-v5r4uPZ4vY .list {
  color: #000000;
}
.cid-v5r4uQ1tG1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v5r4uQ1tG1 .card-title {
  padding-bottom: 18px;
  margin: 0;
  color: #000000;
}
.cid-v5r4uQ1tG1 .align-left {
  max-width: 547px;
}
.cid-v5r4uQ1tG1 .mbr-text,
.cid-v5r4uQ1tG1 .mbr-section-btn {
  color: #000000;
}
.cid-v5r4uQ1tG1 .left-side {
  margin-right: 20px;
}
.cid-v5r4uQ1tG1 .right-side {
  margin-left: 20px;
}
@media (max-width: 768px) {
  .cid-v5r4uQ1tG1 .left-side {
    margin-right: 0px;
  }
  .cid-v5r4uQ1tG1 .right-side {
    padding-top: 20px;
    margin-left: 0px;
  }
}
.cid-v5r4uQ9uvz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v5r4uQ9uvz img {
  width: auto;
  max-height: 60px;
  display: inline-block;
  padding: 0;
}
.cid-v5r4uQ9uvz .title {
  color: #14142b;
  width: auto;
}
.cid-v5r4uQ9uvz .row.justify-content-between {
  align-items: center;
}
.cid-v5r4uQ9uvz .row.margin {
  transition-property: transform, -webkit-transform;
  align-items: center;
  transition: all 300ms ease;
}
.cid-v5r4uQ9uvz .row.margin:hover {
  transform: scale(1.05);
}
.cid-v5r4uQ9uvz .mbr-section-title {
  color: #000000;
  margin-bottom: 24px;
}
.cid-v5r4uQ9uvz .left {
  max-width: 549px;
}
.cid-v5r4uQ9uvz .right {
  max-width: 452px;
  overflow: visible;
}
.cid-v5r4uQ9uvz .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-v5r4uQ9uvz .socicon-bg-youtube {
  background-color: #f4f1bb;
  color: #000000;
}
.cid-v5r4uQ9uvz .socicon-bg-facebook {
  background-color: #9bc1bc;
  color: #000000;
}
.cid-v5r4uQ9uvz .socicon-bg-twitter {
  background-color: #ed6a5a;
  color: #000000;
}
.cid-v5r4uQ9uvz .socicon-bg-pinterest {
  background-color: #f4f1bb;
  color: #000000;
}
.cid-v5r4uQ9uvz .socicon-bg-mail {
  background-color: #9bc1bc;
  color: #000000;
}
.cid-v5r4uQ9uvz .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: #9bc1bc;
  cursor: pointer;
}
.cid-v5r4uQ9uvz .btn-social .mbr-iconfont {
  top: 0;
  line-height: 22px;
  width: 22px;
}
.cid-v5r4uQ9uvz .btn-social + .btn {
  margin-left: 0.1rem;
}
.cid-v5r4uQ9uvz .card-text {
  margin-bottom: 24px;
  color: #000000;
}
.cid-v5r4uQ9uvz .mbr-section-subtitle {
  color: #000000;
}
@media (max-width: 850px) {
  .cid-v5r4uQ9uvz .shadow {
    padding: 40px 31px;
  }
}
@media (max-width: 992px) {
  .cid-v5r4uQ9uvz .left {
    margin-bottom: 40px;
    max-width: initial;
  }
  .cid-v5r4uQ9uvz .mbr-section-title,
  .cid-v5r4uQ9uvz .mbr-section-subtitle {
    text-align: center;
  }
  .cid-v5r4uQ9uvz .shadow {
    margin: auto;
  }
}
@media (max-width: 700px) {
  .cid-v5r4uQ9uvz .btn-social {
    margin-right: 6px !important;
    width: 35px;
    height: 35px;
  }
}
.cid-v5r4uQ9uvz .mbr-iconfont {
  margin-left: 0;
}
.cid-v5r4uQcPXp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v5r4uQcPXp .mbr-section-subtitle {
  color: #000000;
  text-align: center;
  margin: auto;
  padding: 119px 95px;
  background-color: #9bc1bc;
}
.cid-v5r4uQcPXp .row {
  align-items: center;
  height: 100%;
}
.cid-v5r4uQcPXp .wrapper {
  margin: auto;
}
@media (max-width: 770px) {
  .cid-v5r4uQcPXp .mbr-section-subtitle {
    padding: 70px 75px;
  }
}
@media (max-width: 576px) {
  .cid-v5r4uQcPXp .mbr-section-subtitle {
    padding: 45px 35px;
  }
}
.cid-v5r4uQdlBX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v5r4uQdlBX .item:focus,
.cid-v5r4uQdlBX span:focus {
  outline: none;
}
.cid-v5r4uQdlBX .item-wrapper {
  position: relative;
}
.cid-v5r4uQdlBX .slide-content {
  position: relative;
  border-radius: 4px;
  background: transparent;
  height: 100%;
  display: flex;
  overflow: visible;
  flex-flow: column nowrap;
}
.cid-v5r4uQdlBX .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v5r4uQdlBX .mbr-section-title {
  color: #000000;
  text-align: center;
  margin-bottom: 24px;
}
.cid-v5r4uQdlBX .mbr-text,
.cid-v5r4uQdlBX .mbr-section-btn {
  text-align: left;
}
.cid-v5r4uQdlBX .item-title {
  text-align: left;
}
.cid-v5r4uQdlBX .item-subtitle {
  text-align: left;
}
.cid-v5r4uQdlBX .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 40%;
  max-width: 596px;
}
@media (max-width: 768px) {
  .cid-v5r4uQdlBX .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v5r4uQdlBX .embla__button--next,
.cid-v5r4uQdlBX .embla__button--prev {
  display: flex;
}
.cid-v5r4uQdlBX .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: #9bc1bc;
  color: #ed6a5a;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-v5r4uQdlBX .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v5r4uQdlBX .embla__button:hover {
  background: #9bc1bc;
  color: #ed6a5a;
  transform: scale(1.05);
}
.cid-v5r4uQdlBX .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v5r4uQdlBX .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v5r4uQdlBX .embla__button {
    top: auto;
  }
}
.cid-v5r4uQdlBX .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-v5r4uQdlBX .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-v5r4uQdlBX .embla {
  position: relative;
  width: 100%;
}
.cid-v5r4uQdlBX .embla__viewport {
  overflow: visible;
  width: 100%;
}
.cid-v5r4uQdlBX .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v5r4uQdlBX .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v5r4uQdlBX .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v5r4uQdlBX .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-v5r4uQdlBX .title-block {
  justify-content: space-between;
  margin-bottom: 32px;
  align-items: center;
  padding-bottom: 56px;
  max-width: 715px;
  margin: auto;
}
.cid-v5r4uQdlBX .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-v5r4uQdlBX .card-title {
  margin-bottom: 18px;
  color: #000000;
  transition: 0.35s;
}
.cid-v5r4uQdlBX .card-text {
  margin-bottom: 17px;
  color: #000000;
}
.cid-v5r4uQdlBX H3 {
  color: #14142b;
  text-align: center;
}
.cid-v5r4uQdlBX .card-wrapper {
  border-radius: 0 0 30px 30px;
  background-color: #ffffff;
  padding: 34px 25px 54px 31px;
}
.cid-v5r4uQdlBX .date {
  margin-bottom: 24px;
  color: #000000;
}
.cid-v5r4uQdlBX .link-title {
  display: inline-block;
}
.cid-v5r4uQdlBX .margin {
  margin-right: 14px;
}
.cid-v5r4uQdlBX .button-color {
  padding: 1rem 1.5625rem !important;
  border-radius: 1000px !important;
  display: inline-block;
  line-height: 20px;
  background-color: #fefef8;
  color: #000000;
}
.cid-v5r4uQdlBX .link-row {
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v5r4uQdlBX .link-row {
    display: block;
  }
}
@media (max-width: 530px) {
  .cid-v5r4uQdlBX .card-wrapper {
    border-radius: 0 0 30px 30px;
  }
}
@media (max-width: 480px) {
  .cid-v5r4uQdlBX .card-wrapper {
    border-radius: 0 0 30px 30px;
  }
}
.cid-v5r4uQdlBX .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-v5r4uQdlBX .inner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}
.cid-v5r4uQdlBX .shadow:hover {
  transform: translate(0px, -6px);
  box-shadow: 0 10px 20px 0 rgba(8, 15, 52, 0.1) !important;
}
.cid-v5r4uQdlBX .shadow:hover a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption),
.cid-v5r4uQdlBX .shadow:hover .mbr-iconfont,
.cid-v5r4uQdlBX .shadow:hover .number,
.cid-v5r4uQdlBX .shadow:hover .card-title {
  color: #6c918c !important;
}
.cid-v5r4uQdlBX .shadow:hover .inner {
  transform: scale(1.1);
}
@media (max-width: 992px) {
  .cid-v5r4uQdlBX .col-auto .card-button {
    margin-bottom: 16px;
  }
}
.cid-v5r4uQdlBX .col-auto .card-button .btn {
  padding: 0;
  display: flex;
  flex-direction: row-reverse;
  border: none;
}
.cid-v5r4uQdlBX .col-auto .card-button .btn .mbr-iconfont {
  padding-left: 0;
  padding-right: 8px;
}
.cid-v5r4uQdlBX .col-auto .card-button .btn-primary,
.cid-v5r4uQdlBX .col-auto .card-button .btn-secondary,
.cid-v5r4uQdlBX .col-auto .card-button .btn-success,
.cid-v5r4uQdlBX .col-auto .card-button .btn-info,
.cid-v5r4uQdlBX .col-auto .card-button .btn-warning,
.cid-v5r4uQdlBX .col-auto .card-button .btn-danger,
.cid-v5r4uQdlBX .col-auto .card-button .btn-black,
.cid-v5r4uQdlBX .col-auto .card-button .btn-white {
  padding: 14px 18px;
}
.cid-v5r4uQlrBA {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-v5r4uQlrBA .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-v5r4uQlrBA .wrap-img {
  border-bottom: 1px solid #000000;
  transition: all 300ms ease !important;
  overflow: hidden;
  border-radius: 30px 30px 0 0;
  height: 192px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: translate(0px, 0px);
}
.cid-v5r4uQlrBA .shadow:hover {
  transform: translate(0px, -6px);
  box-shadow: 0 10px 20px 0 rgba(8, 15, 52, 0.1) !important;
}
.cid-v5r4uQlrBA .shadow:hover a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption),
.cid-v5r4uQlrBA .shadow:hover .mbr-iconfont,
.cid-v5r4uQlrBA .shadow:hover .number,
.cid-v5r4uQlrBA .shadow:hover .card-title {
  color: #6c918c !important;
}
.cid-v5r4uQlrBA .shadow:hover .inner {
  transform: scale(1.1);
}
.cid-v5r4uQlrBA .inner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}
.cid-v5r4uQlrBA .card-title {
  color: #000000;
  margin-bottom: 6px;
  text-align: center;
  transition: 0.35s;
}
.cid-v5r4uQlrBA .title-block {
  margin-bottom: 56px;
}
.cid-v5r4uQlrBA .card-text {
  color: #000000;
  text-align: center;
}
.cid-v5r4uQlrBA H3 {
  color: #14142b;
  text-align: center;
}
.cid-v5r4uQlrBA .card-wrapper {
  border-radius: 0 0 30px 30px;
  background-color: #ffffff;
  padding: 39px 32px 48px;
}
.cid-v5r4uQlrBA .mbr-iconfont {
  transition: 0.3s;
  margin-right: 5px;
}
.cid-v5r4uQlrBA .link-title {
  display: inline-block;
}
.cid-v5r4uQlrBA .episode {
  color: #ffffff;
}
.cid-v5r4uQlrBA .img-title {
  color: #ffffff;
}
.cid-v5r4uQlrBA .button-align {
  margin-top: 56px;
  text-align: center;
}
.cid-v5r4uQlrBA .mbr-section-btn {
  width: auto;
  display: inline;
}
.cid-v5r4uQlrBA .mbr-section-title {
  color: #000000;
}
@media (max-width: 860px) {
  .cid-v5r4uQlrBA .title-block {
    flex-direction: column;
  }
  .cid-v5r4uQlrBA .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
}
.cid-v5r4uQlrBA .item.features-image {
  margin-top: 35px;
}
.cid-v5r4uQlrBA .item.features-image:nth-child(1) {
  margin-top: 0px;
}
.cid-v5r4uQlrBA .item.features-image:nth-child(2) {
  margin-top: 0px;
}
.cid-v5r4uQlrBA .item.features-image:nth-child(3) {
  margin-top: 0px;
}
@media (max-width: 992px) {
  .cid-v5r4uQlrBA .item.features-image:nth-child(4) {
    margin-top: 35px;
  }
  .cid-v5r4uQlrBA .item.features-image:nth-child(3) {
    margin-top: 35px;
  }
}
@media (max-width: 768px) {
  .cid-v5r4uQlrBA .item.features-image:nth-child(2) {
    margin-top: 35px;
  }
}
.cid-v5r4uQlrBA .mbr-section-subtitle {
  color: #000000;
}
.cid-v5r4uQuCqD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v5r4uQuCqD .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-v5r4uQuCqD .title-block {
  justify-content: space-between;
  margin-bottom: 32px;
  align-items: center;
  padding-bottom: 56px;
  max-width: 715px;
  margin: auto;
}
.cid-v5r4uQuCqD .wrapper {
  padding: 0rem;
}
.cid-v5r4uQuCqD .icon-left {
  margin-right: 0.1rem;
}
.cid-v5r4uQuCqD .icon-right {
  margin-left: 0.1rem;
}
.cid-v5r4uQuCqD .card-wrapper {
  padding: 30px 15px;
  margin: 0 15px;
  width: auto;
  max-width: 100%;
}
.cid-v5r4uQuCqD .card-title {
  font-weight: 700;
  padding: 10px 20px 10px;
  color: #4c4c4c;
  text-align: left;
  text-transform: uppercase;
}
.cid-v5r4uQuCqD .card-subtitle {
  text-align: left;
  color: #000000;
}
.cid-v5r4uQuCqD .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-v5r4uQuCqD .iconfont-wrapper {
  text-align: left;
  margin-bottom: 16px;
}
.cid-v5r4uQuCqD .iconfont-wrapper .mbr-iconfont {
  color: #9bc1bc;
}
.cid-v5r4uQuCqD .card-text {
  margin-bottom: 16px;
  text-align: left;
}
.cid-v5r4uQuCqD .margin {
  margin-right: 14px;
}
.cid-v5r4uQuCqD .button-align {
  margin-top: 56px;
  text-align: center;
}
.cid-v5r4uQuCqD .mbr-section-btn {
  width: auto;
  display: inline;
}
.cid-v5r4uQuCqD .people {
  align-items: center;
}
.cid-v5r4uQuCqD .item-wrapper {
  width: 100%;
}
.cid-v5r4uQuCqD .mbr-section-title {
  text-align: center;
  margin-bottom: 16px;
  color: #000000;
}
.cid-v5r4uQuCqD img {
  border-radius: 10%;
  height: 128px;
  width: 128px;
  margin: 0;
}
.cid-v5r4uQuCqD .mbr-iconfont::before {
  font-size: 25px;
}
.cid-v5r4uQuCqD .card-text,
.cid-v5r4uQuCqD .iconfont-wrapper {
  color: #8c8c95;
}
.cid-v5r4uQuCqD .card-subtitle,
.cid-v5r4uQuCqD .card-subtitle2 {
  display: inline;
}
.cid-v5r4uQuCqD .card-subtitle2 {
  color: #000000;
}
@media (max-width: 576px) {
  .cid-v5r4uQuCqD .col-12.col-sm-6:first-child {
    padding-bottom: 20px;
  }
}
@media (max-width: 860px) {
  .cid-v5r4uQuCqD .row.people {
    flex-direction: column;
    align-items: initial;
  }
  .cid-v5r4uQuCqD img {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .cid-v5r4uQuCqD .shadow {
    padding-top: 40px;
    padding-bottom: 43px;
  }
}
@media (max-width: 479px) {
  .cid-v5r4uQuCqD .shadow {
    padding: 33px 25px 36px;
  }
}
.cid-v5r4uQuCqD .card-text,
.cid-v5r4uQuCqD .iconfont-wrapper,
.cid-v5r4uQuCqD .align {
  color: #000000;
}
.cid-v5r4uQzLz6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v5r4uQzLz6 .mbr-section-subtitle {
  color: #000000;
  text-align: left;
  margin: auto;
  margin-bottom: 24px;
}
.cid-v5r4uQzLz6 .mbr-section-title {
  text-align: left;
  color: #000000;
  margin-bottom: 20px;
  margin-top: 40px;
}
.cid-v5r4uQzLz6 .row {
  align-items: center;
  height: 100%;
}
.cid-v5r4uQzLz6 .wrapper {
  margin: auto;
}
.cid-v5r4uQzLz6 .t1 {
  margin-bottom: 24px;
  color: #000000;
}
@media (max-width: 576px) {
  .cid-v5r4uQzLz6 .t {
    padding-top: 20px;
  }
}
.cid-v5r4uQzLz6 .list {
  list-style-type: none;
  margin-bottom: 12px;
  padding: 0;
  display: inline-flex;
  flex-wrap: wrap;
  color: #000000;
}
.cid-v5r4uQzLz6 .list .item-wrap {
  margin: 0 12px 12px 0;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}
.cid-v5r4uQzLz6 .list .item-wrap:hover,
.cid-v5r4uQzLz6 .list .item-wrap:focus {
  color: #6c918c;
}
.cid-v5r4uQzLz6 a:hover,
.cid-v5r4uQzLz6 a:focus {
  color: #6c918c !important;
}
.cid-v5r4uQzLz6 .list,
.cid-v5r4uQzLz6 .item-wrap {
  color: #000000;
}
.cid-v5r4uQEXIY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v5r4uQEXIY .mbr-section-subtitle {
  color: #000000;
  text-align: center;
  max-width: 552px;
  margin: auto;
}
.cid-v5r4uQEXIY .mbr-section-title {
  text-align: center;
  color: #000000;
  padding-bottom: 24px;
  max-width: 752px;
  margin: auto;
}
.cid-v5r4uQEXIY .row {
  align-items: center;
  height: 100%;
}
.cid-v5r4uQEXIY .wrapper {
  margin: auto;
}
.cid-v5r4uQFGv9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v5r4uQFGv9 .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-v5r4uQFGv9 .bottom,
.cid-v5r4uQFGv9 .card-title {
  color: #ffffff;
}
.cid-v5r4uQFGv9 .card-title {
  margin-bottom: 18px;
  color: #000000;
}
@media (max-width: 1150px) {
  .cid-v5r4uQFGv9 .card-wrapper {
    top: -20px;
  }
}
@media (max-width: 990px) {
  .cid-v5r4uQFGv9 {
    padding-bottom: 0;
  }
  .cid-v5r4uQFGv9 .card-wrapper {
    position: initial;
  }
  .cid-v5r4uQFGv9 .card-box {
    padding: 10%;
  }
}
.cid-v5r4uQFGv9 .bottom {
  color: #8c8c95;
}
.cid-v5r4uQFGv9 .plus1 {
  color: #f4f1bb;
}
.cid-v5r4uQFGv9 .plus2 {
  color: #9bc1bc;
}
.cid-v5r4uQFGv9 .plus3 {
  color: #ed6a5a;
}
.cid-v5r4uQFGv9 .plus4 {
  color: #f4f1bb;
}
.cid-v5r4uQFGv9 .card-title,
.cid-v5r4uQFGv9 .bottom {
  text-align: center;
  color: #000000;
}
.cid-v5r4uQISW8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v5r4uQISW8 .row {
  align-items: center;
  justify-content: space-between;
}
.cid-v5r4uQISW8 .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  color: #000000;
}
.cid-v5r4uQISW8 .mbr-text {
  color: #8c8c95;
  margin-bottom: 32px;
}
.cid-v5r4uQISW8 .mbr-section-btn {
  width: auto;
  display: block;
}
.cid-v5r4uQISW8 ul {
  padding-inline-start: 20px;
  margin-bottom: 28px;
}
.cid-v5r4uQISW8 li::marker {
  color: #9bc1bc;
  width: 10px;
}
.cid-v5r4uQISW8 li {
  margin-bottom: 7px;
  color: #14142b;
}
.cid-v5r4uQISW8 img {
  width: 90%;
}
.cid-v5r4uQISW8 .gray {
  background-color: #fefef8;
  width: 80%;
  height: 430px;
  margin: auto;
  position: relative;
}
.cid-v5r4uQISW8 .b {
  max-width: 598px;
}
.cid-v5r4uQISW8 .first {
  position: absolute;
  top: -10%;
  right: 25%;
}
.cid-v5r4uQISW8 .second {
  position: absolute;
  bottom: -10%;
  left: 25%;
}
@media (max-width: 992px) {
  .cid-v5r4uQISW8 .t {
    padding-top: 90px;
  }
  .cid-v5r4uQISW8 .b {
    max-width: initial;
  }
  .cid-v5r4uQISW8 .gray {
    width: 50%;
  }
}
@media (max-width: 750px) {
  .cid-v5r4uQISW8 .gray {
    height: 330px;
  }
}
@media (max-width: 630px) {
  .cid-v5r4uQISW8 .gray {
    height: 230px;
  }
}
@media (max-width: 450px) {
  .cid-v5r4uQISW8 .gray {
    height: 200px;
    width: 70%;
  }
}
.cid-v5r4uQISW8 .btn {
  margin-top: 20px;
}
.cid-v5r4uQISW8 .t {
  max-width: 542px;
}
.cid-v5r4uQISW8 .mbr-text,
.cid-v5r4uQISW8 .button-align,
.cid-v5r4uQISW8 .list {
  color: #000000;
}
.cid-v5r4uQISW8 .list {
  color: #000000;
}
.cid-v5r4uQUzF1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v5r4uQUzF1 img {
  width: 100%;
  display: inline-block;
  padding: 0;
  max-width: 200px;
}
.cid-v5r4uQUzF1 .mbr-section-subtitle {
  margin-right: 30px;
  color: #000000;
}
.cid-v5r4uQUzF1 .brand {
  display: flex;
  transition: color 300ms ease;
  transition-property: transform, -webkit-transform;
  justify-content: center;
}
.cid-v5r4uQUzF1 .brand:hover {
  transform: translate(0px, -4px);
}
.cid-v5r4uQUzF1 .brand-row {
  justify-content: space-between;
  align-items: center;
}
.cid-v5r4uQUzF1 .row-main {
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 460px) {
  .cid-v5r4uQUzF1 .row-main {
    flex-direction: column;
  }
  .cid-v5r4uQUzF1 .col-auto {
    margin-bottom: 10px;
  }
  .cid-v5r4uQUzF1 .mbr-section-subtitle {
    margin-right: 0;
  }
}
.cid-v5r4uQX8Bt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v5r4uQX8Bt .mbr-section-title {
  margin-bottom: 24px;
  line-height: 1.171em;
  color: #000000;
  display: inline-block;
}
.cid-v5r4uQX8Bt .mbr-text {
  color: #8c8c95;
  margin: 0 auto 26px;
  text-align: center;
  max-width: 739px;
}
.cid-v5r4uQX8Bt .button-align {
  text-align: center;
}
.cid-v5r4uQX8Bt .margin {
  margin-right: 14px;
}
.cid-v5r4uQX8Bt .mbr-section-btn {
  display: block;
}
@media (max-width: 440px) {
  .cid-v5r4uQX8Bt .margin {
    margin-right: 0px;
  }
}
.cid-v5r4uQX8Bt .btn {
  margin-top: 20px;
}
.cid-v5r4uQX8Bt a.btn > span {
  margin-left: 0.5rem;
}
.cid-v5r4uQX8Bt .mbr-text,
.cid-v5r4uQX8Bt .button-align {
  color: #000000;
}
.cid-v5r4uQZyB9 {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #fefef8;
}
.cid-v5r4uQZyB9 .mbr-section-subtitle {
  color: #8c8c95;
  text-align: center;
  max-width: 552px;
  margin: auto;
}
.cid-v5r4uQZyB9 .mbr-section-title {
  text-align: center;
  color: #000000;
  margin: auto;
}
.cid-v5r4uQZyB9 .row {
  align-items: center;
  height: 100%;
}
.cid-v5r4uQZyB9 .wrapper {
  margin: auto;
}
.cid-v5r4uR031Z {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-v5r4uR031Z .display-4 > .mbr-iconfont {
  font-size: 16px;
}
.cid-v5r4uR031Z .shadow {
  border-color: #eff0f6;
  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;
  display: flex;
  flex-direction: row;
  padding: 52px 52px 52px 40px;
  background-color: #ffffff;
}
.cid-v5r4uR031Z .inner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}
.cid-v5r4uR031Z .wrap-img {
  transition: all 300ms ease !important;
  overflow: hidden;
  width: 311px;
  height: 311px;
  border-radius: 30px;
  transform: translate(0px, 0px);
}
.cid-v5r4uR031Z .shadow:hover {
  transform: translate(0px, -6px);
  box-shadow: 0 10px 20px 0 rgba(8, 15, 52, 0.1) !important;
}
.cid-v5r4uR031Z .shadow:hover .card-title {
  color: #6c918c !important;
}
.cid-v5r4uR031Z .shadow:hover .inner {
  transform: scale(1.1);
}
.cid-v5r4uR031Z .card-title {
  margin-bottom: 16px;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
  color: #000000;
}
.cid-v5r4uR031Z .card-text {
  margin-bottom: 42px;
  color: #000000;
}
.cid-v5r4uR031Z H3 {
  color: #14142b;
  text-align: center;
}
.cid-v5r4uR031Z .mbr-iconfont {
  transition: 0.3s;
  margin-left: 0;
}
.cid-v5r4uR031Z .link-title {
  display: inline-block;
}
.cid-v5r4uR031Z .button-color {
  padding: 14px 18px !important;
  border-radius: 1000px !important;
  display: inline-block;
  line-height: 20px;
  background-color: #fefef8;
  margin-bottom: 32px;
  color: #000000;
}
.cid-v5r4uR031Z .position {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
.cid-v5r4uR031Z .link-row,
.cid-v5r4uR031Z .title-block {
  align-items: center;
}
.cid-v5r4uR031Z .link2 {
  display: inline;
}
.cid-v5r4uR031Z .socicon-bg-youtube {
  background-color: #f4f1bb;
  color: #000000;
}
.cid-v5r4uR031Z .socicon-bg-facebook {
  background-color: #9bc1bc;
  color: #000000 !important;
}
.cid-v5r4uR031Z .socicon-bg-twitter {
  background-color: #ed6a5a;
  color: #000000 !important;
}
.cid-v5r4uR031Z .socicon-bg-pinterest {
  background-color: #f4f1bb;
  color: #000000 !important;
}
.cid-v5r4uR031Z .socicon-bg-mail {
  background-color: #9bc1bc;
  color: #000000 !important;
}
.cid-v5r4uR031Z .btn-social {
  font-size: 14px;
  border-radius: 50%;
  width: 30px;
  height: 30px !important;
  line-height: 30px;
  margin: 0 0px 0 10px !important;
  padding: 0;
  text-align: center;
  position: relative;
  border: none !important;
  border-color: #9bc1bc;
  cursor: pointer;
}
.cid-v5r4uR031Z .btn-social .mbr-iconfont {
  top: 0;
  line-height: 22px;
  width: 22px;
}
.cid-v5r4uR031Z .btn-social + .btn {
  margin-left: 0.1rem;
}
.cid-v5r4uR031Z .bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v5r4uR031Z .bottom {
    display: block;
  }
}
.cid-v5r4uR031Z .right {
  margin-left: 8px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-v5r4uR031Z .mbr-social-likes {
  display: flex;
  align-items: center;
}
.cid-v5r4uR031Z .link1 {
  margin-right: 5px;
  color: #8c8c95;
}
.cid-v5r4uR031Z .al {
  align-items: center;
}
@media (max-width: 765px) {
  .cid-v5r4uR031Z .row.al {
    display: flex;
    flex-direction: column;
  }
  .cid-v5r4uR031Z .right {
    margin-left: 0;
  }
  .cid-v5r4uR031Z .wrap-img {
    margin-bottom: 30px;
    height: 640px;
    width: 640px;
  }
}
@media (max-width: 760px) {
  .cid-v5r4uR031Z .wrap-img {
    height: 540px;
    width: 540px;
  }
  .cid-v5r4uR031Z .bottom {
    display: flex;
    flex-direction: column;
  }
  .cid-v5r4uR031Z .mbr-social-likes {
    margin-top: 10px;
  }
}
@media (max-width: 665px) {
  .cid-v5r4uR031Z .wrap-img {
    height: 340px;
    width: 340px;
  }
}
@media (max-width: 460px) {
  .cid-v5r4uR031Z .wrap-img {
    height: 240px;
    width: 240px;
  }
  .cid-v5r4uR031Z .shadow {
    padding: 32px;
  }
  .cid-v5r4uR031Z .mbr-social-likes {
    display: flex;
  }
}
@media (max-width: 390px) {
  .cid-v5r4uR031Z .wrap-img {
    height: 240px;
    width: 240px;
  }
  .cid-v5r4uR031Z .shadow {
    padding: 32px;
  }
}
@media (max-width: 550px) {
  .cid-v5r4uR031Z .shadow {
    padding: 24px 25px 34px 25px;
  }
}
.cid-v5r4uR031Z .card-title,
.cid-v5r4uR031Z span {
  transition: 0.35s;
}
@media (max-width: 992px) {
  .cid-v5r4uR031Z .card-button {
    margin-bottom: 16px;
  }
}
.cid-v5r4uR031Z .card-button .btn {
  padding: 0;
  display: inline-flex;
  flex-direction: row-reverse;
  border: none;
}
.cid-v5r4uR031Z .card-button .btn .mbr-iconfont {
  padding-left: 0;
  padding-right: 8px;
}
.cid-v5r4uR031Z .card-button .btn-primary,
.cid-v5r4uR031Z .card-button .btn-secondary,
.cid-v5r4uR031Z .card-button .btn-success,
.cid-v5r4uR031Z .card-button .btn-info,
.cid-v5r4uR031Z .card-button .btn-warning,
.cid-v5r4uR031Z .card-button .btn-danger,
.cid-v5r4uR031Z .card-button .btn-black,
.cid-v5r4uR031Z .card-button .btn-white {
  padding: 14px 18px;
}
.cid-v5r4uR031Z .item {
  margin-bottom: 32px;
}
.cid-v5r4uR9hro {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-v5r4uR9hro .plan {
  transition: all 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  border: 1px solid #000000;
  overflow: visible;
  word-break: break-word;
  padding: 67px 30px 58px;
}
.cid-v5r4uR9hro .plan .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
}
@media (max-width: 991px) {
  .cid-v5r4uR9hro .align-center {
    margin-top: 2rem;
  }
  .cid-v5r4uR9hro .align-center:first-child {
    margin-top: 0rem;
  }
  .cid-v5r4uR9hro .align-center:nth-child(2) {
    margin-top: 0rem;
  }
}
.cid-v5r4uR9hro .line {
  width: 100%;
  height: 1px;
  background-color: #000000;
  margin-bottom: 41px;
}
.cid-v5r4uR9hro .list {
  text-align: left;
  margin-bottom: 54px;
}
.cid-v5r4uR9hro .list2 {
  text-align: left;
  margin-bottom: 54px;
  color: #14142b;
}
.cid-v5r4uR9hro .category {
  text-align: left;
  margin-bottom: 24px;
  color: #000000;
}
.cid-v5r4uR9hro .link {
  text-align: left;
}
.cid-v5r4uR9hro li {
  margin-bottom: 14px;
  display: flex;
  align-items: center;
}
.cid-v5r4uR9hro li:last-child {
  margin-bottom: 0;
}
.cid-v5r4uR9hro ul {
  padding-inline-start: 0px;
}
.cid-v5r4uR9hro .card1 {
  background-color: #ffffff;
}
.cid-v5r4uR9hro .card2 {
  background-color: #9bc1bc;
}
.cid-v5r4uR9hro .card3 {
  background-color: #ffffff;
}
@media (min-width: 990px) and (max-width: 1160px) {
  .cid-v5r4uR9hro .plan {
    padding: 47px;
  }
}
.cid-v5r4uR9hro a.btn {
  width: 100% !important;
  margin: auto;
}
.cid-v5r4uR9hro .card {
  border: 1px solid #eff0f6;
}
.cid-v5r4uR9hro .text {
  margin-bottom: 34px;
  text-align: left;
  color: #000000;
}
.cid-v5r4uR9hro .text2 {
  margin-bottom: 34px;
  text-align: left;
  color: #000000;
}
.cid-v5r4uR9hro .align {
  margin-bottom: 16px;
}
.cid-v5r4uR9hro .name {
  margin-bottom: 9px;
}
.cid-v5r4uR9hro .name2 {
  margin-bottom: 9px;
}
.cid-v5r4uR9hro .price,
.cid-v5r4uR9hro .month {
  display: inline !important;
}
.cid-v5r4uR9hro .price2,
.cid-v5r4uR9hro .month2 {
  display: inline !important;
}
.cid-v5r4uR9hro .mbr-text {
  display: inline;
  width: 100%;
}
.cid-v5r4uR9hro .month {
  width: auto;
  display: inline;
  color: #8c8c95;
}
.cid-v5r4uR9hro .month2 {
  width: auto;
  display: inline;
  color: #14142b;
}
.cid-v5r4uR9hro .mbr-iconfont {
  padding: 6px;
  background-color: #ed6a5a;
  color: #000000;
  font-size: 0.6rem;
  border-radius: 50%;
  margin-right: 6px;
}
.cid-v5r4uR9hro .name,
.cid-v5r4uR9hro .align {
  text-align: left;
  color: #000000;
}
.cid-v5r4uR9hro .name2,
.cid-v5r4uR9hro .align {
  text-align: left;
  color: #000000;
}
.cid-v5r4uR9hro .price2 {
  text-align: left;
  color: #000000;
}
.cid-v5r4uR9hro .category2 {
  margin-bottom: 24px;
  text-align: left;
  color: #000000;
}
.cid-v5r4uR9hro .mbr-section-title {
  text-align: center;
  margin-bottom: 24px;
  color: #000000;
}
.cid-v5r4uR9hro .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-v5r4uR9hro .title-block {
  justify-content: space-between;
  margin-bottom: 32px;
  align-items: center;
  padding-bottom: 56px;
  max-width: 715px;
  margin: auto;
}
.cid-v5r4uR9hro .card1:hover,
.cid-v5r4uR9hro .card2:hover,
.cid-v5r4uR9hro .card3:hover {
  transform: translate(0px, -6px);
}
@media (max-width: 576px) {
  .cid-v5r4uR9hro .plan {
    padding: 57px 20px 51px;
  }
}
@media (max-width: 768px) {
  .cid-v5r4uR9hro .align-center:nth-child(2) {
    margin-top: 2rem;
  }
}
.cid-v5r4uR9hro a.btn > span {
  margin-left: 0.5rem;
  background-color: transparent;
}
.cid-v5r4uR9hro .price {
  color: #000000;
}
.cid-v5r4uR9hro .list,
.cid-v5r4uR9hro .link {
  color: #000000;
}
.cid-v5r4uR9hro .list2,
.cid-v5r4uR9hro .link {
  color: #000000;
}
.cid-v5r4uRpt9C {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v5r4uRpt9C .mbr-section-title {
  width: 100%;
  text-align: center;
  margin-bottom: 16px;
  line-height: 1.171em;
  color: #000000;
}
.cid-v5r4uRpt9C .mbr-text {
  color: #8c8c95;
  margin-bottom: 20px;
  text-align: center;
}
.cid-v5r4uRpt9C .button-align {
  text-align: center;
}
.cid-v5r4uRpt9C .margin {
  margin-right: 14px;
}
.cid-v5r4uRpt9C .mbr-section-btn {
  display: inline-block;
}
.cid-v5r4uRpt9C .container {
  max-width: 493px;
}
.cid-v5r4uRpt9C .btn {
  margin-top: 20px;
}
.cid-v5r4uRpt9C a.btn > span {
  margin-left: 0.5rem;
}
.cid-v5r4uRpt9C .mbr-text,
.cid-v5r4uRpt9C .button-align {
  color: #000000;
}
.cid-v5r4uRrxBR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v5r4uRrxBR .row {
  align-items: center;
  justify-content: space-between;
}
.cid-v5r4uRrxBR .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  line-height: 1.171em;
}
.cid-v5r4uRrxBR .mbr-section-subtitle {
  color: #4c4c4c;
  width: 100%;
  text-align: left;
}
.cid-v5r4uRrxBR .mbr-text {
  color: #5f5d68;
  margin-bottom: 48px;
}
.cid-v5r4uRrxBR .right-side {
  max-width: 554px;
  margin-right: 60px;
}
.cid-v5r4uRrxBR .mbr-section-btn {
  width: auto;
  display: inline;
}
.cid-v5r4uRrxBR .margin {
  margin-right: 14px;
}
.cid-v5r4uRrxBR .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-v5r4uRrxBR .socicon-bg-youtube {
  background-color: #f4f1bb;
  color: #000000;
}
.cid-v5r4uRrxBR .socicon-bg-facebook {
  background-color: #9bc1bc;
  color: #000000;
}
.cid-v5r4uRrxBR .socicon-bg-twitter {
  background-color: #ed6a5a;
  color: #000000;
}
.cid-v5r4uRrxBR .socicon-bg-pinterest {
  background-color: #f4f1bb;
  color: #000000;
}
.cid-v5r4uRrxBR .socicon-bg-mail {
  background-color: #9bc1bc;
  color: #000000;
}
.cid-v5r4uRrxBR .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: #9bc1bc;
  cursor: pointer;
}
.cid-v5r4uRrxBR .btn-social .mbr-iconfont {
  top: 0;
  line-height: 22px;
  width: 22px;
}
.cid-v5r4uRrxBR .btn-social + .btn {
  margin-left: 0.1rem;
}
.cid-v5r4uRrxBR img {
  max-width: 238px;
  height: auto;
  border-radius: 50%;
}
.cid-v5r4uRrxBR .mbr-social-likes {
  max-width: 454px;
}
.cid-v5r4uRrxBR .card-title {
  margin-bottom: 8px;
  color: #000000;
}
.cid-v5r4uRrxBR .card-subtitle {
  margin-bottom: 22px;
  color: #000000;
}
.cid-v5r4uRrxBR .card-text {
  margin-bottom: 22px;
  color: #8c8c95;
}
.cid-v5r4uRrxBR .card-title,
.cid-v5r4uRrxBR .card-subtitle,
.cid-v5r4uRrxBR .card-text {
  width: auto;
}
@media (max-width: 770px) {
  .cid-v5r4uRrxBR .shadow {
    padding: 59px 56px;
  }
}
@media (max-width: 640px) {
  .cid-v5r4uRrxBR .al {
    flex-direction: column;
  }
  .cid-v5r4uRrxBR .shadow {
    padding: 39px 36px;
  }
  .cid-v5r4uRrxBR img {
    padding-bottom: 20px;
  }
  .cid-v5r4uRrxBR .card-title,
  .cid-v5r4uRrxBR .card-subtitle,
  .cid-v5r4uRrxBR .card-text,
  .cid-v5r4uRrxBR .mbr-social-likes {
    text-align: center;
  }
}
@media (max-width: 600px) {
  .cid-v5r4uRrxBR .shadow {
    padding: 35px 15px;
  }
}
.cid-v5r4uRrxBR .mbr-iconfont {
  margin-left: 0;
}
.cid-v5r4uRrxBR .card-text,
.cid-v5r4uRrxBR .mbr-social-likes {
  color: #000000;
}
.cid-v5r4uRxYBM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v5r4uRxYBM .mbr-section-subtitle {
  color: #000000;
  text-align: center;
  max-width: 552px;
  margin: auto;
}
.cid-v5r4uRxYBM .mbr-section-title {
  text-align: center;
  color: #000000;
  padding-bottom: 24px;
}
.cid-v5r4uRxYBM .row {
  align-items: center;
  height: 100%;
}
.cid-v5r4uRxYBM .wrapper {
  margin: auto;
}
.cid-v5r4uRxYBM .subtitle {
  display: inline;
  width: auto;
  color: #000000;
}
.cid-v5r4uRxYBM .mbr-section-btn {
  display: inline;
  width: auto;
  margin-right: 25px;
}
.cid-v5r4uRxYBM .title-block {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 24px;
}
.cid-v5r4uRxYBM a.btn {
  padding: 16px 25px !important;
}
@media (max-width: 340px) {
  .cid-v5r4uRxYBM .title-block {
    display: flex;
    flex-direction: column;
  }
  .cid-v5r4uRxYBM .mbr-section-btn {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.cid-v5r4uRzWky {
  background-image: url("../../../assets/images/photo-1765121691523-d2ec43b0499a.jpeg");
}
.cid-v5r4uRzWky .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5r4uRzWky .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5r4uRBQGt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v5r4uRBQGt .card-subtitle {
  text-align: left;
  margin-left: -15px;
  color: #000000;
}
.cid-v5r4uRBQGt .shadow {
  border-radius: 34px;
  box-shadow: 0 5px 12px 0 rgba(20, 20, 43, 0.05) !important;
  overflow: visible;
  padding: 48px 42px 38px;
  background-color: #ffffff;
  height: 100%;
}
.cid-v5r4uRBQGt .iconfont-wrapper {
  text-align: left;
  margin-bottom: 16px;
}
.cid-v5r4uRBQGt .iconfont-wrapper .mbr-iconfont {
  color: #9bc1bc;
}
.cid-v5r4uRBQGt .card-text {
  margin-bottom: 16px;
  text-align: left;
  color: #8c8c95;
}
.cid-v5r4uRBQGt .button-align {
  margin-top: 36px;
  text-align: center;
}
.cid-v5r4uRBQGt .mbr-section-btn {
  width: auto;
  display: inline-block;
}
.cid-v5r4uRBQGt img {
  border-radius: 10%;
  height: 65px;
  width: auto;
  margin: 0;
}
.cid-v5r4uRBQGt .mbr-iconfont::before {
  font-size: 25px;
}
.cid-v5r4uRBQGt .card-title {
  margin-bottom: 4px;
  padding: 0;
  margin-left: -15px;
  color: #000000;
}
.cid-v5r4uRBQGt .col-12.col-md-6.col-lg-4 {
  margin-top: 30px;
}
.cid-v5r4uRBQGt .col-12.col-md-6.col-lg-4:nth-child(1) {
  margin-top: 0px;
}
.cid-v5r4uRBQGt .col-12.col-md-6.col-lg-4:nth-child(2) {
  margin-top: 0px;
}
.cid-v5r4uRBQGt .col-12.col-md-6.col-lg-4:nth-child(3) {
  margin-top: 0px;
}
@media (max-width: 992px) {
  .cid-v5r4uRBQGt .col-12.col-md-6.col-lg-4:nth-child(3) {
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  .cid-v5r4uRBQGt .col-12.col-md-6.col-lg-4:nth-child(2) {
    margin-top: 30px;
  }
}
.cid-v5r4uRBQGt .align {
  display: flex;
  align-items: center;
}
.cid-v5r4uRBQGt .mbr-section-title {
  margin-bottom: 56px;
  color: #000000;
}
.cid-v5r4uRBQGt .btn {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-v5r4uRBQGt .shadow {
    padding: 40px 40px 32px;
  }
}
@media (max-width: 479px) {
  .cid-v5r4uRBQGt .shadow {
    padding: 33px 25px 28px;
  }
}
.cid-v5r4uRBQGt .card-text,
.cid-v5r4uRBQGt .iconfont-wrapper {
  color: #000000;
}
.cid-v5r4uRKzuz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v5r4uRKzuz .item:focus,
.cid-v5r4uRKzuz span:focus {
  outline: none;
}
.cid-v5r4uRKzuz .item-wrapper {
  position: relative;
}
.cid-v5r4uRKzuz .slide-content {
  position: relative;
  border-radius: 4px;
  background: transparent;
  height: 100%;
  display: flex;
  overflow: visible;
  flex-flow: column nowrap;
}
.cid-v5r4uRKzuz .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 40%;
  max-width: 596px;
}
@media (max-width: 768px) {
  .cid-v5r4uRKzuz .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
@media (max-width: 900px) {
  .cid-v5r4uRKzuz .embla__slide {
    min-width: 60%;
  }
}
@media (max-width: 630px) {
  .cid-v5r4uRKzuz .embla__slide {
    min-width: 375px;
  }
}
.cid-v5r4uRKzuz .embla__button--next,
.cid-v5r4uRKzuz .embla__button--prev {
  display: flex;
}
.cid-v5r4uRKzuz .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: #9bc1bc;
  color: #ed6a5a;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-v5r4uRKzuz .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v5r4uRKzuz .embla__button:hover {
  background-color: #9bc1bc;
  color: #ed6a5a;
  transform: scale(1.05);
}
.cid-v5r4uRKzuz .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v5r4uRKzuz .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v5r4uRKzuz .embla__button {
    top: auto;
  }
}
.cid-v5r4uRKzuz .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-v5r4uRKzuz .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-v5r4uRKzuz .embla {
  position: relative;
  width: 100%;
}
.cid-v5r4uRKzuz .embla__viewport {
  overflow: visible;
  width: 100%;
}
.cid-v5r4uRKzuz .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v5r4uRKzuz .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v5r4uRKzuz .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v5r4uRKzuz .shadow {
  padding: 44px 32px 52px;
  border-radius: 34px;
  box-shadow: 0 5px 12px 0 rgba(20, 20, 43, 0.05) !important;
  transition: all 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  overflow: visible;
  height: 100%;
}
.cid-v5r4uRKzuz .wrap-img {
  transition: all 300ms ease !important;
  overflow: hidden;
  border-radius: 30px 30px 0 0;
  height: 385px;
  padding: 20px 20px 35px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: translate(0px, 0px);
}
.cid-v5r4uRKzuz .wrap-img::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: inherit;
  background-size: cover;
  transform-origin: center;
  transition: transform 0.3s ease-in-out;
}
.cid-v5r4uRKzuz .shadow:hover {
  transform: translate(0px, -6px);
  box-shadow: 0 10px 20px 0 rgba(8, 15, 52, 0.1) !important;
}
.cid-v5r4uRKzuz .shadow:hover a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption),
.cid-v5r4uRKzuz .shadow:hover .number,
.cid-v5r4uRKzuz .shadow:hover .card-title {
  color: #35d4f4 !important;
}
.cid-v5r4uRKzuz .shadow:hover .wrap-img {
  padding: 15px 15px 30px;
}
.cid-v5r4uRKzuz .shadow:hover .wrap-img::after {
  transform: scale(1.05);
}
.cid-v5r4uRKzuz .card-wrapper {
  padding: 30px 15px;
  margin: 0 15px;
  width: auto;
  max-width: 100%;
}
.cid-v5r4uRKzuz .card-title {
  font-weight: 700;
  padding: 10px 20px 10px;
  color: #4c4c4c;
  text-align: left;
  text-transform: uppercase;
}
.cid-v5r4uRKzuz H3 {
  color: #1d1d1f;
}
.cid-v5r4uRKzuz .card-subtitle {
  text-align: left;
  color: #000000;
}
.cid-v5r4uRKzuz .iconfont-wrapper {
  text-align: left;
  margin-bottom: 16px;
}
.cid-v5r4uRKzuz .iconfont-wrapper .mbr-iconfont {
  color: #9bc1bc;
}
.cid-v5r4uRKzuz .card-text {
  margin-bottom: 16px;
  text-align: left;
}
.cid-v5r4uRKzuz .mbr-iconfont::before {
  font-size: 25px;
}
.cid-v5r4uRKzuz .button-align {
  margin-top: 36px;
  text-align: center;
}
.cid-v5r4uRKzuz .mbr-section-btn {
  width: auto;
  display: inline-block;
}
.cid-v5r4uRKzuz .people {
  align-items: center;
}
.cid-v5r4uRKzuz img {
  border-radius: 10%;
  height: 128px;
  width: 128px;
  margin: 0;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v5r4uRKzuz .row.title-block {
    flex-direction: column;
  }
  .cid-v5r4uRKzuz .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-v5r4uRKzuz .mbr-section-title {
    text-align: center;
  }
}
.cid-v5r4uRKzuz .card-subtitle,
.cid-v5r4uRKzuz .card-subtitle2 {
  display: inline;
}
@media (max-width: 1040px) {
  .cid-v5r4uRKzuz .people {
    flex-direction: column;
  }
  .cid-v5r4uRKzuz .card-text,
  .cid-v5r4uRKzuz .align,
  .cid-v5r4uRKzuz .iconfont-wrapper {
    text-align: center;
  }
  .cid-v5r4uRKzuz img {
    margin-bottom: 20px !important;
  }
}
.cid-v5r4uRKzuz .title-block {
  justify-content: space-between;
  margin-bottom: 32px;
  align-items: center;
}
@media (max-width: 400px) {
  .cid-v5r4uRKzuz .button-align {
    margin-top: 20px;
  }
}
.cid-v5r4uRKzuz .btn {
  margin-top: 20px;
}
.cid-v5r4uRKzuz a.btn > span {
  margin-left: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v5r4uRKzuz .shadow {
    padding-top: 40px;
    padding-bottom: 43px;
  }
}
@media (max-width: 479px) {
  .cid-v5r4uRKzuz .shadow {
    padding: 33px 25px 36px;
  }
}
.cid-v5r4uRKzuz .mbr-section-subtitle,
.cid-v5r4uRKzuz .button-align {
  color: #000000;
}
.cid-v5r4uRKzuz .mbr-section-title {
  color: #000000;
}
.cid-v5r4uRKzuz .card-text,
.cid-v5r4uRKzuz .iconfont-wrapper,
.cid-v5r4uRKzuz .align {
  color: #000000;
}
.cid-v5r4uRKzuz .card-subtitle2 {
  color: #000000;
}
.cid-v5r4uRVMwQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fefef8;
}
.cid-v5r4uRVMwQ .row {
  align-items: center;
  justify-content: space-between;
}
.cid-v5r4uRVMwQ .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  line-height: 1.171em;
  color: #000000;
}
.cid-v5r4uRVMwQ .mbr-section-subtitle {
  color: #4c4c4c;
  width: 100%;
  text-align: left;
}
.cid-v5r4uRVMwQ .mbr-text {
  color: #5f5d68;
  margin-bottom: 28px;
}
.cid-v5r4uRVMwQ .right-side {
  max-width: 554px;
}
.cid-v5r4uRVMwQ .mbr-section-btn {
  width: auto;
  display: block;
}
.cid-v5r4uRVMwQ .margin {
  margin-right: 14px;
}
.cid-v5r4uRVMwQ .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-v5r4uRVMwQ .socicon-bg-youtube {
  background-color: #f4f1bb;
  color: #000000;
}
.cid-v5r4uRVMwQ .socicon-bg-facebook {
  background-color: #9bc1bc;
  color: #000000;
}
.cid-v5r4uRVMwQ .socicon-bg-twitter {
  background-color: #ed6a5a;
  color: #000000;
}
.cid-v5r4uRVMwQ .socicon-bg-pinterest {
  background-color: #f4f1bb;
  color: #000000;
}
.cid-v5r4uRVMwQ .socicon-bg-mail {
  background-color: #9bc1bc;
  color: #000000;
}
.cid-v5r4uRVMwQ .mbr-iconfont {
  margin-left: 0;
  margin-right: 0;
}
.cid-v5r4uRVMwQ .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-v5r4uRVMwQ .btn-social .mbr-iconfont {
  top: 0;
  line-height: 22px;
  width: 22px;
}
.cid-v5r4uRVMwQ .btn-social + .btn {
  margin-left: 0.1rem;
}
.cid-v5r4uRVMwQ img {
  width: 186px;
  height: 186px;
  border-radius: 50%;
  margin-bottom: 17px;
}
.cid-v5r4uRVMwQ .mbr-social-likes {
  max-width: 454px;
}
.cid-v5r4uRVMwQ .card-title {
  margin-bottom: 4px;
  color: #000000;
}
.cid-v5r4uRVMwQ .card-subtitle {
  margin-bottom: 21px;
  color: #000000;
}
.cid-v5r4uRVMwQ .card-text {
  margin-bottom: 40px;
  color: #8c8c95;
}
@media (max-width: 768px) {
  .cid-v5r4uRVMwQ .shadow {
    margin-top: 30px;
  }
}
@media (max-width: 1010px) {
  .cid-v5r4uRVMwQ .margin {
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .cid-v5r4uRVMwQ .button-align {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 992px) {
  .cid-v5r4uRVMwQ .shadow {
    margin: auto;
  }
  .cid-v5r4uRVMwQ .right-side {
    max-width: initial;
    margin-bottom: 50px;
  }
}
.cid-v5r4uRVMwQ .btn {
  margin-top: 20px;
}
.cid-v5r4uRVMwQ a.btn > span {
  margin-left: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v5r4uRVMwQ .card.home-about-host {
    padding: 52px 40px 54px;
  }
}
@media (max-width: 479px) {
  .cid-v5r4uRVMwQ .card.home-about-host {
    padding: 43px 25px 45px;
  }
}
.cid-v5r4uRVMwQ .mbr-text,
.cid-v5r4uRVMwQ .button-align {
  color: #000000;
}
.cid-v5r4uRVMwQ .card-text,
.cid-v5r4uRVMwQ .mbr-social-likes {
  color: #000000;
}
.cid-v5r4uS0Okn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #fefef8;
}
.cid-v5r4uS0Okn .item:focus,
.cid-v5r4uS0Okn span:focus {
  outline: none;
}
.cid-v5r4uS0Okn .item-wrapper {
  position: relative;
}
.cid-v5r4uS0Okn .slide-content {
  position: relative;
  border-radius: 4px;
  background: transparent;
  height: 100%;
  display: flex;
  overflow: visible;
  flex-flow: column nowrap;
}
.cid-v5r4uS0Okn .mbr-section-btn {
  margin-top: auto !important;
  margin-left: 0;
  margin-right: 0;
  width: auto;
  display: inline-block;
}
.cid-v5r4uS0Okn .mbr-section-title {
  color: #14142b;
  text-align: center;
  margin-bottom: 24px;
}
.cid-v5r4uS0Okn .mbr-text,
.cid-v5r4uS0Okn .mbr-section-btn {
  text-align: left;
}
.cid-v5r4uS0Okn .item-title {
  text-align: left;
}
.cid-v5r4uS0Okn .item-subtitle {
  text-align: left;
}
.cid-v5r4uS0Okn .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 33%;
  max-width: 596px;
}
@media (max-width: 768px) {
  .cid-v5r4uS0Okn .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
@media (max-width: 900px) {
  .cid-v5r4uS0Okn .embla__slide {
    min-width: 60%;
  }
}
@media (max-width: 630px) {
  .cid-v5r4uS0Okn .embla__slide {
    min-width: 375px;
  }
}
.cid-v5r4uS0Okn .embla__button--next,
.cid-v5r4uS0Okn .embla__button--prev {
  display: flex;
}
.cid-v5r4uS0Okn .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: #9bc1bc;
  color: #ed6a5a;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-v5r4uS0Okn .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v5r4uS0Okn .embla__button:hover {
  background-color: #9bc1bc;
  color: #ed6a5a;
  transform: scale(1.05);
}
.cid-v5r4uS0Okn .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v5r4uS0Okn .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v5r4uS0Okn .embla__button {
    top: auto;
  }
}
.cid-v5r4uS0Okn .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-v5r4uS0Okn .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-v5r4uS0Okn .embla {
  position: relative;
  width: 100%;
}
.cid-v5r4uS0Okn .embla__viewport {
  overflow: visible;
  width: 100%;
}
.cid-v5r4uS0Okn .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v5r4uS0Okn .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v5r4uS0Okn .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v5r4uS0Okn .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-v5r4uS0Okn .title-block {
  justify-content: space-between;
  margin-bottom: 32px;
  align-items: center;
  padding-bottom: 56px;
  max-width: 715px;
  margin: auto;
}
.cid-v5r4uS0Okn .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-v5r4uS0Okn .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-v5r4uS0Okn img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 100%;
}
.cid-v5r4uS0Okn .shadow:hover {
  transform: translate(0px, -6px);
  box-shadow: 0 10px 20px 0 rgba(8, 15, 52, 0.1) !important;
}
.cid-v5r4uS0Okn .shadow:hover a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption),
.cid-v5r4uS0Okn .shadow:hover .number,
.cid-v5r4uS0Okn .shadow:hover .card-title {
  color: #6c918c !important;
}
.cid-v5r4uS0Okn .shadow:hover .iconfont-wrapper > .mbr-iconfont > span {
  color: #000000 !important;
}
.cid-v5r4uS0Okn .card-title {
  margin-bottom: 16px;
  color: #4c4c4c;
  transition: 0.35s;
  text-align: left;
}
.cid-v5r4uS0Okn .card-text {
  color: #000000;
  text-align: center;
}
.cid-v5r4uS0Okn H3 {
  color: #1d1d1f;
  text-align: center;
}
.cid-v5r4uS0Okn .card-wrapper {
  border-radius: 0 0 30px 30px;
  background-color: #ffffff;
  padding: 34px 25px 54px 31px;
}
.cid-v5r4uS0Okn .date {
  margin-bottom: 24px;
  color: #8c8c95;
}
.cid-v5r4uS0Okn .link-title {
  display: inline-block;
}
.cid-v5r4uS0Okn .margin {
  margin-right: 14px;
}
.cid-v5r4uS0Okn .article {
  display: contents;
}
.cid-v5r4uS0Okn .button-color {
  padding: 1rem 1.5625rem !important;
  border-radius: 1000px !important;
  display: inline-block;
  line-height: 20px;
  background-color: #eff0f6;
}
.cid-v5r4uS0Okn .link-row {
  align-items: center;
}
@media (max-width: 530px) {
  .cid-v5r4uS0Okn .card-wrapper {
    border-radius: 0 0 30px 30px;
  }
}
@media (max-width: 480px) {
  .cid-v5r4uS0Okn .card-wrapper {
    border-radius: 0 0 30px 30px;
  }
}
.cid-v5r4uS0Okn .iconfont-wrapper {
  text-align: left;
  margin-bottom: 32px;
}
.cid-v5r4uS0Okn .iconfont-wrapper .mbr-iconfont::before {
  font-size: 50px;
  padding: 25px;
  border-radius: 50%;
}
.cid-v5r4uS0Okn .button-align {
  margin-top: 36px;
  text-align: center;
}
.cid-v5r4uS0Okn .btn {
  margin-top: 20px;
}
.cid-v5r4uS0Okn .card-title,
.cid-v5r4uS0Okn .iconfont-wrapper {
  text-align: center;
  color: #000000;
}
.cid-v5r4uS0Okn a.btn > span {
  margin-left: 0.5rem;
}
.cid-v5r4uS0Okn .mbr-section-title,
.cid-v5r4uS0Okn .button-align {
  color: #000000;
}
.cid-v5r4uS9yw8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5r4uS9yw8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-v5r4uSaiea {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fefef8;
}
.cid-v5r4uSaiea .row {
  justify-content: center;
}
.cid-v5r4uSbZ38 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-v5r4uSbZ38 .mbr-section-title {
  margin-bottom: 56px;
}
.cid-v5r4uSbZ38 .display-4 > .mbr-iconfont {
  font-size: 16px;
}
.cid-v5r4uSbZ38 .shadow {
  transition: all 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  overflow: visible;
  box-shadow: none !important;
}
.cid-v5r4uSbZ38 .wrap-img {
  transition: all 300ms ease !important;
  overflow: hidden;
  height: 385px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: translate(0px, 0px);
}
.cid-v5r4uSbZ38 .inner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}
.cid-v5r4uSbZ38 .shadow:hover {
  transform: translate(0px, -6px);
}
.cid-v5r4uSbZ38 .shadow:hover a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption),
.cid-v5r4uSbZ38 .shadow:hover .mbr-iconfont,
.cid-v5r4uSbZ38 .shadow:hover .inner {
  transform: scale(1.1);
}
.cid-v5r4uSbZ38 .card-price {
  margin-bottom: 10px;
  color: #000000;
}
.cid-v5r4uSbZ38 .card-title {
  margin-bottom: 10px;
  color: #000000;
}
.cid-v5r4uSbZ38 .card-title span,
.cid-v5r4uSbZ38 .card-title .number {
  transition: 0.35s;
}
.cid-v5r4uSbZ38 .card-text {
  margin-bottom: 32px;
  color: #000000;
}
@media (min-width: 575px) and (max-width: 990px) {
  .cid-v5r4uSbZ38 .card-wrapper {
    padding: 60px 30px 40px;
  }
}
@media (max-width: 574px) {
  .cid-v5r4uSbZ38 .card-wrapper {
    padding: 60px 30px 40px;
  }
}
.cid-v5r4uSbZ38 H3 {
  color: #14142b;
  text-align: center;
}
.cid-v5r4uSbZ38 img {
  width: auto;
  height: 70px;
}
.cid-v5r4uSbZ38 .card-wrapper {
  background-color: #9bc1bc;
  padding: 37px 32px 43px;
}
.cid-v5r4uSbZ38 .mbr-iconfont {
  transition: 0.3s;
  margin-right: 5px;
}
.cid-v5r4uSbZ38 .link-title {
  display: inline-block;
}
.cid-v5r4uSbZ38 .episode {
  color: #ffffff;
}
.cid-v5r4uSbZ38 .img-title {
  color: #ffffff;
}
.cid-v5r4uSbZ38 .margin {
  margin-right: 14px;
}
.cid-v5r4uSbZ38 .button-align {
  margin-top: 56px;
  text-align: center;
}
.cid-v5r4uSbZ38 .mbr-section-btn {
  width: auto;
  display: block;
}
.cid-v5r4uSbZ38 .mbr-section-btn .btn {
  display: flex;
}
@media (max-width: 500px) {
  .cid-v5r4uSbZ38 .margin {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
@media (max-width: 550px) {
  .cid-v5r4uSbZ38 .card-wrapper {
    padding: 24px 25px 34px 25px;
  }
}
.cid-v5r4uSbZ38 span,
.cid-v5r4uSbZ38 .number {
  transition: 0.35s;
}
.cid-v5r4uSbZ38 .item.features-image {
  margin-top: 30px;
}
.cid-v5r4uSbZ38 .item.features-image:nth-child(1) {
  margin-top: 0px;
}
.cid-v5r4uSbZ38 .item.features-image:nth-child(2) {
  margin-top: 0px;
}
.cid-v5r4uSbZ38 .item.features-image:nth-child(3) {
  margin-top: 0px;
}
@media (max-width: 992px) {
  .cid-v5r4uSbZ38 .item.features-image:nth-child(3) {
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  .cid-v5r4uSbZ38 .item.features-image:nth-child(2) {
    margin-top: 30px;
  }
}
.cid-v5r4uSbZ38 .mbr-section-title,
.cid-v5r4uSbZ38 .button-align {
  color: #000000;
}
.cid-v5r4uSfo7p {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v5r4uSfo7p .card-heading {
  padding-top: 32px;
  padding-bottom: 16px;
  color: #000000;
}
.cid-v5r4uSfo7p .p1 {
  padding-bottom: 24px;
  color: #272727;
}
.cid-v5r4uSfo7p .p {
  color: #000000;
}
.cid-v5r4uSfo7p .p:last-child {
  padding-bottom: 0;
}
.cid-v5r4uSfo7p .row {
  justify-content: center;
}
.cid-v5r4uSfo7p .heading {
  padding-bottom: 24px;
  color: #000000;
}
.cid-v5r4uSgerD {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fefef8;
}
.cid-v5r4uSgerD .item:focus,
.cid-v5r4uSgerD span:focus {
  outline: none;
}
.cid-v5r4uSgerD .item {
  cursor: pointer;
}
.cid-v5r4uSgerD .grid-container {
  grid-row-gap: 2rem;
}
@media (max-width: 767px) {
  .cid-v5r4uSgerD .grid-container {
    grid-row-gap: 1rem;
  }
}
.cid-v5r4uSgerD .grid-container-1,
.cid-v5r4uSgerD .grid-container-2,
.cid-v5r4uSgerD .grid-container-3 {
  gap: 0 2rem;
}
@media (max-width: 767px) {
  .cid-v5r4uSgerD .grid-container-1,
  .cid-v5r4uSgerD .grid-container-2,
  .cid-v5r4uSgerD .grid-container-3 {
    gap: 0 1rem;
  }
}
.cid-v5r4uSgerD .mbr-section-title {
  margin-bottom: 0;
  color: #14142b;
  text-align: center;
}
.cid-v5r4uSgerD .content-head {
  max-width: 800px;
}
.cid-v5r4uSgerD .container,
.cid-v5r4uSgerD .container-fluid {
  overflow: hidden;
}
.cid-v5r4uSgerD .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-v5r4uSgerD .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 56px 0;
}
.cid-v5r4uSgerD .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-v5r4uSgerD .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-v5r4uSgerD .grid-item img {
    min-width: 35vw;
    height: 150px;
  }
}
.cid-v5r4uSgerD .grid-container-1,
.cid-v5r4uSgerD .grid-container-2,
.cid-v5r4uSgerD .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-v5r4uSgerD .grid-container-1 {
  align-items: flex-end;
}
.cid-v5r4uSgerD .grid-container-2 {
  align-items: flex-start;
}
.cid-v5r4uSkFw0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v5r4uSkFw0 img {
  border-radius: 0px;
}
.cid-v5r4uSkFw0 .row {
  justify-content: center;
}
.cid-v5r4uSkFw0 .mbr-section-title {
  margin-top: 24px;
  text-align: center;
  color: #000000;
}
.cid-v5r4uSlRXR {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #fefef8;
}
.cid-v5r4uSlRXR .display-4 > .mbr-iconfont {
  font-size: 16px;
}
.cid-v5r4uSlRXR .mbr-section-title {
  margin-bottom: 56px;
}
.cid-v5r4uSlRXR .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-v5r4uSlRXR .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-v5r4uSlRXR .inner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}
.cid-v5r4uSlRXR .shadow:hover {
  transform: translate(0px, -6px);
  box-shadow: 0 10px 20px 0 rgba(8, 15, 52, 0.1) !important;
}
.cid-v5r4uSlRXR .shadow:hover a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption),
.cid-v5r4uSlRXR .shadow:hover .mbr-iconfont,
.cid-v5r4uSlRXR .shadow:hover .number,
.cid-v5r4uSlRXR .shadow:hover .card-title {
  color: #b53930 !important;
}
.cid-v5r4uSlRXR .shadow:hover .inner {
  transform: scale(1.1);
}
.cid-v5r4uSlRXR .card-title {
  margin-bottom: 10px;
  transition: 0.35s;
  color: #000000;
}
.cid-v5r4uSlRXR span,
.cid-v5r4uSlRXR .number {
  transition: 0.35s;
}
.cid-v5r4uSlRXR .card-text {
  margin-bottom: 32px;
  color: #000000;
}
@media (max-width: 990px) {
  .cid-v5r4uSlRXR .card-wrapper {
    padding: 60px 30px 40px;
  }
}
@media (max-width: 574px) {
  .cid-v5r4uSlRXR .card-wrapper {
    padding: 60px 30px 40px;
  }
}
.cid-v5r4uSlRXR H3 {
  color: #14142b;
  text-align: center;
}
.cid-v5r4uSlRXR .card-wrapper {
  border-radius: 0 0 30px 30px;
  background-color: #ffffff;
  padding: 37px 32px 43px;
  transform: translate(0px, 0px);
}
.cid-v5r4uSlRXR .mbr-iconfont {
  transition: 0.3s;
  margin-right: 5px;
}
.cid-v5r4uSlRXR .link-title {
  display: inline-block;
  color: #000000;
}
.cid-v5r4uSlRXR .episode {
  color: #ffffff;
}
.cid-v5r4uSlRXR .img-title {
  color: #ffffff;
}
.cid-v5r4uSlRXR .margin {
  margin-right: 14px;
}
.cid-v5r4uSlRXR .button-align {
  margin-top: 56px;
  text-align: center;
}
.cid-v5r4uSlRXR .mbr-section-btn {
  width: auto;
  display: block;
}
.cid-v5r4uSlRXR .title-block {
  margin-bottom: 32px;
  align-items: center;
}
.cid-v5r4uSlRXR a.btn {
  display: inline-flex;
}
@media (max-width: 550px) {
  .cid-v5r4uSlRXR .title-block {
    flex-direction: column;
  }
  .cid-v5r4uSlRXR .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-v5r4uSlRXR .card-wrapper {
    padding: 24px 25px 34px 25px;
  }
}
.cid-v5r4uSlRXR .item.features-image {
  margin-top: 30px;
}
.cid-v5r4uSlRXR .item.features-image:nth-child(1) {
  margin-top: 0px;
}
.cid-v5r4uSlRXR .item.features-image:nth-child(2) {
  margin-top: 0px;
}
.cid-v5r4uSlRXR .item.features-image:nth-child(3) {
  margin-top: 0px;
}
@media (max-width: 768px) {
  .cid-v5r4uSlRXR .item.features-image:nth-child(2) {
    margin-top: 30px;
  }
}
@media (max-width: 992px) {
  .cid-v5r4uSlRXR .item.features-image:nth-child(3) {
    margin-top: 30px;
  }
}
.cid-v5r4uSlRXR .link-row {
  align-items: center;
}
.cid-v5r4uSlRXR .col-auto .card-button .btn {
  padding: 0;
  display: flex;
  flex-direction: row-reverse;
  border: none;
}
.cid-v5r4uSlRXR .col-auto .card-button .btn .mbr-iconfont {
  padding-left: 0;
  padding-right: 8px;
}
.cid-v5r4uSlRXR .col-auto .card-button .btn-primary,
.cid-v5r4uSlRXR .col-auto .card-button .btn-secondary,
.cid-v5r4uSlRXR .col-auto .card-button .btn-success,
.cid-v5r4uSlRXR .col-auto .card-button .btn-info,
.cid-v5r4uSlRXR .col-auto .card-button .btn-warning,
.cid-v5r4uSlRXR .col-auto .card-button .btn-danger,
.cid-v5r4uSlRXR .col-auto .card-button .btn-black,
.cid-v5r4uSlRXR .col-auto .card-button .btn-white {
  padding: 14px 18px;
}
.cid-v5r4uSlRXR .mbr-section-subtitle {
  color: #000000;
}
.cid-v5r4uSlRXR .number {
  color: #000000;
}
.cid-v5r4uSqe1f {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v5r4uSqe1f .card-heading {
  color: #000000;
  margin-bottom: 24px;
}
.cid-v5r4uSqe1f .row {
  justify-content: center;
}
.cid-v5r4uSqe1f .mbr-iconfont {
  font-size: 23px;
  margin-right: 17px;
  color: #9bc1bc;
}
.cid-v5r4uSqe1f .mbr-text {
  display: inline;
  width: 100%;
}
.cid-v5r4uSqe1f .mbr-text:last-child {
  margin-bottom: 0px;
}
.cid-v5r4uSqe1f .text {
  margin-bottom: 40px;
  color: #8c8c95;
}
.cid-v5r4uSqe1f .line {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.cid-v5r4uSqe1f .text,
.cid-v5r4uSqe1f .article {
  color: #000000;
}
.cid-v5r4uSqe1f .p {
  color: #000000;
}
.cid-v5r4uSr5ti {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v5r4uSr5ti .mbr-section-title {
  margin-bottom: 24px;
  color: #000000;
  text-align: center;
}
.cid-v5r4uSr5ti .link-title {
  width: 100%;
  display: inline-block;
}
.cid-v5r4uSr5ti .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-v5r4uSr5ti .item-wrapper {
  position: relative;
}
.cid-v5r4uSr5ti .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-v5r4uSr5ti .col-12.col-sm-6.col-lg-3:hover a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption),
.cid-v5r4uSr5ti .col-12.col-sm-6.col-lg-3:hover .mbr-iconfont,
.cid-v5r4uSr5ti .col-12.col-sm-6.col-lg-3:hover .number,
.cid-v5r4uSr5ti .col-12.col-sm-6.col-lg-3:hover .card-title {
  color: #6c918c !important;
}
.cid-v5r4uSr5ti .col-12.col-sm-6.col-lg-3:hover .inner {
  transform: scale(1.1);
}
.cid-v5r4uSr5ti .card-title {
  transition: 0.35s;
  margin-bottom: 12px;
  color: #000000;
}
.cid-v5r4uSr5ti .inner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
  border-radius: 30px;
}
.cid-v5r4uSr5ti .card-text {
  margin-bottom: 33px;
  color: #8c8c95;
}
@media (min-width: 970px) and (max-width: 1100px) {
  .cid-v5r4uSr5ti .card-wrapper {
    margin: 10px;
  }
}
@media (min-width: 575px) and (max-width: 990px) {
  .cid-v5r4uSr5ti .col-12:nth-child(3) {
    padding-top: 50px;
  }
  .cid-v5r4uSr5ti .col-12:nth-child(4) {
    padding-top: 50px;
  }
  .cid-v5r4uSr5ti .card-wrapper {
    margin: 20px;
    padding: 60px 30px 40px;
  }
}
@media (max-width: 574px) {
  .cid-v5r4uSr5ti .col-12 {
    padding-top: 50px;
  }
  .cid-v5r4uSr5ti .col-12:first-child {
    padding-top: 0px;
  }
  .cid-v5r4uSr5ti .wrap-img {
    margin-bottom: 30px;
  }
  .cid-v5r4uSr5ti .card-wrapper {
    margin: 10px;
    padding: 60px 30px 40px;
  }
}
.cid-v5r4uSr5ti .card-wrapper {
  border-radius: 0 0 30px 30px;
  background-color: #ffffff;
  padding: 37px 32px 43px;
}
.cid-v5r4uSr5ti .mbr-iconfont {
  transition: 0.3s;
  margin-right: 5px;
}
.cid-v5r4uSr5ti .episode {
  color: #ffffff;
}
.cid-v5r4uSr5ti .img-title {
  color: #ffffff;
}
.cid-v5r4uSr5ti .margin {
  margin-right: 14px;
}
.cid-v5r4uSr5ti .button-align {
  margin-top: 56px;
  text-align: center;
}
.cid-v5r4uSr5ti .mbr-section-btn {
  width: auto;
  display: inline;
  text-align: left;
}
.cid-v5r4uSr5ti .title-block {
  padding-bottom: 30px;
  max-width: 493px;
  margin: auto;
}
.cid-v5r4uSr5ti .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-v5r4uSr5ti .display-4 > .mbr-iconfont {
  font-size: 16px;
}
.cid-v5r4uSr5ti .card-button .btn {
  padding: 0;
  display: inline-flex;
  flex-direction: row-reverse;
  border: none;
}
.cid-v5r4uSr5ti .card-button .btn .mbr-iconfont {
  padding-left: 0;
  padding-right: 8px;
}
.cid-v5r4uSr5ti .card-button .btn-primary,
.cid-v5r4uSr5ti .card-button .btn-secondary,
.cid-v5r4uSr5ti .card-button .btn-success,
.cid-v5r4uSr5ti .card-button .btn-info,
.cid-v5r4uSr5ti .card-button .btn-warning,
.cid-v5r4uSr5ti .card-button .btn-danger,
.cid-v5r4uSr5ti .card-button .btn-black,
.cid-v5r4uSr5ti .card-button .btn-white {
  padding: 14px 18px;
}
.cid-v5r4uSr5ti .card-text,
.cid-v5r4uSr5ti .link-title {
  color: #000000;
}
.cid-v5r4uSyejy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v5r4uSyejy .card .card-header {
  background-color: #ffffff;
  margin-bottom: 0;
}
.cid-v5r4uSyejy .panel-title {
  display: flex;
  align-items: center;
}
.cid-v5r4uSyejy .mbr-iconfont {
  padding-right: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 3rem !important;
  color: #000000;
}
.cid-v5r4uSyejy .panel-body,
.cid-v5r4uSyejy .card-header {
  padding: 1rem 0;
}
.cid-v5r4uSyejy .panel-body {
  display: flex;
  justify-content: flex-end;
}
.cid-v5r4uSyejy .panel-title-edit {
  color: #000000;
  display: flex;
  align-items: center;
}
.cid-v5r4uSyejy .panel-text {
  max-width: 466px;
  color: #000000;
}
.cid-v5r4uSyejy .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-v5r4uSyejy .section-head {
  margin-bottom: 56px;
}
.cid-v5r4uSyejy .card {
  margin-bottom: 32px;
}
.cid-v5r4uSyejy H3 {
  color: #14142b;
}
@media (max-width: 768px) {
  .cid-v5r4uSyejy .panel-text {
    width: 100%;
    max-width: initial;
  }
}
@media (max-width: 1000px) {
  .cid-v5r4uSyejy .panel-text {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-v5r4uSyejy .mbr-section-title {
  color: #000000;
}
.cid-v5r4uSAsUF {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #fefef8;
}
.cid-v5r4uSAsUF .mbr-section-title {
  margin-bottom: 56px;
}
.cid-v5r4uSAsUF .display-4 > .mbr-iconfont {
  font-size: 16px;
}
.cid-v5r4uSAsUF .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-v5r4uSAsUF .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-v5r4uSAsUF .inner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}
.cid-v5r4uSAsUF .shadow:hover {
  transform: translate(0px, -6px);
  box-shadow: 0 10px 20px 0 rgba(8, 15, 52, 0.1) !important;
}
.cid-v5r4uSAsUF .shadow:hover a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption),
.cid-v5r4uSAsUF .shadow:hover .mbr-iconfont,
.cid-v5r4uSAsUF .shadow:hover .number,
.cid-v5r4uSAsUF .shadow:hover .card-title {
  color: #6c918c !important;
}
.cid-v5r4uSAsUF .shadow:hover .inner {
  transform: scale(1.1);
}
.cid-v5r4uSAsUF .card-title {
  margin-bottom: 10px;
  color: #000000;
}
.cid-v5r4uSAsUF .card-title span,
.cid-v5r4uSAsUF .card-title .number {
  transition: 0.35s;
}
.cid-v5r4uSAsUF .card-text {
  margin-bottom: 32px;
  color: #000000;
}
@media (min-width: 575px) and (max-width: 990px) {
  .cid-v5r4uSAsUF .card-wrapper {
    padding: 60px 30px 40px;
  }
}
@media (max-width: 574px) {
  .cid-v5r4uSAsUF .card-wrapper {
    padding: 60px 30px 40px;
  }
}
.cid-v5r4uSAsUF H3 {
  color: #14142b;
  text-align: center;
}
.cid-v5r4uSAsUF img {
  width: auto;
  height: 70px;
}
.cid-v5r4uSAsUF .card-wrapper {
  border-radius: 0 0 30px 30px;
  background-color: #ffffff;
  padding: 37px 32px 43px;
}
.cid-v5r4uSAsUF .mbr-iconfont {
  transition: 0.3s;
  margin-right: 5px;
}
.cid-v5r4uSAsUF .link-title {
  display: inline-block;
}
.cid-v5r4uSAsUF .episode {
  color: #ffffff;
}
.cid-v5r4uSAsUF .img-title {
  color: #ffffff;
}
.cid-v5r4uSAsUF .margin {
  margin-right: 14px;
}
.cid-v5r4uSAsUF .button-align {
  margin-top: 56px;
  text-align: center;
}
.cid-v5r4uSAsUF .mbr-section-btn {
  width: auto;
  display: inline;
}
@media (max-width: 500px) {
  .cid-v5r4uSAsUF .button-align {
    display: flex;
    flex-direction: column;
  }
  .cid-v5r4uSAsUF .margin {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
@media (max-width: 550px) {
  .cid-v5r4uSAsUF .card-wrapper {
    padding: 24px 25px 34px 25px;
  }
}
.cid-v5r4uSAsUF span,
.cid-v5r4uSAsUF .number {
  transition: 0.35s;
}
.cid-v5r4uSAsUF .item.features-image {
  margin-top: 30px;
}
.cid-v5r4uSAsUF .item.features-image:nth-child(1) {
  margin-top: 0px;
}
.cid-v5r4uSAsUF .item.features-image:nth-child(2) {
  margin-top: 0px;
}
.cid-v5r4uSAsUF .item.features-image:nth-child(3) {
  margin-top: 0px;
}
@media (max-width: 992px) {
  .cid-v5r4uSAsUF .item.features-image:nth-child(3) {
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  .cid-v5r4uSAsUF .item.features-image:nth-child(2) {
    margin-top: 30px;
  }
}
.cid-v5r4uSAsUF .link-row {
  align-items: center;
}
.cid-v5r4uSAsUF .col-auto .card-button {
  display: block;
}
.cid-v5r4uSAsUF .col-auto .card-button .btn {
  padding: 0;
  display: flex;
  flex-direction: row-reverse;
  border: none;
}
.cid-v5r4uSAsUF .col-auto .card-button .btn .mbr-iconfont {
  padding-left: 0;
  padding-right: 8px;
}
.cid-v5r4uSAsUF .col-auto .card-button .btn-primary,
.cid-v5r4uSAsUF .col-auto .card-button .btn-secondary,
.cid-v5r4uSAsUF .col-auto .card-button .btn-success,
.cid-v5r4uSAsUF .col-auto .card-button .btn-info,
.cid-v5r4uSAsUF .col-auto .card-button .btn-warning,
.cid-v5r4uSAsUF .col-auto .card-button .btn-danger,
.cid-v5r4uSAsUF .col-auto .card-button .btn-black,
.cid-v5r4uSAsUF .col-auto .card-button .btn-white {
  padding: 14px 18px;
}
.cid-v5r4uSAsUF .mbr-section-title,
.cid-v5r4uSAsUF .button-align {
  color: #000000;
}
.cid-v5r4uSAsUF .number {
  color: #000000;
}
.cid-v5r4uSFztp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #151300;
}
.cid-v5r4uSFztp img {
  width: auto;
  height: 48px;
  display: inline-block;
  padding: 0;
  margin: auto;
  filter: invert(1);
}
.cid-v5r4uSFztp .mbr-section-subtitle {
  margin-right: 30px;
  color: #FFFFFF;
}
.cid-v5r4uSFztp .brand {
  display: flex;
  transition: color 300ms ease;
  transition-property: transform, -webkit-transform;
  border: 1px solid #ffffff;
  padding: 10px 35px;
  border-radius: 80px;
  width: 100%;
  justify-content: center;
}
.cid-v5r4uSFztp .brand:hover {
  transform: translate(0px, -4px);
  border: 1px solid #6c918c;
}
.cid-v5r4uSFztp .brand-row {
  justify-content: space-between;
  align-items: center;
}
.cid-v5r4uSFztp .row-main {
  align-items: center;
  justify-content: space-between;
}
.cid-v5r4uSFztp .c {
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-v5r4uSFztp .t {
    margin-top: 20px;
  }
}
@media (max-width: 576px) {
  .cid-v5r4uSFztp .t1 {
    margin-top: 20px;
  }
}
@media (max-width: 460px) {
  .cid-v5r4uSFztp .row-main {
    flex-direction: column;
  }
  .cid-v5r4uSFztp .col-auto {
    margin-bottom: 20px;
  }
  .cid-v5r4uSFztp .mbr-section-subtitle {
    margin-right: 0;
  }
}
.cid-v5r4uSHspo {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-v5r4uSHspo .display-4 > .mbr-iconfont {
  font-size: 16px;
}
.cid-v5r4uSHspo .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;
  display: flex;
  flex-direction: row;
}
.cid-v5r4uSHspo .wrap-img {
  transition: all 300ms ease !important;
  overflow: hidden;
  border-radius: 30px 0px 0 30px;
  width: 361px;
  height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: translate(0px, 0px);
}
.cid-v5r4uSHspo .shadow:hover {
  transform: translate(0px, -6px);
  box-shadow: 0 10px 20px 0 rgba(8, 15, 52, 0.1) !important;
}
.cid-v5r4uSHspo .shadow:hover a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption),
.cid-v5r4uSHspo .shadow:hover .mbr-iconfont,
.cid-v5r4uSHspo .shadow:hover .number,
.cid-v5r4uSHspo .shadow:hover .card-title {
  color: #6c918c !important;
}
.cid-v5r4uSHspo .shadow:hover .inner {
  transform: scale(1.1);
}
.cid-v5r4uSHspo .card-title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-v5r4uSHspo .title-block {
  margin-bottom: 56px;
}
.cid-v5r4uSHspo .card-text {
  margin-bottom: 42px;
  color: #000000;
}
.cid-v5r4uSHspo H3 {
  color: #14142b;
  text-align: center;
}
.cid-v5r4uSHspo .inner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}
.cid-v5r4uSHspo .card-wrapper {
  border-radius: 0 30px 30px 0px;
  background-color: #ffffff;
  padding: 60px 71px;
}
.cid-v5r4uSHspo .mbr-iconfont {
  transition: 0.3s;
  margin-right: 5px;
}
.cid-v5r4uSHspo .link-title {
  display: inline-block;
}
.cid-v5r4uSHspo .episode {
  color: #ffffff;
}
.cid-v5r4uSHspo .img-title {
  color: #ffffff;
}
.cid-v5r4uSHspo .margin {
  margin-right: 14px;
}
.cid-v5r4uSHspo .mbr-section-btn {
  width: auto;
  display: inline;
}
.cid-v5r4uSHspo .button-color {
  padding: 14px 18px !important;
  border-radius: 1000px !important;
  display: inline-block;
  line-height: 20px;
  background-color: #fefef8;
  color: #000000;
}
.cid-v5r4uSHspo .position {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
.cid-v5r4uSHspo .link-row,
.cid-v5r4uSHspo .title-block {
  align-items: center;
}
.cid-v5r4uSHspo .line {
  width: 100%;
  height: 1px;
  background-color: #fefef8;
  margin-bottom: 35px;
}
.cid-v5r4uSHspo .mbr-section-title {
  color: #000000;
}
@media (max-width: 900px) {
  .cid-v5r4uSHspo .card-wrapper {
    padding: 40px 31px;
  }
}
@media (max-width: 820px) {
  .cid-v5r4uSHspo .card-wrapper {
    padding: 25px 31px;
  }
}
@media (max-width: 1095px) {
  .cid-v5r4uSHspo .wrap-img {
    height: 430px;
  }
}
@media (max-width: 765px) {
  .cid-v5r4uSHspo .shadow {
    display: flex;
    flex-direction: column;
  }
  .cid-v5r4uSHspo .title-block {
    flex-direction: column;
  }
  .cid-v5r4uSHspo .mbr-section-subtitle {
    margin-bottom: 30px;
    text-align: center;
  }
  .cid-v5r4uSHspo .wrap-img {
    height: 361px;
    width: 100%;
    border-radius: 30px 30px 0 0;
  }
  .cid-v5r4uSHspo .card-wrapper {
    padding: 24px 25px 34px 25px;
  }
}
.cid-v5r4uSHspo .card-title,
.cid-v5r4uSHspo span {
  transition: 0.35s;
}
.cid-v5r4uSHspo .item {
  margin-bottom: 32px;
}
.cid-v5r4uSHspo .link-row {
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v5r4uSHspo .link-row {
    display: block;
  }
}
.cid-v5r4uSHspo .col-auto .card-button {
  display: block;
}
@media (max-width: 992px) {
  .cid-v5r4uSHspo .col-auto .card-button {
    margin-bottom: 16px;
  }
}
.cid-v5r4uSHspo .col-auto .card-button .btn {
  padding: 0;
  display: inline-flex;
  flex-direction: row-reverse;
  border: none;
}
.cid-v5r4uSHspo .col-auto .card-button .btn .mbr-iconfont {
  padding-left: 0;
  padding-right: 8px;
}
.cid-v5r4uSHspo .col-auto .card-button .btn-primary,
.cid-v5r4uSHspo .col-auto .card-button .btn-secondary,
.cid-v5r4uSHspo .col-auto .card-button .btn-success,
.cid-v5r4uSHspo .col-auto .card-button .btn-info,
.cid-v5r4uSHspo .col-auto .card-button .btn-warning,
.cid-v5r4uSHspo .col-auto .card-button .btn-danger,
.cid-v5r4uSHspo .col-auto .card-button .btn-black,
.cid-v5r4uSHspo .col-auto .card-button .btn-white {
  padding: 14px 18px;
}
.cid-v5r4uSHspo .mbr-section-subtitle {
  color: #000000;
}
.cid-v5r4uSNWqa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v5r4uSNWqa .mbr-section-subtitle {
  color: #8c8c95;
  text-align: left;
  margin: auto;
  margin-bottom: 24px;
}
.cid-v5r4uSNWqa .mbr-section-title {
  text-align: left;
  color: #14142b;
  margin-bottom: 20px;
  margin-top: 40px;
}
.cid-v5r4uSNWqa .row {
  align-items: center;
  height: 100%;
}
.cid-v5r4uSNWqa .wrapper {
  margin: auto;
}
.cid-v5r4uSNWqa .t1 {
  margin-bottom: 24px;
}
.cid-v5r4uSNWqa .line {
  height: 1px;
  width: 100%;
  background-color: #000000;
}
.cid-v5r4uSNWqa .line1 {
  margin-bottom: 60px;
}
.cid-v5r4uSNWqa .line2 {
  margin-top: 60px;
}
@media (max-width: 576px) {
  .cid-v5r4uSNWqa .t {
    padding-top: 20px;
  }
}
.cid-v5r4uSPyLi {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-v5r4uSPyLi .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-v5r4uSPyLi .card-subtitle {
  color: #000000;
  padding: 16px 25px;
  border-radius: 1000px;
  background-color: #fefef8;
  display: inline-block;
}
.cid-v5r4uSPyLi .card-text {
  color: #8c8c95;
  width: 100%;
  margin-top: 24px;
}
@media (max-width: 470px) {
  .cid-v5r4uSPyLi .shadow {
    padding: 40px;
  }
}
.cid-v5r4uSPyLi .card-text,
.cid-v5r4uSPyLi .align {
  color: #000000;
}
.cid-v5r4uSQbW4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fefef8;
}
.cid-v5r4uSQbW4 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
  margin: auto;
}
.cid-v5r4uSQbW4 .mbr-section-title {
  text-align: center;
  color: #000000;
  padding-bottom: 24px;
  margin: auto;
}
.cid-v5r4uSQbW4 .row {
  align-items: center;
  height: 100%;
}
.cid-v5r4uSQbW4 .wrapper {
  margin: auto;
}
.cid-v5r4uSRI6h {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v5r4uSRI6h .card-heading {
  padding-bottom: 32px;
  color: #000000;
}
.cid-v5r4uSRI6h .p {
  padding-bottom: 26px;
  color: #000000;
}
.cid-v5r4uSRI6h .p:last-child {
  padding-bottom: 0;
}
.cid-v5r4uSRI6h .row {
  justify-content: center;
}
.cid-v5r4uSS2xZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v5r4uSS2xZ a.btn > span {
  margin-left: 0.5rem;
}
.cid-v5r4uSS2xZ .row {
  align-items: center;
  justify-content: space-between;
}
.cid-v5r4uSS2xZ .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  line-height: 1.171em;
  color: #000000;
}
.cid-v5r4uSS2xZ .mbr-section-subtitle {
  color: #14142b;
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
}
.cid-v5r4uSS2xZ .mbr-text {
  color: #5f5d68;
  margin-bottom: 56px;
}
.cid-v5r4uSS2xZ .right-side {
  max-width: 554px;
}
.cid-v5r4uSS2xZ .mbr-section-btn {
  width: auto;
  display: inline;
}
.cid-v5r4uSS2xZ .margin {
  margin-right: 14px;
}
.cid-v5r4uSS2xZ .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-v5r4uSS2xZ img {
  max-width: 186px;
  height: auto;
  border-radius: 50%;
  margin-bottom: 17px;
}
.cid-v5r4uSS2xZ .card-title {
  margin-bottom: 4px;
  color: #14142b;
}
.cid-v5r4uSS2xZ .card-subtitle {
  margin-bottom: 21px;
  color: #8c8c95;
}
.cid-v5r4uSS2xZ .card-text {
  margin-bottom: 40px;
  color: #8c8c95;
}
.cid-v5r4uSS2xZ .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: #9bc1bc;
  cursor: pointer;
}
.cid-v5r4uSS2xZ .mbr-social-likes.big .btn-social .mbr-iconfont {
  top: 0;
  line-height: 22px;
  width: 22px;
}
.cid-v5r4uSS2xZ .mbr-social-likes.big .btn-social + .btn {
  margin-left: 0.1rem;
}
.cid-v5r4uSS2xZ .r {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.cid-v5r4uSS2xZ .mbr-social-likes.small {
  display: flex;
}
.cid-v5r4uSS2xZ .mbr-social-likes.big {
  display: block;
}
.cid-v5r4uSS2xZ .form-control,
.cid-v5r4uSS2xZ form .btn {
  min-height: initial;
}
.cid-v5r4uSS2xZ a.btn,
.cid-v5r4uSS2xZ button {
  padding: 24px 40px;
  border-radius: 80px;
}
.cid-v5r4uSS2xZ 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-v5r4uSS2xZ 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-v5r4uSS2xZ input:hover {
  border-color: #14142b !important;
}
.cid-v5r4uSS2xZ textarea:hover {
  border-color: #14142b !important;
}
.cid-v5r4uSS2xZ input:focus {
  border-color: #14142b !important;
}
.cid-v5r4uSS2xZ textarea:focus {
  border-color: #14142b !important;
}
.cid-v5r4uSS2xZ .form-group {
  margin-bottom: 0;
}
.cid-v5r4uSS2xZ .listen {
  margin-bottom: 24px;
}
.cid-v5r4uSS2xZ .phone {
  color: #14142b;
  margin-bottom: 44px;
}
.cid-v5r4uSS2xZ .email {
  color: #14142b;
  margin-bottom: 21px;
  text-align: left;
}
.cid-v5r4uSS2xZ .listen,
.cid-v5r4uSS2xZ .big {
  text-align: left;
  color: #8c8c95;
}
.cid-v5r4uSS2xZ .mbr-text,
.cid-v5r4uSS2xZ .button-align {
  color: #000000;
}
.cid-v5r4uSS2xZ .email span {
  padding: 7px;
  background-color: #14142b;
  color: #ffffff;
  font-size: 1rem;
  border-radius: 50%;
}
.cid-v5r4uSS2xZ .phone span {
  padding: 7px;
  background-color: #14142b;
  color: #ffffff;
  font-size: 1rem;
  border-radius: 50%;
}
.cid-v5r4uSS2xZ select.form-control:hover {
  border-color: #14142b;
}
.cid-v5r4uSS2xZ 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-v5r4uSS2xZ .form-check > input {
  height: 1em;
  width: 1em;
  padding: 0;
  float: initial;
  margin-bottom: 0;
}
@media (max-width: 770px) {
  .cid-v5r4uSS2xZ .shadow {
    width: 100%;
    margin-top: 60px;
    max-width: initial;
  }
  .cid-v5r4uSS2xZ .left-side,
  .cid-v5r4uSS2xZ .right-side {
    width: 100%;
    max-width: initial;
  }
}
@media (max-width: 992px) {
  .cid-v5r4uSS2xZ .right-side {
    max-width: initial;
    margin-bottom: 50px;
  }
  .cid-v5r4uSS2xZ .shadow {
    margin: auto;
  }
}
@media (max-width: 600px) {
  .cid-v5r4uSS2xZ .shadow {
    padding: 25px;
  }
  .cid-v5r4uSS2xZ input {
    margin-bottom: 20px;
  }
}
@media (max-width: 550px) {
  .cid-v5r4uSS2xZ .r {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
  }
  .cid-v5r4uSS2xZ .mbr-social-likes.small {
    margin-top: 20px;
  }
}
.cid-v5r4uSS2xZ .big > .socicon-bg-youtube {
  background-color: #f4f1bb;
  color: #000000;
}
.cid-v5r4uSS2xZ .big > .socicon-bg-facebook {
  background-color: #9bc1bc;
  color: #000000;
}
.cid-v5r4uSS2xZ .big > .socicon-bg-twitter {
  background-color: #ed6a5a;
  color: #000000;
}
.cid-v5r4uSS2xZ .big > .socicon-bg-pinterest {
  background-color: #f4f1bb;
  color: #000000;
}
.cid-v5r4uSS2xZ .big > .socicon-bg-mail {
  background-color: #9bc1bc;
  color: #000000;
}
.cid-v5r4uSS2xZ .mbr-iconfont {
  margin-right: 8px;
}
.cid-v5r4uSS2xZ .listen,
.cid-v5r4uSS2xZ .mbr-social-likes {
  color: #000000;
}
.cid-v5r4uSXOMn {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-v5r4uSXOMn .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-v5r4uSXOMn .card-subtitle {
  color: #14142b;
  padding: 16px 25px;
  border-radius: 1000px;
  background-color: #fefef8;
  display: inline-block;
  margin-bottom: 32px;
  text-align: center;
}
.cid-v5r4uSXOMn ul {
  padding-inline-start: 50px;
  margin-bottom: 0;
  padding-left: 0;
  list-style-position: inside;
}
.cid-v5r4uSXOMn li {
  margin-bottom: 16px;
}
.cid-v5r4uSXOMn li:last-child {
  margin-bottom: 0;
}
@media (max-width: 470px) {
  .cid-v5r4uSXOMn .shadow {
    padding: 40px;
  }
}
.cid-v5r4uSXOMn .list {
  color: #000000;
  text-align: left;
}
.cid-v5r4uSXOMn .card-subtitle,
.cid-v5r4uSXOMn .align {
  text-align: left;
  color: #000000;
}
.cid-v5r4uSZLp9 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fefef8;
}
.cid-v5r4uSZLp9 .mbr-text {
  color: #000000;
}
.cid-v5r4uSZLp9 .line {
  height: 1px;
  width: 100%;
  background-color: #000000;
  margin-bottom: 32px;
}
