.btn {
  border-width: 2px;
}
.btn {
  border-radius: 80px;
}
body {
  background-color: #e7ecee;
}
body {
  font-family: 'Brygada 1918', sans-serif;
}
.display-1 {
  font-family: 'Brygada 1918', sans-serif;
  font-size: 4.375rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.46875rem;
}
.display-2 {
  font-family: 'Brygada 1918', sans-serif;
  font-size: 2.375rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.96875rem;
}
.display-4 {
  font-family: 'Brygada 1918', sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.40625rem;
}
.display-5 {
  font-family: 'Brygada 1918', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-7 {
  font-family: 'Brygada 1918', 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: #aec3b0 !important;
}
.bg-success {
  background-color: #5de1a4 !important;
}
.bg-info {
  background-color: #49d8f5 !important;
}
.bg-warning {
  background-color: #ffcf3f !important;
}
.bg-danger {
  background-color: #e35b68 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #aec3b0 !important;
  border-color: #aec3b0 !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: #7c9e7f !important;
  border-color: #7c9e7f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #7c9e7f !important;
  border-color: #7c9e7f !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #598392 !important;
  border-color: #598392 !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: #38535c !important;
  border-color: #38535c !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #38535c !important;
  border-color: #38535c !important;
}
.btn-info,
.btn-info:active {
  background-color: #49d8f5 !important;
  border-color: #49d8f5 !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: #0cb8db !important;
  border-color: #0cb8db !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #0cb8db !important;
  border-color: #0cb8db !important;
}
.btn-success,
.btn-success:active {
  background-color: #5de1a4 !important;
  border-color: #5de1a4 !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: #24c37a !important;
  border-color: #24c37a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #24c37a !important;
  border-color: #24c37a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffcf3f !important;
  border-color: #ffcf3f !important;
  color: #3f2f00 !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: #e7ad00 !important;
  border-color: #e7ad00 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #3f2f00 !important;
  background-color: #e7ad00 !important;
  border-color: #e7ad00 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #e35b68 !important;
  border-color: #e35b68 !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: #c62231 !important;
  border-color: #c62231 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #c62231 !important;
  border-color: #c62231 !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: #aec3b0;
  color: #aec3b0;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #7c9e7f !important;
  background-color: transparent !important;
  border-color: #7c9e7f !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #aec3b0 !important;
  border-color: #aec3b0 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #598392;
  color: #598392;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #38535c !important;
  background-color: transparent !important;
  border-color: #38535c !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #598392 !important;
  border-color: #598392 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #49d8f5;
  color: #49d8f5;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #0cb8db !important;
  background-color: transparent !important;
  border-color: #0cb8db !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #49d8f5 !important;
  border-color: #49d8f5 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #5de1a4;
  color: #5de1a4;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #24c37a !important;
  background-color: transparent !important;
  border-color: #24c37a !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #5de1a4 !important;
  border-color: #5de1a4 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffcf3f;
  color: #ffcf3f;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #e7ad00 !important;
  background-color: transparent !important;
  border-color: #e7ad00 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #3f2f00 !important;
  background-color: #ffcf3f !important;
  border-color: #ffcf3f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #e35b68;
  color: #e35b68;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #c62231 !important;
  background-color: transparent !important;
  border-color: #c62231 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #e35b68 !important;
  border-color: #e35b68 !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: #aec3b0 !important;
}
.text-secondary {
  color: #598392 !important;
}
.text-success {
  color: #5de1a4 !important;
}
.text-info {
  color: #49d8f5 !important;
}
.text-warning {
  color: #ffcf3f !important;
}
.text-danger {
  color: #e35b68 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #739877 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #324a53 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #22b672 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #0baccd !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #d8a200 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #b8202e !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: #aec3b0;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #49d8f5;
}
.alert-warning {
  background-color: #ffcf3f;
}
.alert-danger {
  background-color: #e35b68;
}
.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: #aec3b0;
  border-color: #aec3b0;
  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: #f7f9f7;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Brygada 1918', 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: #aec3b0 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Brygada 1918', 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: #aec3b0;
}
/* 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: #aec3b0;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #aec3b0;
}
.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: #aec3b0;
  border-bottom-color: #aec3b0;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #aec3b0 !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: #598392 !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='%23aec3b0' %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-v3CRcAzaH1 .navbar-dropdown {
  position: relative !important;
}
.cid-v3CRcAzaH1 .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-v3CRcAzaH1 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-v3CRcAzaH1 .dropdown-item:hover,
.cid-v3CRcAzaH1 .dropdown-item:focus {
  color: #aec3b0 !important;
}
.cid-v3CRcAzaH1 .nav-dropdown .link {
  padding: 0 0em !important;
  font-weight: 400;
}
.cid-v3CRcAzaH1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v3CRcAzaH1 .nav-link {
  position: relative;
  padding: 0;
}
.cid-v3CRcAzaH1 .container {
  display: flex;
  margin: auto;
}
.cid-v3CRcAzaH1 .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v3CRcAzaH1 .dropdown-menu,
.cid-v3CRcAzaH1 .navbar.opened {
  background: #e7ecee !important;
}
.cid-v3CRcAzaH1 .nav-item:focus,
.cid-v3CRcAzaH1 .nav-link:focus {
  outline: none;
}
.cid-v3CRcAzaH1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v3CRcAzaH1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v3CRcAzaH1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v3CRcAzaH1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v3CRcAzaH1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v3CRcAzaH1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v3CRcAzaH1 .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: #e7ecee;
}
.cid-v3CRcAzaH1 .navbar.opened {
  transition: all 0.3s;
}
.cid-v3CRcAzaH1 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v3CRcAzaH1 .navbar .navbar-logo img {
  width: auto;
}
.cid-v3CRcAzaH1 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v3CRcAzaH1 .navbar.collapsed {
  justify-content: center;
}
.cid-v3CRcAzaH1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v3CRcAzaH1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v3CRcAzaH1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v3CRcAzaH1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v3CRcAzaH1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v3CRcAzaH1 .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-v3CRcAzaH1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v3CRcAzaH1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v3CRcAzaH1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v3CRcAzaH1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v3CRcAzaH1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v3CRcAzaH1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v3CRcAzaH1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v3CRcAzaH1 .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-v3CRcAzaH1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v3CRcAzaH1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v3CRcAzaH1 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v3CRcAzaH1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v3CRcAzaH1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v3CRcAzaH1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v3CRcAzaH1 .navbar.navbar-short {
  min-height: 60px;
}
.cid-v3CRcAzaH1 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v3CRcAzaH1 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v3CRcAzaH1 .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-v3CRcAzaH1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v3CRcAzaH1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v3CRcAzaH1 .dropdown-item.active,
.cid-v3CRcAzaH1 .dropdown-item:active {
  background-color: transparent;
}
.cid-v3CRcAzaH1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v3CRcAzaH1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v3CRcAzaH1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v3CRcAzaH1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e7ecee;
}
.cid-v3CRcAzaH1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v3CRcAzaH1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v3CRcAzaH1 ul.navbar-nav {
  flex-wrap: wrap;
  padding-left: 20px;
}
.cid-v3CRcAzaH1 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v3CRcAzaH1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v3CRcAzaH1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v3CRcAzaH1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v3CRcAzaH1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3CRcAzaH1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3CRcAzaH1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v3CRcAzaH1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3CRcAzaH1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v3CRcAzaH1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v3CRcAzaH1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3CRcAzaH1 .navbar-dropdown {
  padding: 19px 1rem;
}
.cid-v3CRcAzaH1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v3CRcAzaH1 .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-v3CRcAzaH1 .navbar {
    height: 70px;
  }
  .cid-v3CRcAzaH1 .navbar.opened {
    height: auto;
  }
  .cid-v3CRcAzaH1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v3CRcAzaH1 a {
  display: inline;
}
.cid-v3CRcAzaH1 img {
  display: inline;
  padding-right: 10px;
}
.cid-v3CRcAzaH1 .dropdown-toggle:after {
  display: none;
}
.cid-v3CRcAzaH1 .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-v3CRcAzaH1 .dropdown-item:hover {
  color: #2b5664 !important;
}
@media (max-width: 990px) {
  .cid-v3CRcAzaH1 .dropdown-menu {
    margin-top: 0px;
  }
  .cid-v3CRcAzaH1 .nav-dropdown .link {
    margin: 0 !important;
  }
}
.cid-v3CRcAzaH1 .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-v3CRcAzaH1 .nav-item {
  margin-right: 32px;
}
.cid-v3CRcAzaH1 .nav-item:last-child {
  margin-right: 0;
}
@media (max-width: 970px) {
  .cid-v3CRcAzaH1 ul li {
    height: 45px;
    display: list-item;
  }
}
.cid-v3CRcAzaH1 .navbar-collapse.collapsing .nav-item {
  height: 45px;
}
.cid-v3CRcAzaH1 .navbar-collapse.collapse.show .nav-item {
  height: 45px;
}
.cid-v3CRcAzaH1 .navbar-nav {
  margin: auto;
}
.cid-v3CRcAzaH1 .navbar-collapse.collapse.show ul li {
  display: list-item;
}
.cid-v3CRcAzaH1 .mbr-iconfont {
  margin-left: -5px;
  margin-right: 7px;
}
.cid-v3CRcAzaH1 .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-v3CRcAzaH1 .btn {
  border-radius: 1000px !important;
}
.cid-v3CRcAzaH1 .navbar.collapsed .icons-menu {
  display: flex;
  flex-direction: column;
}
.cid-v3CRcAzaH1 .navbar.collapsed .icons-menu .top {
  margin-top: 15px;
}
.cid-v3CRcAzaH1 .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-v3CRcAzaH1 .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-v3CRcAzaH1 .dropdown-item:focus {
  color: #2b5664 !important;
}
@media (max-width: 945px) {
  .cid-v3CRcAzaH1 .icons-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-v3CRcAzaH1 .top {
    margin-top: 25px;
  }
}
.cid-v3CRcAzaH1 .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-v3CRcAzaH1 .container,
  .cid-v3CRcAzaH1 .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-v3CRcAzaH1 li:last-child {
  margin-right: 0;
}
@media (max-width: 989px) {
  .cid-v3CRcAzaH1 ul.navbar-nav {
    padding-left: 0;
  }
}
@media (max-width: 430px) {
  .cid-v3CRcAzaH1 .icons-menu {
    min-width: initial !important;
  }
  .cid-v3CRcAzaH1 a.btn {
    margin-top: 10px;
  }
}
.cid-v3CRcAzaH1 a.btn > span {
  margin-left: 0.5rem;
}
.cid-v3CRcAzaH1 .navbar-nav .nav-item .nav-link:hover,
.cid-v3CRcAzaH1 .navbar-nav .nav-item .nav-link:focus {
  color: #2b5664 !important;
}
.cid-v3CRcAzaH1 .navbar-caption {
  color: #000000;
}
.cid-v3CRcAzaH1 .nav-link,
.cid-v3CRcAzaH1 .dropdown-item {
  color: #000000;
}
.cid-v3CRcABIvX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3CRcABIvX .mbr-section-title {
  margin-bottom: 24px;
  line-height: 1.171em;
  color: #000000;
  display: inline-block;
}
.cid-v3CRcABIvX .mbr-text {
  color: #8c8c95;
  margin: 0 auto 26px;
  text-align: center;
  max-width: 739px;
}
.cid-v3CRcABIvX .button-align {
  text-align: center;
}
.cid-v3CRcABIvX .margin {
  margin-right: 14px;
}
.cid-v3CRcABIvX .mbr-section-btn {
  display: block;
}
@media (max-width: 440px) {
  .cid-v3CRcABIvX .margin {
    margin-right: 0px;
  }
}
.cid-v3CRcABIvX .btn {
  margin-top: 20px;
}
.cid-v3CRcABIvX a.btn > span {
  margin-left: 0.5rem;
}
.cid-v3CRcABIvX .mbr-text,
.cid-v3CRcABIvX .button-align {
  color: #000000;
}
.cid-v3CRcABo94 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-v3CRcABo94 .display-4 > .mbr-iconfont {
  font-size: 16px;
}
.cid-v3CRcABo94 .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-v3CRcABo94 .inner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}
.cid-v3CRcABo94 .wrap-img {
  transition: all 300ms ease !important;
  overflow: hidden;
  width: 311px;
  height: 311px;
  border-radius: 30px;
  transform: translate(0px, 0px);
}
.cid-v3CRcABo94 .shadow:hover {
  transform: translate(0px, -6px);
  box-shadow: 0 10px 20px 0 rgba(8, 15, 52, 0.1) !important;
}
.cid-v3CRcABo94 .shadow:hover .card-title {
  color: #7f9381 !important;
}
.cid-v3CRcABo94 .shadow:hover .inner {
  transform: scale(1.1);
}
.cid-v3CRcABo94 .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-v3CRcABo94 .card-text {
  margin-bottom: 42px;
  color: #000000;
}
.cid-v3CRcABo94 H3 {
  color: #14142b;
  text-align: center;
}
.cid-v3CRcABo94 .mbr-iconfont {
  transition: 0.3s;
  margin-left: 0;
}
.cid-v3CRcABo94 .link-title {
  display: inline-block;
}
.cid-v3CRcABo94 .button-color {
  padding: 14px 18px !important;
  border-radius: 1000px !important;
  display: inline-block;
  line-height: 20px;
  background-color: #e7ecee;
  margin-bottom: 32px;
  color: #000000;
}
.cid-v3CRcABo94 .position {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
.cid-v3CRcABo94 .link-row,
.cid-v3CRcABo94 .title-block {
  align-items: center;
}
.cid-v3CRcABo94 .link2 {
  display: inline;
}
.cid-v3CRcABo94 .socicon-bg-youtube {
  background-color: #124559;
  color: #ffffff;
}
.cid-v3CRcABo94 .socicon-bg-facebook {
  background-color: #aec3b0;
  color: #000000 !important;
}
.cid-v3CRcABo94 .socicon-bg-twitter {
  background-color: #598392;
  color: #ffffff !important;
}
.cid-v3CRcABo94 .socicon-bg-pinterest {
  background-color: #124559;
  color: #ffffff !important;
}
.cid-v3CRcABo94 .socicon-bg-mail {
  background-color: #aec3b0;
  color: #000000 !important;
}
.cid-v3CRcABo94 .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: #aec3b0;
  cursor: pointer;
}
.cid-v3CRcABo94 .btn-social .mbr-iconfont {
  top: 0;
  line-height: 22px;
  width: 22px;
}
.cid-v3CRcABo94 .btn-social + .btn {
  margin-left: 0.1rem;
}
.cid-v3CRcABo94 .bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v3CRcABo94 .bottom {
    display: block;
  }
}
.cid-v3CRcABo94 .right {
  margin-left: 8px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-v3CRcABo94 .mbr-social-likes {
  display: flex;
  align-items: center;
}
.cid-v3CRcABo94 .link1 {
  margin-right: 5px;
  color: #8c8c95;
}
.cid-v3CRcABo94 .al {
  align-items: center;
}
@media (max-width: 765px) {
  .cid-v3CRcABo94 .row.al {
    display: flex;
    flex-direction: column;
  }
  .cid-v3CRcABo94 .right {
    margin-left: 0;
  }
  .cid-v3CRcABo94 .wrap-img {
    margin-bottom: 30px;
    height: 640px;
    width: 640px;
  }
}
@media (max-width: 760px) {
  .cid-v3CRcABo94 .wrap-img {
    height: 540px;
    width: 540px;
  }
  .cid-v3CRcABo94 .bottom {
    display: flex;
    flex-direction: column;
  }
  .cid-v3CRcABo94 .mbr-social-likes {
    margin-top: 10px;
  }
}
@media (max-width: 665px) {
  .cid-v3CRcABo94 .wrap-img {
    height: 340px;
    width: 340px;
  }
}
@media (max-width: 460px) {
  .cid-v3CRcABo94 .wrap-img {
    height: 240px;
    width: 240px;
  }
  .cid-v3CRcABo94 .shadow {
    padding: 32px;
  }
  .cid-v3CRcABo94 .mbr-social-likes {
    display: flex;
  }
}
@media (max-width: 390px) {
  .cid-v3CRcABo94 .wrap-img {
    height: 240px;
    width: 240px;
  }
  .cid-v3CRcABo94 .shadow {
    padding: 32px;
  }
}
@media (max-width: 550px) {
  .cid-v3CRcABo94 .shadow {
    padding: 24px 25px 34px 25px;
  }
}
.cid-v3CRcABo94 .card-title,
.cid-v3CRcABo94 span {
  transition: 0.35s;
}
@media (max-width: 992px) {
  .cid-v3CRcABo94 .card-button {
    margin-bottom: 16px;
  }
}
.cid-v3CRcABo94 .card-button .btn {
  padding: 0;
  display: inline-flex;
  flex-direction: row-reverse;
  border: none;
}
.cid-v3CRcABo94 .card-button .btn .mbr-iconfont {
  padding-left: 0;
  padding-right: 8px;
}
.cid-v3CRcABo94 .card-button .btn-primary,
.cid-v3CRcABo94 .card-button .btn-secondary,
.cid-v3CRcABo94 .card-button .btn-success,
.cid-v3CRcABo94 .card-button .btn-info,
.cid-v3CRcABo94 .card-button .btn-warning,
.cid-v3CRcABo94 .card-button .btn-danger,
.cid-v3CRcABo94 .card-button .btn-black,
.cid-v3CRcABo94 .card-button .btn-white {
  padding: 14px 18px;
}
.cid-v3CRcABo94 .item {
  margin-bottom: 32px;
}
.cid-v3CRcACBCK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3CRcACBCK .row {
  align-items: center;
  justify-content: space-between;
}
.cid-v3CRcACBCK .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  color: #000000;
}
.cid-v3CRcACBCK .mbr-text {
  color: #8c8c95;
  margin-bottom: 32px;
}
.cid-v3CRcACBCK .mbr-section-btn {
  width: auto;
  display: block;
}
.cid-v3CRcACBCK ul {
  padding-inline-start: 20px;
  margin-bottom: 28px;
}
.cid-v3CRcACBCK li::marker {
  color: #aec3b0;
  width: 10px;
}
.cid-v3CRcACBCK li {
  margin-bottom: 7px;
  color: #14142b;
}
.cid-v3CRcACBCK img {
  width: 90%;
}
.cid-v3CRcACBCK .gray {
  background-color: #e7ecee;
  width: 80%;
  height: 430px;
  margin: auto;
  position: relative;
}
.cid-v3CRcACBCK .b {
  max-width: 598px;
}
.cid-v3CRcACBCK .first {
  position: absolute;
  top: -10%;
  right: 25%;
}
.cid-v3CRcACBCK .second {
  position: absolute;
  bottom: -10%;
  left: 25%;
}
@media (max-width: 992px) {
  .cid-v3CRcACBCK .t {
    padding-top: 90px;
  }
  .cid-v3CRcACBCK .b {
    max-width: initial;
  }
  .cid-v3CRcACBCK .gray {
    width: 50%;
  }
}
@media (max-width: 750px) {
  .cid-v3CRcACBCK .gray {
    height: 330px;
  }
}
@media (max-width: 630px) {
  .cid-v3CRcACBCK .gray {
    height: 230px;
  }
}
@media (max-width: 450px) {
  .cid-v3CRcACBCK .gray {
    height: 200px;
    width: 70%;
  }
}
.cid-v3CRcACBCK .btn {
  margin-top: 20px;
}
.cid-v3CRcACBCK .t {
  max-width: 542px;
}
.cid-v3CRcACBCK .mbr-text,
.cid-v3CRcACBCK .button-align,
.cid-v3CRcACBCK .list {
  color: #000000;
}
.cid-v3CRcACBCK .list {
  color: #000000;
}
.cid-v3CRcADQmT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3CRcADQmT .mbr-section-subtitle {
  color: #000000;
  text-align: left;
  margin: auto;
  margin-bottom: 24px;
}
.cid-v3CRcADQmT .mbr-section-title {
  text-align: left;
  color: #000000;
  margin-bottom: 20px;
  margin-top: 40px;
}
.cid-v3CRcADQmT .row {
  align-items: center;
  height: 100%;
}
.cid-v3CRcADQmT .wrapper {
  margin: auto;
}
.cid-v3CRcADQmT .t1 {
  margin-bottom: 24px;
  color: #000000;
}
@media (max-width: 576px) {
  .cid-v3CRcADQmT .t {
    padding-top: 20px;
  }
}
.cid-v3CRcADQmT .list {
  list-style-type: none;
  margin-bottom: 12px;
  padding: 0;
  display: inline-flex;
  flex-wrap: wrap;
  color: #000000;
}
.cid-v3CRcADQmT .list .item-wrap {
  margin: 0 12px 12px 0;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}
.cid-v3CRcADQmT .list .item-wrap:hover,
.cid-v3CRcADQmT .list .item-wrap:focus {
  color: #7f9381;
}
.cid-v3CRcADQmT a:hover,
.cid-v3CRcADQmT a:focus {
  color: #7f9381 !important;
}
.cid-v3CRcADQmT .list,
.cid-v3CRcADQmT .item-wrap {
  color: #000000;
}
.cid-v3CRcAEVFd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3CRcAEVFd .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-v3CRcAEVFd .bottom,
.cid-v3CRcAEVFd .card-title {
  color: #ffffff;
}
.cid-v3CRcAEVFd .card-title {
  margin-bottom: 18px;
  color: #000000;
}
@media (max-width: 1150px) {
  .cid-v3CRcAEVFd .card-wrapper {
    top: -20px;
  }
}
@media (max-width: 990px) {
  .cid-v3CRcAEVFd {
    padding-bottom: 0;
  }
  .cid-v3CRcAEVFd .card-wrapper {
    position: initial;
  }
  .cid-v3CRcAEVFd .card-box {
    padding: 10%;
  }
}
.cid-v3CRcAEVFd .bottom {
  color: #8c8c95;
}
.cid-v3CRcAEVFd .plus1 {
  color: #124559;
}
.cid-v3CRcAEVFd .plus2 {
  color: #aec3b0;
}
.cid-v3CRcAEVFd .plus3 {
  color: #598392;
}
.cid-v3CRcAEVFd .plus4 {
  color: #124559;
}
.cid-v3CRcAEVFd .card-title,
.cid-v3CRcAEVFd .bottom {
  text-align: center;
  color: #000000;
}
.cid-v3CRcAE14L {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #e7ecee;
}
.cid-v3CRcAE14L .mbr-section-title {
  margin-bottom: 56px;
}
.cid-v3CRcAE14L .display-4 > .mbr-iconfont {
  font-size: 16px;
}
.cid-v3CRcAE14L .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-v3CRcAE14L .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-v3CRcAE14L .inner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}
.cid-v3CRcAE14L .shadow:hover {
  transform: translate(0px, -6px);
  box-shadow: 0 10px 20px 0 rgba(8, 15, 52, 0.1) !important;
}
.cid-v3CRcAE14L .shadow:hover a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption),
.cid-v3CRcAE14L .shadow:hover .mbr-iconfont,
.cid-v3CRcAE14L .shadow:hover .number,
.cid-v3CRcAE14L .shadow:hover .card-title {
  color: #7f9381 !important;
}
.cid-v3CRcAE14L .shadow:hover .inner {
  transform: scale(1.1);
}
.cid-v3CRcAE14L .card-title {
  margin-bottom: 10px;
  color: #000000;
}
.cid-v3CRcAE14L .card-title span,
.cid-v3CRcAE14L .card-title .number {
  transition: 0.35s;
}
.cid-v3CRcAE14L .card-text {
  margin-bottom: 32px;
  color: #000000;
}
@media (min-width: 575px) and (max-width: 990px) {
  .cid-v3CRcAE14L .card-wrapper {
    padding: 60px 30px 40px;
  }
}
@media (max-width: 574px) {
  .cid-v3CRcAE14L .card-wrapper {
    padding: 60px 30px 40px;
  }
}
.cid-v3CRcAE14L H3 {
  color: #14142b;
  text-align: center;
}
.cid-v3CRcAE14L img {
  width: auto;
  height: 70px;
}
.cid-v3CRcAE14L .card-wrapper {
  border-radius: 0 0 30px 30px;
  background-color: #ffffff;
  padding: 37px 32px 43px;
}
.cid-v3CRcAE14L .mbr-iconfont {
  transition: 0.3s;
  margin-right: 5px;
}
.cid-v3CRcAE14L .link-title {
  display: inline-block;
}
.cid-v3CRcAE14L .episode {
  color: #ffffff;
}
.cid-v3CRcAE14L .img-title {
  color: #ffffff;
}
.cid-v3CRcAE14L .margin {
  margin-right: 14px;
}
.cid-v3CRcAE14L .button-align {
  margin-top: 56px;
  text-align: center;
}
.cid-v3CRcAE14L .mbr-section-btn {
  width: auto;
  display: inline;
}
@media (max-width: 500px) {
  .cid-v3CRcAE14L .button-align {
    display: flex;
    flex-direction: column;
  }
  .cid-v3CRcAE14L .margin {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
@media (max-width: 550px) {
  .cid-v3CRcAE14L .card-wrapper {
    padding: 24px 25px 34px 25px;
  }
}
.cid-v3CRcAE14L span,
.cid-v3CRcAE14L .number {
  transition: 0.35s;
}
.cid-v3CRcAE14L .item.features-image {
  margin-top: 30px;
}
.cid-v3CRcAE14L .item.features-image:nth-child(1) {
  margin-top: 0px;
}
.cid-v3CRcAE14L .item.features-image:nth-child(2) {
  margin-top: 0px;
}
.cid-v3CRcAE14L .item.features-image:nth-child(3) {
  margin-top: 0px;
}
@media (max-width: 992px) {
  .cid-v3CRcAE14L .item.features-image:nth-child(3) {
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  .cid-v3CRcAE14L .item.features-image:nth-child(2) {
    margin-top: 30px;
  }
}
.cid-v3CRcAE14L .link-row {
  align-items: center;
}
.cid-v3CRcAE14L .col-auto .card-button {
  display: block;
}
.cid-v3CRcAE14L .col-auto .card-button .btn {
  padding: 0;
  display: flex;
  flex-direction: row-reverse;
  border: none;
}
.cid-v3CRcAE14L .col-auto .card-button .btn .mbr-iconfont {
  padding-left: 0;
  padding-right: 8px;
}
.cid-v3CRcAE14L .col-auto .card-button .btn-primary,
.cid-v3CRcAE14L .col-auto .card-button .btn-secondary,
.cid-v3CRcAE14L .col-auto .card-button .btn-success,
.cid-v3CRcAE14L .col-auto .card-button .btn-info,
.cid-v3CRcAE14L .col-auto .card-button .btn-warning,
.cid-v3CRcAE14L .col-auto .card-button .btn-danger,
.cid-v3CRcAE14L .col-auto .card-button .btn-black,
.cid-v3CRcAE14L .col-auto .card-button .btn-white {
  padding: 14px 18px;
}
.cid-v3CRcAE14L .mbr-section-title,
.cid-v3CRcAE14L .button-align {
  color: #000000;
}
.cid-v3CRcAE14L .number {
  color: #000000;
}
.cid-v3CRcAFoHT .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3CRcAFoHT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-v3CRcAFnVz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3CRcAFnVz .right {
  display: flex;
  flex-direction: column;
}
.cid-v3CRcAFnVz .card-heading {
  padding-bottom: 32px;
  color: #000000;
}
.cid-v3CRcAFnVz .row {
  justify-content: center;
}
.cid-v3CRcAFnVz ul {
  padding-inline-start: 50px;
  margin-bottom: 0;
}
.cid-v3CRcAFnVz li {
  margin-bottom: 16px;
}
.cid-v3CRcAFnVz li:last-child {
  margin-bottom: 0;
}
.cid-v3CRcAFnVz a:hover,
.cid-v3CRcAFnVz a:focus {
  color: #3f69ff !important;
}
.cid-v3CRcAFnVz .list {
  color: #000000;
}
.cid-v3CRcAFZ4a {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3CRcAFZ4a .card-heading {
  padding-bottom: 32px;
  color: #000000;
}
.cid-v3CRcAFZ4a .p {
  padding-bottom: 26px;
  color: #000000;
}
.cid-v3CRcAFZ4a .p:last-child {
  padding-bottom: 0;
}
.cid-v3CRcAFZ4a .row {
  justify-content: center;
}
.cid-v3CRcAGSSx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3CRcAGSSx .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-v3CRcAGSSx .title-block {
  justify-content: space-between;
  margin-bottom: 32px;
  align-items: center;
  padding-bottom: 56px;
  max-width: 715px;
  margin: auto;
}
.cid-v3CRcAGSSx .wrapper {
  padding: 0rem;
}
.cid-v3CRcAGSSx .icon-left {
  margin-right: 0.1rem;
}
.cid-v3CRcAGSSx .icon-right {
  margin-left: 0.1rem;
}
.cid-v3CRcAGSSx .card-wrapper {
  padding: 30px 15px;
  margin: 0 15px;
  width: auto;
  max-width: 100%;
}
.cid-v3CRcAGSSx .card-title {
  font-weight: 700;
  padding: 10px 20px 10px;
  color: #4c4c4c;
  text-align: left;
  text-transform: uppercase;
}
.cid-v3CRcAGSSx .card-subtitle {
  text-align: left;
  color: #000000;
}
.cid-v3CRcAGSSx .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-v3CRcAGSSx .iconfont-wrapper {
  text-align: left;
  margin-bottom: 16px;
}
.cid-v3CRcAGSSx .iconfont-wrapper .mbr-iconfont {
  color: #aec3b0;
}
.cid-v3CRcAGSSx .card-text {
  margin-bottom: 16px;
  text-align: left;
}
.cid-v3CRcAGSSx .margin {
  margin-right: 14px;
}
.cid-v3CRcAGSSx .button-align {
  margin-top: 56px;
  text-align: center;
}
.cid-v3CRcAGSSx .mbr-section-btn {
  width: auto;
  display: inline;
}
.cid-v3CRcAGSSx .people {
  align-items: center;
}
.cid-v3CRcAGSSx .item-wrapper {
  width: 100%;
}
.cid-v3CRcAGSSx .mbr-section-title {
  text-align: center;
  margin-bottom: 16px;
  color: #000000;
}
.cid-v3CRcAGSSx img {
  border-radius: 10%;
  height: 128px;
  width: 128px;
  margin: 0;
}
.cid-v3CRcAGSSx .mbr-iconfont::before {
  font-size: 25px;
}
.cid-v3CRcAGSSx .card-text,
.cid-v3CRcAGSSx .iconfont-wrapper {
  color: #8c8c95;
}
.cid-v3CRcAGSSx .card-subtitle,
.cid-v3CRcAGSSx .card-subtitle2 {
  display: inline;
}
.cid-v3CRcAGSSx .card-subtitle2 {
  color: #000000;
}
@media (max-width: 576px) {
  .cid-v3CRcAGSSx .col-12.col-sm-6:first-child {
    padding-bottom: 20px;
  }
}
@media (max-width: 860px) {
  .cid-v3CRcAGSSx .row.people {
    flex-direction: column;
    align-items: initial;
  }
  .cid-v3CRcAGSSx img {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .cid-v3CRcAGSSx .shadow {
    padding-top: 40px;
    padding-bottom: 43px;
  }
}
@media (max-width: 479px) {
  .cid-v3CRcAGSSx .shadow {
    padding: 33px 25px 36px;
  }
}
.cid-v3CRcAGSSx .card-text,
.cid-v3CRcAGSSx .iconfont-wrapper,
.cid-v3CRcAGSSx .align {
  color: #000000;
}
.cid-v3CRcAGQvp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3CRcAGQvp .row {
  align-items: center;
  justify-content: space-between;
}
.cid-v3CRcAGQvp .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  line-height: 1.171em;
}
.cid-v3CRcAGQvp .mbr-section-subtitle {
  color: #4c4c4c;
  width: 100%;
  text-align: left;
}
.cid-v3CRcAGQvp .mbr-text {
  color: #5f5d68;
  margin-bottom: 48px;
}
.cid-v3CRcAGQvp .right-side {
  max-width: 554px;
  margin-right: 60px;
}
.cid-v3CRcAGQvp .mbr-section-btn {
  width: auto;
  display: inline;
}
.cid-v3CRcAGQvp .margin {
  margin-right: 14px;
}
.cid-v3CRcAGQvp .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-v3CRcAGQvp .socicon-bg-youtube {
  background-color: #124559;
  color: #ffffff;
}
.cid-v3CRcAGQvp .socicon-bg-facebook {
  background-color: #aec3b0;
  color: #000000;
}
.cid-v3CRcAGQvp .socicon-bg-twitter {
  background-color: #598392;
  color: #ffffff;
}
.cid-v3CRcAGQvp .socicon-bg-pinterest {
  background-color: #124559;
  color: #ffffff;
}
.cid-v3CRcAGQvp .socicon-bg-mail {
  background-color: #aec3b0;
  color: #000000;
}
.cid-v3CRcAGQvp .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: #aec3b0;
  cursor: pointer;
}
.cid-v3CRcAGQvp .btn-social .mbr-iconfont {
  top: 0;
  line-height: 22px;
  width: 22px;
}
.cid-v3CRcAGQvp .btn-social + .btn {
  margin-left: 0.1rem;
}
.cid-v3CRcAGQvp img {
  max-width: 238px;
  height: auto;
  border-radius: 50%;
}
.cid-v3CRcAGQvp .mbr-social-likes {
  max-width: 454px;
}
.cid-v3CRcAGQvp .card-title {
  margin-bottom: 8px;
  color: #000000;
}
.cid-v3CRcAGQvp .card-subtitle {
  margin-bottom: 22px;
  color: #000000;
}
.cid-v3CRcAGQvp .card-text {
  margin-bottom: 22px;
  color: #8c8c95;
}
.cid-v3CRcAGQvp .card-title,
.cid-v3CRcAGQvp .card-subtitle,
.cid-v3CRcAGQvp .card-text {
  width: auto;
}
@media (max-width: 770px) {
  .cid-v3CRcAGQvp .shadow {
    padding: 59px 56px;
  }
}
@media (max-width: 640px) {
  .cid-v3CRcAGQvp .al {
    flex-direction: column;
  }
  .cid-v3CRcAGQvp .shadow {
    padding: 39px 36px;
  }
  .cid-v3CRcAGQvp img {
    padding-bottom: 20px;
  }
  .cid-v3CRcAGQvp .card-title,
  .cid-v3CRcAGQvp .card-subtitle,
  .cid-v3CRcAGQvp .card-text,
  .cid-v3CRcAGQvp .mbr-social-likes {
    text-align: center;
  }
}
@media (max-width: 600px) {
  .cid-v3CRcAGQvp .shadow {
    padding: 35px 15px;
  }
}
.cid-v3CRcAGQvp .mbr-iconfont {
  margin-left: 0;
}
.cid-v3CRcAGQvp .card-text,
.cid-v3CRcAGQvp .mbr-social-likes {
  color: #000000;
}
.cid-v3CRcAJOXG {
  background-image: url("../../../assets/images/photo-1729043252630-7f6baba6987a.jpeg");
}
.cid-v3CRcAJOXG .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3CRcAJOXG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3CRcAJP0i {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-v3CRcAJP0i .mbr-section-title {
  margin-bottom: 56px;
}
.cid-v3CRcAJP0i .display-4 > .mbr-iconfont {
  font-size: 16px;
}
.cid-v3CRcAJP0i .shadow {
  transition: all 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  overflow: visible;
  box-shadow: none !important;
}
.cid-v3CRcAJP0i .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-v3CRcAJP0i .inner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}
.cid-v3CRcAJP0i .shadow:hover {
  transform: translate(0px, -6px);
}
.cid-v3CRcAJP0i .shadow:hover a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption),
.cid-v3CRcAJP0i .shadow:hover .mbr-iconfont,
.cid-v3CRcAJP0i .shadow:hover .inner {
  transform: scale(1.1);
}
.cid-v3CRcAJP0i .card-price {
  margin-bottom: 10px;
  color: #000000;
}
.cid-v3CRcAJP0i .card-title {
  margin-bottom: 10px;
  color: #000000;
}
.cid-v3CRcAJP0i .card-title span,
.cid-v3CRcAJP0i .card-title .number {
  transition: 0.35s;
}
.cid-v3CRcAJP0i .card-text {
  margin-bottom: 32px;
  color: #000000;
}
@media (min-width: 575px) and (max-width: 990px) {
  .cid-v3CRcAJP0i .card-wrapper {
    padding: 60px 30px 40px;
  }
}
@media (max-width: 574px) {
  .cid-v3CRcAJP0i .card-wrapper {
    padding: 60px 30px 40px;
  }
}
.cid-v3CRcAJP0i H3 {
  color: #14142b;
  text-align: center;
}
.cid-v3CRcAJP0i img {
  width: auto;
  height: 70px;
}
.cid-v3CRcAJP0i .card-wrapper {
  background-color: #aec3b0;
  padding: 37px 32px 43px;
}
.cid-v3CRcAJP0i .mbr-iconfont {
  transition: 0.3s;
  margin-right: 5px;
}
.cid-v3CRcAJP0i .link-title {
  display: inline-block;
}
.cid-v3CRcAJP0i .episode {
  color: #ffffff;
}
.cid-v3CRcAJP0i .img-title {
  color: #ffffff;
}
.cid-v3CRcAJP0i .margin {
  margin-right: 14px;
}
.cid-v3CRcAJP0i .button-align {
  margin-top: 56px;
  text-align: center;
}
.cid-v3CRcAJP0i .mbr-section-btn {
  width: auto;
  display: block;
}
.cid-v3CRcAJP0i .mbr-section-btn .btn {
  display: flex;
}
@media (max-width: 500px) {
  .cid-v3CRcAJP0i .margin {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
@media (max-width: 550px) {
  .cid-v3CRcAJP0i .card-wrapper {
    padding: 24px 25px 34px 25px;
  }
}
.cid-v3CRcAJP0i span,
.cid-v3CRcAJP0i .number {
  transition: 0.35s;
}
.cid-v3CRcAJP0i .item.features-image {
  margin-top: 30px;
}
.cid-v3CRcAJP0i .item.features-image:nth-child(1) {
  margin-top: 0px;
}
.cid-v3CRcAJP0i .item.features-image:nth-child(2) {
  margin-top: 0px;
}
.cid-v3CRcAJP0i .item.features-image:nth-child(3) {
  margin-top: 0px;
}
@media (max-width: 992px) {
  .cid-v3CRcAJP0i .item.features-image:nth-child(3) {
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  .cid-v3CRcAJP0i .item.features-image:nth-child(2) {
    margin-top: 30px;
  }
}
.cid-v3CRcAJP0i .mbr-section-title,
.cid-v3CRcAJP0i .button-align {
  color: #000000;
}
.cid-v3CRcAKnWN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3CRcAKnWN .card-title {
  padding-bottom: 18px;
  margin: 0;
  color: #000000;
}
.cid-v3CRcAKnWN .align-left {
  max-width: 547px;
}
.cid-v3CRcAKnWN .mbr-text,
.cid-v3CRcAKnWN .mbr-section-btn {
  color: #000000;
}
.cid-v3CRcAKnWN .left-side {
  margin-right: 20px;
}
.cid-v3CRcAKnWN .right-side {
  margin-left: 20px;
}
@media (max-width: 768px) {
  .cid-v3CRcAKnWN .left-side {
    margin-right: 0px;
  }
  .cid-v3CRcAKnWN .right-side {
    padding-top: 20px;
    margin-left: 0px;
  }
}
.cid-v3CRcAKD2B {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e7ecee;
}
.cid-v3CRcAKD2B .mbr-section-subtitle {
  color: #000000;
  text-align: center;
  margin: auto;
}
.cid-v3CRcAKD2B .mbr-section-title {
  text-align: center;
  color: #000000;
  padding-bottom: 24px;
  margin: auto;
}
.cid-v3CRcAKD2B .row {
  align-items: center;
  height: 100%;
}
.cid-v3CRcAKD2B .wrapper {
  margin: auto;
}
.cid-v3CRcAKQ5z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e7ecee;
}
.cid-v3CRcAKQ5z .row {
  justify-content: center;
}
.cid-v3CRcAKXWX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3CRcAKXWX .mbr-section-title {
  width: 100%;
  text-align: center;
  margin-bottom: 16px;
  line-height: 1.171em;
  color: #000000;
}
.cid-v3CRcAKXWX .mbr-text {
  color: #8c8c95;
  margin-bottom: 20px;
  text-align: center;
}
.cid-v3CRcAKXWX .button-align {
  text-align: center;
}
.cid-v3CRcAKXWX .margin {
  margin-right: 14px;
}
.cid-v3CRcAKXWX .mbr-section-btn {
  display: inline-block;
}
.cid-v3CRcAKXWX .container {
  max-width: 493px;
}
.cid-v3CRcAKXWX .btn {
  margin-top: 20px;
}
.cid-v3CRcAKXWX a.btn > span {
  margin-left: 0.5rem;
}
.cid-v3CRcAKXWX .mbr-text,
.cid-v3CRcAKXWX .button-align {
  color: #000000;
}
.cid-v3CRcALUwz {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #e7ecee;
}
.cid-v3CRcALUwz .display-4 > .mbr-iconfont {
  font-size: 16px;
}
.cid-v3CRcALUwz .mbr-section-title {
  margin-bottom: 56px;
}
.cid-v3CRcALUwz .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-v3CRcALUwz .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-v3CRcALUwz .inner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}
.cid-v3CRcALUwz .shadow:hover {
  transform: translate(0px, -6px);
  box-shadow: 0 10px 20px 0 rgba(8, 15, 52, 0.1) !important;
}
.cid-v3CRcALUwz .shadow:hover a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption),
.cid-v3CRcALUwz .shadow:hover .mbr-iconfont,
.cid-v3CRcALUwz .shadow:hover .number,
.cid-v3CRcALUwz .shadow:hover .card-title {
  color: #2b5664 !important;
}
.cid-v3CRcALUwz .shadow:hover .inner {
  transform: scale(1.1);
}
.cid-v3CRcALUwz .card-title {
  margin-bottom: 10px;
  transition: 0.35s;
  color: #000000;
}
.cid-v3CRcALUwz span,
.cid-v3CRcALUwz .number {
  transition: 0.35s;
}
.cid-v3CRcALUwz .card-text {
  margin-bottom: 32px;
  color: #000000;
}
@media (max-width: 990px) {
  .cid-v3CRcALUwz .card-wrapper {
    padding: 60px 30px 40px;
  }
}
@media (max-width: 574px) {
  .cid-v3CRcALUwz .card-wrapper {
    padding: 60px 30px 40px;
  }
}
.cid-v3CRcALUwz H3 {
  color: #14142b;
  text-align: center;
}
.cid-v3CRcALUwz .card-wrapper {
  border-radius: 0 0 30px 30px;
  background-color: #ffffff;
  padding: 37px 32px 43px;
  transform: translate(0px, 0px);
}
.cid-v3CRcALUwz .mbr-iconfont {
  transition: 0.3s;
  margin-right: 5px;
}
.cid-v3CRcALUwz .link-title {
  display: inline-block;
  color: #000000;
}
.cid-v3CRcALUwz .episode {
  color: #ffffff;
}
.cid-v3CRcALUwz .img-title {
  color: #ffffff;
}
.cid-v3CRcALUwz .margin {
  margin-right: 14px;
}
.cid-v3CRcALUwz .button-align {
  margin-top: 56px;
  text-align: center;
}
.cid-v3CRcALUwz .mbr-section-btn {
  width: auto;
  display: block;
}
.cid-v3CRcALUwz .title-block {
  margin-bottom: 32px;
  align-items: center;
}
.cid-v3CRcALUwz a.btn {
  display: inline-flex;
}
@media (max-width: 550px) {
  .cid-v3CRcALUwz .title-block {
    flex-direction: column;
  }
  .cid-v3CRcALUwz .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-v3CRcALUwz .card-wrapper {
    padding: 24px 25px 34px 25px;
  }
}
.cid-v3CRcALUwz .item.features-image {
  margin-top: 30px;
}
.cid-v3CRcALUwz .item.features-image:nth-child(1) {
  margin-top: 0px;
}
.cid-v3CRcALUwz .item.features-image:nth-child(2) {
  margin-top: 0px;
}
.cid-v3CRcALUwz .item.features-image:nth-child(3) {
  margin-top: 0px;
}
@media (max-width: 768px) {
  .cid-v3CRcALUwz .item.features-image:nth-child(2) {
    margin-top: 30px;
  }
}
@media (max-width: 992px) {
  .cid-v3CRcALUwz .item.features-image:nth-child(3) {
    margin-top: 30px;
  }
}
.cid-v3CRcALUwz .link-row {
  align-items: center;
}
.cid-v3CRcALUwz .col-auto .card-button .btn {
  padding: 0;
  display: flex;
  flex-direction: row-reverse;
  border: none;
}
.cid-v3CRcALUwz .col-auto .card-button .btn .mbr-iconfont {
  padding-left: 0;
  padding-right: 8px;
}
.cid-v3CRcALUwz .col-auto .card-button .btn-primary,
.cid-v3CRcALUwz .col-auto .card-button .btn-secondary,
.cid-v3CRcALUwz .col-auto .card-button .btn-success,
.cid-v3CRcALUwz .col-auto .card-button .btn-info,
.cid-v3CRcALUwz .col-auto .card-button .btn-warning,
.cid-v3CRcALUwz .col-auto .card-button .btn-danger,
.cid-v3CRcALUwz .col-auto .card-button .btn-black,
.cid-v3CRcALUwz .col-auto .card-button .btn-white {
  padding: 14px 18px;
}
.cid-v3CRcALUwz .mbr-section-subtitle {
  color: #000000;
}
.cid-v3CRcALUwz .number {
  color: #000000;
}
.cid-v3CRcAMc8q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v3CRcAMc8q .item:focus,
.cid-v3CRcAMc8q span:focus {
  outline: none;
}
.cid-v3CRcAMc8q .item-wrapper {
  position: relative;
}
.cid-v3CRcAMc8q .slide-content {
  position: relative;
  border-radius: 4px;
  background: transparent;
  height: 100%;
  display: flex;
  overflow: visible;
  flex-flow: column nowrap;
}
.cid-v3CRcAMc8q .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 40%;
  max-width: 596px;
}
@media (max-width: 768px) {
  .cid-v3CRcAMc8q .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
@media (max-width: 900px) {
  .cid-v3CRcAMc8q .embla__slide {
    min-width: 60%;
  }
}
@media (max-width: 630px) {
  .cid-v3CRcAMc8q .embla__slide {
    min-width: 375px;
  }
}
.cid-v3CRcAMc8q .embla__button--next,
.cid-v3CRcAMc8q .embla__button--prev {
  display: flex;
}
.cid-v3CRcAMc8q .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: #aec3b0;
  color: #598392;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-v3CRcAMc8q .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v3CRcAMc8q .embla__button:hover {
  background-color: #aec3b0;
  color: #598392;
  transform: scale(1.05);
}
.cid-v3CRcAMc8q .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v3CRcAMc8q .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v3CRcAMc8q .embla__button {
    top: auto;
  }
}
.cid-v3CRcAMc8q .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-v3CRcAMc8q .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-v3CRcAMc8q .embla {
  position: relative;
  width: 100%;
}
.cid-v3CRcAMc8q .embla__viewport {
  overflow: visible;
  width: 100%;
}
.cid-v3CRcAMc8q .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v3CRcAMc8q .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v3CRcAMc8q .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v3CRcAMc8q .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-v3CRcAMc8q .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-v3CRcAMc8q .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-v3CRcAMc8q .shadow:hover {
  transform: translate(0px, -6px);
  box-shadow: 0 10px 20px 0 rgba(8, 15, 52, 0.1) !important;
}
.cid-v3CRcAMc8q .shadow:hover a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption),
.cid-v3CRcAMc8q .shadow:hover .number,
.cid-v3CRcAMc8q .shadow:hover .card-title {
  color: #49d8f5 !important;
}
.cid-v3CRcAMc8q .shadow:hover .wrap-img {
  padding: 15px 15px 30px;
}
.cid-v3CRcAMc8q .shadow:hover .wrap-img::after {
  transform: scale(1.05);
}
.cid-v3CRcAMc8q .card-wrapper {
  padding: 30px 15px;
  margin: 0 15px;
  width: auto;
  max-width: 100%;
}
.cid-v3CRcAMc8q .card-title {
  font-weight: 700;
  padding: 10px 20px 10px;
  color: #4c4c4c;
  text-align: left;
  text-transform: uppercase;
}
.cid-v3CRcAMc8q H3 {
  color: #1d1d1f;
}
.cid-v3CRcAMc8q .card-subtitle {
  text-align: left;
  color: #000000;
}
.cid-v3CRcAMc8q .iconfont-wrapper {
  text-align: left;
  margin-bottom: 16px;
}
.cid-v3CRcAMc8q .iconfont-wrapper .mbr-iconfont {
  color: #aec3b0;
}
.cid-v3CRcAMc8q .card-text {
  margin-bottom: 16px;
  text-align: left;
}
.cid-v3CRcAMc8q .mbr-iconfont::before {
  font-size: 25px;
}
.cid-v3CRcAMc8q .button-align {
  margin-top: 36px;
  text-align: center;
}
.cid-v3CRcAMc8q .mbr-section-btn {
  width: auto;
  display: inline-block;
}
.cid-v3CRcAMc8q .people {
  align-items: center;
}
.cid-v3CRcAMc8q img {
  border-radius: 10%;
  height: 128px;
  width: 128px;
  margin: 0;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v3CRcAMc8q .row.title-block {
    flex-direction: column;
  }
  .cid-v3CRcAMc8q .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-v3CRcAMc8q .mbr-section-title {
    text-align: center;
  }
}
.cid-v3CRcAMc8q .card-subtitle,
.cid-v3CRcAMc8q .card-subtitle2 {
  display: inline;
}
@media (max-width: 1040px) {
  .cid-v3CRcAMc8q .people {
    flex-direction: column;
  }
  .cid-v3CRcAMc8q .card-text,
  .cid-v3CRcAMc8q .align,
  .cid-v3CRcAMc8q .iconfont-wrapper {
    text-align: center;
  }
  .cid-v3CRcAMc8q img {
    margin-bottom: 20px !important;
  }
}
.cid-v3CRcAMc8q .title-block {
  justify-content: space-between;
  margin-bottom: 32px;
  align-items: center;
}
@media (max-width: 400px) {
  .cid-v3CRcAMc8q .button-align {
    margin-top: 20px;
  }
}
.cid-v3CRcAMc8q .btn {
  margin-top: 20px;
}
.cid-v3CRcAMc8q a.btn > span {
  margin-left: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v3CRcAMc8q .shadow {
    padding-top: 40px;
    padding-bottom: 43px;
  }
}
@media (max-width: 479px) {
  .cid-v3CRcAMc8q .shadow {
    padding: 33px 25px 36px;
  }
}
.cid-v3CRcAMc8q .mbr-section-subtitle,
.cid-v3CRcAMc8q .button-align {
  color: #000000;
}
.cid-v3CRcAMc8q .mbr-section-title {
  color: #000000;
}
.cid-v3CRcAMc8q .card-text,
.cid-v3CRcAMc8q .iconfont-wrapper,
.cid-v3CRcAMc8q .align {
  color: #000000;
}
.cid-v3CRcAMc8q .card-subtitle2 {
  color: #000000;
}
.cid-v3CRcANsTM {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-v3CRcANsTM .display-4 > .mbr-iconfont {
  font-size: 16px;
}
.cid-v3CRcANsTM .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-v3CRcANsTM .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-v3CRcANsTM .shadow:hover {
  transform: translate(0px, -6px);
  box-shadow: 0 10px 20px 0 rgba(8, 15, 52, 0.1) !important;
}
.cid-v3CRcANsTM .shadow:hover a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption),
.cid-v3CRcANsTM .shadow:hover .mbr-iconfont,
.cid-v3CRcANsTM .shadow:hover .number,
.cid-v3CRcANsTM .shadow:hover .card-title {
  color: #7f9381 !important;
}
.cid-v3CRcANsTM .shadow:hover .inner {
  transform: scale(1.1);
}
.cid-v3CRcANsTM .card-title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-v3CRcANsTM .title-block {
  margin-bottom: 56px;
}
.cid-v3CRcANsTM .card-text {
  margin-bottom: 42px;
  color: #000000;
}
.cid-v3CRcANsTM H3 {
  color: #14142b;
  text-align: center;
}
.cid-v3CRcANsTM .inner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}
.cid-v3CRcANsTM .card-wrapper {
  border-radius: 0 30px 30px 0px;
  background-color: #ffffff;
  padding: 60px 71px;
}
.cid-v3CRcANsTM .mbr-iconfont {
  transition: 0.3s;
  margin-right: 5px;
}
.cid-v3CRcANsTM .link-title {
  display: inline-block;
}
.cid-v3CRcANsTM .episode {
  color: #ffffff;
}
.cid-v3CRcANsTM .img-title {
  color: #ffffff;
}
.cid-v3CRcANsTM .margin {
  margin-right: 14px;
}
.cid-v3CRcANsTM .mbr-section-btn {
  width: auto;
  display: inline;
}
.cid-v3CRcANsTM .button-color {
  padding: 14px 18px !important;
  border-radius: 1000px !important;
  display: inline-block;
  line-height: 20px;
  background-color: #e7ecee;
  color: #000000;
}
.cid-v3CRcANsTM .position {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
.cid-v3CRcANsTM .link-row,
.cid-v3CRcANsTM .title-block {
  align-items: center;
}
.cid-v3CRcANsTM .line {
  width: 100%;
  height: 1px;
  background-color: #e7ecee;
  margin-bottom: 35px;
}
.cid-v3CRcANsTM .mbr-section-title {
  color: #000000;
}
@media (max-width: 900px) {
  .cid-v3CRcANsTM .card-wrapper {
    padding: 40px 31px;
  }
}
@media (max-width: 820px) {
  .cid-v3CRcANsTM .card-wrapper {
    padding: 25px 31px;
  }
}
@media (max-width: 1095px) {
  .cid-v3CRcANsTM .wrap-img {
    height: 430px;
  }
}
@media (max-width: 765px) {
  .cid-v3CRcANsTM .shadow {
    display: flex;
    flex-direction: column;
  }
  .cid-v3CRcANsTM .title-block {
    flex-direction: column;
  }
  .cid-v3CRcANsTM .mbr-section-subtitle {
    margin-bottom: 30px;
    text-align: center;
  }
  .cid-v3CRcANsTM .wrap-img {
    height: 361px;
    width: 100%;
    border-radius: 30px 30px 0 0;
  }
  .cid-v3CRcANsTM .card-wrapper {
    padding: 24px 25px 34px 25px;
  }
}
.cid-v3CRcANsTM .card-title,
.cid-v3CRcANsTM span {
  transition: 0.35s;
}
.cid-v3CRcANsTM .item {
  margin-bottom: 32px;
}
.cid-v3CRcANsTM .link-row {
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v3CRcANsTM .link-row {
    display: block;
  }
}
.cid-v3CRcANsTM .col-auto .card-button {
  display: block;
}
@media (max-width: 992px) {
  .cid-v3CRcANsTM .col-auto .card-button {
    margin-bottom: 16px;
  }
}
.cid-v3CRcANsTM .col-auto .card-button .btn {
  padding: 0;
  display: inline-flex;
  flex-direction: row-reverse;
  border: none;
}
.cid-v3CRcANsTM .col-auto .card-button .btn .mbr-iconfont {
  padding-left: 0;
  padding-right: 8px;
}
.cid-v3CRcANsTM .col-auto .card-button .btn-primary,
.cid-v3CRcANsTM .col-auto .card-button .btn-secondary,
.cid-v3CRcANsTM .col-auto .card-button .btn-success,
.cid-v3CRcANsTM .col-auto .card-button .btn-info,
.cid-v3CRcANsTM .col-auto .card-button .btn-warning,
.cid-v3CRcANsTM .col-auto .card-button .btn-danger,
.cid-v3CRcANsTM .col-auto .card-button .btn-black,
.cid-v3CRcANsTM .col-auto .card-button .btn-white {
  padding: 14px 18px;
}
.cid-v3CRcANsTM .mbr-section-subtitle {
  color: #000000;
}
.cid-v3CRcAOTpk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3CRcAOTpk .mbr-section-subtitle {
  color: #000000;
  text-align: center;
  max-width: 552px;
  margin: auto;
}
.cid-v3CRcAOTpk .mbr-section-title {
  text-align: center;
  color: #000000;
  padding-bottom: 24px;
  max-width: 752px;
  margin: auto;
}
.cid-v3CRcAOTpk .row {
  align-items: center;
  height: 100%;
}
.cid-v3CRcAOTpk .wrapper {
  margin: auto;
}
.cid-v3CRcAOgzy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3CRcAOgzy .card-heading {
  color: #000000;
  margin-bottom: 24px;
}
.cid-v3CRcAOgzy .row {
  justify-content: center;
}
.cid-v3CRcAOgzy .mbr-iconfont {
  font-size: 23px;
  margin-right: 17px;
  color: #aec3b0;
}
.cid-v3CRcAOgzy .mbr-text {
  display: inline;
  width: 100%;
}
.cid-v3CRcAOgzy .mbr-text:last-child {
  margin-bottom: 0px;
}
.cid-v3CRcAOgzy .text {
  margin-bottom: 40px;
  color: #8c8c95;
}
.cid-v3CRcAOgzy .line {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.cid-v3CRcAOgzy .text,
.cid-v3CRcAOgzy .article {
  color: #000000;
}
.cid-v3CRcAOgzy .p {
  color: #000000;
}
.cid-v3CRcAOKoF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3CRcAOKoF .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-v3CRcAOKoF .title-block {
  justify-content: space-between;
  margin: auto;
  margin-bottom: 58px;
  align-items: center;
  max-width: 571px;
}
.cid-v3CRcAOKoF .card-title {
  color: #4c4c4c;
  text-align: left;
  margin-bottom: 16px;
}
.cid-v3CRcAOKoF H3 {
  color: #1d1d1f;
}
.cid-v3CRcAOKoF .card-subtitle {
  text-align: left;
}
.cid-v3CRcAOKoF .button-align {
  margin-top: 56px;
  text-align: center;
}
.cid-v3CRcAOKoF .mbr-section-btn {
  width: auto;
  display: inline-block;
}
.cid-v3CRcAOKoF .card-title,
.cid-v3CRcAOKoF .iconfont-wrapper {
  text-align: center;
  color: #14142b;
}
.cid-v3CRcAOKoF .mbr-section-title {
  text-align: center;
  margin-bottom: 24px;
  color: #000000;
}
.cid-v3CRcAOKoF .card-text {
  color: #8c8c95;
}
.cid-v3CRcAOKoF .year-title {
  text-align: center;
  color: #000000;
  margin-bottom: 20px;
  position: relative;
}
.cid-v3CRcAOKoF .year-subtitle {
  text-align: center;
  color: #000000;
}
.cid-v3CRcAOKoF .line {
  width: 20px;
  background-color: #000000;
  height: 2px;
  margin-top: -20px;
}
.cid-v3CRcAOKoF .accent {
  width: 25px;
  min-height: 25px;
  min-width: 25px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  border-radius: 1000px;
}
.cid-v3CRcAOKoF .accent1 {
  background-color: #124559;
}
.cid-v3CRcAOKoF .accent2 {
  background-color: #aec3b0;
}
.cid-v3CRcAOKoF .accent3 {
  background-color: #598392;
}
.cid-v3CRcAOKoF .accent4 {
  background-color: #124559;
}
.cid-v3CRcAOKoF .accent5 {
  background-color: #aec3b0;
}
.cid-v3CRcAOKoF .timeline {
  align-items: center;
}
.cid-v3CRcAOKoF .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-v3CRcAOKoF .year-title.year1:before {
  background-color: #124559;
}
.cid-v3CRcAOKoF .year-title.year2:before {
  background-color: #aec3b0;
}
.cid-v3CRcAOKoF .year-title.year3:before {
  background-color: #598392;
}
.cid-v3CRcAOKoF .year-title.year4:before {
  background-color: #124559;
}
.cid-v3CRcAOKoF .year-title.year5:before {
  background-color: #aec3b0;
}
.cid-v3CRcAOKoF .timeline-year-accent {
  width: 25px;
  min-height: 25px;
}
@media (max-width: 1120px) {
  .cid-v3CRcAOKoF .main {
    display: flex;
    justify-content: space-between;
    max-width: 849px;
  }
  .cid-v3CRcAOKoF .timeline.row {
    flex-direction: column;
    position: relative;
    max-width: 307px;
  }
  .cid-v3CRcAOKoF .year {
    flex-direction: row;
  }
  .cid-v3CRcAOKoF .year-title {
    text-align: left;
    margin-bottom: 4px;
  }
  .cid-v3CRcAOKoF .year-title:before {
    display: block;
  }
  .cid-v3CRcAOKoF .accent {
    display: none;
  }
  .cid-v3CRcAOKoF .row.title-block {
    margin: initial;
    max-width: 407px;
    align-items: flex-start;
  }
  .cid-v3CRcAOKoF .line {
    display: none;
  }
  .cid-v3CRcAOKoF .line1 {
    display: block;
    height: 100%;
    width: 2px;
    background-color: #e2e3e9;
    margin-top: -20px;
    margin-left: -15px;
    padding: 0 !important;
    position: absolute;
    left: 0;
  }
  .cid-v3CRcAOKoF .year-subtitle {
    margin-bottom: 60px;
    text-align: left;
  }
  .cid-v3CRcAOKoF .row.title-block > .col-12 {
    padding: 0 !important;
  }
}
.cid-v3CRcAOKoF .no-padd {
  margin-bottom: 0px !important;
}
@media (max-width: 750px) {
  .cid-v3CRcAOKoF .main {
    flex-direction: column;
  }
  .cid-v3CRcAOKoF .row.title-block,
  .cid-v3CRcAOKoF .timeline {
    margin: auto;
  }
  .cid-v3CRcAOKoF .row.title-block {
    padding-bottom: 40px;
    width: 90%;
  }
  .cid-v3CRcAOKoF .button-align {
    margin-top: 16px;
  }
}
.cid-v3CRcAOKoF .btn {
  margin-top: 20px;
}
.cid-v3CRcAOKoF a.btn > span {
  margin-left: 0.5rem;
}
.cid-v3CRcAPGFx {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #001620;
}
.cid-v3CRcAPGFx .item:focus,
.cid-v3CRcAPGFx span:focus {
  outline: none;
}
.cid-v3CRcAPGFx .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-v3CRcAPGFx .item {
  color: #ffffff;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-v3CRcAPGFx .item {
    min-height: 45px;
  }
}
.cid-v3CRcAPOWI {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #e7ecee;
}
.cid-v3CRcAPOWI .item:focus,
.cid-v3CRcAPOWI span:focus {
  outline: none;
}
.cid-v3CRcAPOWI .item {
  cursor: pointer;
}
.cid-v3CRcAPOWI .grid-container {
  grid-row-gap: 2rem;
}
@media (max-width: 767px) {
  .cid-v3CRcAPOWI .grid-container {
    grid-row-gap: 1rem;
  }
}
.cid-v3CRcAPOWI .grid-container-1,
.cid-v3CRcAPOWI .grid-container-2,
.cid-v3CRcAPOWI .grid-container-3 {
  gap: 0 2rem;
}
@media (max-width: 767px) {
  .cid-v3CRcAPOWI .grid-container-1,
  .cid-v3CRcAPOWI .grid-container-2,
  .cid-v3CRcAPOWI .grid-container-3 {
    gap: 0 1rem;
  }
}
.cid-v3CRcAPOWI .mbr-section-title {
  margin-bottom: 0;
  color: #14142b;
  text-align: center;
}
.cid-v3CRcAPOWI .content-head {
  max-width: 800px;
}
.cid-v3CRcAPOWI .container,
.cid-v3CRcAPOWI .container-fluid {
  overflow: hidden;
}
.cid-v3CRcAPOWI .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-v3CRcAPOWI .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 56px 0;
}
.cid-v3CRcAPOWI .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-v3CRcAPOWI .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-v3CRcAPOWI .grid-item img {
    min-width: 35vw;
    height: 150px;
  }
}
.cid-v3CRcAPOWI .grid-container-1,
.cid-v3CRcAPOWI .grid-container-2,
.cid-v3CRcAPOWI .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-v3CRcAPOWI .grid-container-1 {
  align-items: flex-end;
}
.cid-v3CRcAPOWI .grid-container-2 {
  align-items: flex-start;
}
.cid-v3CRcAQojg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3CRcAQojg .title-block {
  margin-bottom: 32px;
  align-items: center;
}
.cid-v3CRcAQojg .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-v3CRcAQojg .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-v3CRcAQojg .inner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}
.cid-v3CRcAQojg .shadow:hover {
  transform: translate(0px, -6px);
  box-shadow: 0 10px 20px 0 rgba(8, 15, 52, 0.1) !important;
}
.cid-v3CRcAQojg .shadow:hover a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption),
.cid-v3CRcAQojg .shadow:hover .mbr-iconfont,
.cid-v3CRcAQojg .shadow:hover .number,
.cid-v3CRcAQojg .shadow:hover .card-title {
  color: #7f9381 !important;
}
.cid-v3CRcAQojg .shadow:hover .inner {
  transform: scale(1.1);
}
.cid-v3CRcAQojg .card-title {
  margin-bottom: 18px;
  color: #000000;
  transition: 0.35s;
}
.cid-v3CRcAQojg .card-text {
  margin-bottom: 32px;
  color: #000000;
}
.cid-v3CRcAQojg H3 {
  color: #14142b;
  text-align: center;
}
.cid-v3CRcAQojg img {
  width: auto;
  height: 70px;
}
.cid-v3CRcAQojg .card-wrapper {
  border-radius: 0 0 30px 30px;
  background-color: #ffffff;
  padding: 34px 25px 54px 31px;
}
.cid-v3CRcAQojg .date {
  margin-bottom: 24px;
  color: #000000;
}
.cid-v3CRcAQojg .link-title {
  display: inline-block;
}
.cid-v3CRcAQojg .margin {
  margin-right: 14px;
}
.cid-v3CRcAQojg .button-color {
  padding: 1rem 1.5625rem !important;
  border-radius: 1000px !important;
  display: inline-block;
  line-height: 20px;
  background-color: #e7ecee;
  color: #000000;
}
.cid-v3CRcAQojg .link-row {
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v3CRcAQojg .link-row {
    display: block;
  }
}
@media (max-width: 550px) {
  .cid-v3CRcAQojg .title-block {
    flex-direction: column;
  }
  .cid-v3CRcAQojg .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-v3CRcAQojg .card-wrapper {
    padding: 24px 25px 34px 25px;
  }
}
.cid-v3CRcAQojg .item.features-image {
  margin-top: 30px;
}
.cid-v3CRcAQojg .item.features-image:nth-child(1) {
  margin-top: 0px;
}
.cid-v3CRcAQojg .item.features-image:nth-child(2) {
  margin-top: 0px;
}
@media (max-width: 768px) {
  .cid-v3CRcAQojg .item.features-image:nth-child(2) {
    margin-top: 30px;
  }
}
@media (max-width: 992px) {
  .cid-v3CRcAQojg .col-auto .card-button {
    margin-bottom: 16px;
  }
}
.cid-v3CRcAQojg .col-auto .card-button .btn {
  padding: 0;
  display: inline-flex;
  flex-direction: row-reverse;
  border: none;
}
.cid-v3CRcAQojg .col-auto .card-button .btn .mbr-iconfont {
  padding-left: 0;
  padding-right: 8px;
}
.cid-v3CRcAQojg .col-auto .card-button .btn-primary,
.cid-v3CRcAQojg .col-auto .card-button .btn-secondary,
.cid-v3CRcAQojg .col-auto .card-button .btn-success,
.cid-v3CRcAQojg .col-auto .card-button .btn-info,
.cid-v3CRcAQojg .col-auto .card-button .btn-warning,
.cid-v3CRcAQojg .col-auto .card-button .btn-danger,
.cid-v3CRcAQojg .col-auto .card-button .btn-black,
.cid-v3CRcAQojg .col-auto .card-button .btn-white {
  padding: 14px 18px;
}
.cid-v3CRcAQojg .mbr-section-subtitle {
  color: #000000;
}
.cid-v3CRcARvrs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v3CRcARvrs .item:focus,
.cid-v3CRcARvrs span:focus {
  outline: none;
}
.cid-v3CRcARvrs .item-wrapper {
  position: relative;
}
.cid-v3CRcARvrs .slide-content {
  position: relative;
  border-radius: 4px;
  background: transparent;
  height: 100%;
  display: flex;
  overflow: visible;
  flex-flow: column nowrap;
}
.cid-v3CRcARvrs .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v3CRcARvrs .mbr-section-title {
  color: #000000;
  text-align: center;
  margin-bottom: 24px;
}
.cid-v3CRcARvrs .mbr-text,
.cid-v3CRcARvrs .mbr-section-btn {
  text-align: left;
}
.cid-v3CRcARvrs .item-title {
  text-align: left;
}
.cid-v3CRcARvrs .item-subtitle {
  text-align: left;
}
.cid-v3CRcARvrs .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 40%;
  max-width: 596px;
}
@media (max-width: 768px) {
  .cid-v3CRcARvrs .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v3CRcARvrs .embla__button--next,
.cid-v3CRcARvrs .embla__button--prev {
  display: flex;
}
.cid-v3CRcARvrs .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: #aec3b0;
  color: #598392;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-v3CRcARvrs .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v3CRcARvrs .embla__button:hover {
  background: #aec3b0;
  color: #598392;
  transform: scale(1.05);
}
.cid-v3CRcARvrs .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v3CRcARvrs .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v3CRcARvrs .embla__button {
    top: auto;
  }
}
.cid-v3CRcARvrs .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-v3CRcARvrs .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-v3CRcARvrs .embla {
  position: relative;
  width: 100%;
}
.cid-v3CRcARvrs .embla__viewport {
  overflow: visible;
  width: 100%;
}
.cid-v3CRcARvrs .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v3CRcARvrs .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v3CRcARvrs .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v3CRcARvrs .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-v3CRcARvrs .title-block {
  justify-content: space-between;
  margin-bottom: 32px;
  align-items: center;
  padding-bottom: 56px;
  max-width: 715px;
  margin: auto;
}
.cid-v3CRcARvrs .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-v3CRcARvrs .card-title {
  margin-bottom: 18px;
  color: #000000;
  transition: 0.35s;
}
.cid-v3CRcARvrs .card-text {
  margin-bottom: 17px;
  color: #000000;
}
.cid-v3CRcARvrs H3 {
  color: #14142b;
  text-align: center;
}
.cid-v3CRcARvrs .card-wrapper {
  border-radius: 0 0 30px 30px;
  background-color: #ffffff;
  padding: 34px 25px 54px 31px;
}
.cid-v3CRcARvrs .date {
  margin-bottom: 24px;
  color: #000000;
}
.cid-v3CRcARvrs .link-title {
  display: inline-block;
}
.cid-v3CRcARvrs .margin {
  margin-right: 14px;
}
.cid-v3CRcARvrs .button-color {
  padding: 1rem 1.5625rem !important;
  border-radius: 1000px !important;
  display: inline-block;
  line-height: 20px;
  background-color: #e7ecee;
  color: #000000;
}
.cid-v3CRcARvrs .link-row {
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v3CRcARvrs .link-row {
    display: block;
  }
}
@media (max-width: 530px) {
  .cid-v3CRcARvrs .card-wrapper {
    border-radius: 0 0 30px 30px;
  }
}
@media (max-width: 480px) {
  .cid-v3CRcARvrs .card-wrapper {
    border-radius: 0 0 30px 30px;
  }
}
.cid-v3CRcARvrs .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-v3CRcARvrs .inner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}
.cid-v3CRcARvrs .shadow:hover {
  transform: translate(0px, -6px);
  box-shadow: 0 10px 20px 0 rgba(8, 15, 52, 0.1) !important;
}
.cid-v3CRcARvrs .shadow:hover a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption),
.cid-v3CRcARvrs .shadow:hover .mbr-iconfont,
.cid-v3CRcARvrs .shadow:hover .number,
.cid-v3CRcARvrs .shadow:hover .card-title {
  color: #7f9381 !important;
}
.cid-v3CRcARvrs .shadow:hover .inner {
  transform: scale(1.1);
}
@media (max-width: 992px) {
  .cid-v3CRcARvrs .col-auto .card-button {
    margin-bottom: 16px;
  }
}
.cid-v3CRcARvrs .col-auto .card-button .btn {
  padding: 0;
  display: flex;
  flex-direction: row-reverse;
  border: none;
}
.cid-v3CRcARvrs .col-auto .card-button .btn .mbr-iconfont {
  padding-left: 0;
  padding-right: 8px;
}
.cid-v3CRcARvrs .col-auto .card-button .btn-primary,
.cid-v3CRcARvrs .col-auto .card-button .btn-secondary,
.cid-v3CRcARvrs .col-auto .card-button .btn-success,
.cid-v3CRcARvrs .col-auto .card-button .btn-info,
.cid-v3CRcARvrs .col-auto .card-button .btn-warning,
.cid-v3CRcARvrs .col-auto .card-button .btn-danger,
.cid-v3CRcARvrs .col-auto .card-button .btn-black,
.cid-v3CRcARvrs .col-auto .card-button .btn-white {
  padding: 14px 18px;
}
.cid-v3CRcASejj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e7ecee;
}
.cid-v3CRcASejj .row {
  align-items: center;
  justify-content: space-between;
}
.cid-v3CRcASejj .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  line-height: 1.171em;
  color: #000000;
}
.cid-v3CRcASejj .mbr-section-subtitle {
  color: #4c4c4c;
  width: 100%;
  text-align: left;
}
.cid-v3CRcASejj .mbr-text {
  color: #5f5d68;
  margin-bottom: 28px;
}
.cid-v3CRcASejj .right-side {
  max-width: 554px;
}
.cid-v3CRcASejj .mbr-section-btn {
  width: auto;
  display: block;
}
.cid-v3CRcASejj .margin {
  margin-right: 14px;
}
.cid-v3CRcASejj .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-v3CRcASejj .socicon-bg-youtube {
  background-color: #124559;
  color: #ffffff;
}
.cid-v3CRcASejj .socicon-bg-facebook {
  background-color: #aec3b0;
  color: #000000;
}
.cid-v3CRcASejj .socicon-bg-twitter {
  background-color: #598392;
  color: #ffffff;
}
.cid-v3CRcASejj .socicon-bg-pinterest {
  background-color: #124559;
  color: #ffffff;
}
.cid-v3CRcASejj .socicon-bg-mail {
  background-color: #aec3b0;
  color: #000000;
}
.cid-v3CRcASejj .mbr-iconfont {
  margin-left: 0;
  margin-right: 0;
}
.cid-v3CRcASejj .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-v3CRcASejj .btn-social .mbr-iconfont {
  top: 0;
  line-height: 22px;
  width: 22px;
}
.cid-v3CRcASejj .btn-social + .btn {
  margin-left: 0.1rem;
}
.cid-v3CRcASejj img {
  width: 186px;
  height: 186px;
  border-radius: 50%;
  margin-bottom: 17px;
}
.cid-v3CRcASejj .mbr-social-likes {
  max-width: 454px;
}
.cid-v3CRcASejj .card-title {
  margin-bottom: 4px;
  color: #000000;
}
.cid-v3CRcASejj .card-subtitle {
  margin-bottom: 21px;
  color: #000000;
}
.cid-v3CRcASejj .card-text {
  margin-bottom: 40px;
  color: #8c8c95;
}
@media (max-width: 768px) {
  .cid-v3CRcASejj .shadow {
    margin-top: 30px;
  }
}
@media (max-width: 1010px) {
  .cid-v3CRcASejj .margin {
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .cid-v3CRcASejj .button-align {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 992px) {
  .cid-v3CRcASejj .shadow {
    margin: auto;
  }
  .cid-v3CRcASejj .right-side {
    max-width: initial;
    margin-bottom: 50px;
  }
}
.cid-v3CRcASejj .btn {
  margin-top: 20px;
}
.cid-v3CRcASejj a.btn > span {
  margin-left: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v3CRcASejj .card.home-about-host {
    padding: 52px 40px 54px;
  }
}
@media (max-width: 479px) {
  .cid-v3CRcASejj .card.home-about-host {
    padding: 43px 25px 45px;
  }
}
.cid-v3CRcASejj .mbr-text,
.cid-v3CRcASejj .button-align {
  color: #000000;
}
.cid-v3CRcASejj .card-text,
.cid-v3CRcASejj .mbr-social-likes {
  color: #000000;
}
.cid-v3CRcAThjw {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-v3CRcAThjw .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-v3CRcAThjw .card-subtitle {
  color: #000000;
  padding: 16px 25px;
  border-radius: 1000px;
  background-color: #e7ecee;
  display: inline-block;
}
.cid-v3CRcAThjw .card-text {
  color: #8c8c95;
  width: 100%;
  margin-top: 24px;
}
@media (max-width: 470px) {
  .cid-v3CRcAThjw .shadow {
    padding: 40px;
  }
}
.cid-v3CRcAThjw .card-text,
.cid-v3CRcAThjw .align {
  color: #000000;
}
.cid-v3CRcATBPy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e7ecee;
}
.cid-v3CRcATBPy .item:focus,
.cid-v3CRcATBPy span:focus {
  outline: none;
}
.cid-v3CRcATBPy .item-wrapper {
  position: relative;
}
.cid-v3CRcATBPy .slide-content {
  position: relative;
  border-radius: 4px;
  background: transparent;
  height: 100%;
  display: flex;
  overflow: visible;
  flex-flow: column nowrap;
}
.cid-v3CRcATBPy .mbr-section-btn {
  margin-top: auto !important;
  margin-left: 0;
  margin-right: 0;
  width: auto;
  display: inline-block;
}
.cid-v3CRcATBPy .mbr-section-title {
  color: #14142b;
  text-align: center;
  margin-bottom: 24px;
}
.cid-v3CRcATBPy .mbr-text,
.cid-v3CRcATBPy .mbr-section-btn {
  text-align: left;
}
.cid-v3CRcATBPy .item-title {
  text-align: left;
}
.cid-v3CRcATBPy .item-subtitle {
  text-align: left;
}
.cid-v3CRcATBPy .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 33%;
  max-width: 596px;
}
@media (max-width: 768px) {
  .cid-v3CRcATBPy .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
@media (max-width: 900px) {
  .cid-v3CRcATBPy .embla__slide {
    min-width: 60%;
  }
}
@media (max-width: 630px) {
  .cid-v3CRcATBPy .embla__slide {
    min-width: 375px;
  }
}
.cid-v3CRcATBPy .embla__button--next,
.cid-v3CRcATBPy .embla__button--prev {
  display: flex;
}
.cid-v3CRcATBPy .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: #aec3b0;
  color: #598392;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-v3CRcATBPy .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v3CRcATBPy .embla__button:hover {
  background-color: #aec3b0;
  color: #598392;
  transform: scale(1.05);
}
.cid-v3CRcATBPy .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v3CRcATBPy .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v3CRcATBPy .embla__button {
    top: auto;
  }
}
.cid-v3CRcATBPy .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-v3CRcATBPy .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-v3CRcATBPy .embla {
  position: relative;
  width: 100%;
}
.cid-v3CRcATBPy .embla__viewport {
  overflow: visible;
  width: 100%;
}
.cid-v3CRcATBPy .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v3CRcATBPy .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v3CRcATBPy .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v3CRcATBPy .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-v3CRcATBPy .title-block {
  justify-content: space-between;
  margin-bottom: 32px;
  align-items: center;
  padding-bottom: 56px;
  max-width: 715px;
  margin: auto;
}
.cid-v3CRcATBPy .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-v3CRcATBPy .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-v3CRcATBPy img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 100%;
}
.cid-v3CRcATBPy .shadow:hover {
  transform: translate(0px, -6px);
  box-shadow: 0 10px 20px 0 rgba(8, 15, 52, 0.1) !important;
}
.cid-v3CRcATBPy .shadow:hover a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption),
.cid-v3CRcATBPy .shadow:hover .number,
.cid-v3CRcATBPy .shadow:hover .card-title {
  color: #7f9381 !important;
}
.cid-v3CRcATBPy .shadow:hover .iconfont-wrapper > .mbr-iconfont > span {
  color: #000000 !important;
}
.cid-v3CRcATBPy .card-title {
  margin-bottom: 16px;
  color: #4c4c4c;
  transition: 0.35s;
  text-align: left;
}
.cid-v3CRcATBPy .card-text {
  color: #000000;
  text-align: center;
}
.cid-v3CRcATBPy H3 {
  color: #1d1d1f;
  text-align: center;
}
.cid-v3CRcATBPy .card-wrapper {
  border-radius: 0 0 30px 30px;
  background-color: #ffffff;
  padding: 34px 25px 54px 31px;
}
.cid-v3CRcATBPy .date {
  margin-bottom: 24px;
  color: #8c8c95;
}
.cid-v3CRcATBPy .link-title {
  display: inline-block;
}
.cid-v3CRcATBPy .margin {
  margin-right: 14px;
}
.cid-v3CRcATBPy .article {
  display: contents;
}
.cid-v3CRcATBPy .button-color {
  padding: 1rem 1.5625rem !important;
  border-radius: 1000px !important;
  display: inline-block;
  line-height: 20px;
  background-color: #eff0f6;
}
.cid-v3CRcATBPy .link-row {
  align-items: center;
}
@media (max-width: 530px) {
  .cid-v3CRcATBPy .card-wrapper {
    border-radius: 0 0 30px 30px;
  }
}
@media (max-width: 480px) {
  .cid-v3CRcATBPy .card-wrapper {
    border-radius: 0 0 30px 30px;
  }
}
.cid-v3CRcATBPy .iconfont-wrapper {
  text-align: left;
  margin-bottom: 32px;
}
.cid-v3CRcATBPy .iconfont-wrapper .mbr-iconfont::before {
  font-size: 50px;
  padding: 25px;
  border-radius: 50%;
}
.cid-v3CRcATBPy .button-align {
  margin-top: 36px;
  text-align: center;
}
.cid-v3CRcATBPy .btn {
  margin-top: 20px;
}
.cid-v3CRcATBPy .card-title,
.cid-v3CRcATBPy .iconfont-wrapper {
  text-align: center;
  color: #000000;
}
.cid-v3CRcATBPy a.btn > span {
  margin-left: 0.5rem;
}
.cid-v3CRcATBPy .mbr-section-title,
.cid-v3CRcATBPy .button-align {
  color: #000000;
}
.cid-v3CRcAUtg8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-v3CRcAUtg8 .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-v3CRcAUtg8 .plan .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
}
@media (max-width: 991px) {
  .cid-v3CRcAUtg8 .align-center {
    margin-top: 2rem;
  }
  .cid-v3CRcAUtg8 .align-center:first-child {
    margin-top: 0rem;
  }
  .cid-v3CRcAUtg8 .align-center:nth-child(2) {
    margin-top: 0rem;
  }
}
.cid-v3CRcAUtg8 .line {
  width: 100%;
  height: 1px;
  background-color: #000000;
  margin-bottom: 41px;
}
.cid-v3CRcAUtg8 .list {
  text-align: left;
  margin-bottom: 54px;
}
.cid-v3CRcAUtg8 .list2 {
  text-align: left;
  margin-bottom: 54px;
  color: #14142b;
}
.cid-v3CRcAUtg8 .category {
  text-align: left;
  margin-bottom: 24px;
  color: #000000;
}
.cid-v3CRcAUtg8 .link {
  text-align: left;
}
.cid-v3CRcAUtg8 li {
  margin-bottom: 14px;
  display: flex;
  align-items: center;
}
.cid-v3CRcAUtg8 li:last-child {
  margin-bottom: 0;
}
.cid-v3CRcAUtg8 ul {
  padding-inline-start: 0px;
}
.cid-v3CRcAUtg8 .card1 {
  background-color: #ffffff;
}
.cid-v3CRcAUtg8 .card2 {
  background-color: #aec3b0;
}
.cid-v3CRcAUtg8 .card3 {
  background-color: #ffffff;
}
@media (min-width: 990px) and (max-width: 1160px) {
  .cid-v3CRcAUtg8 .plan {
    padding: 47px;
  }
}
.cid-v3CRcAUtg8 a.btn {
  width: 100% !important;
  margin: auto;
}
.cid-v3CRcAUtg8 .card {
  border: 1px solid #eff0f6;
}
.cid-v3CRcAUtg8 .text {
  margin-bottom: 34px;
  text-align: left;
  color: #000000;
}
.cid-v3CRcAUtg8 .text2 {
  margin-bottom: 34px;
  text-align: left;
  color: #000000;
}
.cid-v3CRcAUtg8 .align {
  margin-bottom: 16px;
}
.cid-v3CRcAUtg8 .name {
  margin-bottom: 9px;
}
.cid-v3CRcAUtg8 .name2 {
  margin-bottom: 9px;
}
.cid-v3CRcAUtg8 .price,
.cid-v3CRcAUtg8 .month {
  display: inline !important;
}
.cid-v3CRcAUtg8 .price2,
.cid-v3CRcAUtg8 .month2 {
  display: inline !important;
}
.cid-v3CRcAUtg8 .mbr-text {
  display: inline;
  width: 100%;
}
.cid-v3CRcAUtg8 .month {
  width: auto;
  display: inline;
  color: #8c8c95;
}
.cid-v3CRcAUtg8 .month2 {
  width: auto;
  display: inline;
  color: #14142b;
}
.cid-v3CRcAUtg8 .mbr-iconfont {
  padding: 6px;
  background-color: #598392;
  color: #ffffff;
  font-size: 0.6rem;
  border-radius: 50%;
  margin-right: 6px;
}
.cid-v3CRcAUtg8 .name,
.cid-v3CRcAUtg8 .align {
  text-align: left;
  color: #000000;
}
.cid-v3CRcAUtg8 .name2,
.cid-v3CRcAUtg8 .align {
  text-align: left;
  color: #000000;
}
.cid-v3CRcAUtg8 .price2 {
  text-align: left;
  color: #000000;
}
.cid-v3CRcAUtg8 .category2 {
  margin-bottom: 24px;
  text-align: left;
  color: #000000;
}
.cid-v3CRcAUtg8 .mbr-section-title {
  text-align: center;
  margin-bottom: 24px;
  color: #000000;
}
.cid-v3CRcAUtg8 .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-v3CRcAUtg8 .title-block {
  justify-content: space-between;
  margin-bottom: 32px;
  align-items: center;
  padding-bottom: 56px;
  max-width: 715px;
  margin: auto;
}
.cid-v3CRcAUtg8 .card1:hover,
.cid-v3CRcAUtg8 .card2:hover,
.cid-v3CRcAUtg8 .card3:hover {
  transform: translate(0px, -6px);
}
@media (max-width: 576px) {
  .cid-v3CRcAUtg8 .plan {
    padding: 57px 20px 51px;
  }
}
@media (max-width: 768px) {
  .cid-v3CRcAUtg8 .align-center:nth-child(2) {
    margin-top: 2rem;
  }
}
.cid-v3CRcAUtg8 a.btn > span {
  margin-left: 0.5rem;
  background-color: transparent;
}
.cid-v3CRcAUtg8 .price {
  color: #000000;
}
.cid-v3CRcAUtg8 .list,
.cid-v3CRcAUtg8 .link {
  color: #000000;
}
.cid-v3CRcAUtg8 .list2,
.cid-v3CRcAUtg8 .link {
  color: #000000;
}
.cid-v3CRcAVQsd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3CRcAVQsd .row {
  align-items: center;
  justify-content: space-between;
}
.cid-v3CRcAVQsd .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  line-height: 1.171em;
  color: #000000;
}
.cid-v3CRcAVQsd .mbr-section-subtitle {
  color: #4c4c4c;
  width: 100%;
  text-align: left;
}
.cid-v3CRcAVQsd .mbr-text {
  color: #8c8c95;
  margin-bottom: 36px;
}
.cid-v3CRcAVQsd .right-side {
  max-width: 554px;
}
.cid-v3CRcAVQsd .rs {
  margin-right: 60px;
}
.cid-v3CRcAVQsd .mbr-section-btn {
  width: auto;
  display: inline-block;
}
.cid-v3CRcAVQsd .margin {
  margin-right: 14px;
}
.cid-v3CRcAVQsd .gray {
  padding: 45px 0;
  background-color: #e7ecee;
}
.cid-v3CRcAVQsd img {
  position: relative;
  right: 40px;
}
@media (max-width: 767px) {
  .cid-v3CRcAVQsd .gray {
    padding: 0px 0 5px;
  }
  .cid-v3CRcAVQsd img {
    right: initial;
    width: 90%;
    margin: auto;
    top: -35px;
  }
  .cid-v3CRcAVQsd .col-md-5 {
    padding-top: 90px;
  }
}
@media (max-width: 430px) {
  .cid-v3CRcAVQsd .b {
    margin-bottom: 10px;
  }
}
.cid-v3CRcAVQsd .btn {
  margin-top: 20px;
}
.cid-v3CRcAVQsd a.btn > span {
  margin-left: 0.5rem;
}
.cid-v3CRcAVQsd .mbr-text,
.cid-v3CRcAVQsd .button-align {
  color: #000000;
}
.cid-v3CRcAWpd7 {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #e7ecee;
}
.cid-v3CRcAWpd7 .mbr-section-subtitle {
  color: #8c8c95;
  text-align: center;
  max-width: 552px;
  margin: auto;
}
.cid-v3CRcAWpd7 .mbr-section-title {
  text-align: center;
  color: #000000;
  margin: auto;
}
.cid-v3CRcAWpd7 .row {
  align-items: center;
  height: 100%;
}
.cid-v3CRcAWpd7 .wrapper {
  margin: auto;
}
.cid-v3CRcAWZNX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3CRcAWZNX .mbr-section-subtitle {
  color: #8c8c95;
  text-align: left;
  margin: auto;
  margin-bottom: 24px;
}
.cid-v3CRcAWZNX .mbr-section-title {
  text-align: left;
  color: #14142b;
  margin-bottom: 20px;
  margin-top: 40px;
}
.cid-v3CRcAWZNX .row {
  align-items: center;
  height: 100%;
}
.cid-v3CRcAWZNX .wrapper {
  margin: auto;
}
.cid-v3CRcAWZNX .t1 {
  margin-bottom: 24px;
}
.cid-v3CRcAWZNX .line {
  height: 1px;
  width: 100%;
  background-color: #000000;
}
.cid-v3CRcAWZNX .line1 {
  margin-bottom: 60px;
}
.cid-v3CRcAWZNX .line2 {
  margin-top: 60px;
}
@media (max-width: 576px) {
  .cid-v3CRcAWZNX .t {
    padding-top: 20px;
  }
}
.cid-v3CRcAWEcX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3CRcAWEcX .mbr-section-title {
  margin-bottom: 24px;
  color: #000000;
  text-align: center;
}
.cid-v3CRcAWEcX .link-title {
  width: 100%;
  display: inline-block;
}
.cid-v3CRcAWEcX .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-v3CRcAWEcX .item-wrapper {
  position: relative;
}
.cid-v3CRcAWEcX .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-v3CRcAWEcX .col-12.col-sm-6.col-lg-3:hover a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption),
.cid-v3CRcAWEcX .col-12.col-sm-6.col-lg-3:hover .mbr-iconfont,
.cid-v3CRcAWEcX .col-12.col-sm-6.col-lg-3:hover .number,
.cid-v3CRcAWEcX .col-12.col-sm-6.col-lg-3:hover .card-title {
  color: #7f9381 !important;
}
.cid-v3CRcAWEcX .col-12.col-sm-6.col-lg-3:hover .inner {
  transform: scale(1.1);
}
.cid-v3CRcAWEcX .card-title {
  transition: 0.35s;
  margin-bottom: 12px;
  color: #000000;
}
.cid-v3CRcAWEcX .inner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
  border-radius: 30px;
}
.cid-v3CRcAWEcX .card-text {
  margin-bottom: 33px;
  color: #8c8c95;
}
@media (min-width: 970px) and (max-width: 1100px) {
  .cid-v3CRcAWEcX .card-wrapper {
    margin: 10px;
  }
}
@media (min-width: 575px) and (max-width: 990px) {
  .cid-v3CRcAWEcX .col-12:nth-child(3) {
    padding-top: 50px;
  }
  .cid-v3CRcAWEcX .col-12:nth-child(4) {
    padding-top: 50px;
  }
  .cid-v3CRcAWEcX .card-wrapper {
    margin: 20px;
    padding: 60px 30px 40px;
  }
}
@media (max-width: 574px) {
  .cid-v3CRcAWEcX .col-12 {
    padding-top: 50px;
  }
  .cid-v3CRcAWEcX .col-12:first-child {
    padding-top: 0px;
  }
  .cid-v3CRcAWEcX .wrap-img {
    margin-bottom: 30px;
  }
  .cid-v3CRcAWEcX .card-wrapper {
    margin: 10px;
    padding: 60px 30px 40px;
  }
}
.cid-v3CRcAWEcX .card-wrapper {
  border-radius: 0 0 30px 30px;
  background-color: #ffffff;
  padding: 37px 32px 43px;
}
.cid-v3CRcAWEcX .mbr-iconfont {
  transition: 0.3s;
  margin-right: 5px;
}
.cid-v3CRcAWEcX .episode {
  color: #ffffff;
}
.cid-v3CRcAWEcX .img-title {
  color: #ffffff;
}
.cid-v3CRcAWEcX .margin {
  margin-right: 14px;
}
.cid-v3CRcAWEcX .button-align {
  margin-top: 56px;
  text-align: center;
}
.cid-v3CRcAWEcX .mbr-section-btn {
  width: auto;
  display: inline;
  text-align: left;
}
.cid-v3CRcAWEcX .title-block {
  padding-bottom: 30px;
  max-width: 493px;
  margin: auto;
}
.cid-v3CRcAWEcX .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-v3CRcAWEcX .display-4 > .mbr-iconfont {
  font-size: 16px;
}
.cid-v3CRcAWEcX .card-button .btn {
  padding: 0;
  display: inline-flex;
  flex-direction: row-reverse;
  border: none;
}
.cid-v3CRcAWEcX .card-button .btn .mbr-iconfont {
  padding-left: 0;
  padding-right: 8px;
}
.cid-v3CRcAWEcX .card-button .btn-primary,
.cid-v3CRcAWEcX .card-button .btn-secondary,
.cid-v3CRcAWEcX .card-button .btn-success,
.cid-v3CRcAWEcX .card-button .btn-info,
.cid-v3CRcAWEcX .card-button .btn-warning,
.cid-v3CRcAWEcX .card-button .btn-danger,
.cid-v3CRcAWEcX .card-button .btn-black,
.cid-v3CRcAWEcX .card-button .btn-white {
  padding: 14px 18px;
}
.cid-v3CRcAWEcX .card-text,
.cid-v3CRcAWEcX .link-title {
  color: #000000;
}
.cid-v3CRcAXqRJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3CRcAXqRJ .card-subtitle {
  text-align: left;
  margin-left: -15px;
  color: #000000;
}
.cid-v3CRcAXqRJ .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-v3CRcAXqRJ .iconfont-wrapper {
  text-align: left;
  margin-bottom: 16px;
}
.cid-v3CRcAXqRJ .iconfont-wrapper .mbr-iconfont {
  color: #aec3b0;
}
.cid-v3CRcAXqRJ .card-text {
  margin-bottom: 16px;
  text-align: left;
  color: #8c8c95;
}
.cid-v3CRcAXqRJ .button-align {
  margin-top: 36px;
  text-align: center;
}
.cid-v3CRcAXqRJ .mbr-section-btn {
  width: auto;
  display: inline-block;
}
.cid-v3CRcAXqRJ img {
  border-radius: 10%;
  height: 65px;
  width: auto;
  margin: 0;
}
.cid-v3CRcAXqRJ .mbr-iconfont::before {
  font-size: 25px;
}
.cid-v3CRcAXqRJ .card-title {
  margin-bottom: 4px;
  padding: 0;
  margin-left: -15px;
  color: #000000;
}
.cid-v3CRcAXqRJ .col-12.col-md-6.col-lg-4 {
  margin-top: 30px;
}
.cid-v3CRcAXqRJ .col-12.col-md-6.col-lg-4:nth-child(1) {
  margin-top: 0px;
}
.cid-v3CRcAXqRJ .col-12.col-md-6.col-lg-4:nth-child(2) {
  margin-top: 0px;
}
.cid-v3CRcAXqRJ .col-12.col-md-6.col-lg-4:nth-child(3) {
  margin-top: 0px;
}
@media (max-width: 992px) {
  .cid-v3CRcAXqRJ .col-12.col-md-6.col-lg-4:nth-child(3) {
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  .cid-v3CRcAXqRJ .col-12.col-md-6.col-lg-4:nth-child(2) {
    margin-top: 30px;
  }
}
.cid-v3CRcAXqRJ .align {
  display: flex;
  align-items: center;
}
.cid-v3CRcAXqRJ .mbr-section-title {
  margin-bottom: 56px;
  color: #000000;
}
.cid-v3CRcAXqRJ .btn {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-v3CRcAXqRJ .shadow {
    padding: 40px 40px 32px;
  }
}
@media (max-width: 479px) {
  .cid-v3CRcAXqRJ .shadow {
    padding: 33px 25px 28px;
  }
}
.cid-v3CRcAXqRJ .card-text,
.cid-v3CRcAXqRJ .iconfont-wrapper {
  color: #000000;
}
.cid-v3CRcAYwZ0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3CRcAYwZ0 img {
  width: auto;
  max-height: 60px;
  display: inline-block;
  padding: 0;
}
.cid-v3CRcAYwZ0 .title {
  color: #14142b;
  width: auto;
}
.cid-v3CRcAYwZ0 .row.justify-content-between {
  align-items: center;
}
.cid-v3CRcAYwZ0 .row.margin {
  transition-property: transform, -webkit-transform;
  align-items: center;
  transition: all 300ms ease;
}
.cid-v3CRcAYwZ0 .row.margin:hover {
  transform: scale(1.05);
}
.cid-v3CRcAYwZ0 .mbr-section-title {
  color: #000000;
  margin-bottom: 24px;
}
.cid-v3CRcAYwZ0 .left {
  max-width: 549px;
}
.cid-v3CRcAYwZ0 .right {
  max-width: 452px;
  overflow: visible;
}
.cid-v3CRcAYwZ0 .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-v3CRcAYwZ0 .socicon-bg-youtube {
  background-color: #124559;
  color: #ffffff;
}
.cid-v3CRcAYwZ0 .socicon-bg-facebook {
  background-color: #aec3b0;
  color: #000000;
}
.cid-v3CRcAYwZ0 .socicon-bg-twitter {
  background-color: #598392;
  color: #ffffff;
}
.cid-v3CRcAYwZ0 .socicon-bg-pinterest {
  background-color: #124559;
  color: #ffffff;
}
.cid-v3CRcAYwZ0 .socicon-bg-mail {
  background-color: #aec3b0;
  color: #000000;
}
.cid-v3CRcAYwZ0 .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: #aec3b0;
  cursor: pointer;
}
.cid-v3CRcAYwZ0 .btn-social .mbr-iconfont {
  top: 0;
  line-height: 22px;
  width: 22px;
}
.cid-v3CRcAYwZ0 .btn-social + .btn {
  margin-left: 0.1rem;
}
.cid-v3CRcAYwZ0 .card-text {
  margin-bottom: 24px;
  color: #000000;
}
.cid-v3CRcAYwZ0 .mbr-section-subtitle {
  color: #000000;
}
@media (max-width: 850px) {
  .cid-v3CRcAYwZ0 .shadow {
    padding: 40px 31px;
  }
}
@media (max-width: 992px) {
  .cid-v3CRcAYwZ0 .left {
    margin-bottom: 40px;
    max-width: initial;
  }
  .cid-v3CRcAYwZ0 .mbr-section-title,
  .cid-v3CRcAYwZ0 .mbr-section-subtitle {
    text-align: center;
  }
  .cid-v3CRcAYwZ0 .shadow {
    margin: auto;
  }
}
@media (max-width: 700px) {
  .cid-v3CRcAYwZ0 .btn-social {
    margin-right: 6px !important;
    width: 35px;
    height: 35px;
  }
}
.cid-v3CRcAYwZ0 .mbr-iconfont {
  margin-left: 0;
}
.cid-v3CRcAYty8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3CRcAYty8 .card-heading {
  padding-top: 32px;
  padding-bottom: 16px;
  color: #000000;
}
.cid-v3CRcAYty8 .p1 {
  padding-bottom: 24px;
  color: #272727;
}
.cid-v3CRcAYty8 .p {
  color: #000000;
}
.cid-v3CRcAYty8 .p:last-child {
  padding-bottom: 0;
}
.cid-v3CRcAYty8 .row {
  justify-content: center;
}
.cid-v3CRcAYty8 .heading {
  padding-bottom: 24px;
  color: #000000;
}
.cid-v3CRcAZYYi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3CRcAZYYi img {
  border-radius: 0px;
}
.cid-v3CRcAZYYi .row {
  justify-content: center;
}
.cid-v3CRcAZYYi .mbr-section-title {
  margin-top: 24px;
  text-align: center;
  color: #000000;
}
.cid-v3CRcAZ2bQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3CRcAZ2bQ .mbr-section-subtitle {
  color: #000000;
  text-align: center;
  margin: auto;
  padding: 119px 95px;
  background-color: #aec3b0;
}
.cid-v3CRcAZ2bQ .row {
  align-items: center;
  height: 100%;
}
.cid-v3CRcAZ2bQ .wrapper {
  margin: auto;
}
@media (max-width: 770px) {
  .cid-v3CRcAZ2bQ .mbr-section-subtitle {
    padding: 70px 75px;
  }
}
@media (max-width: 576px) {
  .cid-v3CRcAZ2bQ .mbr-section-subtitle {
    padding: 45px 35px;
  }
}
.cid-v3CRcAZa3H {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3CRcAZa3H img {
  width: 100%;
  display: inline-block;
  padding: 0;
  max-width: 200px;
}
.cid-v3CRcAZa3H .mbr-section-subtitle {
  margin-right: 30px;
  color: #000000;
}
.cid-v3CRcAZa3H .brand {
  display: flex;
  transition: color 300ms ease;
  transition-property: transform, -webkit-transform;
  justify-content: center;
}
.cid-v3CRcAZa3H .brand:hover {
  transform: translate(0px, -4px);
}
.cid-v3CRcAZa3H .brand-row {
  justify-content: space-between;
  align-items: center;
}
.cid-v3CRcAZa3H .row-main {
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 460px) {
  .cid-v3CRcAZa3H .row-main {
    flex-direction: column;
  }
  .cid-v3CRcAZa3H .col-auto {
    margin-bottom: 10px;
  }
  .cid-v3CRcAZa3H .mbr-section-subtitle {
    margin-right: 0;
  }
}
.cid-v3CRcAZ9kl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #001620;
}
.cid-v3CRcAZ9kl img {
  width: auto;
  height: 48px;
  display: inline-block;
  padding: 0;
  margin: auto;
  filter: invert(1);
}
.cid-v3CRcAZ9kl .mbr-section-subtitle {
  margin-right: 30px;
  color: #FFFFFF;
}
.cid-v3CRcAZ9kl .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-v3CRcAZ9kl .brand:hover {
  transform: translate(0px, -4px);
  border: 1px solid #7f9381;
}
.cid-v3CRcAZ9kl .brand-row {
  justify-content: space-between;
  align-items: center;
}
.cid-v3CRcAZ9kl .row-main {
  align-items: center;
  justify-content: space-between;
}
.cid-v3CRcAZ9kl .c {
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-v3CRcAZ9kl .t {
    margin-top: 20px;
  }
}
@media (max-width: 576px) {
  .cid-v3CRcAZ9kl .t1 {
    margin-top: 20px;
  }
}
@media (max-width: 460px) {
  .cid-v3CRcAZ9kl .row-main {
    flex-direction: column;
  }
  .cid-v3CRcAZ9kl .col-auto {
    margin-bottom: 20px;
  }
  .cid-v3CRcAZ9kl .mbr-section-subtitle {
    margin-right: 0;
  }
}
.cid-v3CRcB03hx {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-v3CRcB03hx .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-v3CRcB03hx .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-v3CRcB03hx .shadow:hover {
  transform: translate(0px, -6px);
  box-shadow: 0 10px 20px 0 rgba(8, 15, 52, 0.1) !important;
}
.cid-v3CRcB03hx .shadow:hover a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption),
.cid-v3CRcB03hx .shadow:hover .mbr-iconfont,
.cid-v3CRcB03hx .shadow:hover .number,
.cid-v3CRcB03hx .shadow:hover .card-title {
  color: #7f9381 !important;
}
.cid-v3CRcB03hx .shadow:hover .inner {
  transform: scale(1.1);
}
.cid-v3CRcB03hx .inner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}
.cid-v3CRcB03hx .card-title {
  color: #000000;
  margin-bottom: 6px;
  text-align: center;
  transition: 0.35s;
}
.cid-v3CRcB03hx .title-block {
  margin-bottom: 56px;
}
.cid-v3CRcB03hx .card-text {
  color: #000000;
  text-align: center;
}
.cid-v3CRcB03hx H3 {
  color: #14142b;
  text-align: center;
}
.cid-v3CRcB03hx .card-wrapper {
  border-radius: 0 0 30px 30px;
  background-color: #ffffff;
  padding: 39px 32px 48px;
}
.cid-v3CRcB03hx .mbr-iconfont {
  transition: 0.3s;
  margin-right: 5px;
}
.cid-v3CRcB03hx .link-title {
  display: inline-block;
}
.cid-v3CRcB03hx .episode {
  color: #ffffff;
}
.cid-v3CRcB03hx .img-title {
  color: #ffffff;
}
.cid-v3CRcB03hx .button-align {
  margin-top: 56px;
  text-align: center;
}
.cid-v3CRcB03hx .mbr-section-btn {
  width: auto;
  display: inline;
}
.cid-v3CRcB03hx .mbr-section-title {
  color: #000000;
}
@media (max-width: 860px) {
  .cid-v3CRcB03hx .title-block {
    flex-direction: column;
  }
  .cid-v3CRcB03hx .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
}
.cid-v3CRcB03hx .item.features-image {
  margin-top: 35px;
}
.cid-v3CRcB03hx .item.features-image:nth-child(1) {
  margin-top: 0px;
}
.cid-v3CRcB03hx .item.features-image:nth-child(2) {
  margin-top: 0px;
}
.cid-v3CRcB03hx .item.features-image:nth-child(3) {
  margin-top: 0px;
}
@media (max-width: 992px) {
  .cid-v3CRcB03hx .item.features-image:nth-child(4) {
    margin-top: 35px;
  }
  .cid-v3CRcB03hx .item.features-image:nth-child(3) {
    margin-top: 35px;
  }
}
@media (max-width: 768px) {
  .cid-v3CRcB03hx .item.features-image:nth-child(2) {
    margin-top: 35px;
  }
}
.cid-v3CRcB03hx .mbr-section-subtitle {
  color: #000000;
}
.cid-v3CRcB1cDM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3CRcB1cDM .card {
  padding: 120px 74px 120px 76px;
  background: #001620;
  border-radius: 30px;
}
.cid-v3CRcB1cDM .align {
  align-items: center;
}
.cid-v3CRcB1cDM .mbr-section-title {
  text-align: left;
  color: #FFFFFF;
}
.cid-v3CRcB1cDM .btn {
  border-radius: 80px;
  padding: 24px 40px;
}
.cid-v3CRcB1cDM .btn:hover {
  transform: initial !important;
}
.cid-v3CRcB1cDM .form-group.col-12 {
  border-radius: 100px !important;
  padding-left: 26px;
}
.cid-v3CRcB1cDM .button {
  right: 1px;
  top: 11px;
}
.cid-v3CRcB1cDM .form-control {
  background-color: #ffffff;
  border-radius: 0;
  border: none !important;
  box-shadow: none;
  padding: 16px 0px;
  height: 50px;
}
.cid-v3CRcB1cDM .form-control:hover {
  box-shadow: none;
}
.cid-v3CRcB1cDM .form-group {
  margin-bottom: 0;
  position: relative;
  background-color: #ffffff;
  padding: 16px 18px;
  border-radius: 100px !important;
}
.cid-v3CRcB1cDM .text-part {
  max-width: 405px;
  margin-right: 20px;
}
.cid-v3CRcB1cDM .form-part {
  width: 550px;
}
.cid-v3CRcB1cDM textarea {
  border-style: solid !important;
  border-width: 1px !important;
  border-color: transparent !important;
  border-radius: 14px;
  background-color: #ffffff;
  -webkit-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
  box-shadow: none !important;
  height: 132px;
  margin-bottom: 40px;
  padding: 20px 26px;
}
.cid-v3CRcB1cDM input:hover {
  border-color: #14142b !important;
}
.cid-v3CRcB1cDM textarea:hover {
  border-color: #14142b !important;
}
.cid-v3CRcB1cDM input:focus {
  border-color: #14142b !important;
}
.cid-v3CRcB1cDM textarea:focus {
  border-color: #14142b !important;
}
.cid-v3CRcB1cDM .col-lg-12.col-md-12.col-sm-12.form-group {
  border-radius: 30px !important;
  padding: 30px !important;
}
@media (max-width: 1125px) {
  .cid-v3CRcB1cDM .mbr-section-title {
    padding-bottom: 30px;
    text-align: center;
    max-width: initial;
    width: 100%;
  }
  .cid-v3CRcB1cDM .form-part {
    width: 100%;
  }
  .cid-v3CRcB1cDM .text-part {
    max-width: initial;
    width: 100%;
    margin-right: 0;
  }
  .cid-v3CRcB1cDM .form-group.col-12 {
    padding-right: 8px;
    max-width: initial;
    width: 100%;
  }
}
@media (max-width: 630px) {
  .cid-v3CRcB1cDM .form-group.col-12.col-lg {
    background-color: transparent;
    padding-left: 0;
    padding-right: 0;
    flex-direction: column;
  }
  .cid-v3CRcB1cDM input.form-control {
    margin-bottom: 20px;
    height: 64px;
    width: 100%;
    border-radius: 100px;
    padding: 8px 16px;
  }
  .cid-v3CRcB1cDM .card {
    padding: 61px 25px;
  }
  .cid-v3CRcB1cDM button {
    width: 100%;
  }
  .cid-v3CRcB1cDM .col-auto.button {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
    width: 100%;
  }
}
.cid-v3CRcB1cDM a.btn > span {
  margin-left: 0.5rem;
}
.cid-v3CRcB1cDM .form-group.col-12.col-lg {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-v3CRcB1l0R {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-v3CRcB1l0R .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-v3CRcB1l0R .card-subtitle {
  color: #14142b;
  padding: 16px 25px;
  border-radius: 1000px;
  background-color: #e7ecee;
  display: inline-block;
  margin-bottom: 32px;
  text-align: center;
}
.cid-v3CRcB1l0R ul {
  padding-inline-start: 50px;
  margin-bottom: 0;
  padding-left: 0;
  list-style-position: inside;
}
.cid-v3CRcB1l0R li {
  margin-bottom: 16px;
}
.cid-v3CRcB1l0R li:last-child {
  margin-bottom: 0;
}
@media (max-width: 470px) {
  .cid-v3CRcB1l0R .shadow {
    padding: 40px;
  }
}
.cid-v3CRcB1l0R .list {
  color: #000000;
  text-align: left;
}
.cid-v3CRcB1l0R .card-subtitle,
.cid-v3CRcB1l0R .align {
  text-align: left;
  color: #000000;
}
.cid-v3CRcB1Oig {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #e7ecee;
}
.cid-v3CRcB1Oig .mbr-text {
  color: #000000;
}
.cid-v3CRcB1Oig .line {
  height: 1px;
  width: 100%;
  background-color: #000000;
  margin-bottom: 32px;
}
