.btn {
  border-width: 2px;
}
.btn {
  border-radius: 80px;
}
body {
  background-color: #e9f1ee;
}
body {
  font-family: 'Golos Text', sans-serif;
}
.display-1 {
  font-family: 'Golos Text', sans-serif;
  font-size: 4.375rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.46875rem;
}
.display-2 {
  font-family: 'Golos Text', sans-serif;
  font-size: 2.375rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.96875rem;
}
.display-4 {
  font-family: 'Golos Text', sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.40625rem;
}
.display-5 {
  font-family: 'Golos Text', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-7 {
  font-family: 'Golos Text', 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: #fd5523 !important;
}
.bg-success {
  background-color: #25c87c !important;
}
.bg-info {
  background-color: #0cbde1 !important;
}
.bg-warning {
  background-color: #edb200 !important;
}
.bg-danger {
  background-color: #ca2333 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #fd5523 !important;
  border-color: #fd5523 !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: #c72f02 !important;
  border-color: #c72f02 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #c72f02 !important;
  border-color: #c72f02 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #356859 !important;
  border-color: #356859 !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: #182f28 !important;
  border-color: #182f28 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #182f28 !important;
  border-color: #182f28 !important;
}
.btn-info,
.btn-info:active {
  background-color: #0cbde1 !important;
  border-color: #0cbde1 !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: #08788f !important;
  border-color: #08788f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #08788f !important;
  border-color: #08788f !important;
}
.btn-success,
.btn-success:active {
  background-color: #25c87c !important;
  border-color: #25c87c !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: #177f4f !important;
  border-color: #177f4f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #177f4f !important;
  border-color: #177f4f !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #edb200 !important;
  border-color: #edb200 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #967100 !important;
  border-color: #967100 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #967100 !important;
  border-color: #967100 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ca2333 !important;
  border-color: #ca2333 !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: #801620 !important;
  border-color: #801620 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #801620 !important;
  border-color: #801620 !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: #fd5523;
  color: #fd5523;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #c72f02 !important;
  background-color: transparent !important;
  border-color: #c72f02 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #fd5523 !important;
  border-color: #fd5523 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #356859;
  color: #356859;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #182f28 !important;
  background-color: transparent !important;
  border-color: #182f28 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #356859 !important;
  border-color: #356859 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #0cbde1;
  color: #0cbde1;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #08788f !important;
  background-color: transparent !important;
  border-color: #08788f !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #0cbde1 !important;
  border-color: #0cbde1 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #25c87c;
  color: #25c87c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #177f4f !important;
  background-color: transparent !important;
  border-color: #177f4f !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #25c87c !important;
  border-color: #25c87c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #edb200;
  color: #edb200;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #967100 !important;
  background-color: transparent !important;
  border-color: #967100 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #edb200 !important;
  border-color: #edb200 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ca2333;
  color: #ca2333;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #801620 !important;
  background-color: transparent !important;
  border-color: #801620 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ca2333 !important;
  border-color: #ca2333 !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: #fd5523 !important;
}
.text-secondary {
  color: #356859 !important;
}
.text-success {
  color: #25c87c !important;
}
.text-info {
  color: #0cbde1 !important;
}
.text-warning {
  color: #edb200 !important;
}
.text-danger {
  color: #ca2333 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #b82c02 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #13241f !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #157247 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #076c80 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #876500 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #73141d !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: #fd5523;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #0cbde1;
}
.alert-warning {
  background-color: #edb200;
}
.alert-danger {
  background-color: #ca2333;
}
.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: #fd5523;
  border-color: #fd5523;
  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: #fff1ed;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #84e8ba;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #bdf1fc;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffeeba;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #f5c4c9;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Golos Text', 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: #fd5523 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Golos Text', 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: #fd5523;
}
/* 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: #fd5523;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #fd5523;
}
.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: #fd5523;
  border-bottom-color: #fd5523;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #fd5523 !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: #356859 !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='%23fd5523' %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-uSvSReePe0 .navbar-dropdown {
  position: relative !important;
}
.cid-uSvSReePe0 .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-uSvSReePe0 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-uSvSReePe0 .dropdown-item:hover,
.cid-uSvSReePe0 .dropdown-item:focus {
  color: #fd5523 !important;
}
.cid-uSvSReePe0 .nav-dropdown .link {
  padding: 0 0em !important;
  font-weight: 400;
}
.cid-uSvSReePe0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uSvSReePe0 .nav-link {
  position: relative;
  padding: 0;
}
.cid-uSvSReePe0 .container {
  display: flex;
  margin: auto;
}
.cid-uSvSReePe0 .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uSvSReePe0 .dropdown-menu,
.cid-uSvSReePe0 .navbar.opened {
  background: #e9f1ee !important;
}
.cid-uSvSReePe0 .nav-item:focus,
.cid-uSvSReePe0 .nav-link:focus {
  outline: none;
}
.cid-uSvSReePe0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uSvSReePe0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uSvSReePe0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uSvSReePe0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uSvSReePe0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uSvSReePe0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uSvSReePe0 .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: #e9f1ee;
}
.cid-uSvSReePe0 .navbar.opened {
  transition: all 0.3s;
}
.cid-uSvSReePe0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uSvSReePe0 .navbar .navbar-logo img {
  width: auto;
}
.cid-uSvSReePe0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uSvSReePe0 .navbar.collapsed {
  justify-content: center;
}
.cid-uSvSReePe0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uSvSReePe0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uSvSReePe0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uSvSReePe0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uSvSReePe0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uSvSReePe0 .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-uSvSReePe0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uSvSReePe0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uSvSReePe0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uSvSReePe0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uSvSReePe0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uSvSReePe0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uSvSReePe0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uSvSReePe0 .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-uSvSReePe0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uSvSReePe0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uSvSReePe0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uSvSReePe0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uSvSReePe0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uSvSReePe0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uSvSReePe0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uSvSReePe0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uSvSReePe0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uSvSReePe0 .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-uSvSReePe0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uSvSReePe0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uSvSReePe0 .dropdown-item.active,
.cid-uSvSReePe0 .dropdown-item:active {
  background-color: transparent;
}
.cid-uSvSReePe0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uSvSReePe0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uSvSReePe0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uSvSReePe0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e9f1ee;
}
.cid-uSvSReePe0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uSvSReePe0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uSvSReePe0 ul.navbar-nav {
  flex-wrap: wrap;
  padding-left: 20px;
}
.cid-uSvSReePe0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uSvSReePe0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uSvSReePe0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uSvSReePe0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uSvSReePe0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSvSReePe0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSvSReePe0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uSvSReePe0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSvSReePe0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uSvSReePe0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uSvSReePe0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSvSReePe0 .navbar-dropdown {
  padding: 19px 1rem;
}
.cid-uSvSReePe0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uSvSReePe0 .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-uSvSReePe0 .navbar {
    height: 70px;
  }
  .cid-uSvSReePe0 .navbar.opened {
    height: auto;
  }
  .cid-uSvSReePe0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uSvSReePe0 a {
  display: inline;
}
.cid-uSvSReePe0 img {
  display: inline;
  padding-right: 10px;
}
.cid-uSvSReePe0 .dropdown-toggle:after {
  display: none;
}
.cid-uSvSReePe0 .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-uSvSReePe0 .dropdown-item:hover {
  color: #043d30 !important;
}
@media (max-width: 990px) {
  .cid-uSvSReePe0 .dropdown-menu {
    margin-top: 0px;
  }
  .cid-uSvSReePe0 .nav-dropdown .link {
    margin: 0 !important;
  }
}
.cid-uSvSReePe0 .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-uSvSReePe0 .nav-item {
  margin-right: 32px;
}
.cid-uSvSReePe0 .nav-item:last-child {
  margin-right: 0;
}
@media (max-width: 970px) {
  .cid-uSvSReePe0 ul li {
    height: 45px;
    display: list-item;
  }
}
.cid-uSvSReePe0 .navbar-collapse.collapsing .nav-item {
  height: 45px;
}
.cid-uSvSReePe0 .navbar-collapse.collapse.show .nav-item {
  height: 45px;
}
.cid-uSvSReePe0 .navbar-nav {
  margin: auto;
}
.cid-uSvSReePe0 .navbar-collapse.collapse.show ul li {
  display: list-item;
}
.cid-uSvSReePe0 .mbr-iconfont {
  margin-left: -5px;
  margin-right: 7px;
}
.cid-uSvSReePe0 .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-uSvSReePe0 .btn {
  border-radius: 1000px !important;
}
.cid-uSvSReePe0 .navbar.collapsed .icons-menu {
  display: flex;
  flex-direction: column;
}
.cid-uSvSReePe0 .navbar.collapsed .icons-menu .top {
  margin-top: 15px;
}
.cid-uSvSReePe0 .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-uSvSReePe0 .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-uSvSReePe0 .dropdown-item:focus {
  color: #043d30 !important;
}
@media (max-width: 945px) {
  .cid-uSvSReePe0 .icons-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-uSvSReePe0 .top {
    margin-top: 25px;
  }
}
.cid-uSvSReePe0 .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-uSvSReePe0 .container,
  .cid-uSvSReePe0 .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uSvSReePe0 li:last-child {
  margin-right: 0;
}
@media (max-width: 989px) {
  .cid-uSvSReePe0 ul.navbar-nav {
    padding-left: 0;
  }
}
@media (max-width: 430px) {
  .cid-uSvSReePe0 .icons-menu {
    min-width: initial !important;
  }
  .cid-uSvSReePe0 a.btn {
    margin-top: 10px;
  }
}
.cid-uSvSReePe0 a.btn > span {
  margin-left: 0.5rem;
}
.cid-uSvSReePe0 .navbar-nav .nav-item .nav-link:hover,
.cid-uSvSReePe0 .navbar-nav .nav-item .nav-link:focus {
  color: #043d30 !important;
}
.cid-uSvSReePe0 .navbar-caption {
  color: #000000;
}
.cid-uSvSReePe0 .nav-link,
.cid-uSvSReePe0 .dropdown-item {
  color: #000000;
}
.cid-uSvSRfuX7P {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSvSRfuX7P .row {
  align-items: center;
  justify-content: space-between;
}
.cid-uSvSRfuX7P .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  color: #000000;
}
.cid-uSvSRfuX7P .mbr-text {
  color: #8c8c95;
  margin-bottom: 32px;
}
.cid-uSvSRfuX7P .mbr-section-btn {
  width: auto;
  display: block;
}
.cid-uSvSRfuX7P ul {
  padding-inline-start: 20px;
  margin-bottom: 28px;
}
.cid-uSvSRfuX7P li::marker {
  color: #fd5523;
  width: 10px;
}
.cid-uSvSRfuX7P li {
  margin-bottom: 7px;
  color: #14142b;
}
.cid-uSvSRfuX7P img {
  width: 90%;
}
.cid-uSvSRfuX7P .gray {
  background-color: #e9f1ee;
  width: 80%;
  height: 430px;
  margin: auto;
  position: relative;
}
.cid-uSvSRfuX7P .b {
  max-width: 598px;
}
.cid-uSvSRfuX7P .first {
  position: absolute;
  top: -10%;
  right: 25%;
}
.cid-uSvSRfuX7P .second {
  position: absolute;
  bottom: -10%;
  left: 25%;
}
@media (max-width: 992px) {
  .cid-uSvSRfuX7P .t {
    padding-top: 90px;
  }
  .cid-uSvSRfuX7P .b {
    max-width: initial;
  }
  .cid-uSvSRfuX7P .gray {
    width: 50%;
  }
}
@media (max-width: 750px) {
  .cid-uSvSRfuX7P .gray {
    height: 330px;
  }
}
@media (max-width: 630px) {
  .cid-uSvSRfuX7P .gray {
    height: 230px;
  }
}
@media (max-width: 450px) {
  .cid-uSvSRfuX7P .gray {
    height: 200px;
    width: 70%;
  }
}
.cid-uSvSRfuX7P .btn {
  margin-top: 20px;
}
.cid-uSvSRfuX7P .t {
  max-width: 542px;
}
.cid-uSvSRfuX7P .mbr-text,
.cid-uSvSRfuX7P .button-align,
.cid-uSvSRfuX7P .list {
  color: #000000;
}
.cid-uSvSRfuX7P .list {
  color: #000000;
}
.cid-uSvSRfCsYS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSvSRfCsYS .card-heading {
  color: #000000;
  margin-bottom: 24px;
}
.cid-uSvSRfCsYS .row {
  justify-content: center;
}
.cid-uSvSRfCsYS .mbr-iconfont {
  font-size: 23px;
  margin-right: 17px;
  color: #fd5523;
}
.cid-uSvSRfCsYS .mbr-text {
  display: inline;
  width: 100%;
}
.cid-uSvSRfCsYS .mbr-text:last-child {
  margin-bottom: 0px;
}
.cid-uSvSRfCsYS .text {
  margin-bottom: 40px;
  color: #8c8c95;
}
.cid-uSvSRfCsYS .line {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.cid-uSvSRfCsYS .text,
.cid-uSvSRfCsYS .article {
  color: #000000;
}
.cid-uSvSRfCsYS .p {
  color: #000000;
}
.cid-uSvSRfGBdb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSvSRfGBdb .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-uSvSRfGBdb .bottom,
.cid-uSvSRfGBdb .card-title {
  color: #ffffff;
}
.cid-uSvSRfGBdb .card-title {
  margin-bottom: 18px;
  color: #000000;
}
@media (max-width: 1150px) {
  .cid-uSvSRfGBdb .card-wrapper {
    top: -20px;
  }
}
@media (max-width: 990px) {
  .cid-uSvSRfGBdb {
    padding-bottom: 0;
  }
  .cid-uSvSRfGBdb .card-wrapper {
    position: initial;
  }
  .cid-uSvSRfGBdb .card-box {
    padding: 10%;
  }
}
.cid-uSvSRfGBdb .bottom {
  color: #8c8c95;
}
.cid-uSvSRfGBdb .plus1 {
  color: #227755;
}
.cid-uSvSRfGBdb .plus2 {
  color: #fd5523;
}
.cid-uSvSRfGBdb .plus3 {
  color: #356859;
}
.cid-uSvSRfGBdb .plus4 {
  color: #227755;
}
.cid-uSvSRfGBdb .card-title,
.cid-uSvSRfGBdb .bottom {
  text-align: center;
  color: #000000;
}
.cid-uSvSRfME1A {
  background-image: url("../../../assets/images/photo-1517134191118-9d595e4c8c2b.jpeg");
}
.cid-uSvSRfME1A .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSvSRfME1A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSvSRfO2V1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSvSRfO2V1 .card-subtitle {
  text-align: left;
  margin-left: -15px;
  color: #000000;
}
.cid-uSvSRfO2V1 .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-uSvSRfO2V1 .iconfont-wrapper {
  text-align: left;
  margin-bottom: 16px;
}
.cid-uSvSRfO2V1 .iconfont-wrapper .mbr-iconfont {
  color: #fd5523;
}
.cid-uSvSRfO2V1 .card-text {
  margin-bottom: 16px;
  text-align: left;
  color: #8c8c95;
}
.cid-uSvSRfO2V1 .button-align {
  margin-top: 36px;
  text-align: center;
}
.cid-uSvSRfO2V1 .mbr-section-btn {
  width: auto;
  display: inline-block;
}
.cid-uSvSRfO2V1 img {
  border-radius: 10%;
  height: 65px;
  width: auto;
  margin: 0;
}
.cid-uSvSRfO2V1 .mbr-iconfont::before {
  font-size: 25px;
}
.cid-uSvSRfO2V1 .card-title {
  margin-bottom: 4px;
  padding: 0;
  margin-left: -15px;
  color: #000000;
}
.cid-uSvSRfO2V1 .col-12.col-md-6.col-lg-4 {
  margin-top: 30px;
}
.cid-uSvSRfO2V1 .col-12.col-md-6.col-lg-4:nth-child(1) {
  margin-top: 0px;
}
.cid-uSvSRfO2V1 .col-12.col-md-6.col-lg-4:nth-child(2) {
  margin-top: 0px;
}
.cid-uSvSRfO2V1 .col-12.col-md-6.col-lg-4:nth-child(3) {
  margin-top: 0px;
}
@media (max-width: 992px) {
  .cid-uSvSRfO2V1 .col-12.col-md-6.col-lg-4:nth-child(3) {
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  .cid-uSvSRfO2V1 .col-12.col-md-6.col-lg-4:nth-child(2) {
    margin-top: 30px;
  }
}
.cid-uSvSRfO2V1 .align {
  display: flex;
  align-items: center;
}
.cid-uSvSRfO2V1 .mbr-section-title {
  margin-bottom: 56px;
  color: #000000;
}
.cid-uSvSRfO2V1 .btn {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-uSvSRfO2V1 .shadow {
    padding: 40px 40px 32px;
  }
}
@media (max-width: 479px) {
  .cid-uSvSRfO2V1 .shadow {
    padding: 33px 25px 28px;
  }
}
.cid-uSvSRfO2V1 .card-text,
.cid-uSvSRfO2V1 .iconfont-wrapper {
  color: #000000;
}
.cid-uSvSRg9ieJ {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uSvSRg9ieJ .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-uSvSRg9ieJ .card-subtitle {
  color: #000000;
  padding: 16px 25px;
  border-radius: 1000px;
  background-color: #e9f1ee;
  display: inline-block;
}
.cid-uSvSRg9ieJ .card-text {
  color: #8c8c95;
  width: 100%;
  margin-top: 24px;
}
@media (max-width: 470px) {
  .cid-uSvSRg9ieJ .shadow {
    padding: 40px;
  }
}
.cid-uSvSRg9ieJ .card-text,
.cid-uSvSRg9ieJ .align {
  color: #000000;
}
.cid-uSvSRgbyvX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e9f1ee;
}
.cid-uSvSRgbyvX .row {
  align-items: center;
  justify-content: space-between;
}
.cid-uSvSRgbyvX .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  line-height: 1.171em;
  color: #000000;
}
.cid-uSvSRgbyvX .mbr-section-subtitle {
  color: #4c4c4c;
  width: 100%;
  text-align: left;
}
.cid-uSvSRgbyvX .mbr-text {
  color: #5f5d68;
  margin-bottom: 28px;
}
.cid-uSvSRgbyvX .right-side {
  max-width: 554px;
}
.cid-uSvSRgbyvX .mbr-section-btn {
  width: auto;
  display: block;
}
.cid-uSvSRgbyvX .margin {
  margin-right: 14px;
}
.cid-uSvSRgbyvX .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-uSvSRgbyvX .socicon-bg-youtube {
  background-color: #227755;
  color: #ffffff;
}
.cid-uSvSRgbyvX .socicon-bg-facebook {
  background-color: #fd5523;
  color: #ffffff;
}
.cid-uSvSRgbyvX .socicon-bg-twitter {
  background-color: #356859;
  color: #ffffff;
}
.cid-uSvSRgbyvX .socicon-bg-pinterest {
  background-color: #227755;
  color: #ffffff;
}
.cid-uSvSRgbyvX .socicon-bg-mail {
  background-color: #fd5523;
  color: #ffffff;
}
.cid-uSvSRgbyvX .mbr-iconfont {
  margin-left: 0;
  margin-right: 0;
}
.cid-uSvSRgbyvX .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-uSvSRgbyvX .btn-social .mbr-iconfont {
  top: 0;
  line-height: 22px;
  width: 22px;
}
.cid-uSvSRgbyvX .btn-social + .btn {
  margin-left: 0.1rem;
}
.cid-uSvSRgbyvX img {
  width: 186px;
  height: 186px;
  border-radius: 50%;
  margin-bottom: 17px;
}
.cid-uSvSRgbyvX .mbr-social-likes {
  max-width: 454px;
}
.cid-uSvSRgbyvX .card-title {
  margin-bottom: 4px;
  color: #000000;
}
.cid-uSvSRgbyvX .card-subtitle {
  margin-bottom: 21px;
  color: #000000;
}
.cid-uSvSRgbyvX .card-text {
  margin-bottom: 40px;
  color: #8c8c95;
}
@media (max-width: 768px) {
  .cid-uSvSRgbyvX .shadow {
    margin-top: 30px;
  }
}
@media (max-width: 1010px) {
  .cid-uSvSRgbyvX .margin {
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .cid-uSvSRgbyvX .button-align {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 992px) {
  .cid-uSvSRgbyvX .shadow {
    margin: auto;
  }
  .cid-uSvSRgbyvX .right-side {
    max-width: initial;
    margin-bottom: 50px;
  }
}
.cid-uSvSRgbyvX .btn {
  margin-top: 20px;
}
.cid-uSvSRgbyvX a.btn > span {
  margin-left: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uSvSRgbyvX .card.home-about-host {
    padding: 52px 40px 54px;
  }
}
@media (max-width: 479px) {
  .cid-uSvSRgbyvX .card.home-about-host {
    padding: 43px 25px 45px;
  }
}
.cid-uSvSRgbyvX .mbr-text,
.cid-uSvSRgbyvX .button-align {
  color: #000000;
}
.cid-uSvSRgbyvX .card-text,
.cid-uSvSRgbyvX .mbr-social-likes {
  color: #000000;
}
.cid-uSvSRgm5HJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSvSRgm5HJ .card-title {
  padding-bottom: 18px;
  margin: 0;
  color: #000000;
}
.cid-uSvSRgm5HJ .align-left {
  max-width: 547px;
}
.cid-uSvSRgm5HJ .mbr-text,
.cid-uSvSRgm5HJ .mbr-section-btn {
  color: #000000;
}
.cid-uSvSRgm5HJ .left-side {
  margin-right: 20px;
}
.cid-uSvSRgm5HJ .right-side {
  margin-left: 20px;
}
@media (max-width: 768px) {
  .cid-uSvSRgm5HJ .left-side {
    margin-right: 0px;
  }
  .cid-uSvSRgm5HJ .right-side {
    padding-top: 20px;
    margin-left: 0px;
  }
}
.cid-uSvSRgoY1Y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e9f1ee;
}
.cid-uSvSRgoY1Y .mbr-section-subtitle {
  color: #000000;
  text-align: center;
  margin: auto;
}
.cid-uSvSRgoY1Y .mbr-section-title {
  text-align: center;
  color: #000000;
  padding-bottom: 24px;
  margin: auto;
}
.cid-uSvSRgoY1Y .row {
  align-items: center;
  height: 100%;
}
.cid-uSvSRgoY1Y .wrapper {
  margin: auto;
}
.cid-uSvSRgp6nP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSvSRgp6nP .right {
  display: flex;
  flex-direction: column;
}
.cid-uSvSRgp6nP .card-heading {
  padding-bottom: 32px;
  color: #000000;
}
.cid-uSvSRgp6nP .row {
  justify-content: center;
}
.cid-uSvSRgp6nP ul {
  padding-inline-start: 50px;
  margin-bottom: 0;
}
.cid-uSvSRgp6nP li {
  margin-bottom: 16px;
}
.cid-uSvSRgp6nP li:last-child {
  margin-bottom: 0;
}
.cid-uSvSRgp6nP a:hover,
.cid-uSvSRgp6nP a:focus {
  color: #3f69ff !important;
}
.cid-uSvSRgp6nP .list {
  color: #000000;
}
.cid-uSvSRgrkBj {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uSvSRgrkBj .display-4 > .mbr-iconfont {
  font-size: 16px;
}
.cid-uSvSRgrkBj .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-uSvSRgrkBj .inner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}
.cid-uSvSRgrkBj .wrap-img {
  transition: all 300ms ease !important;
  overflow: hidden;
  width: 311px;
  height: 311px;
  border-radius: 30px;
  transform: translate(0px, 0px);
}
.cid-uSvSRgrkBj .shadow:hover {
  transform: translate(0px, -6px);
  box-shadow: 0 10px 20px 0 rgba(8, 15, 52, 0.1) !important;
}
.cid-uSvSRgrkBj .shadow:hover .card-title {
  color: #c21900 !important;
}
.cid-uSvSRgrkBj .shadow:hover .inner {
  transform: scale(1.1);
}
.cid-uSvSRgrkBj .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-uSvSRgrkBj .card-text {
  margin-bottom: 42px;
  color: #000000;
}
.cid-uSvSRgrkBj H3 {
  color: #14142b;
  text-align: center;
}
.cid-uSvSRgrkBj .mbr-iconfont {
  transition: 0.3s;
  margin-left: 0;
}
.cid-uSvSRgrkBj .link-title {
  display: inline-block;
}
.cid-uSvSRgrkBj .button-color {
  padding: 14px 18px !important;
  border-radius: 1000px !important;
  display: inline-block;
  line-height: 20px;
  background-color: #e9f1ee;
  margin-bottom: 32px;
  color: #000000;
}
.cid-uSvSRgrkBj .position {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
.cid-uSvSRgrkBj .link-row,
.cid-uSvSRgrkBj .title-block {
  align-items: center;
}
.cid-uSvSRgrkBj .link2 {
  display: inline;
}
.cid-uSvSRgrkBj .socicon-bg-youtube {
  background-color: #227755;
  color: #ffffff;
}
.cid-uSvSRgrkBj .socicon-bg-facebook {
  background-color: #fd5523;
  color: #ffffff !important;
}
.cid-uSvSRgrkBj .socicon-bg-twitter {
  background-color: #356859;
  color: #ffffff !important;
}
.cid-uSvSRgrkBj .socicon-bg-pinterest {
  background-color: #227755;
  color: #ffffff !important;
}
.cid-uSvSRgrkBj .socicon-bg-mail {
  background-color: #fd5523;
  color: #ffffff !important;
}
.cid-uSvSRgrkBj .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: #fd5523;
  cursor: pointer;
}
.cid-uSvSRgrkBj .btn-social .mbr-iconfont {
  top: 0;
  line-height: 22px;
  width: 22px;
}
.cid-uSvSRgrkBj .btn-social + .btn {
  margin-left: 0.1rem;
}
.cid-uSvSRgrkBj .bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uSvSRgrkBj .bottom {
    display: block;
  }
}
.cid-uSvSRgrkBj .right {
  margin-left: 8px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-uSvSRgrkBj .mbr-social-likes {
  display: flex;
  align-items: center;
}
.cid-uSvSRgrkBj .link1 {
  margin-right: 5px;
  color: #8c8c95;
}
.cid-uSvSRgrkBj .al {
  align-items: center;
}
@media (max-width: 765px) {
  .cid-uSvSRgrkBj .row.al {
    display: flex;
    flex-direction: column;
  }
  .cid-uSvSRgrkBj .right {
    margin-left: 0;
  }
  .cid-uSvSRgrkBj .wrap-img {
    margin-bottom: 30px;
    height: 640px;
    width: 640px;
  }
}
@media (max-width: 760px) {
  .cid-uSvSRgrkBj .wrap-img {
    height: 540px;
    width: 540px;
  }
  .cid-uSvSRgrkBj .bottom {
    display: flex;
    flex-direction: column;
  }
  .cid-uSvSRgrkBj .mbr-social-likes {
    margin-top: 10px;
  }
}
@media (max-width: 665px) {
  .cid-uSvSRgrkBj .wrap-img {
    height: 340px;
    width: 340px;
  }
}
@media (max-width: 460px) {
  .cid-uSvSRgrkBj .wrap-img {
    height: 240px;
    width: 240px;
  }
  .cid-uSvSRgrkBj .shadow {
    padding: 32px;
  }
  .cid-uSvSRgrkBj .mbr-social-likes {
    display: flex;
  }
}
@media (max-width: 390px) {
  .cid-uSvSRgrkBj .wrap-img {
    height: 240px;
    width: 240px;
  }
  .cid-uSvSRgrkBj .shadow {
    padding: 32px;
  }
}
@media (max-width: 550px) {
  .cid-uSvSRgrkBj .shadow {
    padding: 24px 25px 34px 25px;
  }
}
.cid-uSvSRgrkBj .card-title,
.cid-uSvSRgrkBj span {
  transition: 0.35s;
}
@media (max-width: 992px) {
  .cid-uSvSRgrkBj .card-button {
    margin-bottom: 16px;
  }
}
.cid-uSvSRgrkBj .card-button .btn {
  padding: 0;
  display: inline-flex;
  flex-direction: row-reverse;
  border: none;
}
.cid-uSvSRgrkBj .card-button .btn .mbr-iconfont {
  padding-left: 0;
  padding-right: 8px;
}
.cid-uSvSRgrkBj .card-button .btn-primary,
.cid-uSvSRgrkBj .card-button .btn-secondary,
.cid-uSvSRgrkBj .card-button .btn-success,
.cid-uSvSRgrkBj .card-button .btn-info,
.cid-uSvSRgrkBj .card-button .btn-warning,
.cid-uSvSRgrkBj .card-button .btn-danger,
.cid-uSvSRgrkBj .card-button .btn-black,
.cid-uSvSRgrkBj .card-button .btn-white {
  padding: 14px 18px;
}
.cid-uSvSRgrkBj .item {
  margin-bottom: 32px;
}
.cid-uSvSRgBNmH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSvSRgBNmH img {
  border-radius: 0px;
}
.cid-uSvSRgBNmH .row {
  justify-content: center;
}
.cid-uSvSRgBNmH .mbr-section-title {
  margin-top: 24px;
  text-align: center;
  color: #000000;
}
.cid-uSvSRgCJ6j {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #001810;
}
.cid-uSvSRgCJ6j .item:focus,
.cid-uSvSRgCJ6j span:focus {
  outline: none;
}
.cid-uSvSRgCJ6j .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uSvSRgCJ6j .item {
  color: #ffffff;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uSvSRgCJ6j .item {
    min-height: 45px;
  }
}
.cid-uSvSRgDMjd {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uSvSRgDMjd .display-4 > .mbr-iconfont {
  font-size: 16px;
}
.cid-uSvSRgDMjd .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-uSvSRgDMjd .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-uSvSRgDMjd .shadow:hover {
  transform: translate(0px, -6px);
  box-shadow: 0 10px 20px 0 rgba(8, 15, 52, 0.1) !important;
}
.cid-uSvSRgDMjd .shadow:hover a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption),
.cid-uSvSRgDMjd .shadow:hover .mbr-iconfont,
.cid-uSvSRgDMjd .shadow:hover .number,
.cid-uSvSRgDMjd .shadow:hover .card-title {
  color: #c21900 !important;
}
.cid-uSvSRgDMjd .shadow:hover .inner {
  transform: scale(1.1);
}
.cid-uSvSRgDMjd .card-title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-uSvSRgDMjd .title-block {
  margin-bottom: 56px;
}
.cid-uSvSRgDMjd .card-text {
  margin-bottom: 42px;
  color: #000000;
}
.cid-uSvSRgDMjd H3 {
  color: #14142b;
  text-align: center;
}
.cid-uSvSRgDMjd .inner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}
.cid-uSvSRgDMjd .card-wrapper {
  border-radius: 0 30px 30px 0px;
  background-color: #ffffff;
  padding: 60px 71px;
}
.cid-uSvSRgDMjd .mbr-iconfont {
  transition: 0.3s;
  margin-right: 5px;
}
.cid-uSvSRgDMjd .link-title {
  display: inline-block;
}
.cid-uSvSRgDMjd .episode {
  color: #ffffff;
}
.cid-uSvSRgDMjd .img-title {
  color: #ffffff;
}
.cid-uSvSRgDMjd .margin {
  margin-right: 14px;
}
.cid-uSvSRgDMjd .mbr-section-btn {
  width: auto;
  display: inline;
}
.cid-uSvSRgDMjd .button-color {
  padding: 14px 18px !important;
  border-radius: 1000px !important;
  display: inline-block;
  line-height: 20px;
  background-color: #e9f1ee;
  color: #000000;
}
.cid-uSvSRgDMjd .position {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
.cid-uSvSRgDMjd .link-row,
.cid-uSvSRgDMjd .title-block {
  align-items: center;
}
.cid-uSvSRgDMjd .line {
  width: 100%;
  height: 1px;
  background-color: #e9f1ee;
  margin-bottom: 35px;
}
.cid-uSvSRgDMjd .mbr-section-title {
  color: #000000;
}
@media (max-width: 900px) {
  .cid-uSvSRgDMjd .card-wrapper {
    padding: 40px 31px;
  }
}
@media (max-width: 820px) {
  .cid-uSvSRgDMjd .card-wrapper {
    padding: 25px 31px;
  }
}
@media (max-width: 1095px) {
  .cid-uSvSRgDMjd .wrap-img {
    height: 430px;
  }
}
@media (max-width: 765px) {
  .cid-uSvSRgDMjd .shadow {
    display: flex;
    flex-direction: column;
  }
  .cid-uSvSRgDMjd .title-block {
    flex-direction: column;
  }
  .cid-uSvSRgDMjd .mbr-section-subtitle {
    margin-bottom: 30px;
    text-align: center;
  }
  .cid-uSvSRgDMjd .wrap-img {
    height: 361px;
    width: 100%;
    border-radius: 30px 30px 0 0;
  }
  .cid-uSvSRgDMjd .card-wrapper {
    padding: 24px 25px 34px 25px;
  }
}
.cid-uSvSRgDMjd .card-title,
.cid-uSvSRgDMjd span {
  transition: 0.35s;
}
.cid-uSvSRgDMjd .item {
  margin-bottom: 32px;
}
.cid-uSvSRgDMjd .link-row {
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uSvSRgDMjd .link-row {
    display: block;
  }
}
.cid-uSvSRgDMjd .col-auto .card-button {
  display: block;
}
@media (max-width: 992px) {
  .cid-uSvSRgDMjd .col-auto .card-button {
    margin-bottom: 16px;
  }
}
.cid-uSvSRgDMjd .col-auto .card-button .btn {
  padding: 0;
  display: inline-flex;
  flex-direction: row-reverse;
  border: none;
}
.cid-uSvSRgDMjd .col-auto .card-button .btn .mbr-iconfont {
  padding-left: 0;
  padding-right: 8px;
}
.cid-uSvSRgDMjd .col-auto .card-button .btn-primary,
.cid-uSvSRgDMjd .col-auto .card-button .btn-secondary,
.cid-uSvSRgDMjd .col-auto .card-button .btn-success,
.cid-uSvSRgDMjd .col-auto .card-button .btn-info,
.cid-uSvSRgDMjd .col-auto .card-button .btn-warning,
.cid-uSvSRgDMjd .col-auto .card-button .btn-danger,
.cid-uSvSRgDMjd .col-auto .card-button .btn-black,
.cid-uSvSRgDMjd .col-auto .card-button .btn-white {
  padding: 14px 18px;
}
.cid-uSvSRgDMjd .mbr-section-subtitle {
  color: #000000;
}
.cid-uSvSRgI0yK {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #e9f1ee;
}
.cid-uSvSRgI0yK .display-4 > .mbr-iconfont {
  font-size: 16px;
}
.cid-uSvSRgI0yK .mbr-section-title {
  margin-bottom: 56px;
}
.cid-uSvSRgI0yK .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-uSvSRgI0yK .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-uSvSRgI0yK .inner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}
.cid-uSvSRgI0yK .shadow:hover {
  transform: translate(0px, -6px);
  box-shadow: 0 10px 20px 0 rgba(8, 15, 52, 0.1) !important;
}
.cid-uSvSRgI0yK .shadow:hover a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption),
.cid-uSvSRgI0yK .shadow:hover .mbr-iconfont,
.cid-uSvSRgI0yK .shadow:hover .number,
.cid-uSvSRgI0yK .shadow:hover .card-title {
  color: #043d30 !important;
}
.cid-uSvSRgI0yK .shadow:hover .inner {
  transform: scale(1.1);
}
.cid-uSvSRgI0yK .card-title {
  margin-bottom: 10px;
  transition: 0.35s;
  color: #000000;
}
.cid-uSvSRgI0yK span,
.cid-uSvSRgI0yK .number {
  transition: 0.35s;
}
.cid-uSvSRgI0yK .card-text {
  margin-bottom: 32px;
  color: #000000;
}
@media (max-width: 990px) {
  .cid-uSvSRgI0yK .card-wrapper {
    padding: 60px 30px 40px;
  }
}
@media (max-width: 574px) {
  .cid-uSvSRgI0yK .card-wrapper {
    padding: 60px 30px 40px;
  }
}
.cid-uSvSRgI0yK H3 {
  color: #14142b;
  text-align: center;
}
.cid-uSvSRgI0yK .card-wrapper {
  border-radius: 0 0 30px 30px;
  background-color: #ffffff;
  padding: 37px 32px 43px;
  transform: translate(0px, 0px);
}
.cid-uSvSRgI0yK .mbr-iconfont {
  transition: 0.3s;
  margin-right: 5px;
}
.cid-uSvSRgI0yK .link-title {
  display: inline-block;
  color: #000000;
}
.cid-uSvSRgI0yK .episode {
  color: #ffffff;
}
.cid-uSvSRgI0yK .img-title {
  color: #ffffff;
}
.cid-uSvSRgI0yK .margin {
  margin-right: 14px;
}
.cid-uSvSRgI0yK .button-align {
  margin-top: 56px;
  text-align: center;
}
.cid-uSvSRgI0yK .mbr-section-btn {
  width: auto;
  display: block;
}
.cid-uSvSRgI0yK .title-block {
  margin-bottom: 32px;
  align-items: center;
}
.cid-uSvSRgI0yK a.btn {
  display: inline-flex;
}
@media (max-width: 550px) {
  .cid-uSvSRgI0yK .title-block {
    flex-direction: column;
  }
  .cid-uSvSRgI0yK .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-uSvSRgI0yK .card-wrapper {
    padding: 24px 25px 34px 25px;
  }
}
.cid-uSvSRgI0yK .item.features-image {
  margin-top: 30px;
}
.cid-uSvSRgI0yK .item.features-image:nth-child(1) {
  margin-top: 0px;
}
.cid-uSvSRgI0yK .item.features-image:nth-child(2) {
  margin-top: 0px;
}
.cid-uSvSRgI0yK .item.features-image:nth-child(3) {
  margin-top: 0px;
}
@media (max-width: 768px) {
  .cid-uSvSRgI0yK .item.features-image:nth-child(2) {
    margin-top: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uSvSRgI0yK .item.features-image:nth-child(3) {
    margin-top: 30px;
  }
}
.cid-uSvSRgI0yK .link-row {
  align-items: center;
}
.cid-uSvSRgI0yK .col-auto .card-button .btn {
  padding: 0;
  display: flex;
  flex-direction: row-reverse;
  border: none;
}
.cid-uSvSRgI0yK .col-auto .card-button .btn .mbr-iconfont {
  padding-left: 0;
  padding-right: 8px;
}
.cid-uSvSRgI0yK .col-auto .card-button .btn-primary,
.cid-uSvSRgI0yK .col-auto .card-button .btn-secondary,
.cid-uSvSRgI0yK .col-auto .card-button .btn-success,
.cid-uSvSRgI0yK .col-auto .card-button .btn-info,
.cid-uSvSRgI0yK .col-auto .card-button .btn-warning,
.cid-uSvSRgI0yK .col-auto .card-button .btn-danger,
.cid-uSvSRgI0yK .col-auto .card-button .btn-black,
.cid-uSvSRgI0yK .col-auto .card-button .btn-white {
  padding: 14px 18px;
}
.cid-uSvSRgI0yK .mbr-section-subtitle {
  color: #000000;
}
.cid-uSvSRgI0yK .number {
  color: #000000;
}
.cid-uSvSRgPLT2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSvSRgPLT2 .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-uSvSRgQZOp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSvSRgQZOp .mbr-section-title {
  width: 100%;
  text-align: center;
  margin-bottom: 16px;
  line-height: 1.171em;
  color: #000000;
}
.cid-uSvSRgQZOp .mbr-text {
  color: #8c8c95;
  margin-bottom: 20px;
  text-align: center;
}
.cid-uSvSRgQZOp .button-align {
  text-align: center;
}
.cid-uSvSRgQZOp .margin {
  margin-right: 14px;
}
.cid-uSvSRgQZOp .mbr-section-btn {
  display: inline-block;
}
.cid-uSvSRgQZOp .container {
  max-width: 493px;
}
.cid-uSvSRgQZOp .btn {
  margin-top: 20px;
}
.cid-uSvSRgQZOp a.btn > span {
  margin-left: 0.5rem;
}
.cid-uSvSRgQZOp .mbr-text,
.cid-uSvSRgQZOp .button-align {
  color: #000000;
}
.cid-uSvSRgRXmL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSvSRgRXmL .mbr-section-subtitle {
  color: #000000;
  text-align: center;
  max-width: 552px;
  margin: auto;
}
.cid-uSvSRgRXmL .mbr-section-title {
  text-align: center;
  color: #000000;
  padding-bottom: 24px;
  max-width: 752px;
  margin: auto;
}
.cid-uSvSRgRXmL .row {
  align-items: center;
  height: 100%;
}
.cid-uSvSRgRXmL .wrapper {
  margin: auto;
}
.cid-uSvSRgSw6T {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSvSRgSw6T .row {
  align-items: center;
  justify-content: space-between;
}
.cid-uSvSRgSw6T .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  line-height: 1.171em;
}
.cid-uSvSRgSw6T .mbr-section-subtitle {
  color: #4c4c4c;
  width: 100%;
  text-align: left;
}
.cid-uSvSRgSw6T .mbr-text {
  color: #5f5d68;
  margin-bottom: 48px;
}
.cid-uSvSRgSw6T .right-side {
  max-width: 554px;
  margin-right: 60px;
}
.cid-uSvSRgSw6T .mbr-section-btn {
  width: auto;
  display: inline;
}
.cid-uSvSRgSw6T .margin {
  margin-right: 14px;
}
.cid-uSvSRgSw6T .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-uSvSRgSw6T .socicon-bg-youtube {
  background-color: #227755;
  color: #ffffff;
}
.cid-uSvSRgSw6T .socicon-bg-facebook {
  background-color: #fd5523;
  color: #ffffff;
}
.cid-uSvSRgSw6T .socicon-bg-twitter {
  background-color: #356859;
  color: #ffffff;
}
.cid-uSvSRgSw6T .socicon-bg-pinterest {
  background-color: #227755;
  color: #ffffff;
}
.cid-uSvSRgSw6T .socicon-bg-mail {
  background-color: #fd5523;
  color: #ffffff;
}
.cid-uSvSRgSw6T .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: #fd5523;
  cursor: pointer;
}
.cid-uSvSRgSw6T .btn-social .mbr-iconfont {
  top: 0;
  line-height: 22px;
  width: 22px;
}
.cid-uSvSRgSw6T .btn-social + .btn {
  margin-left: 0.1rem;
}
.cid-uSvSRgSw6T img {
  max-width: 238px;
  height: auto;
  border-radius: 50%;
}
.cid-uSvSRgSw6T .mbr-social-likes {
  max-width: 454px;
}
.cid-uSvSRgSw6T .card-title {
  margin-bottom: 8px;
  color: #000000;
}
.cid-uSvSRgSw6T .card-subtitle {
  margin-bottom: 22px;
  color: #000000;
}
.cid-uSvSRgSw6T .card-text {
  margin-bottom: 22px;
  color: #8c8c95;
}
.cid-uSvSRgSw6T .card-title,
.cid-uSvSRgSw6T .card-subtitle,
.cid-uSvSRgSw6T .card-text {
  width: auto;
}
@media (max-width: 770px) {
  .cid-uSvSRgSw6T .shadow {
    padding: 59px 56px;
  }
}
@media (max-width: 640px) {
  .cid-uSvSRgSw6T .al {
    flex-direction: column;
  }
  .cid-uSvSRgSw6T .shadow {
    padding: 39px 36px;
  }
  .cid-uSvSRgSw6T img {
    padding-bottom: 20px;
  }
  .cid-uSvSRgSw6T .card-title,
  .cid-uSvSRgSw6T .card-subtitle,
  .cid-uSvSRgSw6T .card-text,
  .cid-uSvSRgSw6T .mbr-social-likes {
    text-align: center;
  }
}
@media (max-width: 600px) {
  .cid-uSvSRgSw6T .shadow {
    padding: 35px 15px;
  }
}
.cid-uSvSRgSw6T .mbr-iconfont {
  margin-left: 0;
}
.cid-uSvSRgSw6T .card-text,
.cid-uSvSRgSw6T .mbr-social-likes {
  color: #000000;
}
.cid-uSvSRgVHFF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSvSRgVHFF .mbr-section-title {
  margin-bottom: 24px;
  color: #000000;
  text-align: center;
}
.cid-uSvSRgVHFF .link-title {
  width: 100%;
  display: inline-block;
}
.cid-uSvSRgVHFF .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-uSvSRgVHFF .item-wrapper {
  position: relative;
}
.cid-uSvSRgVHFF .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-uSvSRgVHFF .col-12.col-sm-6.col-lg-3:hover a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption),
.cid-uSvSRgVHFF .col-12.col-sm-6.col-lg-3:hover .mbr-iconfont,
.cid-uSvSRgVHFF .col-12.col-sm-6.col-lg-3:hover .number,
.cid-uSvSRgVHFF .col-12.col-sm-6.col-lg-3:hover .card-title {
  color: #c21900 !important;
}
.cid-uSvSRgVHFF .col-12.col-sm-6.col-lg-3:hover .inner {
  transform: scale(1.1);
}
.cid-uSvSRgVHFF .card-title {
  transition: 0.35s;
  margin-bottom: 12px;
  color: #000000;
}
.cid-uSvSRgVHFF .inner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
  border-radius: 30px;
}
.cid-uSvSRgVHFF .card-text {
  margin-bottom: 33px;
  color: #8c8c95;
}
@media (min-width: 970px) and (max-width: 1100px) {
  .cid-uSvSRgVHFF .card-wrapper {
    margin: 10px;
  }
}
@media (min-width: 575px) and (max-width: 990px) {
  .cid-uSvSRgVHFF .col-12:nth-child(3) {
    padding-top: 50px;
  }
  .cid-uSvSRgVHFF .col-12:nth-child(4) {
    padding-top: 50px;
  }
  .cid-uSvSRgVHFF .card-wrapper {
    margin: 20px;
    padding: 60px 30px 40px;
  }
}
@media (max-width: 574px) {
  .cid-uSvSRgVHFF .col-12 {
    padding-top: 50px;
  }
  .cid-uSvSRgVHFF .col-12:first-child {
    padding-top: 0px;
  }
  .cid-uSvSRgVHFF .wrap-img {
    margin-bottom: 30px;
  }
  .cid-uSvSRgVHFF .card-wrapper {
    margin: 10px;
    padding: 60px 30px 40px;
  }
}
.cid-uSvSRgVHFF .card-wrapper {
  border-radius: 0 0 30px 30px;
  background-color: #ffffff;
  padding: 37px 32px 43px;
}
.cid-uSvSRgVHFF .mbr-iconfont {
  transition: 0.3s;
  margin-right: 5px;
}
.cid-uSvSRgVHFF .episode {
  color: #ffffff;
}
.cid-uSvSRgVHFF .img-title {
  color: #ffffff;
}
.cid-uSvSRgVHFF .margin {
  margin-right: 14px;
}
.cid-uSvSRgVHFF .button-align {
  margin-top: 56px;
  text-align: center;
}
.cid-uSvSRgVHFF .mbr-section-btn {
  width: auto;
  display: inline;
  text-align: left;
}
.cid-uSvSRgVHFF .title-block {
  padding-bottom: 30px;
  max-width: 493px;
  margin: auto;
}
.cid-uSvSRgVHFF .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-uSvSRgVHFF .display-4 > .mbr-iconfont {
  font-size: 16px;
}
.cid-uSvSRgVHFF .card-button .btn {
  padding: 0;
  display: inline-flex;
  flex-direction: row-reverse;
  border: none;
}
.cid-uSvSRgVHFF .card-button .btn .mbr-iconfont {
  padding-left: 0;
  padding-right: 8px;
}
.cid-uSvSRgVHFF .card-button .btn-primary,
.cid-uSvSRgVHFF .card-button .btn-secondary,
.cid-uSvSRgVHFF .card-button .btn-success,
.cid-uSvSRgVHFF .card-button .btn-info,
.cid-uSvSRgVHFF .card-button .btn-warning,
.cid-uSvSRgVHFF .card-button .btn-danger,
.cid-uSvSRgVHFF .card-button .btn-black,
.cid-uSvSRgVHFF .card-button .btn-white {
  padding: 14px 18px;
}
.cid-uSvSRgVHFF .card-text,
.cid-uSvSRgVHFF .link-title {
  color: #000000;
}
.cid-uSvSRh3itS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e9f1ee;
}
.cid-uSvSRh3itS .row {
  justify-content: center;
}
.cid-uSvSRh5VrX {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uSvSRh5VrX .mbr-section-title {
  margin-bottom: 56px;
}
.cid-uSvSRh5VrX .display-4 > .mbr-iconfont {
  font-size: 16px;
}
.cid-uSvSRh5VrX .shadow {
  transition: all 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  overflow: visible;
  box-shadow: none !important;
}
.cid-uSvSRh5VrX .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-uSvSRh5VrX .inner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}
.cid-uSvSRh5VrX .shadow:hover {
  transform: translate(0px, -6px);
}
.cid-uSvSRh5VrX .shadow:hover a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption),
.cid-uSvSRh5VrX .shadow:hover .mbr-iconfont,
.cid-uSvSRh5VrX .shadow:hover .inner {
  transform: scale(1.1);
}
.cid-uSvSRh5VrX .card-price {
  margin-bottom: 10px;
  color: #FFFFFF;
}
.cid-uSvSRh5VrX .card-title {
  margin-bottom: 10px;
  color: #FFFFFF;
}
.cid-uSvSRh5VrX .card-title span,
.cid-uSvSRh5VrX .card-title .number {
  transition: 0.35s;
}
.cid-uSvSRh5VrX .card-text {
  margin-bottom: 32px;
  color: #FFFFFF;
}
@media (min-width: 575px) and (max-width: 990px) {
  .cid-uSvSRh5VrX .card-wrapper {
    padding: 60px 30px 40px;
  }
}
@media (max-width: 574px) {
  .cid-uSvSRh5VrX .card-wrapper {
    padding: 60px 30px 40px;
  }
}
.cid-uSvSRh5VrX H3 {
  color: #14142b;
  text-align: center;
}
.cid-uSvSRh5VrX img {
  width: auto;
  height: 70px;
}
.cid-uSvSRh5VrX .card-wrapper {
  background-color: #fd5523;
  padding: 37px 32px 43px;
}
.cid-uSvSRh5VrX .mbr-iconfont {
  transition: 0.3s;
  margin-right: 5px;
}
.cid-uSvSRh5VrX .link-title {
  display: inline-block;
}
.cid-uSvSRh5VrX .episode {
  color: #ffffff;
}
.cid-uSvSRh5VrX .img-title {
  color: #ffffff;
}
.cid-uSvSRh5VrX .margin {
  margin-right: 14px;
}
.cid-uSvSRh5VrX .button-align {
  margin-top: 56px;
  text-align: center;
}
.cid-uSvSRh5VrX .mbr-section-btn {
  width: auto;
  display: block;
}
.cid-uSvSRh5VrX .mbr-section-btn .btn {
  display: flex;
}
@media (max-width: 500px) {
  .cid-uSvSRh5VrX .margin {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
@media (max-width: 550px) {
  .cid-uSvSRh5VrX .card-wrapper {
    padding: 24px 25px 34px 25px;
  }
}
.cid-uSvSRh5VrX span,
.cid-uSvSRh5VrX .number {
  transition: 0.35s;
}
.cid-uSvSRh5VrX .item.features-image {
  margin-top: 30px;
}
.cid-uSvSRh5VrX .item.features-image:nth-child(1) {
  margin-top: 0px;
}
.cid-uSvSRh5VrX .item.features-image:nth-child(2) {
  margin-top: 0px;
}
.cid-uSvSRh5VrX .item.features-image:nth-child(3) {
  margin-top: 0px;
}
@media (max-width: 992px) {
  .cid-uSvSRh5VrX .item.features-image:nth-child(3) {
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  .cid-uSvSRh5VrX .item.features-image:nth-child(2) {
    margin-top: 30px;
  }
}
.cid-uSvSRh5VrX .mbr-section-title,
.cid-uSvSRh5VrX .button-align {
  color: #000000;
}
.cid-uSvSRhdUFo {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #e9f1ee;
}
.cid-uSvSRhdUFo .mbr-section-title {
  margin-bottom: 56px;
}
.cid-uSvSRhdUFo .display-4 > .mbr-iconfont {
  font-size: 16px;
}
.cid-uSvSRhdUFo .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-uSvSRhdUFo .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-uSvSRhdUFo .inner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}
.cid-uSvSRhdUFo .shadow:hover {
  transform: translate(0px, -6px);
  box-shadow: 0 10px 20px 0 rgba(8, 15, 52, 0.1) !important;
}
.cid-uSvSRhdUFo .shadow:hover a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption),
.cid-uSvSRhdUFo .shadow:hover .mbr-iconfont,
.cid-uSvSRhdUFo .shadow:hover .number,
.cid-uSvSRhdUFo .shadow:hover .card-title {
  color: #c21900 !important;
}
.cid-uSvSRhdUFo .shadow:hover .inner {
  transform: scale(1.1);
}
.cid-uSvSRhdUFo .card-title {
  margin-bottom: 10px;
  color: #000000;
}
.cid-uSvSRhdUFo .card-title span,
.cid-uSvSRhdUFo .card-title .number {
  transition: 0.35s;
}
.cid-uSvSRhdUFo .card-text {
  margin-bottom: 32px;
  color: #000000;
}
@media (min-width: 575px) and (max-width: 990px) {
  .cid-uSvSRhdUFo .card-wrapper {
    padding: 60px 30px 40px;
  }
}
@media (max-width: 574px) {
  .cid-uSvSRhdUFo .card-wrapper {
    padding: 60px 30px 40px;
  }
}
.cid-uSvSRhdUFo H3 {
  color: #14142b;
  text-align: center;
}
.cid-uSvSRhdUFo img {
  width: auto;
  height: 70px;
}
.cid-uSvSRhdUFo .card-wrapper {
  border-radius: 0 0 30px 30px;
  background-color: #ffffff;
  padding: 37px 32px 43px;
}
.cid-uSvSRhdUFo .mbr-iconfont {
  transition: 0.3s;
  margin-right: 5px;
}
.cid-uSvSRhdUFo .link-title {
  display: inline-block;
}
.cid-uSvSRhdUFo .episode {
  color: #ffffff;
}
.cid-uSvSRhdUFo .img-title {
  color: #ffffff;
}
.cid-uSvSRhdUFo .margin {
  margin-right: 14px;
}
.cid-uSvSRhdUFo .button-align {
  margin-top: 56px;
  text-align: center;
}
.cid-uSvSRhdUFo .mbr-section-btn {
  width: auto;
  display: inline;
}
@media (max-width: 500px) {
  .cid-uSvSRhdUFo .button-align {
    display: flex;
    flex-direction: column;
  }
  .cid-uSvSRhdUFo .margin {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
@media (max-width: 550px) {
  .cid-uSvSRhdUFo .card-wrapper {
    padding: 24px 25px 34px 25px;
  }
}
.cid-uSvSRhdUFo span,
.cid-uSvSRhdUFo .number {
  transition: 0.35s;
}
.cid-uSvSRhdUFo .item.features-image {
  margin-top: 30px;
}
.cid-uSvSRhdUFo .item.features-image:nth-child(1) {
  margin-top: 0px;
}
.cid-uSvSRhdUFo .item.features-image:nth-child(2) {
  margin-top: 0px;
}
.cid-uSvSRhdUFo .item.features-image:nth-child(3) {
  margin-top: 0px;
}
@media (max-width: 992px) {
  .cid-uSvSRhdUFo .item.features-image:nth-child(3) {
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  .cid-uSvSRhdUFo .item.features-image:nth-child(2) {
    margin-top: 30px;
  }
}
.cid-uSvSRhdUFo .link-row {
  align-items: center;
}
.cid-uSvSRhdUFo .col-auto .card-button {
  display: block;
}
.cid-uSvSRhdUFo .col-auto .card-button .btn {
  padding: 0;
  display: flex;
  flex-direction: row-reverse;
  border: none;
}
.cid-uSvSRhdUFo .col-auto .card-button .btn .mbr-iconfont {
  padding-left: 0;
  padding-right: 8px;
}
.cid-uSvSRhdUFo .col-auto .card-button .btn-primary,
.cid-uSvSRhdUFo .col-auto .card-button .btn-secondary,
.cid-uSvSRhdUFo .col-auto .card-button .btn-success,
.cid-uSvSRhdUFo .col-auto .card-button .btn-info,
.cid-uSvSRhdUFo .col-auto .card-button .btn-warning,
.cid-uSvSRhdUFo .col-auto .card-button .btn-danger,
.cid-uSvSRhdUFo .col-auto .card-button .btn-black,
.cid-uSvSRhdUFo .col-auto .card-button .btn-white {
  padding: 14px 18px;
}
.cid-uSvSRhdUFo .mbr-section-title,
.cid-uSvSRhdUFo .button-align {
  color: #000000;
}
.cid-uSvSRhdUFo .number {
  color: #000000;
}
.cid-uSvSRhmW0G {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSvSRhmW0G .card-heading {
  padding-top: 32px;
  padding-bottom: 16px;
  color: #000000;
}
.cid-uSvSRhmW0G .p1 {
  padding-bottom: 24px;
  color: #272727;
}
.cid-uSvSRhmW0G .p {
  color: #000000;
}
.cid-uSvSRhmW0G .p:last-child {
  padding-bottom: 0;
}
.cid-uSvSRhmW0G .row {
  justify-content: center;
}
.cid-uSvSRhmW0G .heading {
  padding-bottom: 24px;
  color: #000000;
}
.cid-uSvSRhqxMI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uSvSRhqxMI .item:focus,
.cid-uSvSRhqxMI span:focus {
  outline: none;
}
.cid-uSvSRhqxMI .item-wrapper {
  position: relative;
}
.cid-uSvSRhqxMI .slide-content {
  position: relative;
  border-radius: 4px;
  background: transparent;
  height: 100%;
  display: flex;
  overflow: visible;
  flex-flow: column nowrap;
}
.cid-uSvSRhqxMI .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 40%;
  max-width: 596px;
}
@media (max-width: 768px) {
  .cid-uSvSRhqxMI .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
@media (max-width: 900px) {
  .cid-uSvSRhqxMI .embla__slide {
    min-width: 60%;
  }
}
@media (max-width: 630px) {
  .cid-uSvSRhqxMI .embla__slide {
    min-width: 375px;
  }
}
.cid-uSvSRhqxMI .embla__button--next,
.cid-uSvSRhqxMI .embla__button--prev {
  display: flex;
}
.cid-uSvSRhqxMI .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: #fd5523;
  color: #356859;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-uSvSRhqxMI .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uSvSRhqxMI .embla__button:hover {
  background-color: #fd5523;
  color: #356859;
  transform: scale(1.05);
}
.cid-uSvSRhqxMI .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uSvSRhqxMI .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uSvSRhqxMI .embla__button {
    top: auto;
  }
}
.cid-uSvSRhqxMI .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uSvSRhqxMI .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uSvSRhqxMI .embla {
  position: relative;
  width: 100%;
}
.cid-uSvSRhqxMI .embla__viewport {
  overflow: visible;
  width: 100%;
}
.cid-uSvSRhqxMI .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uSvSRhqxMI .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uSvSRhqxMI .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uSvSRhqxMI .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-uSvSRhqxMI .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-uSvSRhqxMI .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-uSvSRhqxMI .shadow:hover {
  transform: translate(0px, -6px);
  box-shadow: 0 10px 20px 0 rgba(8, 15, 52, 0.1) !important;
}
.cid-uSvSRhqxMI .shadow:hover a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption),
.cid-uSvSRhqxMI .shadow:hover .number,
.cid-uSvSRhqxMI .shadow:hover .card-title {
  color: #0cbde1 !important;
}
.cid-uSvSRhqxMI .shadow:hover .wrap-img {
  padding: 15px 15px 30px;
}
.cid-uSvSRhqxMI .shadow:hover .wrap-img::after {
  transform: scale(1.05);
}
.cid-uSvSRhqxMI .card-wrapper {
  padding: 30px 15px;
  margin: 0 15px;
  width: auto;
  max-width: 100%;
}
.cid-uSvSRhqxMI .card-title {
  font-weight: 700;
  padding: 10px 20px 10px;
  color: #4c4c4c;
  text-align: left;
  text-transform: uppercase;
}
.cid-uSvSRhqxMI H3 {
  color: #1d1d1f;
}
.cid-uSvSRhqxMI .card-subtitle {
  text-align: left;
  color: #000000;
}
.cid-uSvSRhqxMI .iconfont-wrapper {
  text-align: left;
  margin-bottom: 16px;
}
.cid-uSvSRhqxMI .iconfont-wrapper .mbr-iconfont {
  color: #fd5523;
}
.cid-uSvSRhqxMI .card-text {
  margin-bottom: 16px;
  text-align: left;
}
.cid-uSvSRhqxMI .mbr-iconfont::before {
  font-size: 25px;
}
.cid-uSvSRhqxMI .button-align {
  margin-top: 36px;
  text-align: center;
}
.cid-uSvSRhqxMI .mbr-section-btn {
  width: auto;
  display: inline-block;
}
.cid-uSvSRhqxMI .people {
  align-items: center;
}
.cid-uSvSRhqxMI img {
  border-radius: 10%;
  height: 128px;
  width: 128px;
  margin: 0;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uSvSRhqxMI .row.title-block {
    flex-direction: column;
  }
  .cid-uSvSRhqxMI .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-uSvSRhqxMI .mbr-section-title {
    text-align: center;
  }
}
.cid-uSvSRhqxMI .card-subtitle,
.cid-uSvSRhqxMI .card-subtitle2 {
  display: inline;
}
@media (max-width: 1040px) {
  .cid-uSvSRhqxMI .people {
    flex-direction: column;
  }
  .cid-uSvSRhqxMI .card-text,
  .cid-uSvSRhqxMI .align,
  .cid-uSvSRhqxMI .iconfont-wrapper {
    text-align: center;
  }
  .cid-uSvSRhqxMI img {
    margin-bottom: 20px !important;
  }
}
.cid-uSvSRhqxMI .title-block {
  justify-content: space-between;
  margin-bottom: 32px;
  align-items: center;
}
@media (max-width: 400px) {
  .cid-uSvSRhqxMI .button-align {
    margin-top: 20px;
  }
}
.cid-uSvSRhqxMI .btn {
  margin-top: 20px;
}
.cid-uSvSRhqxMI a.btn > span {
  margin-left: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uSvSRhqxMI .shadow {
    padding-top: 40px;
    padding-bottom: 43px;
  }
}
@media (max-width: 479px) {
  .cid-uSvSRhqxMI .shadow {
    padding: 33px 25px 36px;
  }
}
.cid-uSvSRhqxMI .mbr-section-subtitle,
.cid-uSvSRhqxMI .button-align {
  color: #000000;
}
.cid-uSvSRhqxMI .mbr-section-title {
  color: #000000;
}
.cid-uSvSRhqxMI .card-text,
.cid-uSvSRhqxMI .iconfont-wrapper,
.cid-uSvSRhqxMI .align {
  color: #000000;
}
.cid-uSvSRhqxMI .card-subtitle2 {
  color: #000000;
}
.cid-uSvSRhBM48 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSvSRhBM48 .mbr-section-title {
  margin-bottom: 24px;
  line-height: 1.171em;
  color: #000000;
  display: inline-block;
}
.cid-uSvSRhBM48 .mbr-text {
  color: #8c8c95;
  margin: 0 auto 26px;
  text-align: center;
  max-width: 739px;
}
.cid-uSvSRhBM48 .button-align {
  text-align: center;
}
.cid-uSvSRhBM48 .margin {
  margin-right: 14px;
}
.cid-uSvSRhBM48 .mbr-section-btn {
  display: block;
}
@media (max-width: 440px) {
  .cid-uSvSRhBM48 .margin {
    margin-right: 0px;
  }
}
.cid-uSvSRhBM48 .btn {
  margin-top: 20px;
}
.cid-uSvSRhBM48 a.btn > span {
  margin-left: 0.5rem;
}
.cid-uSvSRhBM48 .mbr-text,
.cid-uSvSRhBM48 .button-align {
  color: #000000;
}
.cid-uSvSRhDZxD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSvSRhDZxD .card-heading {
  padding-bottom: 32px;
  color: #000000;
}
.cid-uSvSRhDZxD .p {
  padding-bottom: 26px;
  color: #000000;
}
.cid-uSvSRhDZxD .p:last-child {
  padding-bottom: 0;
}
.cid-uSvSRhDZxD .row {
  justify-content: center;
}
.cid-uSvSRhFhgi {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #e9f1ee;
}
.cid-uSvSRhFhgi .mbr-section-subtitle {
  color: #8c8c95;
  text-align: center;
  max-width: 552px;
  margin: auto;
}
.cid-uSvSRhFhgi .mbr-section-title {
  text-align: center;
  color: #000000;
  margin: auto;
}
.cid-uSvSRhFhgi .row {
  align-items: center;
  height: 100%;
}
.cid-uSvSRhFhgi .wrapper {
  margin: auto;
}
.cid-uSvSRhFhYr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e9f1ee;
}
.cid-uSvSRhFhYr .item:focus,
.cid-uSvSRhFhYr span:focus {
  outline: none;
}
.cid-uSvSRhFhYr .item-wrapper {
  position: relative;
}
.cid-uSvSRhFhYr .slide-content {
  position: relative;
  border-radius: 4px;
  background: transparent;
  height: 100%;
  display: flex;
  overflow: visible;
  flex-flow: column nowrap;
}
.cid-uSvSRhFhYr .mbr-section-btn {
  margin-top: auto !important;
  margin-left: 0;
  margin-right: 0;
  width: auto;
  display: inline-block;
}
.cid-uSvSRhFhYr .mbr-section-title {
  color: #14142b;
  text-align: center;
  margin-bottom: 24px;
}
.cid-uSvSRhFhYr .mbr-text,
.cid-uSvSRhFhYr .mbr-section-btn {
  text-align: left;
}
.cid-uSvSRhFhYr .item-title {
  text-align: left;
}
.cid-uSvSRhFhYr .item-subtitle {
  text-align: left;
}
.cid-uSvSRhFhYr .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 33%;
  max-width: 596px;
}
@media (max-width: 768px) {
  .cid-uSvSRhFhYr .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
@media (max-width: 900px) {
  .cid-uSvSRhFhYr .embla__slide {
    min-width: 60%;
  }
}
@media (max-width: 630px) {
  .cid-uSvSRhFhYr .embla__slide {
    min-width: 375px;
  }
}
.cid-uSvSRhFhYr .embla__button--next,
.cid-uSvSRhFhYr .embla__button--prev {
  display: flex;
}
.cid-uSvSRhFhYr .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: #fd5523;
  color: #356859;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-uSvSRhFhYr .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uSvSRhFhYr .embla__button:hover {
  background-color: #fd5523;
  color: #356859;
  transform: scale(1.05);
}
.cid-uSvSRhFhYr .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uSvSRhFhYr .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uSvSRhFhYr .embla__button {
    top: auto;
  }
}
.cid-uSvSRhFhYr .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uSvSRhFhYr .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uSvSRhFhYr .embla {
  position: relative;
  width: 100%;
}
.cid-uSvSRhFhYr .embla__viewport {
  overflow: visible;
  width: 100%;
}
.cid-uSvSRhFhYr .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uSvSRhFhYr .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uSvSRhFhYr .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uSvSRhFhYr .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-uSvSRhFhYr .title-block {
  justify-content: space-between;
  margin-bottom: 32px;
  align-items: center;
  padding-bottom: 56px;
  max-width: 715px;
  margin: auto;
}
.cid-uSvSRhFhYr .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-uSvSRhFhYr .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-uSvSRhFhYr img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 100%;
}
.cid-uSvSRhFhYr .shadow:hover {
  transform: translate(0px, -6px);
  box-shadow: 0 10px 20px 0 rgba(8, 15, 52, 0.1) !important;
}
.cid-uSvSRhFhYr .shadow:hover a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption),
.cid-uSvSRhFhYr .shadow:hover .number,
.cid-uSvSRhFhYr .shadow:hover .card-title {
  color: #c21900 !important;
}
.cid-uSvSRhFhYr .shadow:hover .iconfont-wrapper > .mbr-iconfont > span {
  color: #000000 !important;
}
.cid-uSvSRhFhYr .card-title {
  margin-bottom: 16px;
  color: #4c4c4c;
  transition: 0.35s;
  text-align: left;
}
.cid-uSvSRhFhYr .card-text {
  color: #000000;
  text-align: center;
}
.cid-uSvSRhFhYr H3 {
  color: #1d1d1f;
  text-align: center;
}
.cid-uSvSRhFhYr .card-wrapper {
  border-radius: 0 0 30px 30px;
  background-color: #ffffff;
  padding: 34px 25px 54px 31px;
}
.cid-uSvSRhFhYr .date {
  margin-bottom: 24px;
  color: #8c8c95;
}
.cid-uSvSRhFhYr .link-title {
  display: inline-block;
}
.cid-uSvSRhFhYr .margin {
  margin-right: 14px;
}
.cid-uSvSRhFhYr .article {
  display: contents;
}
.cid-uSvSRhFhYr .button-color {
  padding: 1rem 1.5625rem !important;
  border-radius: 1000px !important;
  display: inline-block;
  line-height: 20px;
  background-color: #eff0f6;
}
.cid-uSvSRhFhYr .link-row {
  align-items: center;
}
@media (max-width: 530px) {
  .cid-uSvSRhFhYr .card-wrapper {
    border-radius: 0 0 30px 30px;
  }
}
@media (max-width: 480px) {
  .cid-uSvSRhFhYr .card-wrapper {
    border-radius: 0 0 30px 30px;
  }
}
.cid-uSvSRhFhYr .iconfont-wrapper {
  text-align: left;
  margin-bottom: 32px;
}
.cid-uSvSRhFhYr .iconfont-wrapper .mbr-iconfont::before {
  font-size: 50px;
  padding: 25px;
  border-radius: 50%;
}
.cid-uSvSRhFhYr .button-align {
  margin-top: 36px;
  text-align: center;
}
.cid-uSvSRhFhYr .btn {
  margin-top: 20px;
}
.cid-uSvSRhFhYr .card-title,
.cid-uSvSRhFhYr .iconfont-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uSvSRhFhYr a.btn > span {
  margin-left: 0.5rem;
}
.cid-uSvSRhFhYr .mbr-section-title,
.cid-uSvSRhFhYr .button-align {
  color: #000000;
}
.cid-uSvSRhMtzK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-uSvSRhMtzK .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-uSvSRhMtzK .plan .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
}
@media (max-width: 991px) {
  .cid-uSvSRhMtzK .align-center {
    margin-top: 2rem;
  }
  .cid-uSvSRhMtzK .align-center:first-child {
    margin-top: 0rem;
  }
  .cid-uSvSRhMtzK .align-center:nth-child(2) {
    margin-top: 0rem;
  }
}
.cid-uSvSRhMtzK .line {
  width: 100%;
  height: 1px;
  background-color: #000000;
  margin-bottom: 41px;
}
.cid-uSvSRhMtzK .list {
  text-align: left;
  margin-bottom: 54px;
}
.cid-uSvSRhMtzK .list2 {
  text-align: left;
  margin-bottom: 54px;
  color: #14142b;
}
.cid-uSvSRhMtzK .category {
  text-align: left;
  margin-bottom: 24px;
  color: #000000;
}
.cid-uSvSRhMtzK .link {
  text-align: left;
}
.cid-uSvSRhMtzK li {
  margin-bottom: 14px;
  display: flex;
  align-items: center;
}
.cid-uSvSRhMtzK li:last-child {
  margin-bottom: 0;
}
.cid-uSvSRhMtzK ul {
  padding-inline-start: 0px;
}
.cid-uSvSRhMtzK .card1 {
  background-color: #ffffff;
}
.cid-uSvSRhMtzK .card2 {
  background-color: #fd5523;
}
.cid-uSvSRhMtzK .card3 {
  background-color: #ffffff;
}
@media (min-width: 990px) and (max-width: 1160px) {
  .cid-uSvSRhMtzK .plan {
    padding: 47px;
  }
}
.cid-uSvSRhMtzK a.btn {
  width: 100% !important;
  margin: auto;
}
.cid-uSvSRhMtzK .card {
  border: 1px solid #eff0f6;
}
.cid-uSvSRhMtzK .text {
  margin-bottom: 34px;
  text-align: left;
  color: #000000;
}
.cid-uSvSRhMtzK .text2 {
  margin-bottom: 34px;
  text-align: left;
  color: #FFFFFF;
}
.cid-uSvSRhMtzK .align {
  margin-bottom: 16px;
}
.cid-uSvSRhMtzK .name {
  margin-bottom: 9px;
}
.cid-uSvSRhMtzK .name2 {
  margin-bottom: 9px;
}
.cid-uSvSRhMtzK .price,
.cid-uSvSRhMtzK .month {
  display: inline !important;
}
.cid-uSvSRhMtzK .price2,
.cid-uSvSRhMtzK .month2 {
  display: inline !important;
}
.cid-uSvSRhMtzK .mbr-text {
  display: inline;
  width: 100%;
}
.cid-uSvSRhMtzK .month {
  width: auto;
  display: inline;
  color: #8c8c95;
}
.cid-uSvSRhMtzK .month2 {
  width: auto;
  display: inline;
  color: #14142b;
}
.cid-uSvSRhMtzK .mbr-iconfont {
  padding: 6px;
  background-color: #356859;
  color: #ffffff;
  font-size: 0.6rem;
  border-radius: 50%;
  margin-right: 6px;
}
.cid-uSvSRhMtzK .name,
.cid-uSvSRhMtzK .align {
  text-align: left;
  color: #000000;
}
.cid-uSvSRhMtzK .name2,
.cid-uSvSRhMtzK .align {
  text-align: left;
  color: #FFFFFF;
}
.cid-uSvSRhMtzK .price2 {
  text-align: left;
  color: #FFFFFF;
}
.cid-uSvSRhMtzK .category2 {
  margin-bottom: 24px;
  text-align: left;
  color: #FFFFFF;
}
.cid-uSvSRhMtzK .mbr-section-title {
  text-align: center;
  margin-bottom: 24px;
  color: #000000;
}
.cid-uSvSRhMtzK .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-uSvSRhMtzK .title-block {
  justify-content: space-between;
  margin-bottom: 32px;
  align-items: center;
  padding-bottom: 56px;
  max-width: 715px;
  margin: auto;
}
.cid-uSvSRhMtzK .card1:hover,
.cid-uSvSRhMtzK .card2:hover,
.cid-uSvSRhMtzK .card3:hover {
  transform: translate(0px, -6px);
}
@media (max-width: 576px) {
  .cid-uSvSRhMtzK .plan {
    padding: 57px 20px 51px;
  }
}
@media (max-width: 768px) {
  .cid-uSvSRhMtzK .align-center:nth-child(2) {
    margin-top: 2rem;
  }
}
.cid-uSvSRhMtzK a.btn > span {
  margin-left: 0.5rem;
  background-color: transparent;
}
.cid-uSvSRhMtzK .price {
  color: #000000;
}
.cid-uSvSRhMtzK .list,
.cid-uSvSRhMtzK .link {
  color: #000000;
}
.cid-uSvSRhMtzK .list2,
.cid-uSvSRhMtzK .link {
  color: #FFFFFF;
}
.cid-uSvSRhYKzX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSvSRhYKzX .mbr-section-subtitle {
  color: #8c8c95;
  text-align: left;
  margin: auto;
  margin-bottom: 24px;
}
.cid-uSvSRhYKzX .mbr-section-title {
  text-align: left;
  color: #14142b;
  margin-bottom: 20px;
  margin-top: 40px;
}
.cid-uSvSRhYKzX .row {
  align-items: center;
  height: 100%;
}
.cid-uSvSRhYKzX .wrapper {
  margin: auto;
}
.cid-uSvSRhYKzX .t1 {
  margin-bottom: 24px;
}
.cid-uSvSRhYKzX .line {
  height: 1px;
  width: 100%;
  background-color: #000000;
}
.cid-uSvSRhYKzX .line1 {
  margin-bottom: 60px;
}
.cid-uSvSRhYKzX .line2 {
  margin-top: 60px;
}
@media (max-width: 576px) {
  .cid-uSvSRhYKzX .t {
    padding-top: 20px;
  }
}
.cid-uSvSRi08iu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uSvSRi08iu .item:focus,
.cid-uSvSRi08iu span:focus {
  outline: none;
}
.cid-uSvSRi08iu .item-wrapper {
  position: relative;
}
.cid-uSvSRi08iu .slide-content {
  position: relative;
  border-radius: 4px;
  background: transparent;
  height: 100%;
  display: flex;
  overflow: visible;
  flex-flow: column nowrap;
}
.cid-uSvSRi08iu .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uSvSRi08iu .mbr-section-title {
  color: #000000;
  text-align: center;
  margin-bottom: 24px;
}
.cid-uSvSRi08iu .mbr-text,
.cid-uSvSRi08iu .mbr-section-btn {
  text-align: left;
}
.cid-uSvSRi08iu .item-title {
  text-align: left;
}
.cid-uSvSRi08iu .item-subtitle {
  text-align: left;
}
.cid-uSvSRi08iu .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 40%;
  max-width: 596px;
}
@media (max-width: 768px) {
  .cid-uSvSRi08iu .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uSvSRi08iu .embla__button--next,
.cid-uSvSRi08iu .embla__button--prev {
  display: flex;
}
.cid-uSvSRi08iu .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: #fd5523;
  color: #356859;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-uSvSRi08iu .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uSvSRi08iu .embla__button:hover {
  background: #fd5523;
  color: #356859;
  transform: scale(1.05);
}
.cid-uSvSRi08iu .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uSvSRi08iu .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uSvSRi08iu .embla__button {
    top: auto;
  }
}
.cid-uSvSRi08iu .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uSvSRi08iu .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uSvSRi08iu .embla {
  position: relative;
  width: 100%;
}
.cid-uSvSRi08iu .embla__viewport {
  overflow: visible;
  width: 100%;
}
.cid-uSvSRi08iu .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uSvSRi08iu .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uSvSRi08iu .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uSvSRi08iu .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-uSvSRi08iu .title-block {
  justify-content: space-between;
  margin-bottom: 32px;
  align-items: center;
  padding-bottom: 56px;
  max-width: 715px;
  margin: auto;
}
.cid-uSvSRi08iu .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-uSvSRi08iu .card-title {
  margin-bottom: 18px;
  color: #000000;
  transition: 0.35s;
}
.cid-uSvSRi08iu .card-text {
  margin-bottom: 17px;
  color: #000000;
}
.cid-uSvSRi08iu H3 {
  color: #14142b;
  text-align: center;
}
.cid-uSvSRi08iu .card-wrapper {
  border-radius: 0 0 30px 30px;
  background-color: #ffffff;
  padding: 34px 25px 54px 31px;
}
.cid-uSvSRi08iu .date {
  margin-bottom: 24px;
  color: #000000;
}
.cid-uSvSRi08iu .link-title {
  display: inline-block;
}
.cid-uSvSRi08iu .margin {
  margin-right: 14px;
}
.cid-uSvSRi08iu .button-color {
  padding: 1rem 1.5625rem !important;
  border-radius: 1000px !important;
  display: inline-block;
  line-height: 20px;
  background-color: #e9f1ee;
  color: #000000;
}
.cid-uSvSRi08iu .link-row {
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uSvSRi08iu .link-row {
    display: block;
  }
}
@media (max-width: 530px) {
  .cid-uSvSRi08iu .card-wrapper {
    border-radius: 0 0 30px 30px;
  }
}
@media (max-width: 480px) {
  .cid-uSvSRi08iu .card-wrapper {
    border-radius: 0 0 30px 30px;
  }
}
.cid-uSvSRi08iu .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-uSvSRi08iu .inner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}
.cid-uSvSRi08iu .shadow:hover {
  transform: translate(0px, -6px);
  box-shadow: 0 10px 20px 0 rgba(8, 15, 52, 0.1) !important;
}
.cid-uSvSRi08iu .shadow:hover a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption),
.cid-uSvSRi08iu .shadow:hover .mbr-iconfont,
.cid-uSvSRi08iu .shadow:hover .number,
.cid-uSvSRi08iu .shadow:hover .card-title {
  color: #c21900 !important;
}
.cid-uSvSRi08iu .shadow:hover .inner {
  transform: scale(1.1);
}
@media (max-width: 992px) {
  .cid-uSvSRi08iu .col-auto .card-button {
    margin-bottom: 16px;
  }
}
.cid-uSvSRi08iu .col-auto .card-button .btn {
  padding: 0;
  display: flex;
  flex-direction: row-reverse;
  border: none;
}
.cid-uSvSRi08iu .col-auto .card-button .btn .mbr-iconfont {
  padding-left: 0;
  padding-right: 8px;
}
.cid-uSvSRi08iu .col-auto .card-button .btn-primary,
.cid-uSvSRi08iu .col-auto .card-button .btn-secondary,
.cid-uSvSRi08iu .col-auto .card-button .btn-success,
.cid-uSvSRi08iu .col-auto .card-button .btn-info,
.cid-uSvSRi08iu .col-auto .card-button .btn-warning,
.cid-uSvSRi08iu .col-auto .card-button .btn-danger,
.cid-uSvSRi08iu .col-auto .card-button .btn-black,
.cid-uSvSRi08iu .col-auto .card-button .btn-white {
  padding: 14px 18px;
}
.cid-uSvSRic7xd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSvSRic7xd .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-uSvSRic7xd .title-block {
  justify-content: space-between;
  margin-bottom: 32px;
  align-items: center;
  padding-bottom: 56px;
  max-width: 715px;
  margin: auto;
}
.cid-uSvSRic7xd .wrapper {
  padding: 0rem;
}
.cid-uSvSRic7xd .icon-left {
  margin-right: 0.1rem;
}
.cid-uSvSRic7xd .icon-right {
  margin-left: 0.1rem;
}
.cid-uSvSRic7xd .card-wrapper {
  padding: 30px 15px;
  margin: 0 15px;
  width: auto;
  max-width: 100%;
}
.cid-uSvSRic7xd .card-title {
  font-weight: 700;
  padding: 10px 20px 10px;
  color: #4c4c4c;
  text-align: left;
  text-transform: uppercase;
}
.cid-uSvSRic7xd .card-subtitle {
  text-align: left;
  color: #000000;
}
.cid-uSvSRic7xd .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-uSvSRic7xd .iconfont-wrapper {
  text-align: left;
  margin-bottom: 16px;
}
.cid-uSvSRic7xd .iconfont-wrapper .mbr-iconfont {
  color: #fd5523;
}
.cid-uSvSRic7xd .card-text {
  margin-bottom: 16px;
  text-align: left;
}
.cid-uSvSRic7xd .margin {
  margin-right: 14px;
}
.cid-uSvSRic7xd .button-align {
  margin-top: 56px;
  text-align: center;
}
.cid-uSvSRic7xd .mbr-section-btn {
  width: auto;
  display: inline;
}
.cid-uSvSRic7xd .people {
  align-items: center;
}
.cid-uSvSRic7xd .item-wrapper {
  width: 100%;
}
.cid-uSvSRic7xd .mbr-section-title {
  text-align: center;
  margin-bottom: 16px;
  color: #000000;
}
.cid-uSvSRic7xd img {
  border-radius: 10%;
  height: 128px;
  width: 128px;
  margin: 0;
}
.cid-uSvSRic7xd .mbr-iconfont::before {
  font-size: 25px;
}
.cid-uSvSRic7xd .card-text,
.cid-uSvSRic7xd .iconfont-wrapper {
  color: #8c8c95;
}
.cid-uSvSRic7xd .card-subtitle,
.cid-uSvSRic7xd .card-subtitle2 {
  display: inline;
}
.cid-uSvSRic7xd .card-subtitle2 {
  color: #000000;
}
@media (max-width: 576px) {
  .cid-uSvSRic7xd .col-12.col-sm-6:first-child {
    padding-bottom: 20px;
  }
}
@media (max-width: 860px) {
  .cid-uSvSRic7xd .row.people {
    flex-direction: column;
    align-items: initial;
  }
  .cid-uSvSRic7xd img {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .cid-uSvSRic7xd .shadow {
    padding-top: 40px;
    padding-bottom: 43px;
  }
}
@media (max-width: 479px) {
  .cid-uSvSRic7xd .shadow {
    padding: 33px 25px 36px;
  }
}
.cid-uSvSRic7xd .card-text,
.cid-uSvSRic7xd .iconfont-wrapper,
.cid-uSvSRic7xd .align {
  color: #000000;
}
.cid-uSvSRiiY3x {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSvSRiiY3x .mbr-section-subtitle {
  color: #000000;
  text-align: left;
  margin: auto;
  margin-bottom: 24px;
}
.cid-uSvSRiiY3x .mbr-section-title {
  text-align: left;
  color: #000000;
  margin-bottom: 20px;
  margin-top: 40px;
}
.cid-uSvSRiiY3x .row {
  align-items: center;
  height: 100%;
}
.cid-uSvSRiiY3x .wrapper {
  margin: auto;
}
.cid-uSvSRiiY3x .t1 {
  margin-bottom: 24px;
  color: #000000;
}
@media (max-width: 576px) {
  .cid-uSvSRiiY3x .t {
    padding-top: 20px;
  }
}
.cid-uSvSRiiY3x .list {
  list-style-type: none;
  margin-bottom: 12px;
  padding: 0;
  display: inline-flex;
  flex-wrap: wrap;
  color: #000000;
}
.cid-uSvSRiiY3x .list .item-wrap {
  margin: 0 12px 12px 0;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}
.cid-uSvSRiiY3x .list .item-wrap:hover,
.cid-uSvSRiiY3x .list .item-wrap:focus {
  color: #c21900;
}
.cid-uSvSRiiY3x a:hover,
.cid-uSvSRiiY3x a:focus {
  color: #c21900 !important;
}
.cid-uSvSRiiY3x .list,
.cid-uSvSRiiY3x .item-wrap {
  color: #000000;
}
.cid-uSvSRimn2C {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSvSRimn2C .row {
  align-items: center;
  justify-content: space-between;
}
.cid-uSvSRimn2C .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  line-height: 1.171em;
  color: #000000;
}
.cid-uSvSRimn2C .mbr-section-subtitle {
  color: #4c4c4c;
  width: 100%;
  text-align: left;
}
.cid-uSvSRimn2C .mbr-text {
  color: #8c8c95;
  margin-bottom: 36px;
}
.cid-uSvSRimn2C .right-side {
  max-width: 554px;
}
.cid-uSvSRimn2C .rs {
  margin-right: 60px;
}
.cid-uSvSRimn2C .mbr-section-btn {
  width: auto;
  display: inline-block;
}
.cid-uSvSRimn2C .margin {
  margin-right: 14px;
}
.cid-uSvSRimn2C .gray {
  padding: 45px 0;
  background-color: #e9f1ee;
}
.cid-uSvSRimn2C img {
  position: relative;
  right: 40px;
}
@media (max-width: 767px) {
  .cid-uSvSRimn2C .gray {
    padding: 0px 0 5px;
  }
  .cid-uSvSRimn2C img {
    right: initial;
    width: 90%;
    margin: auto;
    top: -35px;
  }
  .cid-uSvSRimn2C .col-md-5 {
    padding-top: 90px;
  }
}
@media (max-width: 430px) {
  .cid-uSvSRimn2C .b {
    margin-bottom: 10px;
  }
}
.cid-uSvSRimn2C .btn {
  margin-top: 20px;
}
.cid-uSvSRimn2C a.btn > span {
  margin-left: 0.5rem;
}
.cid-uSvSRimn2C .mbr-text,
.cid-uSvSRimn2C .button-align {
  color: #000000;
}
.cid-uSvSRiowI2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSvSRiowI2 img {
  width: auto;
  max-height: 60px;
  display: inline-block;
  padding: 0;
}
.cid-uSvSRiowI2 .title {
  color: #14142b;
  width: auto;
}
.cid-uSvSRiowI2 .row.justify-content-between {
  align-items: center;
}
.cid-uSvSRiowI2 .row.margin {
  transition-property: transform, -webkit-transform;
  align-items: center;
  transition: all 300ms ease;
}
.cid-uSvSRiowI2 .row.margin:hover {
  transform: scale(1.05);
}
.cid-uSvSRiowI2 .mbr-section-title {
  color: #000000;
  margin-bottom: 24px;
}
.cid-uSvSRiowI2 .left {
  max-width: 549px;
}
.cid-uSvSRiowI2 .right {
  max-width: 452px;
  overflow: visible;
}
.cid-uSvSRiowI2 .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-uSvSRiowI2 .socicon-bg-youtube {
  background-color: #227755;
  color: #ffffff;
}
.cid-uSvSRiowI2 .socicon-bg-facebook {
  background-color: #fd5523;
  color: #ffffff;
}
.cid-uSvSRiowI2 .socicon-bg-twitter {
  background-color: #356859;
  color: #ffffff;
}
.cid-uSvSRiowI2 .socicon-bg-pinterest {
  background-color: #227755;
  color: #ffffff;
}
.cid-uSvSRiowI2 .socicon-bg-mail {
  background-color: #fd5523;
  color: #ffffff;
}
.cid-uSvSRiowI2 .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: #fd5523;
  cursor: pointer;
}
.cid-uSvSRiowI2 .btn-social .mbr-iconfont {
  top: 0;
  line-height: 22px;
  width: 22px;
}
.cid-uSvSRiowI2 .btn-social + .btn {
  margin-left: 0.1rem;
}
.cid-uSvSRiowI2 .card-text {
  margin-bottom: 24px;
  color: #000000;
}
.cid-uSvSRiowI2 .mbr-section-subtitle {
  color: #000000;
}
@media (max-width: 850px) {
  .cid-uSvSRiowI2 .shadow {
    padding: 40px 31px;
  }
}
@media (max-width: 992px) {
  .cid-uSvSRiowI2 .left {
    margin-bottom: 40px;
    max-width: initial;
  }
  .cid-uSvSRiowI2 .mbr-section-title,
  .cid-uSvSRiowI2 .mbr-section-subtitle {
    text-align: center;
  }
  .cid-uSvSRiowI2 .shadow {
    margin: auto;
  }
}
@media (max-width: 700px) {
  .cid-uSvSRiowI2 .btn-social {
    margin-right: 6px !important;
    width: 35px;
    height: 35px;
  }
}
.cid-uSvSRiowI2 .mbr-iconfont {
  margin-left: 0;
}
.cid-uSvSRirpTP {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #e9f1ee;
}
.cid-uSvSRirpTP .item:focus,
.cid-uSvSRirpTP span:focus {
  outline: none;
}
.cid-uSvSRirpTP .item {
  cursor: pointer;
}
.cid-uSvSRirpTP .grid-container {
  grid-row-gap: 2rem;
}
@media (max-width: 767px) {
  .cid-uSvSRirpTP .grid-container {
    grid-row-gap: 1rem;
  }
}
.cid-uSvSRirpTP .grid-container-1,
.cid-uSvSRirpTP .grid-container-2,
.cid-uSvSRirpTP .grid-container-3 {
  gap: 0 2rem;
}
@media (max-width: 767px) {
  .cid-uSvSRirpTP .grid-container-1,
  .cid-uSvSRirpTP .grid-container-2,
  .cid-uSvSRirpTP .grid-container-3 {
    gap: 0 1rem;
  }
}
.cid-uSvSRirpTP .mbr-section-title {
  margin-bottom: 0;
  color: #14142b;
  text-align: center;
}
.cid-uSvSRirpTP .content-head {
  max-width: 800px;
}
.cid-uSvSRirpTP .container,
.cid-uSvSRirpTP .container-fluid {
  overflow: hidden;
}
.cid-uSvSRirpTP .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uSvSRirpTP .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 56px 0;
}
.cid-uSvSRirpTP .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-uSvSRirpTP .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-uSvSRirpTP .grid-item img {
    min-width: 35vw;
    height: 150px;
  }
}
.cid-uSvSRirpTP .grid-container-1,
.cid-uSvSRirpTP .grid-container-2,
.cid-uSvSRirpTP .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uSvSRirpTP .grid-container-1 {
  align-items: flex-end;
}
.cid-uSvSRirpTP .grid-container-2 {
  align-items: flex-start;
}
.cid-uSvSRiumSY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSvSRiumSY .card .card-header {
  background-color: #ffffff;
  margin-bottom: 0;
}
.cid-uSvSRiumSY .panel-title {
  display: flex;
  align-items: center;
}
.cid-uSvSRiumSY .mbr-iconfont {
  padding-right: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 3rem !important;
  color: #000000;
}
.cid-uSvSRiumSY .panel-body,
.cid-uSvSRiumSY .card-header {
  padding: 1rem 0;
}
.cid-uSvSRiumSY .panel-body {
  display: flex;
  justify-content: flex-end;
}
.cid-uSvSRiumSY .panel-title-edit {
  color: #000000;
  display: flex;
  align-items: center;
}
.cid-uSvSRiumSY .panel-text {
  max-width: 466px;
  color: #000000;
}
.cid-uSvSRiumSY .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-uSvSRiumSY .section-head {
  margin-bottom: 56px;
}
.cid-uSvSRiumSY .card {
  margin-bottom: 32px;
}
.cid-uSvSRiumSY H3 {
  color: #14142b;
}
@media (max-width: 768px) {
  .cid-uSvSRiumSY .panel-text {
    width: 100%;
    max-width: initial;
  }
}
@media (max-width: 1000px) {
  .cid-uSvSRiumSY .panel-text {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-uSvSRiumSY .mbr-section-title {
  color: #000000;
}
.cid-uSvSRixn5c {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSvSRixn5c .mbr-section-subtitle {
  color: #000000;
  text-align: center;
  max-width: 552px;
  margin: auto;
}
.cid-uSvSRixn5c .mbr-section-title {
  text-align: center;
  color: #000000;
  padding-bottom: 24px;
}
.cid-uSvSRixn5c .row {
  align-items: center;
  height: 100%;
}
.cid-uSvSRixn5c .wrapper {
  margin: auto;
}
.cid-uSvSRixn5c .subtitle {
  display: inline;
  width: auto;
  color: #000000;
}
.cid-uSvSRixn5c .mbr-section-btn {
  display: inline;
  width: auto;
  margin-right: 25px;
}
.cid-uSvSRixn5c .title-block {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 24px;
}
.cid-uSvSRixn5c a.btn {
  padding: 16px 25px !important;
}
@media (max-width: 340px) {
  .cid-uSvSRixn5c .title-block {
    display: flex;
    flex-direction: column;
  }
  .cid-uSvSRixn5c .mbr-section-btn {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.cid-uSvSRizcMl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSvSRizcMl .title-block {
  margin-bottom: 32px;
  align-items: center;
}
.cid-uSvSRizcMl .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-uSvSRizcMl .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-uSvSRizcMl .inner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}
.cid-uSvSRizcMl .shadow:hover {
  transform: translate(0px, -6px);
  box-shadow: 0 10px 20px 0 rgba(8, 15, 52, 0.1) !important;
}
.cid-uSvSRizcMl .shadow:hover a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption),
.cid-uSvSRizcMl .shadow:hover .mbr-iconfont,
.cid-uSvSRizcMl .shadow:hover .number,
.cid-uSvSRizcMl .shadow:hover .card-title {
  color: #c21900 !important;
}
.cid-uSvSRizcMl .shadow:hover .inner {
  transform: scale(1.1);
}
.cid-uSvSRizcMl .card-title {
  margin-bottom: 18px;
  color: #000000;
  transition: 0.35s;
}
.cid-uSvSRizcMl .card-text {
  margin-bottom: 32px;
  color: #000000;
}
.cid-uSvSRizcMl H3 {
  color: #14142b;
  text-align: center;
}
.cid-uSvSRizcMl img {
  width: auto;
  height: 70px;
}
.cid-uSvSRizcMl .card-wrapper {
  border-radius: 0 0 30px 30px;
  background-color: #ffffff;
  padding: 34px 25px 54px 31px;
}
.cid-uSvSRizcMl .date {
  margin-bottom: 24px;
  color: #000000;
}
.cid-uSvSRizcMl .link-title {
  display: inline-block;
}
.cid-uSvSRizcMl .margin {
  margin-right: 14px;
}
.cid-uSvSRizcMl .button-color {
  padding: 1rem 1.5625rem !important;
  border-radius: 1000px !important;
  display: inline-block;
  line-height: 20px;
  background-color: #e9f1ee;
  color: #000000;
}
.cid-uSvSRizcMl .link-row {
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uSvSRizcMl .link-row {
    display: block;
  }
}
@media (max-width: 550px) {
  .cid-uSvSRizcMl .title-block {
    flex-direction: column;
  }
  .cid-uSvSRizcMl .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-uSvSRizcMl .card-wrapper {
    padding: 24px 25px 34px 25px;
  }
}
.cid-uSvSRizcMl .item.features-image {
  margin-top: 30px;
}
.cid-uSvSRizcMl .item.features-image:nth-child(1) {
  margin-top: 0px;
}
.cid-uSvSRizcMl .item.features-image:nth-child(2) {
  margin-top: 0px;
}
@media (max-width: 768px) {
  .cid-uSvSRizcMl .item.features-image:nth-child(2) {
    margin-top: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uSvSRizcMl .col-auto .card-button {
    margin-bottom: 16px;
  }
}
.cid-uSvSRizcMl .col-auto .card-button .btn {
  padding: 0;
  display: inline-flex;
  flex-direction: row-reverse;
  border: none;
}
.cid-uSvSRizcMl .col-auto .card-button .btn .mbr-iconfont {
  padding-left: 0;
  padding-right: 8px;
}
.cid-uSvSRizcMl .col-auto .card-button .btn-primary,
.cid-uSvSRizcMl .col-auto .card-button .btn-secondary,
.cid-uSvSRizcMl .col-auto .card-button .btn-success,
.cid-uSvSRizcMl .col-auto .card-button .btn-info,
.cid-uSvSRizcMl .col-auto .card-button .btn-warning,
.cid-uSvSRizcMl .col-auto .card-button .btn-danger,
.cid-uSvSRizcMl .col-auto .card-button .btn-black,
.cid-uSvSRizcMl .col-auto .card-button .btn-white {
  padding: 14px 18px;
}
.cid-uSvSRizcMl .mbr-section-subtitle {
  color: #000000;
}
.cid-uSvSRiHGZ3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSvSRiHGZ3 .mbr-section-subtitle {
  color: #FFFFFF;
  text-align: center;
  margin: auto;
  padding: 119px 95px;
  background-color: #fd5523;
}
.cid-uSvSRiHGZ3 .row {
  align-items: center;
  height: 100%;
}
.cid-uSvSRiHGZ3 .wrapper {
  margin: auto;
}
@media (max-width: 770px) {
  .cid-uSvSRiHGZ3 .mbr-section-subtitle {
    padding: 70px 75px;
  }
}
@media (max-width: 576px) {
  .cid-uSvSRiHGZ3 .mbr-section-subtitle {
    padding: 45px 35px;
  }
}
.cid-uSvSRiJHEJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSvSRiJHEJ .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-uSvSRiJHEJ .title-block {
  justify-content: space-between;
  margin: auto;
  margin-bottom: 58px;
  align-items: center;
  max-width: 571px;
}
.cid-uSvSRiJHEJ .card-title {
  color: #4c4c4c;
  text-align: left;
  margin-bottom: 16px;
}
.cid-uSvSRiJHEJ H3 {
  color: #1d1d1f;
}
.cid-uSvSRiJHEJ .card-subtitle {
  text-align: left;
}
.cid-uSvSRiJHEJ .button-align {
  margin-top: 56px;
  text-align: center;
}
.cid-uSvSRiJHEJ .mbr-section-btn {
  width: auto;
  display: inline-block;
}
.cid-uSvSRiJHEJ .card-title,
.cid-uSvSRiJHEJ .iconfont-wrapper {
  text-align: center;
  color: #14142b;
}
.cid-uSvSRiJHEJ .mbr-section-title {
  text-align: center;
  margin-bottom: 24px;
  color: #000000;
}
.cid-uSvSRiJHEJ .card-text {
  color: #8c8c95;
}
.cid-uSvSRiJHEJ .year-title {
  text-align: center;
  color: #000000;
  margin-bottom: 20px;
  position: relative;
}
.cid-uSvSRiJHEJ .year-subtitle {
  text-align: center;
  color: #000000;
}
.cid-uSvSRiJHEJ .line {
  width: 20px;
  background-color: #000000;
  height: 2px;
  margin-top: -20px;
}
.cid-uSvSRiJHEJ .accent {
  width: 25px;
  min-height: 25px;
  min-width: 25px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  border-radius: 1000px;
}
.cid-uSvSRiJHEJ .accent1 {
  background-color: #227755;
}
.cid-uSvSRiJHEJ .accent2 {
  background-color: #fd5523;
}
.cid-uSvSRiJHEJ .accent3 {
  background-color: #356859;
}
.cid-uSvSRiJHEJ .accent4 {
  background-color: #227755;
}
.cid-uSvSRiJHEJ .accent5 {
  background-color: #fd5523;
}
.cid-uSvSRiJHEJ .timeline {
  align-items: center;
}
.cid-uSvSRiJHEJ .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-uSvSRiJHEJ .year-title.year1:before {
  background-color: #227755;
}
.cid-uSvSRiJHEJ .year-title.year2:before {
  background-color: #fd5523;
}
.cid-uSvSRiJHEJ .year-title.year3:before {
  background-color: #356859;
}
.cid-uSvSRiJHEJ .year-title.year4:before {
  background-color: #227755;
}
.cid-uSvSRiJHEJ .year-title.year5:before {
  background-color: #fd5523;
}
.cid-uSvSRiJHEJ .timeline-year-accent {
  width: 25px;
  min-height: 25px;
}
@media (max-width: 1120px) {
  .cid-uSvSRiJHEJ .main {
    display: flex;
    justify-content: space-between;
    max-width: 849px;
  }
  .cid-uSvSRiJHEJ .timeline.row {
    flex-direction: column;
    position: relative;
    max-width: 307px;
  }
  .cid-uSvSRiJHEJ .year {
    flex-direction: row;
  }
  .cid-uSvSRiJHEJ .year-title {
    text-align: left;
    margin-bottom: 4px;
  }
  .cid-uSvSRiJHEJ .year-title:before {
    display: block;
  }
  .cid-uSvSRiJHEJ .accent {
    display: none;
  }
  .cid-uSvSRiJHEJ .row.title-block {
    margin: initial;
    max-width: 407px;
    align-items: flex-start;
  }
  .cid-uSvSRiJHEJ .line {
    display: none;
  }
  .cid-uSvSRiJHEJ .line1 {
    display: block;
    height: 100%;
    width: 2px;
    background-color: #e2e3e9;
    margin-top: -20px;
    margin-left: -15px;
    padding: 0 !important;
    position: absolute;
    left: 0;
  }
  .cid-uSvSRiJHEJ .year-subtitle {
    margin-bottom: 60px;
    text-align: left;
  }
  .cid-uSvSRiJHEJ .row.title-block > .col-12 {
    padding: 0 !important;
  }
}
.cid-uSvSRiJHEJ .no-padd {
  margin-bottom: 0px !important;
}
@media (max-width: 750px) {
  .cid-uSvSRiJHEJ .main {
    flex-direction: column;
  }
  .cid-uSvSRiJHEJ .row.title-block,
  .cid-uSvSRiJHEJ .timeline {
    margin: auto;
  }
  .cid-uSvSRiJHEJ .row.title-block {
    padding-bottom: 40px;
    width: 90%;
  }
  .cid-uSvSRiJHEJ .button-align {
    margin-top: 16px;
  }
}
.cid-uSvSRiJHEJ .btn {
  margin-top: 20px;
}
.cid-uSvSRiJHEJ a.btn > span {
  margin-left: 0.5rem;
}
.cid-uSvSRiT8Fq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSvSRiT8Fq img {
  width: 100%;
  display: inline-block;
  padding: 0;
  max-width: 200px;
}
.cid-uSvSRiT8Fq .mbr-section-subtitle {
  margin-right: 30px;
  color: #000000;
}
.cid-uSvSRiT8Fq .brand {
  display: flex;
  transition: color 300ms ease;
  transition-property: transform, -webkit-transform;
  justify-content: center;
}
.cid-uSvSRiT8Fq .brand:hover {
  transform: translate(0px, -4px);
}
.cid-uSvSRiT8Fq .brand-row {
  justify-content: space-between;
  align-items: center;
}
.cid-uSvSRiT8Fq .row-main {
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 460px) {
  .cid-uSvSRiT8Fq .row-main {
    flex-direction: column;
  }
  .cid-uSvSRiT8Fq .col-auto {
    margin-bottom: 10px;
  }
  .cid-uSvSRiT8Fq .mbr-section-subtitle {
    margin-right: 0;
  }
}
.cid-uSvSRiWYoh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #001810;
}
.cid-uSvSRiWYoh img {
  width: auto;
  height: 48px;
  display: inline-block;
  padding: 0;
  margin: auto;
  filter: invert(1);
}
.cid-uSvSRiWYoh .mbr-section-subtitle {
  margin-right: 30px;
  color: #FFFFFF;
}
.cid-uSvSRiWYoh .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-uSvSRiWYoh .brand:hover {
  transform: translate(0px, -4px);
  border: 1px solid #c21900;
}
.cid-uSvSRiWYoh .brand-row {
  justify-content: space-between;
  align-items: center;
}
.cid-uSvSRiWYoh .row-main {
  align-items: center;
  justify-content: space-between;
}
.cid-uSvSRiWYoh .c {
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-uSvSRiWYoh .t {
    margin-top: 20px;
  }
}
@media (max-width: 576px) {
  .cid-uSvSRiWYoh .t1 {
    margin-top: 20px;
  }
}
@media (max-width: 460px) {
  .cid-uSvSRiWYoh .row-main {
    flex-direction: column;
  }
  .cid-uSvSRiWYoh .col-auto {
    margin-bottom: 20px;
  }
  .cid-uSvSRiWYoh .mbr-section-subtitle {
    margin-right: 0;
  }
}
.cid-uSvSRiZNM5 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uSvSRiZNM5 .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-uSvSRiZNM5 .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-uSvSRiZNM5 .shadow:hover {
  transform: translate(0px, -6px);
  box-shadow: 0 10px 20px 0 rgba(8, 15, 52, 0.1) !important;
}
.cid-uSvSRiZNM5 .shadow:hover a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption),
.cid-uSvSRiZNM5 .shadow:hover .mbr-iconfont,
.cid-uSvSRiZNM5 .shadow:hover .number,
.cid-uSvSRiZNM5 .shadow:hover .card-title {
  color: #c21900 !important;
}
.cid-uSvSRiZNM5 .shadow:hover .inner {
  transform: scale(1.1);
}
.cid-uSvSRiZNM5 .inner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}
.cid-uSvSRiZNM5 .card-title {
  color: #000000;
  margin-bottom: 6px;
  text-align: center;
  transition: 0.35s;
}
.cid-uSvSRiZNM5 .title-block {
  margin-bottom: 56px;
}
.cid-uSvSRiZNM5 .card-text {
  color: #000000;
  text-align: center;
}
.cid-uSvSRiZNM5 H3 {
  color: #14142b;
  text-align: center;
}
.cid-uSvSRiZNM5 .card-wrapper {
  border-radius: 0 0 30px 30px;
  background-color: #ffffff;
  padding: 39px 32px 48px;
}
.cid-uSvSRiZNM5 .mbr-iconfont {
  transition: 0.3s;
  margin-right: 5px;
}
.cid-uSvSRiZNM5 .link-title {
  display: inline-block;
}
.cid-uSvSRiZNM5 .episode {
  color: #ffffff;
}
.cid-uSvSRiZNM5 .img-title {
  color: #ffffff;
}
.cid-uSvSRiZNM5 .button-align {
  margin-top: 56px;
  text-align: center;
}
.cid-uSvSRiZNM5 .mbr-section-btn {
  width: auto;
  display: inline;
}
.cid-uSvSRiZNM5 .mbr-section-title {
  color: #000000;
}
@media (max-width: 860px) {
  .cid-uSvSRiZNM5 .title-block {
    flex-direction: column;
  }
  .cid-uSvSRiZNM5 .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
}
.cid-uSvSRiZNM5 .item.features-image {
  margin-top: 35px;
}
.cid-uSvSRiZNM5 .item.features-image:nth-child(1) {
  margin-top: 0px;
}
.cid-uSvSRiZNM5 .item.features-image:nth-child(2) {
  margin-top: 0px;
}
.cid-uSvSRiZNM5 .item.features-image:nth-child(3) {
  margin-top: 0px;
}
@media (max-width: 992px) {
  .cid-uSvSRiZNM5 .item.features-image:nth-child(4) {
    margin-top: 35px;
  }
  .cid-uSvSRiZNM5 .item.features-image:nth-child(3) {
    margin-top: 35px;
  }
}
@media (max-width: 768px) {
  .cid-uSvSRiZNM5 .item.features-image:nth-child(2) {
    margin-top: 35px;
  }
}
.cid-uSvSRiZNM5 .mbr-section-subtitle {
  color: #000000;
}
.cid-uSvSRj5ssQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSvSRj5ssQ .card {
  padding: 120px 74px 120px 76px;
  background: #001810;
  border-radius: 30px;
}
.cid-uSvSRj5ssQ .align {
  align-items: center;
}
.cid-uSvSRj5ssQ .mbr-section-title {
  text-align: left;
  color: #FFFFFF;
}
.cid-uSvSRj5ssQ .btn {
  border-radius: 80px;
  padding: 24px 40px;
}
.cid-uSvSRj5ssQ .btn:hover {
  transform: initial !important;
}
.cid-uSvSRj5ssQ .form-group.col-12 {
  border-radius: 100px !important;
  padding-left: 26px;
}
.cid-uSvSRj5ssQ .button {
  right: 1px;
  top: 11px;
}
.cid-uSvSRj5ssQ .form-control {
  background-color: #ffffff;
  border-radius: 0;
  border: none !important;
  box-shadow: none;
  padding: 16px 0px;
  height: 50px;
}
.cid-uSvSRj5ssQ .form-control:hover {
  box-shadow: none;
}
.cid-uSvSRj5ssQ .form-group {
  margin-bottom: 0;
  position: relative;
  background-color: #ffffff;
  padding: 16px 18px;
  border-radius: 100px !important;
}
.cid-uSvSRj5ssQ .text-part {
  max-width: 405px;
  margin-right: 20px;
}
.cid-uSvSRj5ssQ .form-part {
  width: 550px;
}
.cid-uSvSRj5ssQ textarea {
  border-style: solid !important;
  border-width: 1px !important;
  border-color: transparent !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-uSvSRj5ssQ input:hover {
  border-color: #14142b !important;
}
.cid-uSvSRj5ssQ textarea:hover {
  border-color: #14142b !important;
}
.cid-uSvSRj5ssQ input:focus {
  border-color: #14142b !important;
}
.cid-uSvSRj5ssQ textarea:focus {
  border-color: #14142b !important;
}
.cid-uSvSRj5ssQ .col-lg-12.col-md-12.col-sm-12.form-group {
  border-radius: 30px !important;
  padding: 30px !important;
}
@media (max-width: 1125px) {
  .cid-uSvSRj5ssQ .mbr-section-title {
    padding-bottom: 30px;
    text-align: center;
    max-width: initial;
    width: 100%;
  }
  .cid-uSvSRj5ssQ .form-part {
    width: 100%;
  }
  .cid-uSvSRj5ssQ .text-part {
    max-width: initial;
    width: 100%;
    margin-right: 0;
  }
  .cid-uSvSRj5ssQ .form-group.col-12 {
    padding-right: 8px;
    max-width: initial;
    width: 100%;
  }
}
@media (max-width: 630px) {
  .cid-uSvSRj5ssQ .form-group.col-12.col-lg {
    background-color: transparent;
    padding-left: 0;
    padding-right: 0;
    flex-direction: column;
  }
  .cid-uSvSRj5ssQ input.form-control {
    margin-bottom: 20px;
    height: 64px;
    width: 100%;
    border-radius: 100px;
    padding: 8px 16px;
  }
  .cid-uSvSRj5ssQ .card {
    padding: 61px 25px;
  }
  .cid-uSvSRj5ssQ button {
    width: 100%;
  }
  .cid-uSvSRj5ssQ .col-auto.button {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
    width: 100%;
  }
}
.cid-uSvSRj5ssQ a.btn > span {
  margin-left: 0.5rem;
}
.cid-uSvSRj5ssQ .form-group.col-12.col-lg {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uSvSRj8PcM {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uSvSRj8PcM .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-uSvSRj8PcM .card-subtitle {
  color: #14142b;
  padding: 16px 25px;
  border-radius: 1000px;
  background-color: #e9f1ee;
  display: inline-block;
  margin-bottom: 32px;
  text-align: center;
}
.cid-uSvSRj8PcM ul {
  padding-inline-start: 50px;
  margin-bottom: 0;
  padding-left: 0;
  list-style-position: inside;
}
.cid-uSvSRj8PcM li {
  margin-bottom: 16px;
}
.cid-uSvSRj8PcM li:last-child {
  margin-bottom: 0;
}
@media (max-width: 470px) {
  .cid-uSvSRj8PcM .shadow {
    padding: 40px;
  }
}
.cid-uSvSRj8PcM .list {
  color: #000000;
  text-align: left;
}
.cid-uSvSRj8PcM .card-subtitle,
.cid-uSvSRj8PcM .align {
  text-align: left;
  color: #000000;
}
.cid-uSvSRj9CYA {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #e9f1ee;
}
.cid-uSvSRj9CYA .mbr-text {
  color: #000000;
}
.cid-uSvSRj9CYA .line {
  height: 1px;
  width: 100%;
  background-color: #000000;
  margin-bottom: 32px;
}
