.btn {
  border-width: 2px;
}
.btn {
  border-radius: 80px;
}
body {
  background-color: #f1f4ed;
}
body {
  font-family: 'Manrope', sans-serif;
}
.display-1 {
  font-family: 'Manrope', sans-serif;
  font-size: 4.375rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.46875rem;
}
.display-2 {
  font-family: 'Manrope', sans-serif;
  font-size: 2.375rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.96875rem;
}
.display-4 {
  font-family: 'Manrope', sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.40625rem;
}
.display-5 {
  font-family: 'Manrope', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-7 {
  font-family: 'Manrope', 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: #f26419 !important;
}
.bg-success {
  background-color: #22b671 !important;
}
.bg-info {
  background-color: #0baccd !important;
}
.bg-warning {
  background-color: #d8a200 !important;
}
.bg-danger {
  background-color: #b8202e !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #f26419 !important;
  border-color: #f26419 !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: #ab410a !important;
  border-color: #ab410a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ab410a !important;
  border-color: #ab410a !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #33658a !important;
  border-color: #33658a !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: #1c374b !important;
  border-color: #1c374b !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #1c374b !important;
  border-color: #1c374b !important;
}
.btn-info,
.btn-info:active {
  background-color: #0baccd !important;
  border-color: #0baccd !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: #07677b !important;
  border-color: #07677b !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #07677b !important;
  border-color: #07677b !important;
}
.btn-success,
.btn-success:active {
  background-color: #22b671 !important;
  border-color: #22b671 !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: #146d44 !important;
  border-color: #146d44 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #146d44 !important;
  border-color: #146d44 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #d8a200 !important;
  border-color: #d8a200 !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: #816100 !important;
  border-color: #816100 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #816100 !important;
  border-color: #816100 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b8202e !important;
  border-color: #b8202e !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: #6e131c !important;
  border-color: #6e131c !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #6e131c !important;
  border-color: #6e131c !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: #f26419;
  color: #f26419;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ab410a !important;
  background-color: transparent !important;
  border-color: #ab410a !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #f26419 !important;
  border-color: #f26419 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #33658a;
  color: #33658a;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #1c374b !important;
  background-color: transparent !important;
  border-color: #1c374b !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #33658a !important;
  border-color: #33658a !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #0baccd;
  color: #0baccd;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #07677b !important;
  background-color: transparent !important;
  border-color: #07677b !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #0baccd !important;
  border-color: #0baccd !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #22b671;
  color: #22b671;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #146d44 !important;
  background-color: transparent !important;
  border-color: #146d44 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #22b671 !important;
  border-color: #22b671 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #d8a200;
  color: #d8a200;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #816100 !important;
  background-color: transparent !important;
  border-color: #816100 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #d8a200 !important;
  border-color: #d8a200 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #b8202e;
  color: #b8202e;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #6e131c !important;
  background-color: transparent !important;
  border-color: #6e131c !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b8202e !important;
  border-color: #b8202e !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: #f26419 !important;
}
.text-secondary {
  color: #33658a !important;
}
.text-success {
  color: #22b671 !important;
}
.text-info {
  color: #0baccd !important;
}
.text-warning {
  color: #d8a200 !important;
}
.text-danger {
  color: #b8202e !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #9c3c09 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #172e40 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #12603c !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #065b6c !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #725600 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #611118 !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: #f26419;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #0baccd;
}
.alert-warning {
  background-color: #d8a200;
}
.alert-danger {
  background-color: #b8202e;
}
.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: #f26419;
  border-color: #f26419;
  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: #fde6da;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #73e5b0;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #aaedfa;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffe9a5;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #e6717c;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Manrope', 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: #f26419 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Manrope', 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: #f26419;
}
/* 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: #f26419;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #f26419;
}
.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: #f26419;
  border-bottom-color: #f26419;
}
.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: #f26419 !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: #33658a !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='%23f26419' %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-uZvHBaOwdj .navbar-dropdown {
  position: relative !important;
}
.cid-uZvHBaOwdj .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-uZvHBaOwdj .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-uZvHBaOwdj .dropdown-item:hover,
.cid-uZvHBaOwdj .dropdown-item:focus {
  color: #f26419 !important;
}
.cid-uZvHBaOwdj .nav-dropdown .link {
  padding: 0 0em !important;
  font-weight: 400;
}
.cid-uZvHBaOwdj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZvHBaOwdj .nav-link {
  position: relative;
  padding: 0;
}
.cid-uZvHBaOwdj .container {
  display: flex;
  margin: auto;
}
.cid-uZvHBaOwdj .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uZvHBaOwdj .dropdown-menu,
.cid-uZvHBaOwdj .navbar.opened {
  background: #f1f4ed !important;
}
.cid-uZvHBaOwdj .nav-item:focus,
.cid-uZvHBaOwdj .nav-link:focus {
  outline: none;
}
.cid-uZvHBaOwdj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZvHBaOwdj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZvHBaOwdj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZvHBaOwdj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZvHBaOwdj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZvHBaOwdj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZvHBaOwdj .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: #f1f4ed;
}
.cid-uZvHBaOwdj .navbar.opened {
  transition: all 0.3s;
}
.cid-uZvHBaOwdj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZvHBaOwdj .navbar .navbar-logo img {
  width: auto;
}
.cid-uZvHBaOwdj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZvHBaOwdj .navbar.collapsed {
  justify-content: center;
}
.cid-uZvHBaOwdj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZvHBaOwdj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZvHBaOwdj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uZvHBaOwdj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZvHBaOwdj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZvHBaOwdj .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-uZvHBaOwdj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZvHBaOwdj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZvHBaOwdj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZvHBaOwdj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZvHBaOwdj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZvHBaOwdj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZvHBaOwdj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZvHBaOwdj .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-uZvHBaOwdj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZvHBaOwdj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZvHBaOwdj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZvHBaOwdj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uZvHBaOwdj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZvHBaOwdj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZvHBaOwdj .navbar.navbar-short {
  min-height: 60px;
}
.cid-uZvHBaOwdj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uZvHBaOwdj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uZvHBaOwdj .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-uZvHBaOwdj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZvHBaOwdj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZvHBaOwdj .dropdown-item.active,
.cid-uZvHBaOwdj .dropdown-item:active {
  background-color: transparent;
}
.cid-uZvHBaOwdj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZvHBaOwdj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZvHBaOwdj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZvHBaOwdj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f1f4ed;
}
.cid-uZvHBaOwdj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uZvHBaOwdj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZvHBaOwdj ul.navbar-nav {
  flex-wrap: wrap;
  padding-left: 20px;
}
.cid-uZvHBaOwdj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uZvHBaOwdj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZvHBaOwdj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uZvHBaOwdj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZvHBaOwdj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZvHBaOwdj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZvHBaOwdj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZvHBaOwdj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZvHBaOwdj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZvHBaOwdj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZvHBaOwdj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZvHBaOwdj .navbar-dropdown {
  padding: 19px 1rem;
}
.cid-uZvHBaOwdj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZvHBaOwdj .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-uZvHBaOwdj .navbar {
    height: 70px;
  }
  .cid-uZvHBaOwdj .navbar.opened {
    height: auto;
  }
  .cid-uZvHBaOwdj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZvHBaOwdj a {
  display: inline;
}
.cid-uZvHBaOwdj img {
  display: inline;
  padding-right: 10px;
}
.cid-uZvHBaOwdj .dropdown-toggle:after {
  display: none;
}
.cid-uZvHBaOwdj .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-uZvHBaOwdj .dropdown-item:hover {
  color: #003b5d !important;
}
@media (max-width: 990px) {
  .cid-uZvHBaOwdj .dropdown-menu {
    margin-top: 0px;
  }
  .cid-uZvHBaOwdj .nav-dropdown .link {
    margin: 0 !important;
  }
}
.cid-uZvHBaOwdj .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-uZvHBaOwdj .nav-item {
  margin-right: 32px;
}
.cid-uZvHBaOwdj .nav-item:last-child {
  margin-right: 0;
}
@media (max-width: 970px) {
  .cid-uZvHBaOwdj ul li {
    height: 45px;
    display: list-item;
  }
}
.cid-uZvHBaOwdj .navbar-collapse.collapsing .nav-item {
  height: 45px;
}
.cid-uZvHBaOwdj .navbar-collapse.collapse.show .nav-item {
  height: 45px;
}
.cid-uZvHBaOwdj .navbar-nav {
  margin: auto;
}
.cid-uZvHBaOwdj .navbar-collapse.collapse.show ul li {
  display: list-item;
}
.cid-uZvHBaOwdj .mbr-iconfont {
  margin-left: -5px;
  margin-right: 7px;
}
.cid-uZvHBaOwdj .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-uZvHBaOwdj .btn {
  border-radius: 1000px !important;
}
.cid-uZvHBaOwdj .navbar.collapsed .icons-menu {
  display: flex;
  flex-direction: column;
}
.cid-uZvHBaOwdj .navbar.collapsed .icons-menu .top {
  margin-top: 15px;
}
.cid-uZvHBaOwdj .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-uZvHBaOwdj .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-uZvHBaOwdj .dropdown-item:focus {
  color: #003b5d !important;
}
@media (max-width: 945px) {
  .cid-uZvHBaOwdj .icons-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-uZvHBaOwdj .top {
    margin-top: 25px;
  }
}
.cid-uZvHBaOwdj .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-uZvHBaOwdj .container,
  .cid-uZvHBaOwdj .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uZvHBaOwdj li:last-child {
  margin-right: 0;
}
@media (max-width: 989px) {
  .cid-uZvHBaOwdj ul.navbar-nav {
    padding-left: 0;
  }
}
@media (max-width: 430px) {
  .cid-uZvHBaOwdj .icons-menu {
    min-width: initial !important;
  }
  .cid-uZvHBaOwdj a.btn {
    margin-top: 10px;
  }
}
.cid-uZvHBaOwdj a.btn > span {
  margin-left: 0.5rem;
}
.cid-uZvHBaOwdj .navbar-nav .nav-item .nav-link:hover,
.cid-uZvHBaOwdj .navbar-nav .nav-item .nav-link:focus {
  color: #003b5d !important;
}
.cid-uZvHBaOwdj .navbar-caption {
  color: #000000;
}
.cid-uZvHBaOwdj .nav-link,
.cid-uZvHBaOwdj .dropdown-item {
  color: #000000;
}
.cid-uZvHBaP3cf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZvHBaP3cf .mbr-section-title {
  margin-bottom: 24px;
  line-height: 1.171em;
  color: #000000;
  display: inline-block;
}
.cid-uZvHBaP3cf .mbr-text {
  color: #8c8c95;
  margin: 0 auto 26px;
  text-align: center;
  max-width: 739px;
}
.cid-uZvHBaP3cf .button-align {
  text-align: center;
}
.cid-uZvHBaP3cf .margin {
  margin-right: 14px;
}
.cid-uZvHBaP3cf .mbr-section-btn {
  display: block;
}
@media (max-width: 440px) {
  .cid-uZvHBaP3cf .margin {
    margin-right: 0px;
  }
}
.cid-uZvHBaP3cf .btn {
  margin-top: 20px;
}
.cid-uZvHBaP3cf a.btn > span {
  margin-left: 0.5rem;
}
.cid-uZvHBaP3cf .mbr-text,
.cid-uZvHBaP3cf .button-align {
  color: #000000;
}
.cid-uZvHBaQDLi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZvHBaQDLi .mbr-section-title {
  margin-bottom: 24px;
  color: #000000;
  text-align: center;
}
.cid-uZvHBaQDLi .link-title {
  width: 100%;
  display: inline-block;
}
.cid-uZvHBaQDLi .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-uZvHBaQDLi .item-wrapper {
  position: relative;
}
.cid-uZvHBaQDLi .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-uZvHBaQDLi .col-12.col-sm-6.col-lg-3:hover a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption),
.cid-uZvHBaQDLi .col-12.col-sm-6.col-lg-3:hover .mbr-iconfont,
.cid-uZvHBaQDLi .col-12.col-sm-6.col-lg-3:hover .number,
.cid-uZvHBaQDLi .col-12.col-sm-6.col-lg-3:hover .card-title {
  color: #b83300 !important;
}
.cid-uZvHBaQDLi .col-12.col-sm-6.col-lg-3:hover .inner {
  transform: scale(1.1);
}
.cid-uZvHBaQDLi .card-title {
  transition: 0.35s;
  margin-bottom: 12px;
  color: #000000;
}
.cid-uZvHBaQDLi .inner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
  border-radius: 30px;
}
.cid-uZvHBaQDLi .card-text {
  margin-bottom: 33px;
  color: #8c8c95;
}
@media (min-width: 970px) and (max-width: 1100px) {
  .cid-uZvHBaQDLi .card-wrapper {
    margin: 10px;
  }
}
@media (min-width: 575px) and (max-width: 990px) {
  .cid-uZvHBaQDLi .col-12:nth-child(3) {
    padding-top: 50px;
  }
  .cid-uZvHBaQDLi .col-12:nth-child(4) {
    padding-top: 50px;
  }
  .cid-uZvHBaQDLi .card-wrapper {
    margin: 20px;
    padding: 60px 30px 40px;
  }
}
@media (max-width: 574px) {
  .cid-uZvHBaQDLi .col-12 {
    padding-top: 50px;
  }
  .cid-uZvHBaQDLi .col-12:first-child {
    padding-top: 0px;
  }
  .cid-uZvHBaQDLi .wrap-img {
    margin-bottom: 30px;
  }
  .cid-uZvHBaQDLi .card-wrapper {
    margin: 10px;
    padding: 60px 30px 40px;
  }
}
.cid-uZvHBaQDLi .card-wrapper {
  border-radius: 0 0 30px 30px;
  background-color: #ffffff;
  padding: 37px 32px 43px;
}
.cid-uZvHBaQDLi .mbr-iconfont {
  transition: 0.3s;
  margin-right: 5px;
}
.cid-uZvHBaQDLi .episode {
  color: #ffffff;
}
.cid-uZvHBaQDLi .img-title {
  color: #ffffff;
}
.cid-uZvHBaQDLi .margin {
  margin-right: 14px;
}
.cid-uZvHBaQDLi .button-align {
  margin-top: 56px;
  text-align: center;
}
.cid-uZvHBaQDLi .mbr-section-btn {
  width: auto;
  display: inline;
  text-align: left;
}
.cid-uZvHBaQDLi .title-block {
  padding-bottom: 30px;
  max-width: 493px;
  margin: auto;
}
.cid-uZvHBaQDLi .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-uZvHBaQDLi .display-4 > .mbr-iconfont {
  font-size: 16px;
}
.cid-uZvHBaQDLi .card-button .btn {
  padding: 0;
  display: inline-flex;
  flex-direction: row-reverse;
  border: none;
}
.cid-uZvHBaQDLi .card-button .btn .mbr-iconfont {
  padding-left: 0;
  padding-right: 8px;
}
.cid-uZvHBaQDLi .card-button .btn-primary,
.cid-uZvHBaQDLi .card-button .btn-secondary,
.cid-uZvHBaQDLi .card-button .btn-success,
.cid-uZvHBaQDLi .card-button .btn-info,
.cid-uZvHBaQDLi .card-button .btn-warning,
.cid-uZvHBaQDLi .card-button .btn-danger,
.cid-uZvHBaQDLi .card-button .btn-black,
.cid-uZvHBaQDLi .card-button .btn-white {
  padding: 14px 18px;
}
.cid-uZvHBaQDLi .card-text,
.cid-uZvHBaQDLi .link-title {
  color: #000000;
}
.cid-uZvHBaQnCW {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0e1502;
}
.cid-uZvHBaQnCW .item:focus,
.cid-uZvHBaQnCW span:focus {
  outline: none;
}
.cid-uZvHBaQnCW .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uZvHBaQnCW .item {
  color: #ffffff;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uZvHBaQnCW .item {
    min-height: 45px;
  }
}
.cid-uZvHBaQpwp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZvHBaQpwp .mbr-section-subtitle {
  color: #000000;
  text-align: center;
  max-width: 552px;
  margin: auto;
}
.cid-uZvHBaQpwp .mbr-section-title {
  text-align: center;
  color: #000000;
  padding-bottom: 24px;
  max-width: 752px;
  margin: auto;
}
.cid-uZvHBaQpwp .row {
  align-items: center;
  height: 100%;
}
.cid-uZvHBaQpwp .wrapper {
  margin: auto;
}
.cid-uZvHBaRZkI {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uZvHBaRZkI .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-uZvHBaRZkI .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-uZvHBaRZkI .shadow:hover {
  transform: translate(0px, -6px);
  box-shadow: 0 10px 20px 0 rgba(8, 15, 52, 0.1) !important;
}
.cid-uZvHBaRZkI .shadow:hover a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption),
.cid-uZvHBaRZkI .shadow:hover .mbr-iconfont,
.cid-uZvHBaRZkI .shadow:hover .number,
.cid-uZvHBaRZkI .shadow:hover .card-title {
  color: #b83300 !important;
}
.cid-uZvHBaRZkI .shadow:hover .inner {
  transform: scale(1.1);
}
.cid-uZvHBaRZkI .inner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}
.cid-uZvHBaRZkI .card-title {
  color: #000000;
  margin-bottom: 6px;
  text-align: center;
  transition: 0.35s;
}
.cid-uZvHBaRZkI .title-block {
  margin-bottom: 56px;
}
.cid-uZvHBaRZkI .card-text {
  color: #000000;
  text-align: center;
}
.cid-uZvHBaRZkI H3 {
  color: #14142b;
  text-align: center;
}
.cid-uZvHBaRZkI .card-wrapper {
  border-radius: 0 0 30px 30px;
  background-color: #ffffff;
  padding: 39px 32px 48px;
}
.cid-uZvHBaRZkI .mbr-iconfont {
  transition: 0.3s;
  margin-right: 5px;
}
.cid-uZvHBaRZkI .link-title {
  display: inline-block;
}
.cid-uZvHBaRZkI .episode {
  color: #ffffff;
}
.cid-uZvHBaRZkI .img-title {
  color: #ffffff;
}
.cid-uZvHBaRZkI .button-align {
  margin-top: 56px;
  text-align: center;
}
.cid-uZvHBaRZkI .mbr-section-btn {
  width: auto;
  display: inline;
}
.cid-uZvHBaRZkI .mbr-section-title {
  color: #000000;
}
@media (max-width: 860px) {
  .cid-uZvHBaRZkI .title-block {
    flex-direction: column;
  }
  .cid-uZvHBaRZkI .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
}
.cid-uZvHBaRZkI .item.features-image {
  margin-top: 35px;
}
.cid-uZvHBaRZkI .item.features-image:nth-child(1) {
  margin-top: 0px;
}
.cid-uZvHBaRZkI .item.features-image:nth-child(2) {
  margin-top: 0px;
}
.cid-uZvHBaRZkI .item.features-image:nth-child(3) {
  margin-top: 0px;
}
@media (max-width: 992px) {
  .cid-uZvHBaRZkI .item.features-image:nth-child(4) {
    margin-top: 35px;
  }
  .cid-uZvHBaRZkI .item.features-image:nth-child(3) {
    margin-top: 35px;
  }
}
@media (max-width: 768px) {
  .cid-uZvHBaRZkI .item.features-image:nth-child(2) {
    margin-top: 35px;
  }
}
.cid-uZvHBaRZkI .mbr-section-subtitle {
  color: #000000;
}
.cid-uZvHBaSz8b {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZvHBaSz8b .card-heading {
  padding-bottom: 32px;
  color: #000000;
}
.cid-uZvHBaSz8b .p {
  padding-bottom: 26px;
  color: #000000;
}
.cid-uZvHBaSz8b .p:last-child {
  padding-bottom: 0;
}
.cid-uZvHBaSz8b .row {
  justify-content: center;
}
.cid-uZvHBaSvjN {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uZvHBaSvjN .display-4 > .mbr-iconfont {
  font-size: 16px;
}
.cid-uZvHBaSvjN .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-uZvHBaSvjN .inner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}
.cid-uZvHBaSvjN .wrap-img {
  transition: all 300ms ease !important;
  overflow: hidden;
  width: 311px;
  height: 311px;
  border-radius: 30px;
  transform: translate(0px, 0px);
}
.cid-uZvHBaSvjN .shadow:hover {
  transform: translate(0px, -6px);
  box-shadow: 0 10px 20px 0 rgba(8, 15, 52, 0.1) !important;
}
.cid-uZvHBaSvjN .shadow:hover .card-title {
  color: #b83300 !important;
}
.cid-uZvHBaSvjN .shadow:hover .inner {
  transform: scale(1.1);
}
.cid-uZvHBaSvjN .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-uZvHBaSvjN .card-text {
  margin-bottom: 42px;
  color: #000000;
}
.cid-uZvHBaSvjN H3 {
  color: #14142b;
  text-align: center;
}
.cid-uZvHBaSvjN .mbr-iconfont {
  transition: 0.3s;
  margin-left: 0;
}
.cid-uZvHBaSvjN .link-title {
  display: inline-block;
}
.cid-uZvHBaSvjN .button-color {
  padding: 14px 18px !important;
  border-radius: 1000px !important;
  display: inline-block;
  line-height: 20px;
  background-color: #f1f4ed;
  margin-bottom: 32px;
  color: #000000;
}
.cid-uZvHBaSvjN .position {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
.cid-uZvHBaSvjN .link-row,
.cid-uZvHBaSvjN .title-block {
  align-items: center;
}
.cid-uZvHBaSvjN .link2 {
  display: inline;
}
.cid-uZvHBaSvjN .socicon-bg-youtube {
  background-color: #758e4f;
  color: #ffffff;
}
.cid-uZvHBaSvjN .socicon-bg-facebook {
  background-color: #f26419;
  color: #ffffff !important;
}
.cid-uZvHBaSvjN .socicon-bg-twitter {
  background-color: #33658a;
  color: #ffffff !important;
}
.cid-uZvHBaSvjN .socicon-bg-pinterest {
  background-color: #758e4f;
  color: #ffffff !important;
}
.cid-uZvHBaSvjN .socicon-bg-mail {
  background-color: #f26419;
  color: #ffffff !important;
}
.cid-uZvHBaSvjN .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: #f26419;
  cursor: pointer;
}
.cid-uZvHBaSvjN .btn-social .mbr-iconfont {
  top: 0;
  line-height: 22px;
  width: 22px;
}
.cid-uZvHBaSvjN .btn-social + .btn {
  margin-left: 0.1rem;
}
.cid-uZvHBaSvjN .bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uZvHBaSvjN .bottom {
    display: block;
  }
}
.cid-uZvHBaSvjN .right {
  margin-left: 8px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-uZvHBaSvjN .mbr-social-likes {
  display: flex;
  align-items: center;
}
.cid-uZvHBaSvjN .link1 {
  margin-right: 5px;
  color: #8c8c95;
}
.cid-uZvHBaSvjN .al {
  align-items: center;
}
@media (max-width: 765px) {
  .cid-uZvHBaSvjN .row.al {
    display: flex;
    flex-direction: column;
  }
  .cid-uZvHBaSvjN .right {
    margin-left: 0;
  }
  .cid-uZvHBaSvjN .wrap-img {
    margin-bottom: 30px;
    height: 640px;
    width: 640px;
  }
}
@media (max-width: 760px) {
  .cid-uZvHBaSvjN .wrap-img {
    height: 540px;
    width: 540px;
  }
  .cid-uZvHBaSvjN .bottom {
    display: flex;
    flex-direction: column;
  }
  .cid-uZvHBaSvjN .mbr-social-likes {
    margin-top: 10px;
  }
}
@media (max-width: 665px) {
  .cid-uZvHBaSvjN .wrap-img {
    height: 340px;
    width: 340px;
  }
}
@media (max-width: 460px) {
  .cid-uZvHBaSvjN .wrap-img {
    height: 240px;
    width: 240px;
  }
  .cid-uZvHBaSvjN .shadow {
    padding: 32px;
  }
  .cid-uZvHBaSvjN .mbr-social-likes {
    display: flex;
  }
}
@media (max-width: 390px) {
  .cid-uZvHBaSvjN .wrap-img {
    height: 240px;
    width: 240px;
  }
  .cid-uZvHBaSvjN .shadow {
    padding: 32px;
  }
}
@media (max-width: 550px) {
  .cid-uZvHBaSvjN .shadow {
    padding: 24px 25px 34px 25px;
  }
}
.cid-uZvHBaSvjN .card-title,
.cid-uZvHBaSvjN span {
  transition: 0.35s;
}
@media (max-width: 992px) {
  .cid-uZvHBaSvjN .card-button {
    margin-bottom: 16px;
  }
}
.cid-uZvHBaSvjN .card-button .btn {
  padding: 0;
  display: inline-flex;
  flex-direction: row-reverse;
  border: none;
}
.cid-uZvHBaSvjN .card-button .btn .mbr-iconfont {
  padding-left: 0;
  padding-right: 8px;
}
.cid-uZvHBaSvjN .card-button .btn-primary,
.cid-uZvHBaSvjN .card-button .btn-secondary,
.cid-uZvHBaSvjN .card-button .btn-success,
.cid-uZvHBaSvjN .card-button .btn-info,
.cid-uZvHBaSvjN .card-button .btn-warning,
.cid-uZvHBaSvjN .card-button .btn-danger,
.cid-uZvHBaSvjN .card-button .btn-black,
.cid-uZvHBaSvjN .card-button .btn-white {
  padding: 14px 18px;
}
.cid-uZvHBaSvjN .item {
  margin-bottom: 32px;
}
.cid-uZvHBaTs02 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f1f4ed;
}
.cid-uZvHBaTs02 .mbr-section-title {
  margin-bottom: 56px;
}
.cid-uZvHBaTs02 .display-4 > .mbr-iconfont {
  font-size: 16px;
}
.cid-uZvHBaTs02 .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-uZvHBaTs02 .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-uZvHBaTs02 .inner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}
.cid-uZvHBaTs02 .shadow:hover {
  transform: translate(0px, -6px);
  box-shadow: 0 10px 20px 0 rgba(8, 15, 52, 0.1) !important;
}
.cid-uZvHBaTs02 .shadow:hover a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption),
.cid-uZvHBaTs02 .shadow:hover .mbr-iconfont,
.cid-uZvHBaTs02 .shadow:hover .number,
.cid-uZvHBaTs02 .shadow:hover .card-title {
  color: #b83300 !important;
}
.cid-uZvHBaTs02 .shadow:hover .inner {
  transform: scale(1.1);
}
.cid-uZvHBaTs02 .card-title {
  margin-bottom: 10px;
  color: #000000;
}
.cid-uZvHBaTs02 .card-title span,
.cid-uZvHBaTs02 .card-title .number {
  transition: 0.35s;
}
.cid-uZvHBaTs02 .card-text {
  margin-bottom: 32px;
  color: #000000;
}
@media (min-width: 575px) and (max-width: 990px) {
  .cid-uZvHBaTs02 .card-wrapper {
    padding: 60px 30px 40px;
  }
}
@media (max-width: 574px) {
  .cid-uZvHBaTs02 .card-wrapper {
    padding: 60px 30px 40px;
  }
}
.cid-uZvHBaTs02 H3 {
  color: #14142b;
  text-align: center;
}
.cid-uZvHBaTs02 img {
  width: auto;
  height: 70px;
}
.cid-uZvHBaTs02 .card-wrapper {
  border-radius: 0 0 30px 30px;
  background-color: #ffffff;
  padding: 37px 32px 43px;
}
.cid-uZvHBaTs02 .mbr-iconfont {
  transition: 0.3s;
  margin-right: 5px;
}
.cid-uZvHBaTs02 .link-title {
  display: inline-block;
}
.cid-uZvHBaTs02 .episode {
  color: #ffffff;
}
.cid-uZvHBaTs02 .img-title {
  color: #ffffff;
}
.cid-uZvHBaTs02 .margin {
  margin-right: 14px;
}
.cid-uZvHBaTs02 .button-align {
  margin-top: 56px;
  text-align: center;
}
.cid-uZvHBaTs02 .mbr-section-btn {
  width: auto;
  display: inline;
}
@media (max-width: 500px) {
  .cid-uZvHBaTs02 .button-align {
    display: flex;
    flex-direction: column;
  }
  .cid-uZvHBaTs02 .margin {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
@media (max-width: 550px) {
  .cid-uZvHBaTs02 .card-wrapper {
    padding: 24px 25px 34px 25px;
  }
}
.cid-uZvHBaTs02 span,
.cid-uZvHBaTs02 .number {
  transition: 0.35s;
}
.cid-uZvHBaTs02 .item.features-image {
  margin-top: 30px;
}
.cid-uZvHBaTs02 .item.features-image:nth-child(1) {
  margin-top: 0px;
}
.cid-uZvHBaTs02 .item.features-image:nth-child(2) {
  margin-top: 0px;
}
.cid-uZvHBaTs02 .item.features-image:nth-child(3) {
  margin-top: 0px;
}
@media (max-width: 992px) {
  .cid-uZvHBaTs02 .item.features-image:nth-child(3) {
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  .cid-uZvHBaTs02 .item.features-image:nth-child(2) {
    margin-top: 30px;
  }
}
.cid-uZvHBaTs02 .link-row {
  align-items: center;
}
.cid-uZvHBaTs02 .col-auto .card-button {
  display: block;
}
.cid-uZvHBaTs02 .col-auto .card-button .btn {
  padding: 0;
  display: flex;
  flex-direction: row-reverse;
  border: none;
}
.cid-uZvHBaTs02 .col-auto .card-button .btn .mbr-iconfont {
  padding-left: 0;
  padding-right: 8px;
}
.cid-uZvHBaTs02 .col-auto .card-button .btn-primary,
.cid-uZvHBaTs02 .col-auto .card-button .btn-secondary,
.cid-uZvHBaTs02 .col-auto .card-button .btn-success,
.cid-uZvHBaTs02 .col-auto .card-button .btn-info,
.cid-uZvHBaTs02 .col-auto .card-button .btn-warning,
.cid-uZvHBaTs02 .col-auto .card-button .btn-danger,
.cid-uZvHBaTs02 .col-auto .card-button .btn-black,
.cid-uZvHBaTs02 .col-auto .card-button .btn-white {
  padding: 14px 18px;
}
.cid-uZvHBaTs02 .mbr-section-title,
.cid-uZvHBaTs02 .button-align {
  color: #000000;
}
.cid-uZvHBaTs02 .number {
  color: #000000;
}
.cid-uZvHBaU51I {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f4ed;
}
.cid-uZvHBaU51I .row {
  justify-content: center;
}
.cid-uZvHBaUs42 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f4ed;
}
.cid-uZvHBaUs42 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
  margin: auto;
}
.cid-uZvHBaUs42 .mbr-section-title {
  text-align: center;
  color: #000000;
  padding-bottom: 24px;
  margin: auto;
}
.cid-uZvHBaUs42 .row {
  align-items: center;
  height: 100%;
}
.cid-uZvHBaUs42 .wrapper {
  margin: auto;
}
.cid-uZvHBaUE0M {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e1502;
}
.cid-uZvHBaUE0M img {
  width: auto;
  height: 48px;
  display: inline-block;
  padding: 0;
  margin: auto;
  filter: invert(1);
}
.cid-uZvHBaUE0M .mbr-section-subtitle {
  margin-right: 30px;
  color: #FFFFFF;
}
.cid-uZvHBaUE0M .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-uZvHBaUE0M .brand:hover {
  transform: translate(0px, -4px);
  border: 1px solid #b83300;
}
.cid-uZvHBaUE0M .brand-row {
  justify-content: space-between;
  align-items: center;
}
.cid-uZvHBaUE0M .row-main {
  align-items: center;
  justify-content: space-between;
}
.cid-uZvHBaUE0M .c {
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-uZvHBaUE0M .t {
    margin-top: 20px;
  }
}
@media (max-width: 576px) {
  .cid-uZvHBaUE0M .t1 {
    margin-top: 20px;
  }
}
@media (max-width: 460px) {
  .cid-uZvHBaUE0M .row-main {
    flex-direction: column;
  }
  .cid-uZvHBaUE0M .col-auto {
    margin-bottom: 20px;
  }
  .cid-uZvHBaUE0M .mbr-section-subtitle {
    margin-right: 0;
  }
}
.cid-uZvHBaUjyb {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uZvHBaUjyb .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-uZvHBaUjyb .card-subtitle {
  color: #000000;
  padding: 16px 25px;
  border-radius: 1000px;
  background-color: #f1f4ed;
  display: inline-block;
}
.cid-uZvHBaUjyb .card-text {
  color: #8c8c95;
  width: 100%;
  margin-top: 24px;
}
@media (max-width: 470px) {
  .cid-uZvHBaUjyb .shadow {
    padding: 40px;
  }
}
.cid-uZvHBaUjyb .card-text,
.cid-uZvHBaUjyb .align {
  color: #000000;
}
.cid-uZvHBaVDSm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZvHBaVDSm img {
  border-radius: 0px;
}
.cid-uZvHBaVDSm .row {
  justify-content: center;
}
.cid-uZvHBaVDSm .mbr-section-title {
  margin-top: 24px;
  text-align: center;
  color: #000000;
}
.cid-uZvHBaVjtJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZvHBaVjtJ .right {
  display: flex;
  flex-direction: column;
}
.cid-uZvHBaVjtJ .card-heading {
  padding-bottom: 32px;
  color: #000000;
}
.cid-uZvHBaVjtJ .row {
  justify-content: center;
}
.cid-uZvHBaVjtJ ul {
  padding-inline-start: 50px;
  margin-bottom: 0;
}
.cid-uZvHBaVjtJ li {
  margin-bottom: 16px;
}
.cid-uZvHBaVjtJ li:last-child {
  margin-bottom: 0;
}
.cid-uZvHBaVjtJ a:hover,
.cid-uZvHBaVjtJ a:focus {
  color: #3f69ff !important;
}
.cid-uZvHBaVjtJ .list {
  color: #000000;
}
.cid-uZvHBaVNxk {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uZvHBaVNxk .display-4 > .mbr-iconfont {
  font-size: 16px;
}
.cid-uZvHBaVNxk .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-uZvHBaVNxk .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-uZvHBaVNxk .shadow:hover {
  transform: translate(0px, -6px);
  box-shadow: 0 10px 20px 0 rgba(8, 15, 52, 0.1) !important;
}
.cid-uZvHBaVNxk .shadow:hover a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption),
.cid-uZvHBaVNxk .shadow:hover .mbr-iconfont,
.cid-uZvHBaVNxk .shadow:hover .number,
.cid-uZvHBaVNxk .shadow:hover .card-title {
  color: #b83300 !important;
}
.cid-uZvHBaVNxk .shadow:hover .inner {
  transform: scale(1.1);
}
.cid-uZvHBaVNxk .card-title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-uZvHBaVNxk .title-block {
  margin-bottom: 56px;
}
.cid-uZvHBaVNxk .card-text {
  margin-bottom: 42px;
  color: #000000;
}
.cid-uZvHBaVNxk H3 {
  color: #14142b;
  text-align: center;
}
.cid-uZvHBaVNxk .inner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}
.cid-uZvHBaVNxk .card-wrapper {
  border-radius: 0 30px 30px 0px;
  background-color: #ffffff;
  padding: 60px 71px;
}
.cid-uZvHBaVNxk .mbr-iconfont {
  transition: 0.3s;
  margin-right: 5px;
}
.cid-uZvHBaVNxk .link-title {
  display: inline-block;
}
.cid-uZvHBaVNxk .episode {
  color: #ffffff;
}
.cid-uZvHBaVNxk .img-title {
  color: #ffffff;
}
.cid-uZvHBaVNxk .margin {
  margin-right: 14px;
}
.cid-uZvHBaVNxk .mbr-section-btn {
  width: auto;
  display: inline;
}
.cid-uZvHBaVNxk .button-color {
  padding: 14px 18px !important;
  border-radius: 1000px !important;
  display: inline-block;
  line-height: 20px;
  background-color: #f1f4ed;
  color: #000000;
}
.cid-uZvHBaVNxk .position {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
.cid-uZvHBaVNxk .link-row,
.cid-uZvHBaVNxk .title-block {
  align-items: center;
}
.cid-uZvHBaVNxk .line {
  width: 100%;
  height: 1px;
  background-color: #f1f4ed;
  margin-bottom: 35px;
}
.cid-uZvHBaVNxk .mbr-section-title {
  color: #000000;
}
@media (max-width: 900px) {
  .cid-uZvHBaVNxk .card-wrapper {
    padding: 40px 31px;
  }
}
@media (max-width: 820px) {
  .cid-uZvHBaVNxk .card-wrapper {
    padding: 25px 31px;
  }
}
@media (max-width: 1095px) {
  .cid-uZvHBaVNxk .wrap-img {
    height: 430px;
  }
}
@media (max-width: 765px) {
  .cid-uZvHBaVNxk .shadow {
    display: flex;
    flex-direction: column;
  }
  .cid-uZvHBaVNxk .title-block {
    flex-direction: column;
  }
  .cid-uZvHBaVNxk .mbr-section-subtitle {
    margin-bottom: 30px;
    text-align: center;
  }
  .cid-uZvHBaVNxk .wrap-img {
    height: 361px;
    width: 100%;
    border-radius: 30px 30px 0 0;
  }
  .cid-uZvHBaVNxk .card-wrapper {
    padding: 24px 25px 34px 25px;
  }
}
.cid-uZvHBaVNxk .card-title,
.cid-uZvHBaVNxk span {
  transition: 0.35s;
}
.cid-uZvHBaVNxk .item {
  margin-bottom: 32px;
}
.cid-uZvHBaVNxk .link-row {
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uZvHBaVNxk .link-row {
    display: block;
  }
}
.cid-uZvHBaVNxk .col-auto .card-button {
  display: block;
}
@media (max-width: 992px) {
  .cid-uZvHBaVNxk .col-auto .card-button {
    margin-bottom: 16px;
  }
}
.cid-uZvHBaVNxk .col-auto .card-button .btn {
  padding: 0;
  display: inline-flex;
  flex-direction: row-reverse;
  border: none;
}
.cid-uZvHBaVNxk .col-auto .card-button .btn .mbr-iconfont {
  padding-left: 0;
  padding-right: 8px;
}
.cid-uZvHBaVNxk .col-auto .card-button .btn-primary,
.cid-uZvHBaVNxk .col-auto .card-button .btn-secondary,
.cid-uZvHBaVNxk .col-auto .card-button .btn-success,
.cid-uZvHBaVNxk .col-auto .card-button .btn-info,
.cid-uZvHBaVNxk .col-auto .card-button .btn-warning,
.cid-uZvHBaVNxk .col-auto .card-button .btn-danger,
.cid-uZvHBaVNxk .col-auto .card-button .btn-black,
.cid-uZvHBaVNxk .col-auto .card-button .btn-white {
  padding: 14px 18px;
}
.cid-uZvHBaVNxk .mbr-section-subtitle {
  color: #000000;
}
.cid-uZvHBaWWRR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZvHBaWWRR .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-uZvHBaWWRR .title-block {
  justify-content: space-between;
  margin-bottom: 32px;
  align-items: center;
  padding-bottom: 56px;
  max-width: 715px;
  margin: auto;
}
.cid-uZvHBaWWRR .wrapper {
  padding: 0rem;
}
.cid-uZvHBaWWRR .icon-left {
  margin-right: 0.1rem;
}
.cid-uZvHBaWWRR .icon-right {
  margin-left: 0.1rem;
}
.cid-uZvHBaWWRR .card-wrapper {
  padding: 30px 15px;
  margin: 0 15px;
  width: auto;
  max-width: 100%;
}
.cid-uZvHBaWWRR .card-title {
  font-weight: 700;
  padding: 10px 20px 10px;
  color: #4c4c4c;
  text-align: left;
  text-transform: uppercase;
}
.cid-uZvHBaWWRR .card-subtitle {
  text-align: left;
  color: #000000;
}
.cid-uZvHBaWWRR .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-uZvHBaWWRR .iconfont-wrapper {
  text-align: left;
  margin-bottom: 16px;
}
.cid-uZvHBaWWRR .iconfont-wrapper .mbr-iconfont {
  color: #f26419;
}
.cid-uZvHBaWWRR .card-text {
  margin-bottom: 16px;
  text-align: left;
}
.cid-uZvHBaWWRR .margin {
  margin-right: 14px;
}
.cid-uZvHBaWWRR .button-align {
  margin-top: 56px;
  text-align: center;
}
.cid-uZvHBaWWRR .mbr-section-btn {
  width: auto;
  display: inline;
}
.cid-uZvHBaWWRR .people {
  align-items: center;
}
.cid-uZvHBaWWRR .item-wrapper {
  width: 100%;
}
.cid-uZvHBaWWRR .mbr-section-title {
  text-align: center;
  margin-bottom: 16px;
  color: #000000;
}
.cid-uZvHBaWWRR img {
  border-radius: 10%;
  height: 128px;
  width: 128px;
  margin: 0;
}
.cid-uZvHBaWWRR .mbr-iconfont::before {
  font-size: 25px;
}
.cid-uZvHBaWWRR .card-text,
.cid-uZvHBaWWRR .iconfont-wrapper {
  color: #8c8c95;
}
.cid-uZvHBaWWRR .card-subtitle,
.cid-uZvHBaWWRR .card-subtitle2 {
  display: inline;
}
.cid-uZvHBaWWRR .card-subtitle2 {
  color: #000000;
}
@media (max-width: 576px) {
  .cid-uZvHBaWWRR .col-12.col-sm-6:first-child {
    padding-bottom: 20px;
  }
}
@media (max-width: 860px) {
  .cid-uZvHBaWWRR .row.people {
    flex-direction: column;
    align-items: initial;
  }
  .cid-uZvHBaWWRR img {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .cid-uZvHBaWWRR .shadow {
    padding-top: 40px;
    padding-bottom: 43px;
  }
}
@media (max-width: 479px) {
  .cid-uZvHBaWWRR .shadow {
    padding: 33px 25px 36px;
  }
}
.cid-uZvHBaWWRR .card-text,
.cid-uZvHBaWWRR .iconfont-wrapper,
.cid-uZvHBaWWRR .align {
  color: #000000;
}
.cid-uZvHBaWJfr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-uZvHBaWJfr .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-uZvHBaWJfr .plan .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
}
@media (max-width: 991px) {
  .cid-uZvHBaWJfr .align-center {
    margin-top: 2rem;
  }
  .cid-uZvHBaWJfr .align-center:first-child {
    margin-top: 0rem;
  }
  .cid-uZvHBaWJfr .align-center:nth-child(2) {
    margin-top: 0rem;
  }
}
.cid-uZvHBaWJfr .line {
  width: 100%;
  height: 1px;
  background-color: #000000;
  margin-bottom: 41px;
}
.cid-uZvHBaWJfr .list {
  text-align: left;
  margin-bottom: 54px;
}
.cid-uZvHBaWJfr .list2 {
  text-align: left;
  margin-bottom: 54px;
  color: #14142b;
}
.cid-uZvHBaWJfr .category {
  text-align: left;
  margin-bottom: 24px;
  color: #000000;
}
.cid-uZvHBaWJfr .link {
  text-align: left;
}
.cid-uZvHBaWJfr li {
  margin-bottom: 14px;
  display: flex;
  align-items: center;
}
.cid-uZvHBaWJfr li:last-child {
  margin-bottom: 0;
}
.cid-uZvHBaWJfr ul {
  padding-inline-start: 0px;
}
.cid-uZvHBaWJfr .card1 {
  background-color: #ffffff;
}
.cid-uZvHBaWJfr .card2 {
  background-color: #f26419;
}
.cid-uZvHBaWJfr .card3 {
  background-color: #ffffff;
}
@media (min-width: 990px) and (max-width: 1160px) {
  .cid-uZvHBaWJfr .plan {
    padding: 47px;
  }
}
.cid-uZvHBaWJfr a.btn {
  width: 100% !important;
  margin: auto;
}
.cid-uZvHBaWJfr .card {
  border: 1px solid #eff0f6;
}
.cid-uZvHBaWJfr .text {
  margin-bottom: 34px;
  text-align: left;
  color: #000000;
}
.cid-uZvHBaWJfr .text2 {
  margin-bottom: 34px;
  text-align: left;
  color: #FFFFFF;
}
.cid-uZvHBaWJfr .align {
  margin-bottom: 16px;
}
.cid-uZvHBaWJfr .name {
  margin-bottom: 9px;
}
.cid-uZvHBaWJfr .name2 {
  margin-bottom: 9px;
}
.cid-uZvHBaWJfr .price,
.cid-uZvHBaWJfr .month {
  display: inline !important;
}
.cid-uZvHBaWJfr .price2,
.cid-uZvHBaWJfr .month2 {
  display: inline !important;
}
.cid-uZvHBaWJfr .mbr-text {
  display: inline;
  width: 100%;
}
.cid-uZvHBaWJfr .month {
  width: auto;
  display: inline;
  color: #8c8c95;
}
.cid-uZvHBaWJfr .month2 {
  width: auto;
  display: inline;
  color: #14142b;
}
.cid-uZvHBaWJfr .mbr-iconfont {
  padding: 6px;
  background-color: #33658a;
  color: #ffffff;
  font-size: 0.6rem;
  border-radius: 50%;
  margin-right: 6px;
}
.cid-uZvHBaWJfr .name,
.cid-uZvHBaWJfr .align {
  text-align: left;
  color: #000000;
}
.cid-uZvHBaWJfr .name2,
.cid-uZvHBaWJfr .align {
  text-align: left;
  color: #FFFFFF;
}
.cid-uZvHBaWJfr .price2 {
  text-align: left;
  color: #FFFFFF;
}
.cid-uZvHBaWJfr .category2 {
  margin-bottom: 24px;
  text-align: left;
  color: #FFFFFF;
}
.cid-uZvHBaWJfr .mbr-section-title {
  text-align: center;
  margin-bottom: 24px;
  color: #000000;
}
.cid-uZvHBaWJfr .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-uZvHBaWJfr .title-block {
  justify-content: space-between;
  margin-bottom: 32px;
  align-items: center;
  padding-bottom: 56px;
  max-width: 715px;
  margin: auto;
}
.cid-uZvHBaWJfr .card1:hover,
.cid-uZvHBaWJfr .card2:hover,
.cid-uZvHBaWJfr .card3:hover {
  transform: translate(0px, -6px);
}
@media (max-width: 576px) {
  .cid-uZvHBaWJfr .plan {
    padding: 57px 20px 51px;
  }
}
@media (max-width: 768px) {
  .cid-uZvHBaWJfr .align-center:nth-child(2) {
    margin-top: 2rem;
  }
}
.cid-uZvHBaWJfr a.btn > span {
  margin-left: 0.5rem;
  background-color: transparent;
}
.cid-uZvHBaWJfr .price {
  color: #000000;
}
.cid-uZvHBaWJfr .list,
.cid-uZvHBaWJfr .link {
  color: #000000;
}
.cid-uZvHBaWJfr .list2,
.cid-uZvHBaWJfr .link {
  color: #FFFFFF;
}
.cid-uZvHBaXmtF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZvHBaXmtF .card-heading {
  padding-top: 32px;
  padding-bottom: 16px;
  color: #000000;
}
.cid-uZvHBaXmtF .p1 {
  padding-bottom: 24px;
  color: #272727;
}
.cid-uZvHBaXmtF .p {
  color: #000000;
}
.cid-uZvHBaXmtF .p:last-child {
  padding-bottom: 0;
}
.cid-uZvHBaXmtF .row {
  justify-content: center;
}
.cid-uZvHBaXmtF .heading {
  padding-bottom: 24px;
  color: #000000;
}
.cid-uZvHBaYiJ6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZvHBaYiJ6 .mbr-section-subtitle {
  color: #FFFFFF;
  text-align: center;
  margin: auto;
  padding: 119px 95px;
  background-color: #f26419;
}
.cid-uZvHBaYiJ6 .row {
  align-items: center;
  height: 100%;
}
.cid-uZvHBaYiJ6 .wrapper {
  margin: auto;
}
@media (max-width: 770px) {
  .cid-uZvHBaYiJ6 .mbr-section-subtitle {
    padding: 70px 75px;
  }
}
@media (max-width: 576px) {
  .cid-uZvHBaYiJ6 .mbr-section-subtitle {
    padding: 45px 35px;
  }
}
.cid-uZvHBaYHr3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uZvHBaYHr3 .item:focus,
.cid-uZvHBaYHr3 span:focus {
  outline: none;
}
.cid-uZvHBaYHr3 .item-wrapper {
  position: relative;
}
.cid-uZvHBaYHr3 .slide-content {
  position: relative;
  border-radius: 4px;
  background: transparent;
  height: 100%;
  display: flex;
  overflow: visible;
  flex-flow: column nowrap;
}
.cid-uZvHBaYHr3 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uZvHBaYHr3 .mbr-section-title {
  color: #000000;
  text-align: center;
  margin-bottom: 24px;
}
.cid-uZvHBaYHr3 .mbr-text,
.cid-uZvHBaYHr3 .mbr-section-btn {
  text-align: left;
}
.cid-uZvHBaYHr3 .item-title {
  text-align: left;
}
.cid-uZvHBaYHr3 .item-subtitle {
  text-align: left;
}
.cid-uZvHBaYHr3 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 40%;
  max-width: 596px;
}
@media (max-width: 768px) {
  .cid-uZvHBaYHr3 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uZvHBaYHr3 .embla__button--next,
.cid-uZvHBaYHr3 .embla__button--prev {
  display: flex;
}
.cid-uZvHBaYHr3 .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: #f26419;
  color: #33658a;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-uZvHBaYHr3 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uZvHBaYHr3 .embla__button:hover {
  background: #f26419;
  color: #33658a;
  transform: scale(1.05);
}
.cid-uZvHBaYHr3 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uZvHBaYHr3 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uZvHBaYHr3 .embla__button {
    top: auto;
  }
}
.cid-uZvHBaYHr3 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uZvHBaYHr3 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uZvHBaYHr3 .embla {
  position: relative;
  width: 100%;
}
.cid-uZvHBaYHr3 .embla__viewport {
  overflow: visible;
  width: 100%;
}
.cid-uZvHBaYHr3 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uZvHBaYHr3 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uZvHBaYHr3 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uZvHBaYHr3 .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-uZvHBaYHr3 .title-block {
  justify-content: space-between;
  margin-bottom: 32px;
  align-items: center;
  padding-bottom: 56px;
  max-width: 715px;
  margin: auto;
}
.cid-uZvHBaYHr3 .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-uZvHBaYHr3 .card-title {
  margin-bottom: 18px;
  color: #000000;
  transition: 0.35s;
}
.cid-uZvHBaYHr3 .card-text {
  margin-bottom: 17px;
  color: #000000;
}
.cid-uZvHBaYHr3 H3 {
  color: #14142b;
  text-align: center;
}
.cid-uZvHBaYHr3 .card-wrapper {
  border-radius: 0 0 30px 30px;
  background-color: #ffffff;
  padding: 34px 25px 54px 31px;
}
.cid-uZvHBaYHr3 .date {
  margin-bottom: 24px;
  color: #000000;
}
.cid-uZvHBaYHr3 .link-title {
  display: inline-block;
}
.cid-uZvHBaYHr3 .margin {
  margin-right: 14px;
}
.cid-uZvHBaYHr3 .button-color {
  padding: 1rem 1.5625rem !important;
  border-radius: 1000px !important;
  display: inline-block;
  line-height: 20px;
  background-color: #f1f4ed;
  color: #000000;
}
.cid-uZvHBaYHr3 .link-row {
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uZvHBaYHr3 .link-row {
    display: block;
  }
}
@media (max-width: 530px) {
  .cid-uZvHBaYHr3 .card-wrapper {
    border-radius: 0 0 30px 30px;
  }
}
@media (max-width: 480px) {
  .cid-uZvHBaYHr3 .card-wrapper {
    border-radius: 0 0 30px 30px;
  }
}
.cid-uZvHBaYHr3 .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-uZvHBaYHr3 .inner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}
.cid-uZvHBaYHr3 .shadow:hover {
  transform: translate(0px, -6px);
  box-shadow: 0 10px 20px 0 rgba(8, 15, 52, 0.1) !important;
}
.cid-uZvHBaYHr3 .shadow:hover a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption),
.cid-uZvHBaYHr3 .shadow:hover .mbr-iconfont,
.cid-uZvHBaYHr3 .shadow:hover .number,
.cid-uZvHBaYHr3 .shadow:hover .card-title {
  color: #b83300 !important;
}
.cid-uZvHBaYHr3 .shadow:hover .inner {
  transform: scale(1.1);
}
@media (max-width: 992px) {
  .cid-uZvHBaYHr3 .col-auto .card-button {
    margin-bottom: 16px;
  }
}
.cid-uZvHBaYHr3 .col-auto .card-button .btn {
  padding: 0;
  display: flex;
  flex-direction: row-reverse;
  border: none;
}
.cid-uZvHBaYHr3 .col-auto .card-button .btn .mbr-iconfont {
  padding-left: 0;
  padding-right: 8px;
}
.cid-uZvHBaYHr3 .col-auto .card-button .btn-primary,
.cid-uZvHBaYHr3 .col-auto .card-button .btn-secondary,
.cid-uZvHBaYHr3 .col-auto .card-button .btn-success,
.cid-uZvHBaYHr3 .col-auto .card-button .btn-info,
.cid-uZvHBaYHr3 .col-auto .card-button .btn-warning,
.cid-uZvHBaYHr3 .col-auto .card-button .btn-danger,
.cid-uZvHBaYHr3 .col-auto .card-button .btn-black,
.cid-uZvHBaYHr3 .col-auto .card-button .btn-white {
  padding: 14px 18px;
}
.cid-uZvHBaZaYf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZvHBaZaYf .card .card-header {
  background-color: #ffffff;
  margin-bottom: 0;
}
.cid-uZvHBaZaYf .panel-title {
  display: flex;
  align-items: center;
}
.cid-uZvHBaZaYf .mbr-iconfont {
  padding-right: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 3rem !important;
  color: #000000;
}
.cid-uZvHBaZaYf .panel-body,
.cid-uZvHBaZaYf .card-header {
  padding: 1rem 0;
}
.cid-uZvHBaZaYf .panel-body {
  display: flex;
  justify-content: flex-end;
}
.cid-uZvHBaZaYf .panel-title-edit {
  color: #000000;
  display: flex;
  align-items: center;
}
.cid-uZvHBaZaYf .panel-text {
  max-width: 466px;
  color: #000000;
}
.cid-uZvHBaZaYf .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-uZvHBaZaYf .section-head {
  margin-bottom: 56px;
}
.cid-uZvHBaZaYf .card {
  margin-bottom: 32px;
}
.cid-uZvHBaZaYf H3 {
  color: #14142b;
}
@media (max-width: 768px) {
  .cid-uZvHBaZaYf .panel-text {
    width: 100%;
    max-width: initial;
  }
}
@media (max-width: 1000px) {
  .cid-uZvHBaZaYf .panel-text {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-uZvHBaZaYf .mbr-section-title {
  color: #000000;
}
.cid-uZvHBaZTo7 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uZvHBaZTo7 .mbr-section-title {
  margin-bottom: 56px;
}
.cid-uZvHBaZTo7 .display-4 > .mbr-iconfont {
  font-size: 16px;
}
.cid-uZvHBaZTo7 .shadow {
  transition: all 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  overflow: visible;
  box-shadow: none !important;
}
.cid-uZvHBaZTo7 .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-uZvHBaZTo7 .inner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}
.cid-uZvHBaZTo7 .shadow:hover {
  transform: translate(0px, -6px);
}
.cid-uZvHBaZTo7 .shadow:hover a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption),
.cid-uZvHBaZTo7 .shadow:hover .mbr-iconfont,
.cid-uZvHBaZTo7 .shadow:hover .inner {
  transform: scale(1.1);
}
.cid-uZvHBaZTo7 .card-price {
  margin-bottom: 10px;
  color: #FFFFFF;
}
.cid-uZvHBaZTo7 .card-title {
  margin-bottom: 10px;
  color: #FFFFFF;
}
.cid-uZvHBaZTo7 .card-title span,
.cid-uZvHBaZTo7 .card-title .number {
  transition: 0.35s;
}
.cid-uZvHBaZTo7 .card-text {
  margin-bottom: 32px;
  color: #FFFFFF;
}
@media (min-width: 575px) and (max-width: 990px) {
  .cid-uZvHBaZTo7 .card-wrapper {
    padding: 60px 30px 40px;
  }
}
@media (max-width: 574px) {
  .cid-uZvHBaZTo7 .card-wrapper {
    padding: 60px 30px 40px;
  }
}
.cid-uZvHBaZTo7 H3 {
  color: #14142b;
  text-align: center;
}
.cid-uZvHBaZTo7 img {
  width: auto;
  height: 70px;
}
.cid-uZvHBaZTo7 .card-wrapper {
  background-color: #f26419;
  padding: 37px 32px 43px;
}
.cid-uZvHBaZTo7 .mbr-iconfont {
  transition: 0.3s;
  margin-right: 5px;
}
.cid-uZvHBaZTo7 .link-title {
  display: inline-block;
}
.cid-uZvHBaZTo7 .episode {
  color: #ffffff;
}
.cid-uZvHBaZTo7 .img-title {
  color: #ffffff;
}
.cid-uZvHBaZTo7 .margin {
  margin-right: 14px;
}
.cid-uZvHBaZTo7 .button-align {
  margin-top: 56px;
  text-align: center;
}
.cid-uZvHBaZTo7 .mbr-section-btn {
  width: auto;
  display: block;
}
.cid-uZvHBaZTo7 .mbr-section-btn .btn {
  display: flex;
}
@media (max-width: 500px) {
  .cid-uZvHBaZTo7 .margin {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
@media (max-width: 550px) {
  .cid-uZvHBaZTo7 .card-wrapper {
    padding: 24px 25px 34px 25px;
  }
}
.cid-uZvHBaZTo7 span,
.cid-uZvHBaZTo7 .number {
  transition: 0.35s;
}
.cid-uZvHBaZTo7 .item.features-image {
  margin-top: 30px;
}
.cid-uZvHBaZTo7 .item.features-image:nth-child(1) {
  margin-top: 0px;
}
.cid-uZvHBaZTo7 .item.features-image:nth-child(2) {
  margin-top: 0px;
}
.cid-uZvHBaZTo7 .item.features-image:nth-child(3) {
  margin-top: 0px;
}
@media (max-width: 992px) {
  .cid-uZvHBaZTo7 .item.features-image:nth-child(3) {
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  .cid-uZvHBaZTo7 .item.features-image:nth-child(2) {
    margin-top: 30px;
  }
}
.cid-uZvHBaZTo7 .mbr-section-title,
.cid-uZvHBaZTo7 .button-align {
  color: #000000;
}
.cid-uZvHBb0KRG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZvHBb0KRG .mbr-section-subtitle {
  color: #000000;
  text-align: center;
  max-width: 552px;
  margin: auto;
}
.cid-uZvHBb0KRG .mbr-section-title {
  text-align: center;
  color: #000000;
  padding-bottom: 24px;
}
.cid-uZvHBb0KRG .row {
  align-items: center;
  height: 100%;
}
.cid-uZvHBb0KRG .wrapper {
  margin: auto;
}
.cid-uZvHBb0KRG .subtitle {
  display: inline;
  width: auto;
  color: #000000;
}
.cid-uZvHBb0KRG .mbr-section-btn {
  display: inline;
  width: auto;
  margin-right: 25px;
}
.cid-uZvHBb0KRG .title-block {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 24px;
}
.cid-uZvHBb0KRG a.btn {
  padding: 16px 25px !important;
}
@media (max-width: 340px) {
  .cid-uZvHBb0KRG .title-block {
    display: flex;
    flex-direction: column;
  }
  .cid-uZvHBb0KRG .mbr-section-btn {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.cid-uZvHBb0CZb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uZvHBb0CZb .item:focus,
.cid-uZvHBb0CZb span:focus {
  outline: none;
}
.cid-uZvHBb0CZb .item-wrapper {
  position: relative;
}
.cid-uZvHBb0CZb .slide-content {
  position: relative;
  border-radius: 4px;
  background: transparent;
  height: 100%;
  display: flex;
  overflow: visible;
  flex-flow: column nowrap;
}
.cid-uZvHBb0CZb .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 40%;
  max-width: 596px;
}
@media (max-width: 768px) {
  .cid-uZvHBb0CZb .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
@media (max-width: 900px) {
  .cid-uZvHBb0CZb .embla__slide {
    min-width: 60%;
  }
}
@media (max-width: 630px) {
  .cid-uZvHBb0CZb .embla__slide {
    min-width: 375px;
  }
}
.cid-uZvHBb0CZb .embla__button--next,
.cid-uZvHBb0CZb .embla__button--prev {
  display: flex;
}
.cid-uZvHBb0CZb .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: #f26419;
  color: #33658a;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-uZvHBb0CZb .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uZvHBb0CZb .embla__button:hover {
  background-color: #f26419;
  color: #33658a;
  transform: scale(1.05);
}
.cid-uZvHBb0CZb .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uZvHBb0CZb .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uZvHBb0CZb .embla__button {
    top: auto;
  }
}
.cid-uZvHBb0CZb .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uZvHBb0CZb .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uZvHBb0CZb .embla {
  position: relative;
  width: 100%;
}
.cid-uZvHBb0CZb .embla__viewport {
  overflow: visible;
  width: 100%;
}
.cid-uZvHBb0CZb .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uZvHBb0CZb .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uZvHBb0CZb .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uZvHBb0CZb .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-uZvHBb0CZb .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-uZvHBb0CZb .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-uZvHBb0CZb .shadow:hover {
  transform: translate(0px, -6px);
  box-shadow: 0 10px 20px 0 rgba(8, 15, 52, 0.1) !important;
}
.cid-uZvHBb0CZb .shadow:hover a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption),
.cid-uZvHBb0CZb .shadow:hover .number,
.cid-uZvHBb0CZb .shadow:hover .card-title {
  color: #0baccd !important;
}
.cid-uZvHBb0CZb .shadow:hover .wrap-img {
  padding: 15px 15px 30px;
}
.cid-uZvHBb0CZb .shadow:hover .wrap-img::after {
  transform: scale(1.05);
}
.cid-uZvHBb0CZb .card-wrapper {
  padding: 30px 15px;
  margin: 0 15px;
  width: auto;
  max-width: 100%;
}
.cid-uZvHBb0CZb .card-title {
  font-weight: 700;
  padding: 10px 20px 10px;
  color: #4c4c4c;
  text-align: left;
  text-transform: uppercase;
}
.cid-uZvHBb0CZb H3 {
  color: #1d1d1f;
}
.cid-uZvHBb0CZb .card-subtitle {
  text-align: left;
  color: #000000;
}
.cid-uZvHBb0CZb .iconfont-wrapper {
  text-align: left;
  margin-bottom: 16px;
}
.cid-uZvHBb0CZb .iconfont-wrapper .mbr-iconfont {
  color: #f26419;
}
.cid-uZvHBb0CZb .card-text {
  margin-bottom: 16px;
  text-align: left;
}
.cid-uZvHBb0CZb .mbr-iconfont::before {
  font-size: 25px;
}
.cid-uZvHBb0CZb .button-align {
  margin-top: 36px;
  text-align: center;
}
.cid-uZvHBb0CZb .mbr-section-btn {
  width: auto;
  display: inline-block;
}
.cid-uZvHBb0CZb .people {
  align-items: center;
}
.cid-uZvHBb0CZb img {
  border-radius: 10%;
  height: 128px;
  width: 128px;
  margin: 0;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uZvHBb0CZb .row.title-block {
    flex-direction: column;
  }
  .cid-uZvHBb0CZb .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-uZvHBb0CZb .mbr-section-title {
    text-align: center;
  }
}
.cid-uZvHBb0CZb .card-subtitle,
.cid-uZvHBb0CZb .card-subtitle2 {
  display: inline;
}
@media (max-width: 1040px) {
  .cid-uZvHBb0CZb .people {
    flex-direction: column;
  }
  .cid-uZvHBb0CZb .card-text,
  .cid-uZvHBb0CZb .align,
  .cid-uZvHBb0CZb .iconfont-wrapper {
    text-align: center;
  }
  .cid-uZvHBb0CZb img {
    margin-bottom: 20px !important;
  }
}
.cid-uZvHBb0CZb .title-block {
  justify-content: space-between;
  margin-bottom: 32px;
  align-items: center;
}
@media (max-width: 400px) {
  .cid-uZvHBb0CZb .button-align {
    margin-top: 20px;
  }
}
.cid-uZvHBb0CZb .btn {
  margin-top: 20px;
}
.cid-uZvHBb0CZb a.btn > span {
  margin-left: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZvHBb0CZb .shadow {
    padding-top: 40px;
    padding-bottom: 43px;
  }
}
@media (max-width: 479px) {
  .cid-uZvHBb0CZb .shadow {
    padding: 33px 25px 36px;
  }
}
.cid-uZvHBb0CZb .mbr-section-subtitle,
.cid-uZvHBb0CZb .button-align {
  color: #000000;
}
.cid-uZvHBb0CZb .mbr-section-title {
  color: #000000;
}
.cid-uZvHBb0CZb .card-text,
.cid-uZvHBb0CZb .iconfont-wrapper,
.cid-uZvHBb0CZb .align {
  color: #000000;
}
.cid-uZvHBb0CZb .card-subtitle2 {
  color: #000000;
}
.cid-uZvHBb1pEO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZvHBb1pEO .row {
  align-items: center;
  justify-content: space-between;
}
.cid-uZvHBb1pEO .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  line-height: 1.171em;
  color: #000000;
}
.cid-uZvHBb1pEO .mbr-section-subtitle {
  color: #4c4c4c;
  width: 100%;
  text-align: left;
}
.cid-uZvHBb1pEO .mbr-text {
  color: #8c8c95;
  margin-bottom: 36px;
}
.cid-uZvHBb1pEO .right-side {
  max-width: 554px;
}
.cid-uZvHBb1pEO .rs {
  margin-right: 60px;
}
.cid-uZvHBb1pEO .mbr-section-btn {
  width: auto;
  display: inline-block;
}
.cid-uZvHBb1pEO .margin {
  margin-right: 14px;
}
.cid-uZvHBb1pEO .gray {
  padding: 45px 0;
  background-color: #f1f4ed;
}
.cid-uZvHBb1pEO img {
  position: relative;
  right: 40px;
}
@media (max-width: 767px) {
  .cid-uZvHBb1pEO .gray {
    padding: 0px 0 5px;
  }
  .cid-uZvHBb1pEO img {
    right: initial;
    width: 90%;
    margin: auto;
    top: -35px;
  }
  .cid-uZvHBb1pEO .col-md-5 {
    padding-top: 90px;
  }
}
@media (max-width: 430px) {
  .cid-uZvHBb1pEO .b {
    margin-bottom: 10px;
  }
}
.cid-uZvHBb1pEO .btn {
  margin-top: 20px;
}
.cid-uZvHBb1pEO a.btn > span {
  margin-left: 0.5rem;
}
.cid-uZvHBb1pEO .mbr-text,
.cid-uZvHBb1pEO .button-align {
  color: #000000;
}
.cid-uZvHBb10BC {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #f1f4ed;
}
.cid-uZvHBb10BC .mbr-section-subtitle {
  color: #8c8c95;
  text-align: center;
  max-width: 552px;
  margin: auto;
}
.cid-uZvHBb10BC .mbr-section-title {
  text-align: center;
  color: #000000;
  margin: auto;
}
.cid-uZvHBb10BC .row {
  align-items: center;
  height: 100%;
}
.cid-uZvHBb10BC .wrapper {
  margin: auto;
}
.cid-uZvHBb1r1u {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f1f4ed;
}
.cid-uZvHBb1r1u .display-4 > .mbr-iconfont {
  font-size: 16px;
}
.cid-uZvHBb1r1u .mbr-section-title {
  margin-bottom: 56px;
}
.cid-uZvHBb1r1u .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-uZvHBb1r1u .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-uZvHBb1r1u .inner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}
.cid-uZvHBb1r1u .shadow:hover {
  transform: translate(0px, -6px);
  box-shadow: 0 10px 20px 0 rgba(8, 15, 52, 0.1) !important;
}
.cid-uZvHBb1r1u .shadow:hover a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption),
.cid-uZvHBb1r1u .shadow:hover .mbr-iconfont,
.cid-uZvHBb1r1u .shadow:hover .number,
.cid-uZvHBb1r1u .shadow:hover .card-title {
  color: #003b5d !important;
}
.cid-uZvHBb1r1u .shadow:hover .inner {
  transform: scale(1.1);
}
.cid-uZvHBb1r1u .card-title {
  margin-bottom: 10px;
  transition: 0.35s;
  color: #000000;
}
.cid-uZvHBb1r1u span,
.cid-uZvHBb1r1u .number {
  transition: 0.35s;
}
.cid-uZvHBb1r1u .card-text {
  margin-bottom: 32px;
  color: #000000;
}
@media (max-width: 990px) {
  .cid-uZvHBb1r1u .card-wrapper {
    padding: 60px 30px 40px;
  }
}
@media (max-width: 574px) {
  .cid-uZvHBb1r1u .card-wrapper {
    padding: 60px 30px 40px;
  }
}
.cid-uZvHBb1r1u H3 {
  color: #14142b;
  text-align: center;
}
.cid-uZvHBb1r1u .card-wrapper {
  border-radius: 0 0 30px 30px;
  background-color: #ffffff;
  padding: 37px 32px 43px;
  transform: translate(0px, 0px);
}
.cid-uZvHBb1r1u .mbr-iconfont {
  transition: 0.3s;
  margin-right: 5px;
}
.cid-uZvHBb1r1u .link-title {
  display: inline-block;
  color: #000000;
}
.cid-uZvHBb1r1u .episode {
  color: #ffffff;
}
.cid-uZvHBb1r1u .img-title {
  color: #ffffff;
}
.cid-uZvHBb1r1u .margin {
  margin-right: 14px;
}
.cid-uZvHBb1r1u .button-align {
  margin-top: 56px;
  text-align: center;
}
.cid-uZvHBb1r1u .mbr-section-btn {
  width: auto;
  display: block;
}
.cid-uZvHBb1r1u .title-block {
  margin-bottom: 32px;
  align-items: center;
}
.cid-uZvHBb1r1u a.btn {
  display: inline-flex;
}
@media (max-width: 550px) {
  .cid-uZvHBb1r1u .title-block {
    flex-direction: column;
  }
  .cid-uZvHBb1r1u .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-uZvHBb1r1u .card-wrapper {
    padding: 24px 25px 34px 25px;
  }
}
.cid-uZvHBb1r1u .item.features-image {
  margin-top: 30px;
}
.cid-uZvHBb1r1u .item.features-image:nth-child(1) {
  margin-top: 0px;
}
.cid-uZvHBb1r1u .item.features-image:nth-child(2) {
  margin-top: 0px;
}
.cid-uZvHBb1r1u .item.features-image:nth-child(3) {
  margin-top: 0px;
}
@media (max-width: 768px) {
  .cid-uZvHBb1r1u .item.features-image:nth-child(2) {
    margin-top: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uZvHBb1r1u .item.features-image:nth-child(3) {
    margin-top: 30px;
  }
}
.cid-uZvHBb1r1u .link-row {
  align-items: center;
}
.cid-uZvHBb1r1u .col-auto .card-button .btn {
  padding: 0;
  display: flex;
  flex-direction: row-reverse;
  border: none;
}
.cid-uZvHBb1r1u .col-auto .card-button .btn .mbr-iconfont {
  padding-left: 0;
  padding-right: 8px;
}
.cid-uZvHBb1r1u .col-auto .card-button .btn-primary,
.cid-uZvHBb1r1u .col-auto .card-button .btn-secondary,
.cid-uZvHBb1r1u .col-auto .card-button .btn-success,
.cid-uZvHBb1r1u .col-auto .card-button .btn-info,
.cid-uZvHBb1r1u .col-auto .card-button .btn-warning,
.cid-uZvHBb1r1u .col-auto .card-button .btn-danger,
.cid-uZvHBb1r1u .col-auto .card-button .btn-black,
.cid-uZvHBb1r1u .col-auto .card-button .btn-white {
  padding: 14px 18px;
}
.cid-uZvHBb1r1u .mbr-section-subtitle {
  color: #000000;
}
.cid-uZvHBb1r1u .number {
  color: #000000;
}
.cid-uZvHBb26gW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZvHBb26gW .title-block {
  margin-bottom: 32px;
  align-items: center;
}
.cid-uZvHBb26gW .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-uZvHBb26gW .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-uZvHBb26gW .inner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}
.cid-uZvHBb26gW .shadow:hover {
  transform: translate(0px, -6px);
  box-shadow: 0 10px 20px 0 rgba(8, 15, 52, 0.1) !important;
}
.cid-uZvHBb26gW .shadow:hover a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption),
.cid-uZvHBb26gW .shadow:hover .mbr-iconfont,
.cid-uZvHBb26gW .shadow:hover .number,
.cid-uZvHBb26gW .shadow:hover .card-title {
  color: #b83300 !important;
}
.cid-uZvHBb26gW .shadow:hover .inner {
  transform: scale(1.1);
}
.cid-uZvHBb26gW .card-title {
  margin-bottom: 18px;
  color: #000000;
  transition: 0.35s;
}
.cid-uZvHBb26gW .card-text {
  margin-bottom: 32px;
  color: #000000;
}
.cid-uZvHBb26gW H3 {
  color: #14142b;
  text-align: center;
}
.cid-uZvHBb26gW img {
  width: auto;
  height: 70px;
}
.cid-uZvHBb26gW .card-wrapper {
  border-radius: 0 0 30px 30px;
  background-color: #ffffff;
  padding: 34px 25px 54px 31px;
}
.cid-uZvHBb26gW .date {
  margin-bottom: 24px;
  color: #000000;
}
.cid-uZvHBb26gW .link-title {
  display: inline-block;
}
.cid-uZvHBb26gW .margin {
  margin-right: 14px;
}
.cid-uZvHBb26gW .button-color {
  padding: 1rem 1.5625rem !important;
  border-radius: 1000px !important;
  display: inline-block;
  line-height: 20px;
  background-color: #f1f4ed;
  color: #000000;
}
.cid-uZvHBb26gW .link-row {
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uZvHBb26gW .link-row {
    display: block;
  }
}
@media (max-width: 550px) {
  .cid-uZvHBb26gW .title-block {
    flex-direction: column;
  }
  .cid-uZvHBb26gW .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-uZvHBb26gW .card-wrapper {
    padding: 24px 25px 34px 25px;
  }
}
.cid-uZvHBb26gW .item.features-image {
  margin-top: 30px;
}
.cid-uZvHBb26gW .item.features-image:nth-child(1) {
  margin-top: 0px;
}
.cid-uZvHBb26gW .item.features-image:nth-child(2) {
  margin-top: 0px;
}
@media (max-width: 768px) {
  .cid-uZvHBb26gW .item.features-image:nth-child(2) {
    margin-top: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uZvHBb26gW .col-auto .card-button {
    margin-bottom: 16px;
  }
}
.cid-uZvHBb26gW .col-auto .card-button .btn {
  padding: 0;
  display: inline-flex;
  flex-direction: row-reverse;
  border: none;
}
.cid-uZvHBb26gW .col-auto .card-button .btn .mbr-iconfont {
  padding-left: 0;
  padding-right: 8px;
}
.cid-uZvHBb26gW .col-auto .card-button .btn-primary,
.cid-uZvHBb26gW .col-auto .card-button .btn-secondary,
.cid-uZvHBb26gW .col-auto .card-button .btn-success,
.cid-uZvHBb26gW .col-auto .card-button .btn-info,
.cid-uZvHBb26gW .col-auto .card-button .btn-warning,
.cid-uZvHBb26gW .col-auto .card-button .btn-danger,
.cid-uZvHBb26gW .col-auto .card-button .btn-black,
.cid-uZvHBb26gW .col-auto .card-button .btn-white {
  padding: 14px 18px;
}
.cid-uZvHBb26gW .mbr-section-subtitle {
  color: #000000;
}
.cid-uZvHBb2vif {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZvHBb2vif img {
  width: auto;
  max-height: 60px;
  display: inline-block;
  padding: 0;
}
.cid-uZvHBb2vif .title {
  color: #14142b;
  width: auto;
}
.cid-uZvHBb2vif .row.justify-content-between {
  align-items: center;
}
.cid-uZvHBb2vif .row.margin {
  transition-property: transform, -webkit-transform;
  align-items: center;
  transition: all 300ms ease;
}
.cid-uZvHBb2vif .row.margin:hover {
  transform: scale(1.05);
}
.cid-uZvHBb2vif .mbr-section-title {
  color: #000000;
  margin-bottom: 24px;
}
.cid-uZvHBb2vif .left {
  max-width: 549px;
}
.cid-uZvHBb2vif .right {
  max-width: 452px;
  overflow: visible;
}
.cid-uZvHBb2vif .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-uZvHBb2vif .socicon-bg-youtube {
  background-color: #758e4f;
  color: #ffffff;
}
.cid-uZvHBb2vif .socicon-bg-facebook {
  background-color: #f26419;
  color: #ffffff;
}
.cid-uZvHBb2vif .socicon-bg-twitter {
  background-color: #33658a;
  color: #ffffff;
}
.cid-uZvHBb2vif .socicon-bg-pinterest {
  background-color: #758e4f;
  color: #ffffff;
}
.cid-uZvHBb2vif .socicon-bg-mail {
  background-color: #f26419;
  color: #ffffff;
}
.cid-uZvHBb2vif .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: #f26419;
  cursor: pointer;
}
.cid-uZvHBb2vif .btn-social .mbr-iconfont {
  top: 0;
  line-height: 22px;
  width: 22px;
}
.cid-uZvHBb2vif .btn-social + .btn {
  margin-left: 0.1rem;
}
.cid-uZvHBb2vif .card-text {
  margin-bottom: 24px;
  color: #000000;
}
.cid-uZvHBb2vif .mbr-section-subtitle {
  color: #000000;
}
@media (max-width: 850px) {
  .cid-uZvHBb2vif .shadow {
    padding: 40px 31px;
  }
}
@media (max-width: 992px) {
  .cid-uZvHBb2vif .left {
    margin-bottom: 40px;
    max-width: initial;
  }
  .cid-uZvHBb2vif .mbr-section-title,
  .cid-uZvHBb2vif .mbr-section-subtitle {
    text-align: center;
  }
  .cid-uZvHBb2vif .shadow {
    margin: auto;
  }
}
@media (max-width: 700px) {
  .cid-uZvHBb2vif .btn-social {
    margin-right: 6px !important;
    width: 35px;
    height: 35px;
  }
}
.cid-uZvHBb2vif .mbr-iconfont {
  margin-left: 0;
}
.cid-uZvHBb3mF4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f4ed;
}
.cid-uZvHBb3mF4 .row {
  align-items: center;
  justify-content: space-between;
}
.cid-uZvHBb3mF4 .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  line-height: 1.171em;
  color: #000000;
}
.cid-uZvHBb3mF4 .mbr-section-subtitle {
  color: #4c4c4c;
  width: 100%;
  text-align: left;
}
.cid-uZvHBb3mF4 .mbr-text {
  color: #5f5d68;
  margin-bottom: 28px;
}
.cid-uZvHBb3mF4 .right-side {
  max-width: 554px;
}
.cid-uZvHBb3mF4 .mbr-section-btn {
  width: auto;
  display: block;
}
.cid-uZvHBb3mF4 .margin {
  margin-right: 14px;
}
.cid-uZvHBb3mF4 .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-uZvHBb3mF4 .socicon-bg-youtube {
  background-color: #758e4f;
  color: #ffffff;
}
.cid-uZvHBb3mF4 .socicon-bg-facebook {
  background-color: #f26419;
  color: #ffffff;
}
.cid-uZvHBb3mF4 .socicon-bg-twitter {
  background-color: #33658a;
  color: #ffffff;
}
.cid-uZvHBb3mF4 .socicon-bg-pinterest {
  background-color: #758e4f;
  color: #ffffff;
}
.cid-uZvHBb3mF4 .socicon-bg-mail {
  background-color: #f26419;
  color: #ffffff;
}
.cid-uZvHBb3mF4 .mbr-iconfont {
  margin-left: 0;
  margin-right: 0;
}
.cid-uZvHBb3mF4 .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-uZvHBb3mF4 .btn-social .mbr-iconfont {
  top: 0;
  line-height: 22px;
  width: 22px;
}
.cid-uZvHBb3mF4 .btn-social + .btn {
  margin-left: 0.1rem;
}
.cid-uZvHBb3mF4 img {
  width: 186px;
  height: 186px;
  border-radius: 50%;
  margin-bottom: 17px;
}
.cid-uZvHBb3mF4 .mbr-social-likes {
  max-width: 454px;
}
.cid-uZvHBb3mF4 .card-title {
  margin-bottom: 4px;
  color: #000000;
}
.cid-uZvHBb3mF4 .card-subtitle {
  margin-bottom: 21px;
  color: #000000;
}
.cid-uZvHBb3mF4 .card-text {
  margin-bottom: 40px;
  color: #8c8c95;
}
@media (max-width: 768px) {
  .cid-uZvHBb3mF4 .shadow {
    margin-top: 30px;
  }
}
@media (max-width: 1010px) {
  .cid-uZvHBb3mF4 .margin {
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .cid-uZvHBb3mF4 .button-align {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 992px) {
  .cid-uZvHBb3mF4 .shadow {
    margin: auto;
  }
  .cid-uZvHBb3mF4 .right-side {
    max-width: initial;
    margin-bottom: 50px;
  }
}
.cid-uZvHBb3mF4 .btn {
  margin-top: 20px;
}
.cid-uZvHBb3mF4 a.btn > span {
  margin-left: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZvHBb3mF4 .card.home-about-host {
    padding: 52px 40px 54px;
  }
}
@media (max-width: 479px) {
  .cid-uZvHBb3mF4 .card.home-about-host {
    padding: 43px 25px 45px;
  }
}
.cid-uZvHBb3mF4 .mbr-text,
.cid-uZvHBb3mF4 .button-align {
  color: #000000;
}
.cid-uZvHBb3mF4 .card-text,
.cid-uZvHBb3mF4 .mbr-social-likes {
  color: #000000;
}
.cid-uZvHBb3LvM {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f1f4ed;
}
.cid-uZvHBb3LvM .item:focus,
.cid-uZvHBb3LvM span:focus {
  outline: none;
}
.cid-uZvHBb3LvM .item {
  cursor: pointer;
}
.cid-uZvHBb3LvM .grid-container {
  grid-row-gap: 2rem;
}
@media (max-width: 767px) {
  .cid-uZvHBb3LvM .grid-container {
    grid-row-gap: 1rem;
  }
}
.cid-uZvHBb3LvM .grid-container-1,
.cid-uZvHBb3LvM .grid-container-2,
.cid-uZvHBb3LvM .grid-container-3 {
  gap: 0 2rem;
}
@media (max-width: 767px) {
  .cid-uZvHBb3LvM .grid-container-1,
  .cid-uZvHBb3LvM .grid-container-2,
  .cid-uZvHBb3LvM .grid-container-3 {
    gap: 0 1rem;
  }
}
.cid-uZvHBb3LvM .mbr-section-title {
  margin-bottom: 0;
  color: #14142b;
  text-align: center;
}
.cid-uZvHBb3LvM .content-head {
  max-width: 800px;
}
.cid-uZvHBb3LvM .container,
.cid-uZvHBb3LvM .container-fluid {
  overflow: hidden;
}
.cid-uZvHBb3LvM .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uZvHBb3LvM .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 56px 0;
}
.cid-uZvHBb3LvM .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-uZvHBb3LvM .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-uZvHBb3LvM .grid-item img {
    min-width: 35vw;
    height: 150px;
  }
}
.cid-uZvHBb3LvM .grid-container-1,
.cid-uZvHBb3LvM .grid-container-2,
.cid-uZvHBb3LvM .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uZvHBb3LvM .grid-container-1 {
  align-items: flex-end;
}
.cid-uZvHBb3LvM .grid-container-2 {
  align-items: flex-start;
}
.cid-uZvHBb4pcL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZvHBb4pcL .card-heading {
  color: #000000;
  margin-bottom: 24px;
}
.cid-uZvHBb4pcL .row {
  justify-content: center;
}
.cid-uZvHBb4pcL .mbr-iconfont {
  font-size: 23px;
  margin-right: 17px;
  color: #f26419;
}
.cid-uZvHBb4pcL .mbr-text {
  display: inline;
  width: 100%;
}
.cid-uZvHBb4pcL .mbr-text:last-child {
  margin-bottom: 0px;
}
.cid-uZvHBb4pcL .text {
  margin-bottom: 40px;
  color: #8c8c95;
}
.cid-uZvHBb4pcL .line {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.cid-uZvHBb4pcL .text,
.cid-uZvHBb4pcL .article {
  color: #000000;
}
.cid-uZvHBb4pcL .p {
  color: #000000;
}
.cid-uZvHBb4s0J {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZvHBb4s0J .card-title {
  padding-bottom: 18px;
  margin: 0;
  color: #000000;
}
.cid-uZvHBb4s0J .align-left {
  max-width: 547px;
}
.cid-uZvHBb4s0J .mbr-text,
.cid-uZvHBb4s0J .mbr-section-btn {
  color: #000000;
}
.cid-uZvHBb4s0J .left-side {
  margin-right: 20px;
}
.cid-uZvHBb4s0J .right-side {
  margin-left: 20px;
}
@media (max-width: 768px) {
  .cid-uZvHBb4s0J .left-side {
    margin-right: 0px;
  }
  .cid-uZvHBb4s0J .right-side {
    padding-top: 20px;
    margin-left: 0px;
  }
}
.cid-uZvHBb4Qpr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZvHBb4Qpr .mbr-section-title {
  width: 100%;
  text-align: center;
  margin-bottom: 16px;
  line-height: 1.171em;
  color: #000000;
}
.cid-uZvHBb4Qpr .mbr-text {
  color: #8c8c95;
  margin-bottom: 20px;
  text-align: center;
}
.cid-uZvHBb4Qpr .button-align {
  text-align: center;
}
.cid-uZvHBb4Qpr .margin {
  margin-right: 14px;
}
.cid-uZvHBb4Qpr .mbr-section-btn {
  display: inline-block;
}
.cid-uZvHBb4Qpr .container {
  max-width: 493px;
}
.cid-uZvHBb4Qpr .btn {
  margin-top: 20px;
}
.cid-uZvHBb4Qpr a.btn > span {
  margin-left: 0.5rem;
}
.cid-uZvHBb4Qpr .mbr-text,
.cid-uZvHBb4Qpr .button-align {
  color: #000000;
}
.cid-uZvHBb4EUC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZvHBb4EUC .row {
  align-items: center;
  justify-content: space-between;
}
.cid-uZvHBb4EUC .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  color: #000000;
}
.cid-uZvHBb4EUC .mbr-text {
  color: #8c8c95;
  margin-bottom: 32px;
}
.cid-uZvHBb4EUC .mbr-section-btn {
  width: auto;
  display: block;
}
.cid-uZvHBb4EUC ul {
  padding-inline-start: 20px;
  margin-bottom: 28px;
}
.cid-uZvHBb4EUC li::marker {
  color: #f26419;
  width: 10px;
}
.cid-uZvHBb4EUC li {
  margin-bottom: 7px;
  color: #14142b;
}
.cid-uZvHBb4EUC img {
  width: 90%;
}
.cid-uZvHBb4EUC .gray {
  background-color: #f1f4ed;
  width: 80%;
  height: 430px;
  margin: auto;
  position: relative;
}
.cid-uZvHBb4EUC .b {
  max-width: 598px;
}
.cid-uZvHBb4EUC .first {
  position: absolute;
  top: -10%;
  right: 25%;
}
.cid-uZvHBb4EUC .second {
  position: absolute;
  bottom: -10%;
  left: 25%;
}
@media (max-width: 992px) {
  .cid-uZvHBb4EUC .t {
    padding-top: 90px;
  }
  .cid-uZvHBb4EUC .b {
    max-width: initial;
  }
  .cid-uZvHBb4EUC .gray {
    width: 50%;
  }
}
@media (max-width: 750px) {
  .cid-uZvHBb4EUC .gray {
    height: 330px;
  }
}
@media (max-width: 630px) {
  .cid-uZvHBb4EUC .gray {
    height: 230px;
  }
}
@media (max-width: 450px) {
  .cid-uZvHBb4EUC .gray {
    height: 200px;
    width: 70%;
  }
}
.cid-uZvHBb4EUC .btn {
  margin-top: 20px;
}
.cid-uZvHBb4EUC .t {
  max-width: 542px;
}
.cid-uZvHBb4EUC .mbr-text,
.cid-uZvHBb4EUC .button-align,
.cid-uZvHBb4EUC .list {
  color: #000000;
}
.cid-uZvHBb4EUC .list {
  color: #000000;
}
.cid-uZvHBb5DSY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZvHBb5DSY .card-subtitle {
  text-align: left;
  margin-left: -15px;
  color: #000000;
}
.cid-uZvHBb5DSY .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-uZvHBb5DSY .iconfont-wrapper {
  text-align: left;
  margin-bottom: 16px;
}
.cid-uZvHBb5DSY .iconfont-wrapper .mbr-iconfont {
  color: #f26419;
}
.cid-uZvHBb5DSY .card-text {
  margin-bottom: 16px;
  text-align: left;
  color: #8c8c95;
}
.cid-uZvHBb5DSY .button-align {
  margin-top: 36px;
  text-align: center;
}
.cid-uZvHBb5DSY .mbr-section-btn {
  width: auto;
  display: inline-block;
}
.cid-uZvHBb5DSY img {
  border-radius: 10%;
  height: 65px;
  width: auto;
  margin: 0;
}
.cid-uZvHBb5DSY .mbr-iconfont::before {
  font-size: 25px;
}
.cid-uZvHBb5DSY .card-title {
  margin-bottom: 4px;
  padding: 0;
  margin-left: -15px;
  color: #000000;
}
.cid-uZvHBb5DSY .col-12.col-md-6.col-lg-4 {
  margin-top: 30px;
}
.cid-uZvHBb5DSY .col-12.col-md-6.col-lg-4:nth-child(1) {
  margin-top: 0px;
}
.cid-uZvHBb5DSY .col-12.col-md-6.col-lg-4:nth-child(2) {
  margin-top: 0px;
}
.cid-uZvHBb5DSY .col-12.col-md-6.col-lg-4:nth-child(3) {
  margin-top: 0px;
}
@media (max-width: 992px) {
  .cid-uZvHBb5DSY .col-12.col-md-6.col-lg-4:nth-child(3) {
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  .cid-uZvHBb5DSY .col-12.col-md-6.col-lg-4:nth-child(2) {
    margin-top: 30px;
  }
}
.cid-uZvHBb5DSY .align {
  display: flex;
  align-items: center;
}
.cid-uZvHBb5DSY .mbr-section-title {
  margin-bottom: 56px;
  color: #000000;
}
.cid-uZvHBb5DSY .btn {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-uZvHBb5DSY .shadow {
    padding: 40px 40px 32px;
  }
}
@media (max-width: 479px) {
  .cid-uZvHBb5DSY .shadow {
    padding: 33px 25px 28px;
  }
}
.cid-uZvHBb5DSY .card-text,
.cid-uZvHBb5DSY .iconfont-wrapper {
  color: #000000;
}
.cid-uZvHBb6BpA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZvHBb6BpA img {
  width: 100%;
  display: inline-block;
  padding: 0;
  max-width: 200px;
}
.cid-uZvHBb6BpA .mbr-section-subtitle {
  margin-right: 30px;
  color: #000000;
}
.cid-uZvHBb6BpA .brand {
  display: flex;
  transition: color 300ms ease;
  transition-property: transform, -webkit-transform;
  justify-content: center;
}
.cid-uZvHBb6BpA .brand:hover {
  transform: translate(0px, -4px);
}
.cid-uZvHBb6BpA .brand-row {
  justify-content: space-between;
  align-items: center;
}
.cid-uZvHBb6BpA .row-main {
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 460px) {
  .cid-uZvHBb6BpA .row-main {
    flex-direction: column;
  }
  .cid-uZvHBb6BpA .col-auto {
    margin-bottom: 10px;
  }
  .cid-uZvHBb6BpA .mbr-section-subtitle {
    margin-right: 0;
  }
}
.cid-uZvHBb6k0V {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZvHBb6k0V .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-uZvHBb6k0V .title-block {
  justify-content: space-between;
  margin: auto;
  margin-bottom: 58px;
  align-items: center;
  max-width: 571px;
}
.cid-uZvHBb6k0V .card-title {
  color: #4c4c4c;
  text-align: left;
  margin-bottom: 16px;
}
.cid-uZvHBb6k0V H3 {
  color: #1d1d1f;
}
.cid-uZvHBb6k0V .card-subtitle {
  text-align: left;
}
.cid-uZvHBb6k0V .button-align {
  margin-top: 56px;
  text-align: center;
}
.cid-uZvHBb6k0V .mbr-section-btn {
  width: auto;
  display: inline-block;
}
.cid-uZvHBb6k0V .card-title,
.cid-uZvHBb6k0V .iconfont-wrapper {
  text-align: center;
  color: #14142b;
}
.cid-uZvHBb6k0V .mbr-section-title {
  text-align: center;
  margin-bottom: 24px;
  color: #000000;
}
.cid-uZvHBb6k0V .card-text {
  color: #8c8c95;
}
.cid-uZvHBb6k0V .year-title {
  text-align: center;
  color: #000000;
  margin-bottom: 20px;
  position: relative;
}
.cid-uZvHBb6k0V .year-subtitle {
  text-align: center;
  color: #000000;
}
.cid-uZvHBb6k0V .line {
  width: 20px;
  background-color: #000000;
  height: 2px;
  margin-top: -20px;
}
.cid-uZvHBb6k0V .accent {
  width: 25px;
  min-height: 25px;
  min-width: 25px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  border-radius: 1000px;
}
.cid-uZvHBb6k0V .accent1 {
  background-color: #758e4f;
}
.cid-uZvHBb6k0V .accent2 {
  background-color: #f26419;
}
.cid-uZvHBb6k0V .accent3 {
  background-color: #33658a;
}
.cid-uZvHBb6k0V .accent4 {
  background-color: #758e4f;
}
.cid-uZvHBb6k0V .accent5 {
  background-color: #f26419;
}
.cid-uZvHBb6k0V .timeline {
  align-items: center;
}
.cid-uZvHBb6k0V .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-uZvHBb6k0V .year-title.year1:before {
  background-color: #758e4f;
}
.cid-uZvHBb6k0V .year-title.year2:before {
  background-color: #f26419;
}
.cid-uZvHBb6k0V .year-title.year3:before {
  background-color: #33658a;
}
.cid-uZvHBb6k0V .year-title.year4:before {
  background-color: #758e4f;
}
.cid-uZvHBb6k0V .year-title.year5:before {
  background-color: #f26419;
}
.cid-uZvHBb6k0V .timeline-year-accent {
  width: 25px;
  min-height: 25px;
}
@media (max-width: 1120px) {
  .cid-uZvHBb6k0V .main {
    display: flex;
    justify-content: space-between;
    max-width: 849px;
  }
  .cid-uZvHBb6k0V .timeline.row {
    flex-direction: column;
    position: relative;
    max-width: 307px;
  }
  .cid-uZvHBb6k0V .year {
    flex-direction: row;
  }
  .cid-uZvHBb6k0V .year-title {
    text-align: left;
    margin-bottom: 4px;
  }
  .cid-uZvHBb6k0V .year-title:before {
    display: block;
  }
  .cid-uZvHBb6k0V .accent {
    display: none;
  }
  .cid-uZvHBb6k0V .row.title-block {
    margin: initial;
    max-width: 407px;
    align-items: flex-start;
  }
  .cid-uZvHBb6k0V .line {
    display: none;
  }
  .cid-uZvHBb6k0V .line1 {
    display: block;
    height: 100%;
    width: 2px;
    background-color: #e2e3e9;
    margin-top: -20px;
    margin-left: -15px;
    padding: 0 !important;
    position: absolute;
    left: 0;
  }
  .cid-uZvHBb6k0V .year-subtitle {
    margin-bottom: 60px;
    text-align: left;
  }
  .cid-uZvHBb6k0V .row.title-block > .col-12 {
    padding: 0 !important;
  }
}
.cid-uZvHBb6k0V .no-padd {
  margin-bottom: 0px !important;
}
@media (max-width: 750px) {
  .cid-uZvHBb6k0V .main {
    flex-direction: column;
  }
  .cid-uZvHBb6k0V .row.title-block,
  .cid-uZvHBb6k0V .timeline {
    margin: auto;
  }
  .cid-uZvHBb6k0V .row.title-block {
    padding-bottom: 40px;
    width: 90%;
  }
  .cid-uZvHBb6k0V .button-align {
    margin-top: 16px;
  }
}
.cid-uZvHBb6k0V .btn {
  margin-top: 20px;
}
.cid-uZvHBb6k0V a.btn > span {
  margin-left: 0.5rem;
}
.cid-uZvHBb76BA {
  background-image: url("../images/wvyZlj2jtJe7.jpeg");
}
.cid-uZvHBb76BA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZvHBb76BA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZvHBb7jhZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f1f4ed;
}
.cid-uZvHBb7jhZ .item:focus,
.cid-uZvHBb7jhZ span:focus {
  outline: none;
}
.cid-uZvHBb7jhZ .item-wrapper {
  position: relative;
}
.cid-uZvHBb7jhZ .slide-content {
  position: relative;
  border-radius: 4px;
  background: transparent;
  height: 100%;
  display: flex;
  overflow: visible;
  flex-flow: column nowrap;
}
.cid-uZvHBb7jhZ .mbr-section-btn {
  margin-top: auto !important;
  margin-left: 0;
  margin-right: 0;
  width: auto;
  display: inline-block;
}
.cid-uZvHBb7jhZ .mbr-section-title {
  color: #14142b;
  text-align: center;
  margin-bottom: 24px;
}
.cid-uZvHBb7jhZ .mbr-text,
.cid-uZvHBb7jhZ .mbr-section-btn {
  text-align: left;
}
.cid-uZvHBb7jhZ .item-title {
  text-align: left;
}
.cid-uZvHBb7jhZ .item-subtitle {
  text-align: left;
}
.cid-uZvHBb7jhZ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 33%;
  max-width: 596px;
}
@media (max-width: 768px) {
  .cid-uZvHBb7jhZ .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
@media (max-width: 900px) {
  .cid-uZvHBb7jhZ .embla__slide {
    min-width: 60%;
  }
}
@media (max-width: 630px) {
  .cid-uZvHBb7jhZ .embla__slide {
    min-width: 375px;
  }
}
.cid-uZvHBb7jhZ .embla__button--next,
.cid-uZvHBb7jhZ .embla__button--prev {
  display: flex;
}
.cid-uZvHBb7jhZ .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: #f26419;
  color: #33658a;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-uZvHBb7jhZ .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uZvHBb7jhZ .embla__button:hover {
  background-color: #f26419;
  color: #33658a;
  transform: scale(1.05);
}
.cid-uZvHBb7jhZ .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uZvHBb7jhZ .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uZvHBb7jhZ .embla__button {
    top: auto;
  }
}
.cid-uZvHBb7jhZ .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uZvHBb7jhZ .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uZvHBb7jhZ .embla {
  position: relative;
  width: 100%;
}
.cid-uZvHBb7jhZ .embla__viewport {
  overflow: visible;
  width: 100%;
}
.cid-uZvHBb7jhZ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uZvHBb7jhZ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uZvHBb7jhZ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uZvHBb7jhZ .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-uZvHBb7jhZ .title-block {
  justify-content: space-between;
  margin-bottom: 32px;
  align-items: center;
  padding-bottom: 56px;
  max-width: 715px;
  margin: auto;
}
.cid-uZvHBb7jhZ .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-uZvHBb7jhZ .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-uZvHBb7jhZ img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 100%;
}
.cid-uZvHBb7jhZ .shadow:hover {
  transform: translate(0px, -6px);
  box-shadow: 0 10px 20px 0 rgba(8, 15, 52, 0.1) !important;
}
.cid-uZvHBb7jhZ .shadow:hover a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption),
.cid-uZvHBb7jhZ .shadow:hover .number,
.cid-uZvHBb7jhZ .shadow:hover .card-title {
  color: #b83300 !important;
}
.cid-uZvHBb7jhZ .shadow:hover .iconfont-wrapper > .mbr-iconfont > span {
  color: #000000 !important;
}
.cid-uZvHBb7jhZ .card-title {
  margin-bottom: 16px;
  color: #4c4c4c;
  transition: 0.35s;
  text-align: left;
}
.cid-uZvHBb7jhZ .card-text {
  color: #000000;
  text-align: center;
}
.cid-uZvHBb7jhZ H3 {
  color: #1d1d1f;
  text-align: center;
}
.cid-uZvHBb7jhZ .card-wrapper {
  border-radius: 0 0 30px 30px;
  background-color: #ffffff;
  padding: 34px 25px 54px 31px;
}
.cid-uZvHBb7jhZ .date {
  margin-bottom: 24px;
  color: #8c8c95;
}
.cid-uZvHBb7jhZ .link-title {
  display: inline-block;
}
.cid-uZvHBb7jhZ .margin {
  margin-right: 14px;
}
.cid-uZvHBb7jhZ .article {
  display: contents;
}
.cid-uZvHBb7jhZ .button-color {
  padding: 1rem 1.5625rem !important;
  border-radius: 1000px !important;
  display: inline-block;
  line-height: 20px;
  background-color: #eff0f6;
}
.cid-uZvHBb7jhZ .link-row {
  align-items: center;
}
@media (max-width: 530px) {
  .cid-uZvHBb7jhZ .card-wrapper {
    border-radius: 0 0 30px 30px;
  }
}
@media (max-width: 480px) {
  .cid-uZvHBb7jhZ .card-wrapper {
    border-radius: 0 0 30px 30px;
  }
}
.cid-uZvHBb7jhZ .iconfont-wrapper {
  text-align: left;
  margin-bottom: 32px;
}
.cid-uZvHBb7jhZ .iconfont-wrapper .mbr-iconfont::before {
  font-size: 50px;
  padding: 25px;
  border-radius: 50%;
}
.cid-uZvHBb7jhZ .button-align {
  margin-top: 36px;
  text-align: center;
}
.cid-uZvHBb7jhZ .btn {
  margin-top: 20px;
}
.cid-uZvHBb7jhZ .card-title,
.cid-uZvHBb7jhZ .iconfont-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uZvHBb7jhZ a.btn > span {
  margin-left: 0.5rem;
}
.cid-uZvHBb7jhZ .mbr-section-title,
.cid-uZvHBb7jhZ .button-align {
  color: #000000;
}
.cid-uZvHBb8KDL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZvHBb8KDL .mbr-section-subtitle {
  color: #8c8c95;
  text-align: left;
  margin: auto;
  margin-bottom: 24px;
}
.cid-uZvHBb8KDL .mbr-section-title {
  text-align: left;
  color: #14142b;
  margin-bottom: 20px;
  margin-top: 40px;
}
.cid-uZvHBb8KDL .row {
  align-items: center;
  height: 100%;
}
.cid-uZvHBb8KDL .wrapper {
  margin: auto;
}
.cid-uZvHBb8KDL .t1 {
  margin-bottom: 24px;
}
.cid-uZvHBb8KDL .line {
  height: 1px;
  width: 100%;
  background-color: #000000;
}
.cid-uZvHBb8KDL .line1 {
  margin-bottom: 60px;
}
.cid-uZvHBb8KDL .line2 {
  margin-top: 60px;
}
@media (max-width: 576px) {
  .cid-uZvHBb8KDL .t {
    padding-top: 20px;
  }
}
.cid-uZvHBb888e {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZvHBb888e .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-uZvHBb888e .bottom,
.cid-uZvHBb888e .card-title {
  color: #ffffff;
}
.cid-uZvHBb888e .card-title {
  margin-bottom: 18px;
  color: #000000;
}
@media (max-width: 1150px) {
  .cid-uZvHBb888e .card-wrapper {
    top: -20px;
  }
}
@media (max-width: 990px) {
  .cid-uZvHBb888e {
    padding-bottom: 0;
  }
  .cid-uZvHBb888e .card-wrapper {
    position: initial;
  }
  .cid-uZvHBb888e .card-box {
    padding: 10%;
  }
}
.cid-uZvHBb888e .bottom {
  color: #8c8c95;
}
.cid-uZvHBb888e .plus1 {
  color: #758e4f;
}
.cid-uZvHBb888e .plus2 {
  color: #f26419;
}
.cid-uZvHBb888e .plus3 {
  color: #33658a;
}
.cid-uZvHBb888e .plus4 {
  color: #758e4f;
}
.cid-uZvHBb888e .card-title,
.cid-uZvHBb888e .bottom {
  text-align: center;
  color: #000000;
}
.cid-uZvHBb8bFb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZvHBb8bFb .mbr-section-subtitle {
  color: #000000;
  text-align: left;
  margin: auto;
  margin-bottom: 24px;
}
.cid-uZvHBb8bFb .mbr-section-title {
  text-align: left;
  color: #000000;
  margin-bottom: 20px;
  margin-top: 40px;
}
.cid-uZvHBb8bFb .row {
  align-items: center;
  height: 100%;
}
.cid-uZvHBb8bFb .wrapper {
  margin: auto;
}
.cid-uZvHBb8bFb .t1 {
  margin-bottom: 24px;
  color: #000000;
}
@media (max-width: 576px) {
  .cid-uZvHBb8bFb .t {
    padding-top: 20px;
  }
}
.cid-uZvHBb8bFb .list {
  list-style-type: none;
  margin-bottom: 12px;
  padding: 0;
  display: inline-flex;
  flex-wrap: wrap;
  color: #000000;
}
.cid-uZvHBb8bFb .list .item-wrap {
  margin: 0 12px 12px 0;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}
.cid-uZvHBb8bFb .list .item-wrap:hover,
.cid-uZvHBb8bFb .list .item-wrap:focus {
  color: #b83300;
}
.cid-uZvHBb8bFb a:hover,
.cid-uZvHBb8bFb a:focus {
  color: #b83300 !important;
}
.cid-uZvHBb8bFb .list,
.cid-uZvHBb8bFb .item-wrap {
  color: #000000;
}
.cid-uZvHBb9536 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZvHBb9536 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../images/qioCU2C4xzu8.jpg");
}
.cid-uZvHBb9oEV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZvHBb9oEV .row {
  align-items: center;
  justify-content: space-between;
}
.cid-uZvHBb9oEV .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  line-height: 1.171em;
}
.cid-uZvHBb9oEV .mbr-section-subtitle {
  color: #4c4c4c;
  width: 100%;
  text-align: left;
}
.cid-uZvHBb9oEV .mbr-text {
  color: #5f5d68;
  margin-bottom: 48px;
}
.cid-uZvHBb9oEV .right-side {
  max-width: 554px;
  margin-right: 60px;
}
.cid-uZvHBb9oEV .mbr-section-btn {
  width: auto;
  display: inline;
}
.cid-uZvHBb9oEV .margin {
  margin-right: 14px;
}
.cid-uZvHBb9oEV .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-uZvHBb9oEV .socicon-bg-youtube {
  background-color: #758e4f;
  color: #ffffff;
}
.cid-uZvHBb9oEV .socicon-bg-facebook {
  background-color: #f26419;
  color: #ffffff;
}
.cid-uZvHBb9oEV .socicon-bg-twitter {
  background-color: #33658a;
  color: #ffffff;
}
.cid-uZvHBb9oEV .socicon-bg-pinterest {
  background-color: #758e4f;
  color: #ffffff;
}
.cid-uZvHBb9oEV .socicon-bg-mail {
  background-color: #f26419;
  color: #ffffff;
}
.cid-uZvHBb9oEV .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: #f26419;
  cursor: pointer;
}
.cid-uZvHBb9oEV .btn-social .mbr-iconfont {
  top: 0;
  line-height: 22px;
  width: 22px;
}
.cid-uZvHBb9oEV .btn-social + .btn {
  margin-left: 0.1rem;
}
.cid-uZvHBb9oEV img {
  max-width: 238px;
  height: auto;
  border-radius: 50%;
}
.cid-uZvHBb9oEV .mbr-social-likes {
  max-width: 454px;
}
.cid-uZvHBb9oEV .card-title {
  margin-bottom: 8px;
  color: #000000;
}
.cid-uZvHBb9oEV .card-subtitle {
  margin-bottom: 22px;
  color: #000000;
}
.cid-uZvHBb9oEV .card-text {
  margin-bottom: 22px;
  color: #8c8c95;
}
.cid-uZvHBb9oEV .card-title,
.cid-uZvHBb9oEV .card-subtitle,
.cid-uZvHBb9oEV .card-text {
  width: auto;
}
@media (max-width: 770px) {
  .cid-uZvHBb9oEV .shadow {
    padding: 59px 56px;
  }
}
@media (max-width: 640px) {
  .cid-uZvHBb9oEV .al {
    flex-direction: column;
  }
  .cid-uZvHBb9oEV .shadow {
    padding: 39px 36px;
  }
  .cid-uZvHBb9oEV img {
    padding-bottom: 20px;
  }
  .cid-uZvHBb9oEV .card-title,
  .cid-uZvHBb9oEV .card-subtitle,
  .cid-uZvHBb9oEV .card-text,
  .cid-uZvHBb9oEV .mbr-social-likes {
    text-align: center;
  }
}
@media (max-width: 600px) {
  .cid-uZvHBb9oEV .shadow {
    padding: 35px 15px;
  }
}
.cid-uZvHBb9oEV .mbr-iconfont {
  margin-left: 0;
}
.cid-uZvHBb9oEV .card-text,
.cid-uZvHBb9oEV .mbr-social-likes {
  color: #000000;
}
.cid-uZvHBba5R1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZvHBba5R1 .card-heading {
  color: #000000;
  margin-bottom: 24px;
}
.cid-uZvHBba5R1 .row {
  justify-content: center;
}
.cid-uZvHBba5R1 .p {
  width: 100%;
  color: #000000;
}
.cid-uZvHBba5R1 .mbr-iconfont {
  font-size: 23px;
  margin-right: 17px;
  color: #f26419;
}
.cid-uZvHBba5R1 .mbr-text {
  display: inline;
}
.cid-uZvHBba5R1 .mbr-text:last-child {
  margin-bottom: 0px;
}
.cid-uZvHBba5R1 .text {
  margin-bottom: 40px;
  color: #000000;
}
.cid-uZvHBba5R1 .line {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.cid-uZvHBba5R1 .shadow {
  padding: 52px 56px 58px;
  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-uZvHBba5R1 .left-side {
  max-width: 596px;
}
.cid-uZvHBba5R1 .right-side {
  max-width: 473px;
  margin-right: 0;
  margin-left: auto;
}
.cid-uZvHBba5R1 a.btn,
.cid-uZvHBba5R1 button {
  padding: 24px 40px;
  border-radius: 80px;
  width: 100%;
  margin-top: 24px;
}
.cid-uZvHBba5R1 .sel-wrapper {
  min-height: 64px;
  padding-right: 26px;
  padding-left: 26px;
  border-style: solid !important;
  border-width: 1px !important;
  border-color: #000000 !important;
  border-radius: 100px;
  background-color: #ffffff;
  -webkit-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
  box-shadow: none !important;
  display: flex;
}
.cid-uZvHBba5R1 .sel-wrapper:hover {
  border-color: #14142b;
}
.cid-uZvHBba5R1 .sel-wrapper > select.form-control {
  border: none !important;
  box-shadow: none !important;
  padding: 0;
  color: #8c8c95;
  transition: color 350ms ease;
}
.cid-uZvHBba5R1 .sel-wrapper > select.form-control:hover {
  color: #000000;
}
.cid-uZvHBba5R1 .form-group {
  margin-bottom: 0;
}
.cid-uZvHBba5R1 .card-title {
  margin-bottom: 7px;
  color: #000000;
}
.cid-uZvHBba5R1 .card-text {
  margin-bottom: 40px;
  color: #000000;
}
.cid-uZvHBba5R1 .line1 {
  margin-bottom: 40px;
  width: 100%;
  height: 1px;
  background-color: #000000;
}
.cid-uZvHBba5R1 .card-subtitle {
  margin-top: 24px;
}
.cid-uZvHBba5R1 option[value=""][disabled] {
  display: none;
}
.cid-uZvHBba5R1 select.form-control:hover {
  border-color: #14142b;
}
.cid-uZvHBba5R1 select.form-control {
  border: none !important;
  box-shadow: none !important;
  padding: 0;
  color: #8c8c95;
  transition: border-color 300ms ease;
  min-height: 64px;
  padding-right: 26px;
  padding-left: 26px;
  border-style: solid !important;
  border-width: 1px !important;
  border-color: #000000 !important;
  border-radius: 100px;
  background-color: #ffffff;
  -webkit-transition: border-color 300ms ease;
  display: flex;
}
.cid-uZvHBba5R1 .form-check > input {
  height: 1em;
  width: 1em;
  padding: 0;
  float: initial;
  margin-bottom: 0;
}
.cid-uZvHBba5R1 input {
  border-style: solid !important;
  border-width: 1px !important;
  border-color: #000000 !important;
  border-radius: 100px;
  background-color: #ffffff;
  -webkit-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
  box-shadow: none !important;
  height: 64px;
  margin-bottom: 30px;
  padding: 8px 26px;
}
.cid-uZvHBba5R1 textarea {
  border-style: solid !important;
  border-width: 1px !important;
  border-color: #000000 !important;
  border-radius: 14px;
  background-color: #ffffff;
  -webkit-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
  box-shadow: none !important;
  height: 132px;
  margin-bottom: 40px;
  padding: 20px 26px;
}
.cid-uZvHBba5R1 input:hover {
  border-color: #14142b !important;
}
.cid-uZvHBba5R1 textarea:hover {
  border-color: #14142b !important;
}
.cid-uZvHBba5R1 input:focus {
  border-color: #14142b !important;
}
.cid-uZvHBba5R1 textarea:focus {
  border-color: #14142b !important;
}
.cid-uZvHBba5R1 .row.main {
  align-items: center;
}
@media (max-width: 990px) {
  .cid-uZvHBba5R1 .shadow {
    width: 100%;
    margin: auto;
    max-width: 720px;
  }
  .cid-uZvHBba5R1 .right-side {
    margin-top: 60px;
  }
  .cid-uZvHBba5R1 .left-side,
  .cid-uZvHBba5R1 .right-side {
    width: 100%;
    max-width: initial;
  }
}
@media (max-width: 600px) {
  .cid-uZvHBba5R1 .shadow {
    padding: 25px;
  }
  .cid-uZvHBba5R1 input {
    margin-bottom: 20px;
  }
}
.cid-uZvHBba5R1 a.btn > span {
  margin-left: 0.5rem;
}
.cid-uZvHBbbep5 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uZvHBbbep5 .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-uZvHBbbep5 .card-subtitle {
  color: #14142b;
  padding: 16px 25px;
  border-radius: 1000px;
  background-color: #f1f4ed;
  display: inline-block;
  margin-bottom: 32px;
  text-align: center;
}
.cid-uZvHBbbep5 ul {
  padding-inline-start: 50px;
  margin-bottom: 0;
  padding-left: 0;
  list-style-position: inside;
}
.cid-uZvHBbbep5 li {
  margin-bottom: 16px;
}
.cid-uZvHBbbep5 li:last-child {
  margin-bottom: 0;
}
@media (max-width: 470px) {
  .cid-uZvHBbbep5 .shadow {
    padding: 40px;
  }
}
.cid-uZvHBbbep5 .list {
  color: #000000;
  text-align: left;
}
.cid-uZvHBbbep5 .card-subtitle,
.cid-uZvHBbbep5 .align {
  text-align: left;
  color: #000000;
}
.cid-uZvHBbbqfF {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f1f4ed;
}
.cid-uZvHBbbqfF .mbr-text {
  color: #000000;
}
.cid-uZvHBbbqfF .line {
  height: 1px;
  width: 100%;
  background-color: #000000;
  margin-bottom: 32px;
}
