.btn {
  border-width: 2px;
}
.btn {
  border-radius: 80px;
}
body {
  background-color: #e7f1ea;
}
body {
  font-family: 'Source Serif 4', sans-serif;
}
.display-1 {
  font-family: 'Source Serif 4', sans-serif;
  font-size: 4.375rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.46875rem;
}
.display-2 {
  font-family: 'Source Serif 4', sans-serif;
  font-size: 2.375rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.96875rem;
}
.display-4 {
  font-family: 'Source Serif 4', sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.40625rem;
}
.display-5 {
  font-family: 'Source Serif 4', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-7 {
  font-family: 'Source Serif 4', 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: #fede00 !important;
}
.bg-success {
  background-color: #20ac6b !important;
}
.bg-info {
  background-color: #0aa3c2 !important;
}
.bg-warning {
  background-color: #cc9900 !important;
}
.bg-danger {
  background-color: #ae1e2c !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #fede00 !important;
  border-color: #fede00 !important;
  color: #000000 !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: #a79200 !important;
  border-color: #a79200 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #000000 !important;
  background-color: #a79200 !important;
  border-color: #a79200 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #c8df52 !important;
  border-color: #c8df52 !important;
  color: #252a08 !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: #a0b822 !important;
  border-color: #a0b822 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #252a08 !important;
  background-color: #a0b822 !important;
  border-color: #a0b822 !important;
}
.btn-info,
.btn-info:active {
  background-color: #0aa3c2 !important;
  border-color: #0aa3c2 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #065e70 !important;
  border-color: #065e70 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #065e70 !important;
  border-color: #065e70 !important;
}
.btn-success,
.btn-success:active {
  background-color: #20ac6b !important;
  border-color: #20ac6b !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #12633e !important;
  border-color: #12633e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #12633e !important;
  border-color: #12633e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #cc9900 !important;
  border-color: #cc9900 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #755800 !important;
  border-color: #755800 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #755800 !important;
  border-color: #755800 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ae1e2c !important;
  border-color: #ae1e2c !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #641119 !important;
  border-color: #641119 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #641119 !important;
  border-color: #641119 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #fede00;
  color: #fede00;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #a79200 !important;
  background-color: transparent !important;
  border-color: #a79200 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #000000 !important;
  background-color: #fede00 !important;
  border-color: #fede00 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #c8df52;
  color: #c8df52;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #a0b822 !important;
  background-color: transparent !important;
  border-color: #a0b822 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #252a08 !important;
  background-color: #c8df52 !important;
  border-color: #c8df52 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #0aa3c2;
  color: #0aa3c2;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #065e70 !important;
  background-color: transparent !important;
  border-color: #065e70 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #0aa3c2 !important;
  border-color: #0aa3c2 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #20ac6b;
  color: #20ac6b;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #12633e !important;
  background-color: transparent !important;
  border-color: #12633e !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #20ac6b !important;
  border-color: #20ac6b !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #cc9900;
  color: #cc9900;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #755800 !important;
  background-color: transparent !important;
  border-color: #755800 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #cc9900 !important;
  border-color: #cc9900 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ae1e2c;
  color: #ae1e2c;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #641119 !important;
  background-color: transparent !important;
  border-color: #641119 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ae1e2c !important;
  border-color: #ae1e2c !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #fede00 !important;
}
.text-secondary {
  color: #c8df52 !important;
}
.text-success {
  color: #20ac6b !important;
}
.text-info {
  color: #0aa3c2 !important;
}
.text-warning {
  color: #cc9900 !important;
}
.text-danger {
  color: #ae1e2c !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #988500 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #95ab20 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #105636 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #055161 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #664d00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #570f16 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #cccccc;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #333333;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  transition: 0.3s;
  /*position: relative;
        background-image: linear-gradient(currentColor 50%, currentColor 50%);
        background-size: 10000px 2px;
        background-repeat: no-repeat;
        background-position: 0 1.2em;*/
  text-decoration: underline;
}
.nav-tabs .nav-link.active {
  color: #fede00;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #0aa3c2;
}
.alert-warning {
  background-color: #cc9900;
}
.alert-danger {
  background-color: #ae1e2c;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #fede00;
  border-color: #fede00;
  color: #181500;
}
.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: #fff8cb;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #68e3aa;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #55dbf6;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffe599;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #e56773;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Source Serif 4', 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: #fede00 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Source Serif 4', 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: #fede00;
}
/* 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: #fede00;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #fede00;
}
.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: #fede00;
  border-bottom-color: #fede00;
}
.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: #fede00 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #c8df52 !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='%23fede00' %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-uZ0WZfZWTl .navbar-dropdown {
  position: relative !important;
}
.cid-uZ0WZfZWTl .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-uZ0WZfZWTl .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-uZ0WZfZWTl .dropdown-item:hover,
.cid-uZ0WZfZWTl .dropdown-item:focus {
  color: #fede00 !important;
}
.cid-uZ0WZfZWTl .nav-dropdown .link {
  padding: 0 0em !important;
  font-weight: 400;
}
.cid-uZ0WZfZWTl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZ0WZfZWTl .nav-link {
  position: relative;
  padding: 0;
}
.cid-uZ0WZfZWTl .container {
  display: flex;
  margin: auto;
}
.cid-uZ0WZfZWTl .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uZ0WZfZWTl .dropdown-menu,
.cid-uZ0WZfZWTl .navbar.opened {
  background: #e7f1ea !important;
}
.cid-uZ0WZfZWTl .nav-item:focus,
.cid-uZ0WZfZWTl .nav-link:focus {
  outline: none;
}
.cid-uZ0WZfZWTl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZ0WZfZWTl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZ0WZfZWTl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZ0WZfZWTl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZ0WZfZWTl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZ0WZfZWTl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZ0WZfZWTl .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: #e7f1ea;
}
.cid-uZ0WZfZWTl .navbar.opened {
  transition: all 0.3s;
}
.cid-uZ0WZfZWTl .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZ0WZfZWTl .navbar .navbar-logo img {
  width: auto;
}
.cid-uZ0WZfZWTl .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZ0WZfZWTl .navbar.collapsed {
  justify-content: center;
}
.cid-uZ0WZfZWTl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZ0WZfZWTl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZ0WZfZWTl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uZ0WZfZWTl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZ0WZfZWTl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZ0WZfZWTl .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-uZ0WZfZWTl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZ0WZfZWTl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZ0WZfZWTl .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZ0WZfZWTl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZ0WZfZWTl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZ0WZfZWTl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZ0WZfZWTl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZ0WZfZWTl .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-uZ0WZfZWTl .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZ0WZfZWTl .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZ0WZfZWTl .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZ0WZfZWTl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uZ0WZfZWTl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZ0WZfZWTl .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZ0WZfZWTl .navbar.navbar-short {
  min-height: 60px;
}
.cid-uZ0WZfZWTl .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uZ0WZfZWTl .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uZ0WZfZWTl .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-uZ0WZfZWTl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZ0WZfZWTl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZ0WZfZWTl .dropdown-item.active,
.cid-uZ0WZfZWTl .dropdown-item:active {
  background-color: transparent;
}
.cid-uZ0WZfZWTl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZ0WZfZWTl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZ0WZfZWTl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZ0WZfZWTl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e7f1ea;
}
.cid-uZ0WZfZWTl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uZ0WZfZWTl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZ0WZfZWTl ul.navbar-nav {
  flex-wrap: wrap;
  padding-left: 20px;
}
.cid-uZ0WZfZWTl .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uZ0WZfZWTl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZ0WZfZWTl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uZ0WZfZWTl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZ0WZfZWTl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZ0WZfZWTl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZ0WZfZWTl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZ0WZfZWTl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZ0WZfZWTl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZ0WZfZWTl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZ0WZfZWTl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZ0WZfZWTl .navbar-dropdown {
  padding: 19px 1rem;
}
.cid-uZ0WZfZWTl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZ0WZfZWTl .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-uZ0WZfZWTl .navbar {
    height: 70px;
  }
  .cid-uZ0WZfZWTl .navbar.opened {
    height: auto;
  }
  .cid-uZ0WZfZWTl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZ0WZfZWTl a {
  display: inline;
}
.cid-uZ0WZfZWTl img {
  display: inline;
  padding-right: 10px;
}
.cid-uZ0WZfZWTl .dropdown-toggle:after {
  display: none;
}
.cid-uZ0WZfZWTl .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-uZ0WZfZWTl .dropdown-item:hover {
  color: #94ad1b !important;
}
@media (max-width: 990px) {
  .cid-uZ0WZfZWTl .dropdown-menu {
    margin-top: 0px;
  }
  .cid-uZ0WZfZWTl .nav-dropdown .link {
    margin: 0 !important;
  }
}
.cid-uZ0WZfZWTl .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-uZ0WZfZWTl .nav-item {
  margin-right: 32px;
}
.cid-uZ0WZfZWTl .nav-item:last-child {
  margin-right: 0;
}
@media (max-width: 970px) {
  .cid-uZ0WZfZWTl ul li {
    height: 45px;
    display: list-item;
  }
}
.cid-uZ0WZfZWTl .navbar-collapse.collapsing .nav-item {
  height: 45px;
}
.cid-uZ0WZfZWTl .navbar-collapse.collapse.show .nav-item {
  height: 45px;
}
.cid-uZ0WZfZWTl .navbar-nav {
  margin: auto;
}
.cid-uZ0WZfZWTl .navbar-collapse.collapse.show ul li {
  display: list-item;
}
.cid-uZ0WZfZWTl .mbr-iconfont {
  margin-left: -5px;
  margin-right: 7px;
}
.cid-uZ0WZfZWTl .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-uZ0WZfZWTl .btn {
  border-radius: 1000px !important;
}
.cid-uZ0WZfZWTl .navbar.collapsed .icons-menu {
  display: flex;
  flex-direction: column;
}
.cid-uZ0WZfZWTl .navbar.collapsed .icons-menu .top {
  margin-top: 15px;
}
.cid-uZ0WZfZWTl .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-uZ0WZfZWTl .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-uZ0WZfZWTl .dropdown-item:focus {
  color: #94ad1b !important;
}
@media (max-width: 945px) {
  .cid-uZ0WZfZWTl .icons-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-uZ0WZfZWTl .top {
    margin-top: 25px;
  }
}
.cid-uZ0WZfZWTl .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-uZ0WZfZWTl .container,
  .cid-uZ0WZfZWTl .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uZ0WZfZWTl li:last-child {
  margin-right: 0;
}
@media (max-width: 989px) {
  .cid-uZ0WZfZWTl ul.navbar-nav {
    padding-left: 0;
  }
}
@media (max-width: 430px) {
  .cid-uZ0WZfZWTl .icons-menu {
    min-width: initial !important;
  }
  .cid-uZ0WZfZWTl a.btn {
    margin-top: 10px;
  }
}
.cid-uZ0WZfZWTl a.btn > span {
  margin-left: 0.5rem;
}
.cid-uZ0WZfZWTl .navbar-nav .nav-item .nav-link:hover,
.cid-uZ0WZfZWTl .navbar-nav .nav-item .nav-link:focus {
  color: #94ad1b !important;
}
.cid-uZ0WZfZWTl .navbar-caption {
  color: #000000;
}
.cid-uZ0WZfZWTl .nav-link,
.cid-uZ0WZfZWTl .dropdown-item {
  color: #000000;
}
.cid-uZ0WZg0Uuz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZ0WZg0Uuz .row {
  align-items: center;
  justify-content: space-between;
}
.cid-uZ0WZg0Uuz .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  line-height: 1.171em;
  color: #000000;
}
.cid-uZ0WZg0Uuz .mbr-section-subtitle {
  color: #4c4c4c;
  width: 100%;
  text-align: left;
}
.cid-uZ0WZg0Uuz .mbr-text {
  color: #8c8c95;
  margin-bottom: 36px;
}
.cid-uZ0WZg0Uuz .right-side {
  max-width: 554px;
}
.cid-uZ0WZg0Uuz .rs {
  margin-right: 60px;
}
.cid-uZ0WZg0Uuz .mbr-section-btn {
  width: auto;
  display: inline-block;
}
.cid-uZ0WZg0Uuz .margin {
  margin-right: 14px;
}
.cid-uZ0WZg0Uuz .gray {
  padding: 45px 0;
  background-color: #e7f1ea;
}
.cid-uZ0WZg0Uuz img {
  position: relative;
  right: 40px;
}
@media (max-width: 767px) {
  .cid-uZ0WZg0Uuz .gray {
    padding: 0px 0 5px;
  }
  .cid-uZ0WZg0Uuz img {
    right: initial;
    width: 90%;
    margin: auto;
    top: -35px;
  }
  .cid-uZ0WZg0Uuz .col-md-5 {
    padding-top: 90px;
  }
}
@media (max-width: 430px) {
  .cid-uZ0WZg0Uuz .b {
    margin-bottom: 10px;
  }
}
.cid-uZ0WZg0Uuz .btn {
  margin-top: 20px;
}
.cid-uZ0WZg0Uuz a.btn > span {
  margin-left: 0.5rem;
}
.cid-uZ0WZg0Uuz .mbr-text,
.cid-uZ0WZg0Uuz .button-align {
  color: #000000;
}
.cid-uZ0WZg1qOf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZ0WZg1qOf .row {
  align-items: center;
  justify-content: space-between;
}
.cid-uZ0WZg1qOf .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  color: #000000;
}
.cid-uZ0WZg1qOf .mbr-text {
  color: #8c8c95;
  margin-bottom: 32px;
}
.cid-uZ0WZg1qOf .mbr-section-btn {
  width: auto;
  display: block;
}
.cid-uZ0WZg1qOf ul {
  padding-inline-start: 20px;
  margin-bottom: 28px;
}
.cid-uZ0WZg1qOf li::marker {
  color: #fede00;
  width: 10px;
}
.cid-uZ0WZg1qOf li {
  margin-bottom: 7px;
  color: #14142b;
}
.cid-uZ0WZg1qOf img {
  width: 90%;
}
.cid-uZ0WZg1qOf .gray {
  background-color: #e7f1ea;
  width: 80%;
  height: 430px;
  margin: auto;
  position: relative;
}
.cid-uZ0WZg1qOf .b {
  max-width: 598px;
}
.cid-uZ0WZg1qOf .first {
  position: absolute;
  top: -10%;
  right: 25%;
}
.cid-uZ0WZg1qOf .second {
  position: absolute;
  bottom: -10%;
  left: 25%;
}
@media (max-width: 992px) {
  .cid-uZ0WZg1qOf .t {
    padding-top: 90px;
  }
  .cid-uZ0WZg1qOf .b {
    max-width: initial;
  }
  .cid-uZ0WZg1qOf .gray {
    width: 50%;
  }
}
@media (max-width: 750px) {
  .cid-uZ0WZg1qOf .gray {
    height: 330px;
  }
}
@media (max-width: 630px) {
  .cid-uZ0WZg1qOf .gray {
    height: 230px;
  }
}
@media (max-width: 450px) {
  .cid-uZ0WZg1qOf .gray {
    height: 200px;
    width: 70%;
  }
}
.cid-uZ0WZg1qOf .btn {
  margin-top: 20px;
}
.cid-uZ0WZg1qOf .t {
  max-width: 542px;
}
.cid-uZ0WZg1qOf .mbr-text,
.cid-uZ0WZg1qOf .button-align,
.cid-uZ0WZg1qOf .list {
  color: #000000;
}
.cid-uZ0WZg1qOf .list {
  color: #000000;
}
.cid-uZ0WZg2zbj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZ0WZg2zbj .card-heading {
  color: #000000;
  margin-bottom: 24px;
}
.cid-uZ0WZg2zbj .row {
  justify-content: center;
}
.cid-uZ0WZg2zbj .mbr-iconfont {
  font-size: 23px;
  margin-right: 17px;
  color: #fede00;
}
.cid-uZ0WZg2zbj .mbr-text {
  display: inline;
  width: 100%;
}
.cid-uZ0WZg2zbj .mbr-text:last-child {
  margin-bottom: 0px;
}
.cid-uZ0WZg2zbj .text {
  margin-bottom: 40px;
  color: #8c8c95;
}
.cid-uZ0WZg2zbj .line {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.cid-uZ0WZg2zbj .text,
.cid-uZ0WZg2zbj .article {
  color: #000000;
}
.cid-uZ0WZg2zbj .p {
  color: #000000;
}
.cid-uZ0WZgbBF6 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uZ0WZgbBF6 .mbr-section-title {
  margin-bottom: 56px;
}
.cid-uZ0WZgbBF6 .display-4 > .mbr-iconfont {
  font-size: 16px;
}
.cid-uZ0WZgbBF6 .shadow {
  transition: all 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  overflow: visible;
  box-shadow: none !important;
}
.cid-uZ0WZgbBF6 .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-uZ0WZgbBF6 .inner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}
.cid-uZ0WZgbBF6 .shadow:hover {
  transform: translate(0px, -6px);
}
.cid-uZ0WZgbBF6 .shadow:hover a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption),
.cid-uZ0WZgbBF6 .shadow:hover .mbr-iconfont,
.cid-uZ0WZgbBF6 .shadow:hover .inner {
  transform: scale(1.1);
}
.cid-uZ0WZgbBF6 .card-price {
  margin-bottom: 10px;
  color: #000000;
}
.cid-uZ0WZgbBF6 .card-title {
  margin-bottom: 10px;
  color: #000000;
}
.cid-uZ0WZgbBF6 .card-title span,
.cid-uZ0WZgbBF6 .card-title .number {
  transition: 0.35s;
}
.cid-uZ0WZgbBF6 .card-text {
  margin-bottom: 32px;
  color: #000000;
}
@media (min-width: 575px) and (max-width: 990px) {
  .cid-uZ0WZgbBF6 .card-wrapper {
    padding: 60px 30px 40px;
  }
}
@media (max-width: 574px) {
  .cid-uZ0WZgbBF6 .card-wrapper {
    padding: 60px 30px 40px;
  }
}
.cid-uZ0WZgbBF6 H3 {
  color: #14142b;
  text-align: center;
}
.cid-uZ0WZgbBF6 img {
  width: auto;
  height: 70px;
}
.cid-uZ0WZgbBF6 .card-wrapper {
  background-color: #fede00;
  padding: 37px 32px 43px;
}
.cid-uZ0WZgbBF6 .mbr-iconfont {
  transition: 0.3s;
  margin-right: 5px;
}
.cid-uZ0WZgbBF6 .link-title {
  display: inline-block;
}
.cid-uZ0WZgbBF6 .episode {
  color: #ffffff;
}
.cid-uZ0WZgbBF6 .img-title {
  color: #ffffff;
}
.cid-uZ0WZgbBF6 .margin {
  margin-right: 14px;
}
.cid-uZ0WZgbBF6 .button-align {
  margin-top: 56px;
  text-align: center;
}
.cid-uZ0WZgbBF6 .mbr-section-btn {
  width: auto;
  display: block;
}
.cid-uZ0WZgbBF6 .mbr-section-btn .btn {
  display: flex;
}
@media (max-width: 500px) {
  .cid-uZ0WZgbBF6 .margin {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
@media (max-width: 550px) {
  .cid-uZ0WZgbBF6 .card-wrapper {
    padding: 24px 25px 34px 25px;
  }
}
.cid-uZ0WZgbBF6 span,
.cid-uZ0WZgbBF6 .number {
  transition: 0.35s;
}
.cid-uZ0WZgbBF6 .item.features-image {
  margin-top: 30px;
}
.cid-uZ0WZgbBF6 .item.features-image:nth-child(1) {
  margin-top: 0px;
}
.cid-uZ0WZgbBF6 .item.features-image:nth-child(2) {
  margin-top: 0px;
}
.cid-uZ0WZgbBF6 .item.features-image:nth-child(3) {
  margin-top: 0px;
}
@media (max-width: 992px) {
  .cid-uZ0WZgbBF6 .item.features-image:nth-child(3) {
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  .cid-uZ0WZgbBF6 .item.features-image:nth-child(2) {
    margin-top: 30px;
  }
}
.cid-uZ0WZgbBF6 .mbr-section-title,
.cid-uZ0WZgbBF6 .button-align {
  color: #000000;
}
.cid-uZ0WZgcmgc {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #e7f1ea;
}
.cid-uZ0WZgcmgc .mbr-section-subtitle {
  color: #8c8c95;
  text-align: center;
  max-width: 552px;
  margin: auto;
}
.cid-uZ0WZgcmgc .mbr-section-title {
  text-align: center;
  color: #000000;
  margin: auto;
}
.cid-uZ0WZgcmgc .row {
  align-items: center;
  height: 100%;
}
.cid-uZ0WZgcmgc .wrapper {
  margin: auto;
}
.cid-uZ0WZgdZK5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZ0WZgdZK5 .title-block {
  margin-bottom: 32px;
  align-items: center;
}
.cid-uZ0WZgdZK5 .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-uZ0WZgdZK5 .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-uZ0WZgdZK5 .inner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}
.cid-uZ0WZgdZK5 .shadow:hover {
  transform: translate(0px, -6px);
  box-shadow: 0 10px 20px 0 rgba(8, 15, 52, 0.1) !important;
}
.cid-uZ0WZgdZK5 .shadow:hover a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption),
.cid-uZ0WZgdZK5 .shadow:hover .mbr-iconfont,
.cid-uZ0WZgdZK5 .shadow:hover .number,
.cid-uZ0WZgdZK5 .shadow:hover .card-title {
  color: #c6ad00 !important;
}
.cid-uZ0WZgdZK5 .shadow:hover .inner {
  transform: scale(1.1);
}
.cid-uZ0WZgdZK5 .card-title {
  margin-bottom: 18px;
  color: #000000;
  transition: 0.35s;
}
.cid-uZ0WZgdZK5 .card-text {
  margin-bottom: 32px;
  color: #000000;
}
.cid-uZ0WZgdZK5 H3 {
  color: #14142b;
  text-align: center;
}
.cid-uZ0WZgdZK5 img {
  width: auto;
  height: 70px;
}
.cid-uZ0WZgdZK5 .card-wrapper {
  border-radius: 0 0 30px 30px;
  background-color: #ffffff;
  padding: 34px 25px 54px 31px;
}
.cid-uZ0WZgdZK5 .date {
  margin-bottom: 24px;
  color: #000000;
}
.cid-uZ0WZgdZK5 .link-title {
  display: inline-block;
}
.cid-uZ0WZgdZK5 .margin {
  margin-right: 14px;
}
.cid-uZ0WZgdZK5 .button-color {
  padding: 1rem 1.5625rem !important;
  border-radius: 1000px !important;
  display: inline-block;
  line-height: 20px;
  background-color: #e7f1ea;
  color: #000000;
}
.cid-uZ0WZgdZK5 .link-row {
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uZ0WZgdZK5 .link-row {
    display: block;
  }
}
@media (max-width: 550px) {
  .cid-uZ0WZgdZK5 .title-block {
    flex-direction: column;
  }
  .cid-uZ0WZgdZK5 .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-uZ0WZgdZK5 .card-wrapper {
    padding: 24px 25px 34px 25px;
  }
}
.cid-uZ0WZgdZK5 .item.features-image {
  margin-top: 30px;
}
.cid-uZ0WZgdZK5 .item.features-image:nth-child(1) {
  margin-top: 0px;
}
.cid-uZ0WZgdZK5 .item.features-image:nth-child(2) {
  margin-top: 0px;
}
@media (max-width: 768px) {
  .cid-uZ0WZgdZK5 .item.features-image:nth-child(2) {
    margin-top: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uZ0WZgdZK5 .col-auto .card-button {
    margin-bottom: 16px;
  }
}
.cid-uZ0WZgdZK5 .col-auto .card-button .btn {
  padding: 0;
  display: inline-flex;
  flex-direction: row-reverse;
  border: none;
}
.cid-uZ0WZgdZK5 .col-auto .card-button .btn .mbr-iconfont {
  padding-left: 0;
  padding-right: 8px;
}
.cid-uZ0WZgdZK5 .col-auto .card-button .btn-primary,
.cid-uZ0WZgdZK5 .col-auto .card-button .btn-secondary,
.cid-uZ0WZgdZK5 .col-auto .card-button .btn-success,
.cid-uZ0WZgdZK5 .col-auto .card-button .btn-info,
.cid-uZ0WZgdZK5 .col-auto .card-button .btn-warning,
.cid-uZ0WZgdZK5 .col-auto .card-button .btn-danger,
.cid-uZ0WZgdZK5 .col-auto .card-button .btn-black,
.cid-uZ0WZgdZK5 .col-auto .card-button .btn-white {
  padding: 14px 18px;
}
.cid-uZ0WZgdZK5 .mbr-section-subtitle {
  color: #000000;
}
.cid-uZ0WZgebBp {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #e7f1ea;
}
.cid-uZ0WZgebBp .mbr-section-title {
  margin-bottom: 56px;
}
.cid-uZ0WZgebBp .display-4 > .mbr-iconfont {
  font-size: 16px;
}
.cid-uZ0WZgebBp .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-uZ0WZgebBp .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-uZ0WZgebBp .inner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}
.cid-uZ0WZgebBp .shadow:hover {
  transform: translate(0px, -6px);
  box-shadow: 0 10px 20px 0 rgba(8, 15, 52, 0.1) !important;
}
.cid-uZ0WZgebBp .shadow:hover a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption),
.cid-uZ0WZgebBp .shadow:hover .mbr-iconfont,
.cid-uZ0WZgebBp .shadow:hover .number,
.cid-uZ0WZgebBp .shadow:hover .card-title {
  color: #c6ad00 !important;
}
.cid-uZ0WZgebBp .shadow:hover .inner {
  transform: scale(1.1);
}
.cid-uZ0WZgebBp .card-title {
  margin-bottom: 10px;
  color: #000000;
}
.cid-uZ0WZgebBp .card-title span,
.cid-uZ0WZgebBp .card-title .number {
  transition: 0.35s;
}
.cid-uZ0WZgebBp .card-text {
  margin-bottom: 32px;
  color: #000000;
}
@media (min-width: 575px) and (max-width: 990px) {
  .cid-uZ0WZgebBp .card-wrapper {
    padding: 60px 30px 40px;
  }
}
@media (max-width: 574px) {
  .cid-uZ0WZgebBp .card-wrapper {
    padding: 60px 30px 40px;
  }
}
.cid-uZ0WZgebBp H3 {
  color: #14142b;
  text-align: center;
}
.cid-uZ0WZgebBp img {
  width: auto;
  height: 70px;
}
.cid-uZ0WZgebBp .card-wrapper {
  border-radius: 0 0 30px 30px;
  background-color: #ffffff;
  padding: 37px 32px 43px;
}
.cid-uZ0WZgebBp .mbr-iconfont {
  transition: 0.3s;
  margin-right: 5px;
}
.cid-uZ0WZgebBp .link-title {
  display: inline-block;
}
.cid-uZ0WZgebBp .episode {
  color: #ffffff;
}
.cid-uZ0WZgebBp .img-title {
  color: #ffffff;
}
.cid-uZ0WZgebBp .margin {
  margin-right: 14px;
}
.cid-uZ0WZgebBp .button-align {
  margin-top: 56px;
  text-align: center;
}
.cid-uZ0WZgebBp .mbr-section-btn {
  width: auto;
  display: inline;
}
@media (max-width: 500px) {
  .cid-uZ0WZgebBp .button-align {
    display: flex;
    flex-direction: column;
  }
  .cid-uZ0WZgebBp .margin {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
@media (max-width: 550px) {
  .cid-uZ0WZgebBp .card-wrapper {
    padding: 24px 25px 34px 25px;
  }
}
.cid-uZ0WZgebBp span,
.cid-uZ0WZgebBp .number {
  transition: 0.35s;
}
.cid-uZ0WZgebBp .item.features-image {
  margin-top: 30px;
}
.cid-uZ0WZgebBp .item.features-image:nth-child(1) {
  margin-top: 0px;
}
.cid-uZ0WZgebBp .item.features-image:nth-child(2) {
  margin-top: 0px;
}
.cid-uZ0WZgebBp .item.features-image:nth-child(3) {
  margin-top: 0px;
}
@media (max-width: 992px) {
  .cid-uZ0WZgebBp .item.features-image:nth-child(3) {
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  .cid-uZ0WZgebBp .item.features-image:nth-child(2) {
    margin-top: 30px;
  }
}
.cid-uZ0WZgebBp .link-row {
  align-items: center;
}
.cid-uZ0WZgebBp .col-auto .card-button {
  display: block;
}
.cid-uZ0WZgebBp .col-auto .card-button .btn {
  padding: 0;
  display: flex;
  flex-direction: row-reverse;
  border: none;
}
.cid-uZ0WZgebBp .col-auto .card-button .btn .mbr-iconfont {
  padding-left: 0;
  padding-right: 8px;
}
.cid-uZ0WZgebBp .col-auto .card-button .btn-primary,
.cid-uZ0WZgebBp .col-auto .card-button .btn-secondary,
.cid-uZ0WZgebBp .col-auto .card-button .btn-success,
.cid-uZ0WZgebBp .col-auto .card-button .btn-info,
.cid-uZ0WZgebBp .col-auto .card-button .btn-warning,
.cid-uZ0WZgebBp .col-auto .card-button .btn-danger,
.cid-uZ0WZgebBp .col-auto .card-button .btn-black,
.cid-uZ0WZgebBp .col-auto .card-button .btn-white {
  padding: 14px 18px;
}
.cid-uZ0WZgebBp .mbr-section-title,
.cid-uZ0WZgebBp .button-align {
  color: #000000;
}
.cid-uZ0WZgebBp .number {
  color: #000000;
}
.cid-uZ0WZgfFbs {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #01170a;
}
.cid-uZ0WZgfFbs .item:focus,
.cid-uZ0WZgfFbs span:focus {
  outline: none;
}
.cid-uZ0WZgfFbs .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uZ0WZgfFbs .item {
  color: #ffffff;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uZ0WZgfFbs .item {
    min-height: 45px;
  }
}
.cid-uZ0WZgfrSF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uZ0WZgfrSF .item:focus,
.cid-uZ0WZgfrSF span:focus {
  outline: none;
}
.cid-uZ0WZgfrSF .item-wrapper {
  position: relative;
}
.cid-uZ0WZgfrSF .slide-content {
  position: relative;
  border-radius: 4px;
  background: transparent;
  height: 100%;
  display: flex;
  overflow: visible;
  flex-flow: column nowrap;
}
.cid-uZ0WZgfrSF .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 40%;
  max-width: 596px;
}
@media (max-width: 768px) {
  .cid-uZ0WZgfrSF .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
@media (max-width: 900px) {
  .cid-uZ0WZgfrSF .embla__slide {
    min-width: 60%;
  }
}
@media (max-width: 630px) {
  .cid-uZ0WZgfrSF .embla__slide {
    min-width: 375px;
  }
}
.cid-uZ0WZgfrSF .embla__button--next,
.cid-uZ0WZgfrSF .embla__button--prev {
  display: flex;
}
.cid-uZ0WZgfrSF .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: #fede00;
  color: #c8df52;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-uZ0WZgfrSF .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uZ0WZgfrSF .embla__button:hover {
  background-color: #fede00;
  color: #c8df52;
  transform: scale(1.05);
}
.cid-uZ0WZgfrSF .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uZ0WZgfrSF .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uZ0WZgfrSF .embla__button {
    top: auto;
  }
}
.cid-uZ0WZgfrSF .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uZ0WZgfrSF .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uZ0WZgfrSF .embla {
  position: relative;
  width: 100%;
}
.cid-uZ0WZgfrSF .embla__viewport {
  overflow: visible;
  width: 100%;
}
.cid-uZ0WZgfrSF .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uZ0WZgfrSF .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uZ0WZgfrSF .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uZ0WZgfrSF .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-uZ0WZgfrSF .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-uZ0WZgfrSF .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-uZ0WZgfrSF .shadow:hover {
  transform: translate(0px, -6px);
  box-shadow: 0 10px 20px 0 rgba(8, 15, 52, 0.1) !important;
}
.cid-uZ0WZgfrSF .shadow:hover a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption),
.cid-uZ0WZgfrSF .shadow:hover .number,
.cid-uZ0WZgfrSF .shadow:hover .card-title {
  color: #0aa3c2 !important;
}
.cid-uZ0WZgfrSF .shadow:hover .wrap-img {
  padding: 15px 15px 30px;
}
.cid-uZ0WZgfrSF .shadow:hover .wrap-img::after {
  transform: scale(1.05);
}
.cid-uZ0WZgfrSF .card-wrapper {
  padding: 30px 15px;
  margin: 0 15px;
  width: auto;
  max-width: 100%;
}
.cid-uZ0WZgfrSF .card-title {
  font-weight: 700;
  padding: 10px 20px 10px;
  color: #4c4c4c;
  text-align: left;
  text-transform: uppercase;
}
.cid-uZ0WZgfrSF H3 {
  color: #1d1d1f;
}
.cid-uZ0WZgfrSF .card-subtitle {
  text-align: left;
  color: #000000;
}
.cid-uZ0WZgfrSF .iconfont-wrapper {
  text-align: left;
  margin-bottom: 16px;
}
.cid-uZ0WZgfrSF .iconfont-wrapper .mbr-iconfont {
  color: #fede00;
}
.cid-uZ0WZgfrSF .card-text {
  margin-bottom: 16px;
  text-align: left;
}
.cid-uZ0WZgfrSF .mbr-iconfont::before {
  font-size: 25px;
}
.cid-uZ0WZgfrSF .button-align {
  margin-top: 36px;
  text-align: center;
}
.cid-uZ0WZgfrSF .mbr-section-btn {
  width: auto;
  display: inline-block;
}
.cid-uZ0WZgfrSF .people {
  align-items: center;
}
.cid-uZ0WZgfrSF img {
  border-radius: 10%;
  height: 128px;
  width: 128px;
  margin: 0;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uZ0WZgfrSF .row.title-block {
    flex-direction: column;
  }
  .cid-uZ0WZgfrSF .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-uZ0WZgfrSF .mbr-section-title {
    text-align: center;
  }
}
.cid-uZ0WZgfrSF .card-subtitle,
.cid-uZ0WZgfrSF .card-subtitle2 {
  display: inline;
}
@media (max-width: 1040px) {
  .cid-uZ0WZgfrSF .people {
    flex-direction: column;
  }
  .cid-uZ0WZgfrSF .card-text,
  .cid-uZ0WZgfrSF .align,
  .cid-uZ0WZgfrSF .iconfont-wrapper {
    text-align: center;
  }
  .cid-uZ0WZgfrSF img {
    margin-bottom: 20px !important;
  }
}
.cid-uZ0WZgfrSF .title-block {
  justify-content: space-between;
  margin-bottom: 32px;
  align-items: center;
}
@media (max-width: 400px) {
  .cid-uZ0WZgfrSF .button-align {
    margin-top: 20px;
  }
}
.cid-uZ0WZgfrSF .btn {
  margin-top: 20px;
}
.cid-uZ0WZgfrSF a.btn > span {
  margin-left: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZ0WZgfrSF .shadow {
    padding-top: 40px;
    padding-bottom: 43px;
  }
}
@media (max-width: 479px) {
  .cid-uZ0WZgfrSF .shadow {
    padding: 33px 25px 36px;
  }
}
.cid-uZ0WZgfrSF .mbr-section-subtitle,
.cid-uZ0WZgfrSF .button-align {
  color: #000000;
}
.cid-uZ0WZgfrSF .mbr-section-title {
  color: #000000;
}
.cid-uZ0WZgfrSF .card-text,
.cid-uZ0WZgfrSF .iconfont-wrapper,
.cid-uZ0WZgfrSF .align {
  color: #000000;
}
.cid-uZ0WZgfrSF .card-subtitle2 {
  color: #000000;
}
.cid-uZ0WZggwar {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZ0WZggwar .mbr-section-title {
  width: 100%;
  text-align: center;
  margin-bottom: 16px;
  line-height: 1.171em;
  color: #000000;
}
.cid-uZ0WZggwar .mbr-text {
  color: #8c8c95;
  margin-bottom: 20px;
  text-align: center;
}
.cid-uZ0WZggwar .button-align {
  text-align: center;
}
.cid-uZ0WZggwar .margin {
  margin-right: 14px;
}
.cid-uZ0WZggwar .mbr-section-btn {
  display: inline-block;
}
.cid-uZ0WZggwar .container {
  max-width: 493px;
}
.cid-uZ0WZggwar .btn {
  margin-top: 20px;
}
.cid-uZ0WZggwar a.btn > span {
  margin-left: 0.5rem;
}
.cid-uZ0WZggwar .mbr-text,
.cid-uZ0WZggwar .button-align {
  color: #000000;
}
.cid-uZ0WZghYME {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e7f1ea;
}
.cid-uZ0WZghYME .item:focus,
.cid-uZ0WZghYME span:focus {
  outline: none;
}
.cid-uZ0WZghYME .item-wrapper {
  position: relative;
}
.cid-uZ0WZghYME .slide-content {
  position: relative;
  border-radius: 4px;
  background: transparent;
  height: 100%;
  display: flex;
  overflow: visible;
  flex-flow: column nowrap;
}
.cid-uZ0WZghYME .mbr-section-btn {
  margin-top: auto !important;
  margin-left: 0;
  margin-right: 0;
  width: auto;
  display: inline-block;
}
.cid-uZ0WZghYME .mbr-section-title {
  color: #14142b;
  text-align: center;
  margin-bottom: 24px;
}
.cid-uZ0WZghYME .mbr-text,
.cid-uZ0WZghYME .mbr-section-btn {
  text-align: left;
}
.cid-uZ0WZghYME .item-title {
  text-align: left;
}
.cid-uZ0WZghYME .item-subtitle {
  text-align: left;
}
.cid-uZ0WZghYME .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 33%;
  max-width: 596px;
}
@media (max-width: 768px) {
  .cid-uZ0WZghYME .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
@media (max-width: 900px) {
  .cid-uZ0WZghYME .embla__slide {
    min-width: 60%;
  }
}
@media (max-width: 630px) {
  .cid-uZ0WZghYME .embla__slide {
    min-width: 375px;
  }
}
.cid-uZ0WZghYME .embla__button--next,
.cid-uZ0WZghYME .embla__button--prev {
  display: flex;
}
.cid-uZ0WZghYME .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: #fede00;
  color: #c8df52;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-uZ0WZghYME .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uZ0WZghYME .embla__button:hover {
  background-color: #fede00;
  color: #c8df52;
  transform: scale(1.05);
}
.cid-uZ0WZghYME .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uZ0WZghYME .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uZ0WZghYME .embla__button {
    top: auto;
  }
}
.cid-uZ0WZghYME .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uZ0WZghYME .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uZ0WZghYME .embla {
  position: relative;
  width: 100%;
}
.cid-uZ0WZghYME .embla__viewport {
  overflow: visible;
  width: 100%;
}
.cid-uZ0WZghYME .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uZ0WZghYME .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uZ0WZghYME .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uZ0WZghYME .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-uZ0WZghYME .title-block {
  justify-content: space-between;
  margin-bottom: 32px;
  align-items: center;
  padding-bottom: 56px;
  max-width: 715px;
  margin: auto;
}
.cid-uZ0WZghYME .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-uZ0WZghYME .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-uZ0WZghYME img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 100%;
}
.cid-uZ0WZghYME .shadow:hover {
  transform: translate(0px, -6px);
  box-shadow: 0 10px 20px 0 rgba(8, 15, 52, 0.1) !important;
}
.cid-uZ0WZghYME .shadow:hover a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption),
.cid-uZ0WZghYME .shadow:hover .number,
.cid-uZ0WZghYME .shadow:hover .card-title {
  color: #c6ad00 !important;
}
.cid-uZ0WZghYME .shadow:hover .iconfont-wrapper > .mbr-iconfont > span {
  color: #000000 !important;
}
.cid-uZ0WZghYME .card-title {
  margin-bottom: 16px;
  color: #4c4c4c;
  transition: 0.35s;
  text-align: left;
}
.cid-uZ0WZghYME .card-text {
  color: #000000;
  text-align: center;
}
.cid-uZ0WZghYME H3 {
  color: #1d1d1f;
  text-align: center;
}
.cid-uZ0WZghYME .card-wrapper {
  border-radius: 0 0 30px 30px;
  background-color: #ffffff;
  padding: 34px 25px 54px 31px;
}
.cid-uZ0WZghYME .date {
  margin-bottom: 24px;
  color: #8c8c95;
}
.cid-uZ0WZghYME .link-title {
  display: inline-block;
}
.cid-uZ0WZghYME .margin {
  margin-right: 14px;
}
.cid-uZ0WZghYME .article {
  display: contents;
}
.cid-uZ0WZghYME .button-color {
  padding: 1rem 1.5625rem !important;
  border-radius: 1000px !important;
  display: inline-block;
  line-height: 20px;
  background-color: #eff0f6;
}
.cid-uZ0WZghYME .link-row {
  align-items: center;
}
@media (max-width: 530px) {
  .cid-uZ0WZghYME .card-wrapper {
    border-radius: 0 0 30px 30px;
  }
}
@media (max-width: 480px) {
  .cid-uZ0WZghYME .card-wrapper {
    border-radius: 0 0 30px 30px;
  }
}
.cid-uZ0WZghYME .iconfont-wrapper {
  text-align: left;
  margin-bottom: 32px;
}
.cid-uZ0WZghYME .iconfont-wrapper .mbr-iconfont::before {
  font-size: 50px;
  padding: 25px;
  border-radius: 50%;
}
.cid-uZ0WZghYME .button-align {
  margin-top: 36px;
  text-align: center;
}
.cid-uZ0WZghYME .btn {
  margin-top: 20px;
}
.cid-uZ0WZghYME .card-title,
.cid-uZ0WZghYME .iconfont-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uZ0WZghYME a.btn > span {
  margin-left: 0.5rem;
}
.cid-uZ0WZghYME .mbr-section-title,
.cid-uZ0WZghYME .button-align {
  color: #000000;
}
.cid-uZ0WZgrDyb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZ0WZgrDyb .card-subtitle {
  text-align: left;
  margin-left: -15px;
  color: #000000;
}
.cid-uZ0WZgrDyb .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-uZ0WZgrDyb .iconfont-wrapper {
  text-align: left;
  margin-bottom: 16px;
}
.cid-uZ0WZgrDyb .iconfont-wrapper .mbr-iconfont {
  color: #fede00;
}
.cid-uZ0WZgrDyb .card-text {
  margin-bottom: 16px;
  text-align: left;
  color: #8c8c95;
}
.cid-uZ0WZgrDyb .button-align {
  margin-top: 36px;
  text-align: center;
}
.cid-uZ0WZgrDyb .mbr-section-btn {
  width: auto;
  display: inline-block;
}
.cid-uZ0WZgrDyb img {
  border-radius: 10%;
  height: 65px;
  width: auto;
  margin: 0;
}
.cid-uZ0WZgrDyb .mbr-iconfont::before {
  font-size: 25px;
}
.cid-uZ0WZgrDyb .card-title {
  margin-bottom: 4px;
  padding: 0;
  margin-left: -15px;
  color: #000000;
}
.cid-uZ0WZgrDyb .col-12.col-md-6.col-lg-4 {
  margin-top: 30px;
}
.cid-uZ0WZgrDyb .col-12.col-md-6.col-lg-4:nth-child(1) {
  margin-top: 0px;
}
.cid-uZ0WZgrDyb .col-12.col-md-6.col-lg-4:nth-child(2) {
  margin-top: 0px;
}
.cid-uZ0WZgrDyb .col-12.col-md-6.col-lg-4:nth-child(3) {
  margin-top: 0px;
}
@media (max-width: 992px) {
  .cid-uZ0WZgrDyb .col-12.col-md-6.col-lg-4:nth-child(3) {
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  .cid-uZ0WZgrDyb .col-12.col-md-6.col-lg-4:nth-child(2) {
    margin-top: 30px;
  }
}
.cid-uZ0WZgrDyb .align {
  display: flex;
  align-items: center;
}
.cid-uZ0WZgrDyb .mbr-section-title {
  margin-bottom: 56px;
  color: #000000;
}
.cid-uZ0WZgrDyb .btn {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-uZ0WZgrDyb .shadow {
    padding: 40px 40px 32px;
  }
}
@media (max-width: 479px) {
  .cid-uZ0WZgrDyb .shadow {
    padding: 33px 25px 28px;
  }
}
.cid-uZ0WZgrDyb .card-text,
.cid-uZ0WZgrDyb .iconfont-wrapper {
  color: #000000;
}
.cid-uZ0WZgsq2p {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZ0WZgsq2p img {
  width: auto;
  max-height: 60px;
  display: inline-block;
  padding: 0;
}
.cid-uZ0WZgsq2p .title {
  color: #14142b;
  width: auto;
}
.cid-uZ0WZgsq2p .row.justify-content-between {
  align-items: center;
}
.cid-uZ0WZgsq2p .row.margin {
  transition-property: transform, -webkit-transform;
  align-items: center;
  transition: all 300ms ease;
}
.cid-uZ0WZgsq2p .row.margin:hover {
  transform: scale(1.05);
}
.cid-uZ0WZgsq2p .mbr-section-title {
  color: #000000;
  margin-bottom: 24px;
}
.cid-uZ0WZgsq2p .left {
  max-width: 549px;
}
.cid-uZ0WZgsq2p .right {
  max-width: 452px;
  overflow: visible;
}
.cid-uZ0WZgsq2p .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-uZ0WZgsq2p .socicon-bg-youtube {
  background-color: #0a7029;
  color: #ffffff;
}
.cid-uZ0WZgsq2p .socicon-bg-facebook {
  background-color: #fede00;
  color: #000000;
}
.cid-uZ0WZgsq2p .socicon-bg-twitter {
  background-color: #c8df52;
  color: #000000;
}
.cid-uZ0WZgsq2p .socicon-bg-pinterest {
  background-color: #0a7029;
  color: #ffffff;
}
.cid-uZ0WZgsq2p .socicon-bg-mail {
  background-color: #fede00;
  color: #000000;
}
.cid-uZ0WZgsq2p .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: #fede00;
  cursor: pointer;
}
.cid-uZ0WZgsq2p .btn-social .mbr-iconfont {
  top: 0;
  line-height: 22px;
  width: 22px;
}
.cid-uZ0WZgsq2p .btn-social + .btn {
  margin-left: 0.1rem;
}
.cid-uZ0WZgsq2p .card-text {
  margin-bottom: 24px;
  color: #000000;
}
.cid-uZ0WZgsq2p .mbr-section-subtitle {
  color: #000000;
}
@media (max-width: 850px) {
  .cid-uZ0WZgsq2p .shadow {
    padding: 40px 31px;
  }
}
@media (max-width: 992px) {
  .cid-uZ0WZgsq2p .left {
    margin-bottom: 40px;
    max-width: initial;
  }
  .cid-uZ0WZgsq2p .mbr-section-title,
  .cid-uZ0WZgsq2p .mbr-section-subtitle {
    text-align: center;
  }
  .cid-uZ0WZgsq2p .shadow {
    margin: auto;
  }
}
@media (max-width: 700px) {
  .cid-uZ0WZgsq2p .btn-social {
    margin-right: 6px !important;
    width: 35px;
    height: 35px;
  }
}
.cid-uZ0WZgsq2p .mbr-iconfont {
  margin-left: 0;
}
.cid-uZ0WZgtIgQ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #e7f1ea;
}
.cid-uZ0WZgtIgQ .item:focus,
.cid-uZ0WZgtIgQ span:focus {
  outline: none;
}
.cid-uZ0WZgtIgQ .item {
  cursor: pointer;
}
.cid-uZ0WZgtIgQ .grid-container {
  grid-row-gap: 2rem;
}
@media (max-width: 767px) {
  .cid-uZ0WZgtIgQ .grid-container {
    grid-row-gap: 1rem;
  }
}
.cid-uZ0WZgtIgQ .grid-container-1,
.cid-uZ0WZgtIgQ .grid-container-2,
.cid-uZ0WZgtIgQ .grid-container-3 {
  gap: 0 2rem;
}
@media (max-width: 767px) {
  .cid-uZ0WZgtIgQ .grid-container-1,
  .cid-uZ0WZgtIgQ .grid-container-2,
  .cid-uZ0WZgtIgQ .grid-container-3 {
    gap: 0 1rem;
  }
}
.cid-uZ0WZgtIgQ .mbr-section-title {
  margin-bottom: 0;
  color: #14142b;
  text-align: center;
}
.cid-uZ0WZgtIgQ .content-head {
  max-width: 800px;
}
.cid-uZ0WZgtIgQ .container,
.cid-uZ0WZgtIgQ .container-fluid {
  overflow: hidden;
}
.cid-uZ0WZgtIgQ .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uZ0WZgtIgQ .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 56px 0;
}
.cid-uZ0WZgtIgQ .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-uZ0WZgtIgQ .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-uZ0WZgtIgQ .grid-item img {
    min-width: 35vw;
    height: 150px;
  }
}
.cid-uZ0WZgtIgQ .grid-container-1,
.cid-uZ0WZgtIgQ .grid-container-2,
.cid-uZ0WZgtIgQ .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uZ0WZgtIgQ .grid-container-1 {
  align-items: flex-end;
}
.cid-uZ0WZgtIgQ .grid-container-2 {
  align-items: flex-start;
}
.cid-uZ0WZgt1Zh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uZ0WZgt1Zh .item:focus,
.cid-uZ0WZgt1Zh span:focus {
  outline: none;
}
.cid-uZ0WZgt1Zh .item-wrapper {
  position: relative;
}
.cid-uZ0WZgt1Zh .slide-content {
  position: relative;
  border-radius: 4px;
  background: transparent;
  height: 100%;
  display: flex;
  overflow: visible;
  flex-flow: column nowrap;
}
.cid-uZ0WZgt1Zh .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uZ0WZgt1Zh .mbr-section-title {
  color: #000000;
  text-align: center;
  margin-bottom: 24px;
}
.cid-uZ0WZgt1Zh .mbr-text,
.cid-uZ0WZgt1Zh .mbr-section-btn {
  text-align: left;
}
.cid-uZ0WZgt1Zh .item-title {
  text-align: left;
}
.cid-uZ0WZgt1Zh .item-subtitle {
  text-align: left;
}
.cid-uZ0WZgt1Zh .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 40%;
  max-width: 596px;
}
@media (max-width: 768px) {
  .cid-uZ0WZgt1Zh .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uZ0WZgt1Zh .embla__button--next,
.cid-uZ0WZgt1Zh .embla__button--prev {
  display: flex;
}
.cid-uZ0WZgt1Zh .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: #fede00;
  color: #c8df52;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-uZ0WZgt1Zh .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uZ0WZgt1Zh .embla__button:hover {
  background: #fede00;
  color: #c8df52;
  transform: scale(1.05);
}
.cid-uZ0WZgt1Zh .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uZ0WZgt1Zh .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uZ0WZgt1Zh .embla__button {
    top: auto;
  }
}
.cid-uZ0WZgt1Zh .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uZ0WZgt1Zh .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uZ0WZgt1Zh .embla {
  position: relative;
  width: 100%;
}
.cid-uZ0WZgt1Zh .embla__viewport {
  overflow: visible;
  width: 100%;
}
.cid-uZ0WZgt1Zh .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uZ0WZgt1Zh .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uZ0WZgt1Zh .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uZ0WZgt1Zh .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-uZ0WZgt1Zh .title-block {
  justify-content: space-between;
  margin-bottom: 32px;
  align-items: center;
  padding-bottom: 56px;
  max-width: 715px;
  margin: auto;
}
.cid-uZ0WZgt1Zh .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-uZ0WZgt1Zh .card-title {
  margin-bottom: 18px;
  color: #000000;
  transition: 0.35s;
}
.cid-uZ0WZgt1Zh .card-text {
  margin-bottom: 17px;
  color: #000000;
}
.cid-uZ0WZgt1Zh H3 {
  color: #14142b;
  text-align: center;
}
.cid-uZ0WZgt1Zh .card-wrapper {
  border-radius: 0 0 30px 30px;
  background-color: #ffffff;
  padding: 34px 25px 54px 31px;
}
.cid-uZ0WZgt1Zh .date {
  margin-bottom: 24px;
  color: #000000;
}
.cid-uZ0WZgt1Zh .link-title {
  display: inline-block;
}
.cid-uZ0WZgt1Zh .margin {
  margin-right: 14px;
}
.cid-uZ0WZgt1Zh .button-color {
  padding: 1rem 1.5625rem !important;
  border-radius: 1000px !important;
  display: inline-block;
  line-height: 20px;
  background-color: #e7f1ea;
  color: #000000;
}
.cid-uZ0WZgt1Zh .link-row {
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uZ0WZgt1Zh .link-row {
    display: block;
  }
}
@media (max-width: 530px) {
  .cid-uZ0WZgt1Zh .card-wrapper {
    border-radius: 0 0 30px 30px;
  }
}
@media (max-width: 480px) {
  .cid-uZ0WZgt1Zh .card-wrapper {
    border-radius: 0 0 30px 30px;
  }
}
.cid-uZ0WZgt1Zh .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-uZ0WZgt1Zh .inner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}
.cid-uZ0WZgt1Zh .shadow:hover {
  transform: translate(0px, -6px);
  box-shadow: 0 10px 20px 0 rgba(8, 15, 52, 0.1) !important;
}
.cid-uZ0WZgt1Zh .shadow:hover a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption),
.cid-uZ0WZgt1Zh .shadow:hover .mbr-iconfont,
.cid-uZ0WZgt1Zh .shadow:hover .number,
.cid-uZ0WZgt1Zh .shadow:hover .card-title {
  color: #c6ad00 !important;
}
.cid-uZ0WZgt1Zh .shadow:hover .inner {
  transform: scale(1.1);
}
@media (max-width: 992px) {
  .cid-uZ0WZgt1Zh .col-auto .card-button {
    margin-bottom: 16px;
  }
}
.cid-uZ0WZgt1Zh .col-auto .card-button .btn {
  padding: 0;
  display: flex;
  flex-direction: row-reverse;
  border: none;
}
.cid-uZ0WZgt1Zh .col-auto .card-button .btn .mbr-iconfont {
  padding-left: 0;
  padding-right: 8px;
}
.cid-uZ0WZgt1Zh .col-auto .card-button .btn-primary,
.cid-uZ0WZgt1Zh .col-auto .card-button .btn-secondary,
.cid-uZ0WZgt1Zh .col-auto .card-button .btn-success,
.cid-uZ0WZgt1Zh .col-auto .card-button .btn-info,
.cid-uZ0WZgt1Zh .col-auto .card-button .btn-warning,
.cid-uZ0WZgt1Zh .col-auto .card-button .btn-danger,
.cid-uZ0WZgt1Zh .col-auto .card-button .btn-black,
.cid-uZ0WZgt1Zh .col-auto .card-button .btn-white {
  padding: 14px 18px;
}
.cid-uZ0WZgvPTo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZ0WZgvPTo .mbr-section-subtitle {
  color: #8c8c95;
  text-align: left;
  margin: auto;
  margin-bottom: 24px;
}
.cid-uZ0WZgvPTo .mbr-section-title {
  text-align: left;
  color: #14142b;
  margin-bottom: 20px;
  margin-top: 40px;
}
.cid-uZ0WZgvPTo .row {
  align-items: center;
  height: 100%;
}
.cid-uZ0WZgvPTo .wrapper {
  margin: auto;
}
.cid-uZ0WZgvPTo .t1 {
  margin-bottom: 24px;
}
.cid-uZ0WZgvPTo .line {
  height: 1px;
  width: 100%;
  background-color: #000000;
}
.cid-uZ0WZgvPTo .line1 {
  margin-bottom: 60px;
}
.cid-uZ0WZgvPTo .line2 {
  margin-top: 60px;
}
@media (max-width: 576px) {
  .cid-uZ0WZgvPTo .t {
    padding-top: 20px;
  }
}
.cid-uZ0WZgvakH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e7f1ea;
}
.cid-uZ0WZgvakH .row {
  align-items: center;
  justify-content: space-between;
}
.cid-uZ0WZgvakH .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  line-height: 1.171em;
  color: #000000;
}
.cid-uZ0WZgvakH .mbr-section-subtitle {
  color: #4c4c4c;
  width: 100%;
  text-align: left;
}
.cid-uZ0WZgvakH .mbr-text {
  color: #5f5d68;
  margin-bottom: 28px;
}
.cid-uZ0WZgvakH .right-side {
  max-width: 554px;
}
.cid-uZ0WZgvakH .mbr-section-btn {
  width: auto;
  display: block;
}
.cid-uZ0WZgvakH .margin {
  margin-right: 14px;
}
.cid-uZ0WZgvakH .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-uZ0WZgvakH .socicon-bg-youtube {
  background-color: #0a7029;
  color: #ffffff;
}
.cid-uZ0WZgvakH .socicon-bg-facebook {
  background-color: #fede00;
  color: #000000;
}
.cid-uZ0WZgvakH .socicon-bg-twitter {
  background-color: #c8df52;
  color: #000000;
}
.cid-uZ0WZgvakH .socicon-bg-pinterest {
  background-color: #0a7029;
  color: #ffffff;
}
.cid-uZ0WZgvakH .socicon-bg-mail {
  background-color: #fede00;
  color: #000000;
}
.cid-uZ0WZgvakH .mbr-iconfont {
  margin-left: 0;
  margin-right: 0;
}
.cid-uZ0WZgvakH .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-uZ0WZgvakH .btn-social .mbr-iconfont {
  top: 0;
  line-height: 22px;
  width: 22px;
}
.cid-uZ0WZgvakH .btn-social + .btn {
  margin-left: 0.1rem;
}
.cid-uZ0WZgvakH img {
  width: 186px;
  height: 186px;
  border-radius: 50%;
  margin-bottom: 17px;
}
.cid-uZ0WZgvakH .mbr-social-likes {
  max-width: 454px;
}
.cid-uZ0WZgvakH .card-title {
  margin-bottom: 4px;
  color: #000000;
}
.cid-uZ0WZgvakH .card-subtitle {
  margin-bottom: 21px;
  color: #000000;
}
.cid-uZ0WZgvakH .card-text {
  margin-bottom: 40px;
  color: #8c8c95;
}
@media (max-width: 768px) {
  .cid-uZ0WZgvakH .shadow {
    margin-top: 30px;
  }
}
@media (max-width: 1010px) {
  .cid-uZ0WZgvakH .margin {
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .cid-uZ0WZgvakH .button-align {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 992px) {
  .cid-uZ0WZgvakH .shadow {
    margin: auto;
  }
  .cid-uZ0WZgvakH .right-side {
    max-width: initial;
    margin-bottom: 50px;
  }
}
.cid-uZ0WZgvakH .btn {
  margin-top: 20px;
}
.cid-uZ0WZgvakH a.btn > span {
  margin-left: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZ0WZgvakH .card.home-about-host {
    padding: 52px 40px 54px;
  }
}
@media (max-width: 479px) {
  .cid-uZ0WZgvakH .card.home-about-host {
    padding: 43px 25px 45px;
  }
}
.cid-uZ0WZgvakH .mbr-text,
.cid-uZ0WZgvakH .button-align {
  color: #000000;
}
.cid-uZ0WZgvakH .card-text,
.cid-uZ0WZgvakH .mbr-social-likes {
  color: #000000;
}
.cid-uZ0WZgwIqu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZ0WZgwIqu .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-uZ0WZgwIqu .title-block {
  justify-content: space-between;
  margin-bottom: 32px;
  align-items: center;
  padding-bottom: 56px;
  max-width: 715px;
  margin: auto;
}
.cid-uZ0WZgwIqu .wrapper {
  padding: 0rem;
}
.cid-uZ0WZgwIqu .icon-left {
  margin-right: 0.1rem;
}
.cid-uZ0WZgwIqu .icon-right {
  margin-left: 0.1rem;
}
.cid-uZ0WZgwIqu .card-wrapper {
  padding: 30px 15px;
  margin: 0 15px;
  width: auto;
  max-width: 100%;
}
.cid-uZ0WZgwIqu .card-title {
  font-weight: 700;
  padding: 10px 20px 10px;
  color: #4c4c4c;
  text-align: left;
  text-transform: uppercase;
}
.cid-uZ0WZgwIqu .card-subtitle {
  text-align: left;
  color: #000000;
}
.cid-uZ0WZgwIqu .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-uZ0WZgwIqu .iconfont-wrapper {
  text-align: left;
  margin-bottom: 16px;
}
.cid-uZ0WZgwIqu .iconfont-wrapper .mbr-iconfont {
  color: #fede00;
}
.cid-uZ0WZgwIqu .card-text {
  margin-bottom: 16px;
  text-align: left;
}
.cid-uZ0WZgwIqu .margin {
  margin-right: 14px;
}
.cid-uZ0WZgwIqu .button-align {
  margin-top: 56px;
  text-align: center;
}
.cid-uZ0WZgwIqu .mbr-section-btn {
  width: auto;
  display: inline;
}
.cid-uZ0WZgwIqu .people {
  align-items: center;
}
.cid-uZ0WZgwIqu .item-wrapper {
  width: 100%;
}
.cid-uZ0WZgwIqu .mbr-section-title {
  text-align: center;
  margin-bottom: 16px;
  color: #000000;
}
.cid-uZ0WZgwIqu img {
  border-radius: 10%;
  height: 128px;
  width: 128px;
  margin: 0;
}
.cid-uZ0WZgwIqu .mbr-iconfont::before {
  font-size: 25px;
}
.cid-uZ0WZgwIqu .card-text,
.cid-uZ0WZgwIqu .iconfont-wrapper {
  color: #8c8c95;
}
.cid-uZ0WZgwIqu .card-subtitle,
.cid-uZ0WZgwIqu .card-subtitle2 {
  display: inline;
}
.cid-uZ0WZgwIqu .card-subtitle2 {
  color: #000000;
}
@media (max-width: 576px) {
  .cid-uZ0WZgwIqu .col-12.col-sm-6:first-child {
    padding-bottom: 20px;
  }
}
@media (max-width: 860px) {
  .cid-uZ0WZgwIqu .row.people {
    flex-direction: column;
    align-items: initial;
  }
  .cid-uZ0WZgwIqu img {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .cid-uZ0WZgwIqu .shadow {
    padding-top: 40px;
    padding-bottom: 43px;
  }
}
@media (max-width: 479px) {
  .cid-uZ0WZgwIqu .shadow {
    padding: 33px 25px 36px;
  }
}
.cid-uZ0WZgwIqu .card-text,
.cid-uZ0WZgwIqu .iconfont-wrapper,
.cid-uZ0WZgwIqu .align {
  color: #000000;
}
.cid-uZ0WZgxYN7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZ0WZgxYN7 img {
  border-radius: 0px;
}
.cid-uZ0WZgxYN7 .row {
  justify-content: center;
}
.cid-uZ0WZgxYN7 .mbr-section-title {
  margin-top: 24px;
  text-align: center;
  color: #000000;
}
.cid-uZ0WZgxZaE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZ0WZgxZaE .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-uZ0WZgxZaE .title-block {
  justify-content: space-between;
  margin: auto;
  margin-bottom: 58px;
  align-items: center;
  max-width: 571px;
}
.cid-uZ0WZgxZaE .card-title {
  color: #4c4c4c;
  text-align: left;
  margin-bottom: 16px;
}
.cid-uZ0WZgxZaE H3 {
  color: #1d1d1f;
}
.cid-uZ0WZgxZaE .card-subtitle {
  text-align: left;
}
.cid-uZ0WZgxZaE .button-align {
  margin-top: 56px;
  text-align: center;
}
.cid-uZ0WZgxZaE .mbr-section-btn {
  width: auto;
  display: inline-block;
}
.cid-uZ0WZgxZaE .card-title,
.cid-uZ0WZgxZaE .iconfont-wrapper {
  text-align: center;
  color: #14142b;
}
.cid-uZ0WZgxZaE .mbr-section-title {
  text-align: center;
  margin-bottom: 24px;
  color: #000000;
}
.cid-uZ0WZgxZaE .card-text {
  color: #8c8c95;
}
.cid-uZ0WZgxZaE .year-title {
  text-align: center;
  color: #000000;
  margin-bottom: 20px;
  position: relative;
}
.cid-uZ0WZgxZaE .year-subtitle {
  text-align: center;
  color: #000000;
}
.cid-uZ0WZgxZaE .line {
  width: 20px;
  background-color: #000000;
  height: 2px;
  margin-top: -20px;
}
.cid-uZ0WZgxZaE .accent {
  width: 25px;
  min-height: 25px;
  min-width: 25px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  border-radius: 1000px;
}
.cid-uZ0WZgxZaE .accent1 {
  background-color: #0a7029;
}
.cid-uZ0WZgxZaE .accent2 {
  background-color: #fede00;
}
.cid-uZ0WZgxZaE .accent3 {
  background-color: #c8df52;
}
.cid-uZ0WZgxZaE .accent4 {
  background-color: #0a7029;
}
.cid-uZ0WZgxZaE .accent5 {
  background-color: #fede00;
}
.cid-uZ0WZgxZaE .timeline {
  align-items: center;
}
.cid-uZ0WZgxZaE .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-uZ0WZgxZaE .year-title.year1:before {
  background-color: #0a7029;
}
.cid-uZ0WZgxZaE .year-title.year2:before {
  background-color: #fede00;
}
.cid-uZ0WZgxZaE .year-title.year3:before {
  background-color: #c8df52;
}
.cid-uZ0WZgxZaE .year-title.year4:before {
  background-color: #0a7029;
}
.cid-uZ0WZgxZaE .year-title.year5:before {
  background-color: #fede00;
}
.cid-uZ0WZgxZaE .timeline-year-accent {
  width: 25px;
  min-height: 25px;
}
@media (max-width: 1120px) {
  .cid-uZ0WZgxZaE .main {
    display: flex;
    justify-content: space-between;
    max-width: 849px;
  }
  .cid-uZ0WZgxZaE .timeline.row {
    flex-direction: column;
    position: relative;
    max-width: 307px;
  }
  .cid-uZ0WZgxZaE .year {
    flex-direction: row;
  }
  .cid-uZ0WZgxZaE .year-title {
    text-align: left;
    margin-bottom: 4px;
  }
  .cid-uZ0WZgxZaE .year-title:before {
    display: block;
  }
  .cid-uZ0WZgxZaE .accent {
    display: none;
  }
  .cid-uZ0WZgxZaE .row.title-block {
    margin: initial;
    max-width: 407px;
    align-items: flex-start;
  }
  .cid-uZ0WZgxZaE .line {
    display: none;
  }
  .cid-uZ0WZgxZaE .line1 {
    display: block;
    height: 100%;
    width: 2px;
    background-color: #e2e3e9;
    margin-top: -20px;
    margin-left: -15px;
    padding: 0 !important;
    position: absolute;
    left: 0;
  }
  .cid-uZ0WZgxZaE .year-subtitle {
    margin-bottom: 60px;
    text-align: left;
  }
  .cid-uZ0WZgxZaE .row.title-block > .col-12 {
    padding: 0 !important;
  }
}
.cid-uZ0WZgxZaE .no-padd {
  margin-bottom: 0px !important;
}
@media (max-width: 750px) {
  .cid-uZ0WZgxZaE .main {
    flex-direction: column;
  }
  .cid-uZ0WZgxZaE .row.title-block,
  .cid-uZ0WZgxZaE .timeline {
    margin: auto;
  }
  .cid-uZ0WZgxZaE .row.title-block {
    padding-bottom: 40px;
    width: 90%;
  }
  .cid-uZ0WZgxZaE .button-align {
    margin-top: 16px;
  }
}
.cid-uZ0WZgxZaE .btn {
  margin-top: 20px;
}
.cid-uZ0WZgxZaE a.btn > span {
  margin-left: 0.5rem;
}
.cid-uZ0WZgGUJt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZ0WZgGUJt .mbr-section-subtitle {
  color: #000000;
  text-align: center;
  max-width: 552px;
  margin: auto;
}
.cid-uZ0WZgGUJt .mbr-section-title {
  text-align: center;
  color: #000000;
  padding-bottom: 24px;
}
.cid-uZ0WZgGUJt .row {
  align-items: center;
  height: 100%;
}
.cid-uZ0WZgGUJt .wrapper {
  margin: auto;
}
.cid-uZ0WZgGUJt .subtitle {
  display: inline;
  width: auto;
  color: #000000;
}
.cid-uZ0WZgGUJt .mbr-section-btn {
  display: inline;
  width: auto;
  margin-right: 25px;
}
.cid-uZ0WZgGUJt .title-block {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 24px;
}
.cid-uZ0WZgGUJt a.btn {
  padding: 16px 25px !important;
}
@media (max-width: 340px) {
  .cid-uZ0WZgGUJt .title-block {
    display: flex;
    flex-direction: column;
  }
  .cid-uZ0WZgGUJt .mbr-section-btn {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.cid-uZ0WZgH9DL {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uZ0WZgH9DL .display-4 > .mbr-iconfont {
  font-size: 16px;
}
.cid-uZ0WZgH9DL .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-uZ0WZgH9DL .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-uZ0WZgH9DL .shadow:hover {
  transform: translate(0px, -6px);
  box-shadow: 0 10px 20px 0 rgba(8, 15, 52, 0.1) !important;
}
.cid-uZ0WZgH9DL .shadow:hover a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption),
.cid-uZ0WZgH9DL .shadow:hover .mbr-iconfont,
.cid-uZ0WZgH9DL .shadow:hover .number,
.cid-uZ0WZgH9DL .shadow:hover .card-title {
  color: #c6ad00 !important;
}
.cid-uZ0WZgH9DL .shadow:hover .inner {
  transform: scale(1.1);
}
.cid-uZ0WZgH9DL .card-title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-uZ0WZgH9DL .title-block {
  margin-bottom: 56px;
}
.cid-uZ0WZgH9DL .card-text {
  margin-bottom: 42px;
  color: #000000;
}
.cid-uZ0WZgH9DL H3 {
  color: #14142b;
  text-align: center;
}
.cid-uZ0WZgH9DL .inner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}
.cid-uZ0WZgH9DL .card-wrapper {
  border-radius: 0 30px 30px 0px;
  background-color: #ffffff;
  padding: 60px 71px;
}
.cid-uZ0WZgH9DL .mbr-iconfont {
  transition: 0.3s;
  margin-right: 5px;
}
.cid-uZ0WZgH9DL .link-title {
  display: inline-block;
}
.cid-uZ0WZgH9DL .episode {
  color: #ffffff;
}
.cid-uZ0WZgH9DL .img-title {
  color: #ffffff;
}
.cid-uZ0WZgH9DL .margin {
  margin-right: 14px;
}
.cid-uZ0WZgH9DL .mbr-section-btn {
  width: auto;
  display: inline;
}
.cid-uZ0WZgH9DL .button-color {
  padding: 14px 18px !important;
  border-radius: 1000px !important;
  display: inline-block;
  line-height: 20px;
  background-color: #e7f1ea;
  color: #000000;
}
.cid-uZ0WZgH9DL .position {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
.cid-uZ0WZgH9DL .link-row,
.cid-uZ0WZgH9DL .title-block {
  align-items: center;
}
.cid-uZ0WZgH9DL .line {
  width: 100%;
  height: 1px;
  background-color: #e7f1ea;
  margin-bottom: 35px;
}
.cid-uZ0WZgH9DL .mbr-section-title {
  color: #000000;
}
@media (max-width: 900px) {
  .cid-uZ0WZgH9DL .card-wrapper {
    padding: 40px 31px;
  }
}
@media (max-width: 820px) {
  .cid-uZ0WZgH9DL .card-wrapper {
    padding: 25px 31px;
  }
}
@media (max-width: 1095px) {
  .cid-uZ0WZgH9DL .wrap-img {
    height: 430px;
  }
}
@media (max-width: 765px) {
  .cid-uZ0WZgH9DL .shadow {
    display: flex;
    flex-direction: column;
  }
  .cid-uZ0WZgH9DL .title-block {
    flex-direction: column;
  }
  .cid-uZ0WZgH9DL .mbr-section-subtitle {
    margin-bottom: 30px;
    text-align: center;
  }
  .cid-uZ0WZgH9DL .wrap-img {
    height: 361px;
    width: 100%;
    border-radius: 30px 30px 0 0;
  }
  .cid-uZ0WZgH9DL .card-wrapper {
    padding: 24px 25px 34px 25px;
  }
}
.cid-uZ0WZgH9DL .card-title,
.cid-uZ0WZgH9DL span {
  transition: 0.35s;
}
.cid-uZ0WZgH9DL .item {
  margin-bottom: 32px;
}
.cid-uZ0WZgH9DL .link-row {
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uZ0WZgH9DL .link-row {
    display: block;
  }
}
.cid-uZ0WZgH9DL .col-auto .card-button {
  display: block;
}
@media (max-width: 992px) {
  .cid-uZ0WZgH9DL .col-auto .card-button {
    margin-bottom: 16px;
  }
}
.cid-uZ0WZgH9DL .col-auto .card-button .btn {
  padding: 0;
  display: inline-flex;
  flex-direction: row-reverse;
  border: none;
}
.cid-uZ0WZgH9DL .col-auto .card-button .btn .mbr-iconfont {
  padding-left: 0;
  padding-right: 8px;
}
.cid-uZ0WZgH9DL .col-auto .card-button .btn-primary,
.cid-uZ0WZgH9DL .col-auto .card-button .btn-secondary,
.cid-uZ0WZgH9DL .col-auto .card-button .btn-success,
.cid-uZ0WZgH9DL .col-auto .card-button .btn-info,
.cid-uZ0WZgH9DL .col-auto .card-button .btn-warning,
.cid-uZ0WZgH9DL .col-auto .card-button .btn-danger,
.cid-uZ0WZgH9DL .col-auto .card-button .btn-black,
.cid-uZ0WZgH9DL .col-auto .card-button .btn-white {
  padding: 14px 18px;
}
.cid-uZ0WZgH9DL .mbr-section-subtitle {
  color: #000000;
}
.cid-uZ0WZgIPxU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZ0WZgIPxU .mbr-section-title {
  margin-bottom: 24px;
  line-height: 1.171em;
  color: #000000;
  display: inline-block;
}
.cid-uZ0WZgIPxU .mbr-text {
  color: #8c8c95;
  margin: 0 auto 26px;
  text-align: center;
  max-width: 739px;
}
.cid-uZ0WZgIPxU .button-align {
  text-align: center;
}
.cid-uZ0WZgIPxU .margin {
  margin-right: 14px;
}
.cid-uZ0WZgIPxU .mbr-section-btn {
  display: block;
}
@media (max-width: 440px) {
  .cid-uZ0WZgIPxU .margin {
    margin-right: 0px;
  }
}
.cid-uZ0WZgIPxU .btn {
  margin-top: 20px;
}
.cid-uZ0WZgIPxU a.btn > span {
  margin-left: 0.5rem;
}
.cid-uZ0WZgIPxU .mbr-text,
.cid-uZ0WZgIPxU .button-align {
  color: #000000;
}
.cid-uZ0WZgI3Xj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZ0WZgI3Xj .card-heading {
  padding-bottom: 32px;
  color: #000000;
}
.cid-uZ0WZgI3Xj .p {
  padding-bottom: 26px;
  color: #000000;
}
.cid-uZ0WZgI3Xj .p:last-child {
  padding-bottom: 0;
}
.cid-uZ0WZgI3Xj .row {
  justify-content: center;
}
.cid-uZ0WZgJXXQ {
  background-image: url("../images/cWcl0itfUrX2.jpeg");
}
.cid-uZ0WZgJXXQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ0WZgJXXQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ0WZgJLkg {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #e7f1ea;
}
.cid-uZ0WZgJLkg .display-4 > .mbr-iconfont {
  font-size: 16px;
}
.cid-uZ0WZgJLkg .mbr-section-title {
  margin-bottom: 56px;
}
.cid-uZ0WZgJLkg .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-uZ0WZgJLkg .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-uZ0WZgJLkg .inner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}
.cid-uZ0WZgJLkg .shadow:hover {
  transform: translate(0px, -6px);
  box-shadow: 0 10px 20px 0 rgba(8, 15, 52, 0.1) !important;
}
.cid-uZ0WZgJLkg .shadow:hover a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption),
.cid-uZ0WZgJLkg .shadow:hover .mbr-iconfont,
.cid-uZ0WZgJLkg .shadow:hover .number,
.cid-uZ0WZgJLkg .shadow:hover .card-title {
  color: #94ad1b !important;
}
.cid-uZ0WZgJLkg .shadow:hover .inner {
  transform: scale(1.1);
}
.cid-uZ0WZgJLkg .card-title {
  margin-bottom: 10px;
  transition: 0.35s;
  color: #000000;
}
.cid-uZ0WZgJLkg span,
.cid-uZ0WZgJLkg .number {
  transition: 0.35s;
}
.cid-uZ0WZgJLkg .card-text {
  margin-bottom: 32px;
  color: #000000;
}
@media (max-width: 990px) {
  .cid-uZ0WZgJLkg .card-wrapper {
    padding: 60px 30px 40px;
  }
}
@media (max-width: 574px) {
  .cid-uZ0WZgJLkg .card-wrapper {
    padding: 60px 30px 40px;
  }
}
.cid-uZ0WZgJLkg H3 {
  color: #14142b;
  text-align: center;
}
.cid-uZ0WZgJLkg .card-wrapper {
  border-radius: 0 0 30px 30px;
  background-color: #ffffff;
  padding: 37px 32px 43px;
  transform: translate(0px, 0px);
}
.cid-uZ0WZgJLkg .mbr-iconfont {
  transition: 0.3s;
  margin-right: 5px;
}
.cid-uZ0WZgJLkg .link-title {
  display: inline-block;
  color: #000000;
}
.cid-uZ0WZgJLkg .episode {
  color: #ffffff;
}
.cid-uZ0WZgJLkg .img-title {
  color: #ffffff;
}
.cid-uZ0WZgJLkg .margin {
  margin-right: 14px;
}
.cid-uZ0WZgJLkg .button-align {
  margin-top: 56px;
  text-align: center;
}
.cid-uZ0WZgJLkg .mbr-section-btn {
  width: auto;
  display: block;
}
.cid-uZ0WZgJLkg .title-block {
  margin-bottom: 32px;
  align-items: center;
}
.cid-uZ0WZgJLkg a.btn {
  display: inline-flex;
}
@media (max-width: 550px) {
  .cid-uZ0WZgJLkg .title-block {
    flex-direction: column;
  }
  .cid-uZ0WZgJLkg .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-uZ0WZgJLkg .card-wrapper {
    padding: 24px 25px 34px 25px;
  }
}
.cid-uZ0WZgJLkg .item.features-image {
  margin-top: 30px;
}
.cid-uZ0WZgJLkg .item.features-image:nth-child(1) {
  margin-top: 0px;
}
.cid-uZ0WZgJLkg .item.features-image:nth-child(2) {
  margin-top: 0px;
}
.cid-uZ0WZgJLkg .item.features-image:nth-child(3) {
  margin-top: 0px;
}
@media (max-width: 768px) {
  .cid-uZ0WZgJLkg .item.features-image:nth-child(2) {
    margin-top: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uZ0WZgJLkg .item.features-image:nth-child(3) {
    margin-top: 30px;
  }
}
.cid-uZ0WZgJLkg .link-row {
  align-items: center;
}
.cid-uZ0WZgJLkg .col-auto .card-button .btn {
  padding: 0;
  display: flex;
  flex-direction: row-reverse;
  border: none;
}
.cid-uZ0WZgJLkg .col-auto .card-button .btn .mbr-iconfont {
  padding-left: 0;
  padding-right: 8px;
}
.cid-uZ0WZgJLkg .col-auto .card-button .btn-primary,
.cid-uZ0WZgJLkg .col-auto .card-button .btn-secondary,
.cid-uZ0WZgJLkg .col-auto .card-button .btn-success,
.cid-uZ0WZgJLkg .col-auto .card-button .btn-info,
.cid-uZ0WZgJLkg .col-auto .card-button .btn-warning,
.cid-uZ0WZgJLkg .col-auto .card-button .btn-danger,
.cid-uZ0WZgJLkg .col-auto .card-button .btn-black,
.cid-uZ0WZgJLkg .col-auto .card-button .btn-white {
  padding: 14px 18px;
}
.cid-uZ0WZgJLkg .mbr-section-subtitle {
  color: #000000;
}
.cid-uZ0WZgJLkg .number {
  color: #000000;
}
.cid-uZ0WZgKWU3 {
  background-image: url("../images/1naZcXGeRWZx.jpg");
}
.cid-uZ0WZgKWU3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ0WZgKWU3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ0WZgLF7v {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e7f1ea;
}
.cid-uZ0WZgLF7v .mbr-section-subtitle {
  color: #000000;
  text-align: center;
  margin: auto;
}
.cid-uZ0WZgLF7v .mbr-section-title {
  text-align: center;
  color: #000000;
  padding-bottom: 24px;
  margin: auto;
}
.cid-uZ0WZgLF7v .row {
  align-items: center;
  height: 100%;
}
.cid-uZ0WZgLF7v .wrapper {
  margin: auto;
}
.cid-uZ0WZgLWaK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZ0WZgLWaK .mbr-section-title {
  margin-bottom: 24px;
  color: #000000;
  text-align: center;
}
.cid-uZ0WZgLWaK .link-title {
  width: 100%;
  display: inline-block;
}
.cid-uZ0WZgLWaK .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-uZ0WZgLWaK .item-wrapper {
  position: relative;
}
.cid-uZ0WZgLWaK .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-uZ0WZgLWaK .col-12.col-sm-6.col-lg-3:hover a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption),
.cid-uZ0WZgLWaK .col-12.col-sm-6.col-lg-3:hover .mbr-iconfont,
.cid-uZ0WZgLWaK .col-12.col-sm-6.col-lg-3:hover .number,
.cid-uZ0WZgLWaK .col-12.col-sm-6.col-lg-3:hover .card-title {
  color: #c6ad00 !important;
}
.cid-uZ0WZgLWaK .col-12.col-sm-6.col-lg-3:hover .inner {
  transform: scale(1.1);
}
.cid-uZ0WZgLWaK .card-title {
  transition: 0.35s;
  margin-bottom: 12px;
  color: #000000;
}
.cid-uZ0WZgLWaK .inner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
  border-radius: 30px;
}
.cid-uZ0WZgLWaK .card-text {
  margin-bottom: 33px;
  color: #8c8c95;
}
@media (min-width: 970px) and (max-width: 1100px) {
  .cid-uZ0WZgLWaK .card-wrapper {
    margin: 10px;
  }
}
@media (min-width: 575px) and (max-width: 990px) {
  .cid-uZ0WZgLWaK .col-12:nth-child(3) {
    padding-top: 50px;
  }
  .cid-uZ0WZgLWaK .col-12:nth-child(4) {
    padding-top: 50px;
  }
  .cid-uZ0WZgLWaK .card-wrapper {
    margin: 20px;
    padding: 60px 30px 40px;
  }
}
@media (max-width: 574px) {
  .cid-uZ0WZgLWaK .col-12 {
    padding-top: 50px;
  }
  .cid-uZ0WZgLWaK .col-12:first-child {
    padding-top: 0px;
  }
  .cid-uZ0WZgLWaK .wrap-img {
    margin-bottom: 30px;
  }
  .cid-uZ0WZgLWaK .card-wrapper {
    margin: 10px;
    padding: 60px 30px 40px;
  }
}
.cid-uZ0WZgLWaK .card-wrapper {
  border-radius: 0 0 30px 30px;
  background-color: #ffffff;
  padding: 37px 32px 43px;
}
.cid-uZ0WZgLWaK .mbr-iconfont {
  transition: 0.3s;
  margin-right: 5px;
}
.cid-uZ0WZgLWaK .episode {
  color: #ffffff;
}
.cid-uZ0WZgLWaK .img-title {
  color: #ffffff;
}
.cid-uZ0WZgLWaK .margin {
  margin-right: 14px;
}
.cid-uZ0WZgLWaK .button-align {
  margin-top: 56px;
  text-align: center;
}
.cid-uZ0WZgLWaK .mbr-section-btn {
  width: auto;
  display: inline;
  text-align: left;
}
.cid-uZ0WZgLWaK .title-block {
  padding-bottom: 30px;
  max-width: 493px;
  margin: auto;
}
.cid-uZ0WZgLWaK .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-uZ0WZgLWaK .display-4 > .mbr-iconfont {
  font-size: 16px;
}
.cid-uZ0WZgLWaK .card-button .btn {
  padding: 0;
  display: inline-flex;
  flex-direction: row-reverse;
  border: none;
}
.cid-uZ0WZgLWaK .card-button .btn .mbr-iconfont {
  padding-left: 0;
  padding-right: 8px;
}
.cid-uZ0WZgLWaK .card-button .btn-primary,
.cid-uZ0WZgLWaK .card-button .btn-secondary,
.cid-uZ0WZgLWaK .card-button .btn-success,
.cid-uZ0WZgLWaK .card-button .btn-info,
.cid-uZ0WZgLWaK .card-button .btn-warning,
.cid-uZ0WZgLWaK .card-button .btn-danger,
.cid-uZ0WZgLWaK .card-button .btn-black,
.cid-uZ0WZgLWaK .card-button .btn-white {
  padding: 14px 18px;
}
.cid-uZ0WZgLWaK .card-text,
.cid-uZ0WZgLWaK .link-title {
  color: #000000;
}
.cid-uZ0WZgNQHO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZ0WZgNQHO .mbr-section-subtitle {
  color: #000000;
  text-align: left;
  margin: auto;
  margin-bottom: 24px;
}
.cid-uZ0WZgNQHO .mbr-section-title {
  text-align: left;
  color: #000000;
  margin-bottom: 20px;
  margin-top: 40px;
}
.cid-uZ0WZgNQHO .row {
  align-items: center;
  height: 100%;
}
.cid-uZ0WZgNQHO .wrapper {
  margin: auto;
}
.cid-uZ0WZgNQHO .t1 {
  margin-bottom: 24px;
  color: #000000;
}
@media (max-width: 576px) {
  .cid-uZ0WZgNQHO .t {
    padding-top: 20px;
  }
}
.cid-uZ0WZgNQHO .list {
  list-style-type: none;
  margin-bottom: 12px;
  padding: 0;
  display: inline-flex;
  flex-wrap: wrap;
  color: #000000;
}
.cid-uZ0WZgNQHO .list .item-wrap {
  margin: 0 12px 12px 0;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}
.cid-uZ0WZgNQHO .list .item-wrap:hover,
.cid-uZ0WZgNQHO .list .item-wrap:focus {
  color: #c6ad00;
}
.cid-uZ0WZgNQHO a:hover,
.cid-uZ0WZgNQHO a:focus {
  color: #c6ad00 !important;
}
.cid-uZ0WZgNQHO .list,
.cid-uZ0WZgNQHO .item-wrap {
  color: #000000;
}
.cid-uZ0WZgNNJw {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uZ0WZgNNJw .display-4 > .mbr-iconfont {
  font-size: 16px;
}
.cid-uZ0WZgNNJw .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-uZ0WZgNNJw .inner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}
.cid-uZ0WZgNNJw .wrap-img {
  transition: all 300ms ease !important;
  overflow: hidden;
  width: 311px;
  height: 311px;
  border-radius: 30px;
  transform: translate(0px, 0px);
}
.cid-uZ0WZgNNJw .shadow:hover {
  transform: translate(0px, -6px);
  box-shadow: 0 10px 20px 0 rgba(8, 15, 52, 0.1) !important;
}
.cid-uZ0WZgNNJw .shadow:hover .card-title {
  color: #c6ad00 !important;
}
.cid-uZ0WZgNNJw .shadow:hover .inner {
  transform: scale(1.1);
}
.cid-uZ0WZgNNJw .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-uZ0WZgNNJw .card-text {
  margin-bottom: 42px;
  color: #000000;
}
.cid-uZ0WZgNNJw H3 {
  color: #14142b;
  text-align: center;
}
.cid-uZ0WZgNNJw .mbr-iconfont {
  transition: 0.3s;
  margin-left: 0;
}
.cid-uZ0WZgNNJw .link-title {
  display: inline-block;
}
.cid-uZ0WZgNNJw .button-color {
  padding: 14px 18px !important;
  border-radius: 1000px !important;
  display: inline-block;
  line-height: 20px;
  background-color: #e7f1ea;
  margin-bottom: 32px;
  color: #000000;
}
.cid-uZ0WZgNNJw .position {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
.cid-uZ0WZgNNJw .link-row,
.cid-uZ0WZgNNJw .title-block {
  align-items: center;
}
.cid-uZ0WZgNNJw .link2 {
  display: inline;
}
.cid-uZ0WZgNNJw .socicon-bg-youtube {
  background-color: #0a7029;
  color: #ffffff;
}
.cid-uZ0WZgNNJw .socicon-bg-facebook {
  background-color: #fede00;
  color: #000000 !important;
}
.cid-uZ0WZgNNJw .socicon-bg-twitter {
  background-color: #c8df52;
  color: #000000 !important;
}
.cid-uZ0WZgNNJw .socicon-bg-pinterest {
  background-color: #0a7029;
  color: #ffffff !important;
}
.cid-uZ0WZgNNJw .socicon-bg-mail {
  background-color: #fede00;
  color: #000000 !important;
}
.cid-uZ0WZgNNJw .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: #fede00;
  cursor: pointer;
}
.cid-uZ0WZgNNJw .btn-social .mbr-iconfont {
  top: 0;
  line-height: 22px;
  width: 22px;
}
.cid-uZ0WZgNNJw .btn-social + .btn {
  margin-left: 0.1rem;
}
.cid-uZ0WZgNNJw .bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uZ0WZgNNJw .bottom {
    display: block;
  }
}
.cid-uZ0WZgNNJw .right {
  margin-left: 8px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-uZ0WZgNNJw .mbr-social-likes {
  display: flex;
  align-items: center;
}
.cid-uZ0WZgNNJw .link1 {
  margin-right: 5px;
  color: #8c8c95;
}
.cid-uZ0WZgNNJw .al {
  align-items: center;
}
@media (max-width: 765px) {
  .cid-uZ0WZgNNJw .row.al {
    display: flex;
    flex-direction: column;
  }
  .cid-uZ0WZgNNJw .right {
    margin-left: 0;
  }
  .cid-uZ0WZgNNJw .wrap-img {
    margin-bottom: 30px;
    height: 640px;
    width: 640px;
  }
}
@media (max-width: 760px) {
  .cid-uZ0WZgNNJw .wrap-img {
    height: 540px;
    width: 540px;
  }
  .cid-uZ0WZgNNJw .bottom {
    display: flex;
    flex-direction: column;
  }
  .cid-uZ0WZgNNJw .mbr-social-likes {
    margin-top: 10px;
  }
}
@media (max-width: 665px) {
  .cid-uZ0WZgNNJw .wrap-img {
    height: 340px;
    width: 340px;
  }
}
@media (max-width: 460px) {
  .cid-uZ0WZgNNJw .wrap-img {
    height: 240px;
    width: 240px;
  }
  .cid-uZ0WZgNNJw .shadow {
    padding: 32px;
  }
  .cid-uZ0WZgNNJw .mbr-social-likes {
    display: flex;
  }
}
@media (max-width: 390px) {
  .cid-uZ0WZgNNJw .wrap-img {
    height: 240px;
    width: 240px;
  }
  .cid-uZ0WZgNNJw .shadow {
    padding: 32px;
  }
}
@media (max-width: 550px) {
  .cid-uZ0WZgNNJw .shadow {
    padding: 24px 25px 34px 25px;
  }
}
.cid-uZ0WZgNNJw .card-title,
.cid-uZ0WZgNNJw span {
  transition: 0.35s;
}
@media (max-width: 992px) {
  .cid-uZ0WZgNNJw .card-button {
    margin-bottom: 16px;
  }
}
.cid-uZ0WZgNNJw .card-button .btn {
  padding: 0;
  display: inline-flex;
  flex-direction: row-reverse;
  border: none;
}
.cid-uZ0WZgNNJw .card-button .btn .mbr-iconfont {
  padding-left: 0;
  padding-right: 8px;
}
.cid-uZ0WZgNNJw .card-button .btn-primary,
.cid-uZ0WZgNNJw .card-button .btn-secondary,
.cid-uZ0WZgNNJw .card-button .btn-success,
.cid-uZ0WZgNNJw .card-button .btn-info,
.cid-uZ0WZgNNJw .card-button .btn-warning,
.cid-uZ0WZgNNJw .card-button .btn-danger,
.cid-uZ0WZgNNJw .card-button .btn-black,
.cid-uZ0WZgNNJw .card-button .btn-white {
  padding: 14px 18px;
}
.cid-uZ0WZgNNJw .item {
  margin-bottom: 32px;
}
.cid-uZ0WZh1ol6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZ0WZh1ol6 .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-uZ0WZh1ol6 .bottom,
.cid-uZ0WZh1ol6 .card-title {
  color: #ffffff;
}
.cid-uZ0WZh1ol6 .card-title {
  margin-bottom: 18px;
  color: #000000;
}
@media (max-width: 1150px) {
  .cid-uZ0WZh1ol6 .card-wrapper {
    top: -20px;
  }
}
@media (max-width: 990px) {
  .cid-uZ0WZh1ol6 {
    padding-bottom: 0;
  }
  .cid-uZ0WZh1ol6 .card-wrapper {
    position: initial;
  }
  .cid-uZ0WZh1ol6 .card-box {
    padding: 10%;
  }
}
.cid-uZ0WZh1ol6 .bottom {
  color: #8c8c95;
}
.cid-uZ0WZh1ol6 .plus1 {
  color: #0a7029;
}
.cid-uZ0WZh1ol6 .plus2 {
  color: #fede00;
}
.cid-uZ0WZh1ol6 .plus3 {
  color: #c8df52;
}
.cid-uZ0WZh1ol6 .plus4 {
  color: #0a7029;
}
.cid-uZ0WZh1ol6 .card-title,
.cid-uZ0WZh1ol6 .bottom {
  text-align: center;
  color: #000000;
}
.cid-uZ0WZh2ayh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZ0WZh2ayh .card-heading {
  padding-top: 32px;
  padding-bottom: 16px;
  color: #000000;
}
.cid-uZ0WZh2ayh .p1 {
  padding-bottom: 24px;
  color: #272727;
}
.cid-uZ0WZh2ayh .p {
  color: #000000;
}
.cid-uZ0WZh2ayh .p:last-child {
  padding-bottom: 0;
}
.cid-uZ0WZh2ayh .row {
  justify-content: center;
}
.cid-uZ0WZh2ayh .heading {
  padding-bottom: 24px;
  color: #000000;
}
.cid-uZ0WZh2msR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZ0WZh2msR .card-title {
  padding-bottom: 18px;
  margin: 0;
  color: #000000;
}
.cid-uZ0WZh2msR .align-left {
  max-width: 547px;
}
.cid-uZ0WZh2msR .mbr-text,
.cid-uZ0WZh2msR .mbr-section-btn {
  color: #000000;
}
.cid-uZ0WZh2msR .left-side {
  margin-right: 20px;
}
.cid-uZ0WZh2msR .right-side {
  margin-left: 20px;
}
@media (max-width: 768px) {
  .cid-uZ0WZh2msR .left-side {
    margin-right: 0px;
  }
  .cid-uZ0WZh2msR .right-side {
    padding-top: 20px;
    margin-left: 0px;
  }
}
.cid-uZ0WZh3lv3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-uZ0WZh3lv3 .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-uZ0WZh3lv3 .plan .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
}
@media (max-width: 991px) {
  .cid-uZ0WZh3lv3 .align-center {
    margin-top: 2rem;
  }
  .cid-uZ0WZh3lv3 .align-center:first-child {
    margin-top: 0rem;
  }
  .cid-uZ0WZh3lv3 .align-center:nth-child(2) {
    margin-top: 0rem;
  }
}
.cid-uZ0WZh3lv3 .line {
  width: 100%;
  height: 1px;
  background-color: #000000;
  margin-bottom: 41px;
}
.cid-uZ0WZh3lv3 .list {
  text-align: left;
  margin-bottom: 54px;
}
.cid-uZ0WZh3lv3 .list2 {
  text-align: left;
  margin-bottom: 54px;
  color: #14142b;
}
.cid-uZ0WZh3lv3 .category {
  text-align: left;
  margin-bottom: 24px;
  color: #000000;
}
.cid-uZ0WZh3lv3 .link {
  text-align: left;
}
.cid-uZ0WZh3lv3 li {
  margin-bottom: 14px;
  display: flex;
  align-items: center;
}
.cid-uZ0WZh3lv3 li:last-child {
  margin-bottom: 0;
}
.cid-uZ0WZh3lv3 ul {
  padding-inline-start: 0px;
}
.cid-uZ0WZh3lv3 .card1 {
  background-color: #ffffff;
}
.cid-uZ0WZh3lv3 .card2 {
  background-color: #fede00;
}
.cid-uZ0WZh3lv3 .card3 {
  background-color: #ffffff;
}
@media (min-width: 990px) and (max-width: 1160px) {
  .cid-uZ0WZh3lv3 .plan {
    padding: 47px;
  }
}
.cid-uZ0WZh3lv3 a.btn {
  width: 100% !important;
  margin: auto;
}
.cid-uZ0WZh3lv3 .card {
  border: 1px solid #eff0f6;
}
.cid-uZ0WZh3lv3 .text {
  margin-bottom: 34px;
  text-align: left;
  color: #000000;
}
.cid-uZ0WZh3lv3 .text2 {
  margin-bottom: 34px;
  text-align: left;
  color: #000000;
}
.cid-uZ0WZh3lv3 .align {
  margin-bottom: 16px;
}
.cid-uZ0WZh3lv3 .name {
  margin-bottom: 9px;
}
.cid-uZ0WZh3lv3 .name2 {
  margin-bottom: 9px;
}
.cid-uZ0WZh3lv3 .price,
.cid-uZ0WZh3lv3 .month {
  display: inline !important;
}
.cid-uZ0WZh3lv3 .price2,
.cid-uZ0WZh3lv3 .month2 {
  display: inline !important;
}
.cid-uZ0WZh3lv3 .mbr-text {
  display: inline;
  width: 100%;
}
.cid-uZ0WZh3lv3 .month {
  width: auto;
  display: inline;
  color: #8c8c95;
}
.cid-uZ0WZh3lv3 .month2 {
  width: auto;
  display: inline;
  color: #14142b;
}
.cid-uZ0WZh3lv3 .mbr-iconfont {
  padding: 6px;
  background-color: #c8df52;
  color: #000000;
  font-size: 0.6rem;
  border-radius: 50%;
  margin-right: 6px;
}
.cid-uZ0WZh3lv3 .name,
.cid-uZ0WZh3lv3 .align {
  text-align: left;
  color: #000000;
}
.cid-uZ0WZh3lv3 .name2,
.cid-uZ0WZh3lv3 .align {
  text-align: left;
  color: #000000;
}
.cid-uZ0WZh3lv3 .price2 {
  text-align: left;
  color: #000000;
}
.cid-uZ0WZh3lv3 .category2 {
  margin-bottom: 24px;
  text-align: left;
  color: #000000;
}
.cid-uZ0WZh3lv3 .mbr-section-title {
  text-align: center;
  margin-bottom: 24px;
  color: #000000;
}
.cid-uZ0WZh3lv3 .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-uZ0WZh3lv3 .title-block {
  justify-content: space-between;
  margin-bottom: 32px;
  align-items: center;
  padding-bottom: 56px;
  max-width: 715px;
  margin: auto;
}
.cid-uZ0WZh3lv3 .card1:hover,
.cid-uZ0WZh3lv3 .card2:hover,
.cid-uZ0WZh3lv3 .card3:hover {
  transform: translate(0px, -6px);
}
@media (max-width: 576px) {
  .cid-uZ0WZh3lv3 .plan {
    padding: 57px 20px 51px;
  }
}
@media (max-width: 768px) {
  .cid-uZ0WZh3lv3 .align-center:nth-child(2) {
    margin-top: 2rem;
  }
}
.cid-uZ0WZh3lv3 a.btn > span {
  margin-left: 0.5rem;
  background-color: transparent;
}
.cid-uZ0WZh3lv3 .price {
  color: #000000;
}
.cid-uZ0WZh3lv3 .list,
.cid-uZ0WZh3lv3 .link {
  color: #000000;
}
.cid-uZ0WZh3lv3 .list2,
.cid-uZ0WZh3lv3 .link {
  color: #000000;
}
.cid-uZ0WZh4kOT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZ0WZh4kOT .card .card-header {
  background-color: #ffffff;
  margin-bottom: 0;
}
.cid-uZ0WZh4kOT .panel-title {
  display: flex;
  align-items: center;
}
.cid-uZ0WZh4kOT .mbr-iconfont {
  padding-right: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 3rem !important;
  color: #000000;
}
.cid-uZ0WZh4kOT .panel-body,
.cid-uZ0WZh4kOT .card-header {
  padding: 1rem 0;
}
.cid-uZ0WZh4kOT .panel-body {
  display: flex;
  justify-content: flex-end;
}
.cid-uZ0WZh4kOT .panel-title-edit {
  color: #000000;
  display: flex;
  align-items: center;
}
.cid-uZ0WZh4kOT .panel-text {
  max-width: 466px;
  color: #000000;
}
.cid-uZ0WZh4kOT .card-header {
  padding: 28px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07) !important;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #000000;
  border-radius: 24px;
}
.cid-uZ0WZh4kOT .section-head {
  margin-bottom: 56px;
}
.cid-uZ0WZh4kOT .card {
  margin-bottom: 32px;
}
.cid-uZ0WZh4kOT H3 {
  color: #14142b;
}
@media (max-width: 768px) {
  .cid-uZ0WZh4kOT .panel-text {
    width: 100%;
    max-width: initial;
  }
}
@media (max-width: 1000px) {
  .cid-uZ0WZh4kOT .panel-text {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-uZ0WZh4kOT .mbr-section-title {
  color: #000000;
}
.cid-uZ0WZh5CB7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZ0WZh5CB7 .right {
  display: flex;
  flex-direction: column;
}
.cid-uZ0WZh5CB7 .card-heading {
  padding-bottom: 32px;
  color: #000000;
}
.cid-uZ0WZh5CB7 .row {
  justify-content: center;
}
.cid-uZ0WZh5CB7 ul {
  padding-inline-start: 50px;
  margin-bottom: 0;
}
.cid-uZ0WZh5CB7 li {
  margin-bottom: 16px;
}
.cid-uZ0WZh5CB7 li:last-child {
  margin-bottom: 0;
}
.cid-uZ0WZh5CB7 a:hover,
.cid-uZ0WZh5CB7 a:focus {
  color: #3f69ff !important;
}
.cid-uZ0WZh5CB7 .list {
  color: #000000;
}
.cid-uZ0WZh6WDh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZ0WZh6WDh .mbr-section-subtitle {
  color: #000000;
  text-align: center;
  margin: auto;
  padding: 119px 95px;
  background-color: #fede00;
}
.cid-uZ0WZh6WDh .row {
  align-items: center;
  height: 100%;
}
.cid-uZ0WZh6WDh .wrapper {
  margin: auto;
}
@media (max-width: 770px) {
  .cid-uZ0WZh6WDh .mbr-section-subtitle {
    padding: 70px 75px;
  }
}
@media (max-width: 576px) {
  .cid-uZ0WZh6WDh .mbr-section-subtitle {
    padding: 45px 35px;
  }
}
.cid-uZ0WZh6Tmj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZ0WZh6Tmj .mbr-section-subtitle {
  color: #000000;
  text-align: center;
  max-width: 552px;
  margin: auto;
}
.cid-uZ0WZh6Tmj .mbr-section-title {
  text-align: center;
  color: #000000;
  padding-bottom: 24px;
  max-width: 752px;
  margin: auto;
}
.cid-uZ0WZh6Tmj .row {
  align-items: center;
  height: 100%;
}
.cid-uZ0WZh6Tmj .wrapper {
  margin: auto;
}
.cid-uZ0WZh6FJl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZ0WZh6FJl .card {
  padding: 120px 74px 120px 76px;
  background: #01170a;
  border-radius: 30px;
}
.cid-uZ0WZh6FJl .align {
  align-items: center;
}
.cid-uZ0WZh6FJl .mbr-section-title {
  text-align: left;
  color: #FFFFFF;
}
.cid-uZ0WZh6FJl .btn {
  border-radius: 80px;
  padding: 24px 40px;
}
.cid-uZ0WZh6FJl .btn:hover {
  transform: initial !important;
}
.cid-uZ0WZh6FJl .form-group.col-12 {
  border-radius: 100px !important;
  padding-left: 26px;
}
.cid-uZ0WZh6FJl .button {
  right: 1px;
  top: 11px;
}
.cid-uZ0WZh6FJl .form-control {
  background-color: #ffffff;
  border-radius: 0;
  border: none !important;
  box-shadow: none;
  padding: 16px 0px;
  height: 50px;
}
.cid-uZ0WZh6FJl .form-control:hover {
  box-shadow: none;
}
.cid-uZ0WZh6FJl .form-group {
  margin-bottom: 0;
  position: relative;
  background-color: #ffffff;
  padding: 16px 18px;
  border-radius: 100px !important;
}
.cid-uZ0WZh6FJl .text-part {
  max-width: 405px;
  margin-right: 20px;
}
.cid-uZ0WZh6FJl .form-part {
  width: 550px;
}
.cid-uZ0WZh6FJl 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-uZ0WZh6FJl input:hover {
  border-color: #14142b !important;
}
.cid-uZ0WZh6FJl textarea:hover {
  border-color: #14142b !important;
}
.cid-uZ0WZh6FJl input:focus {
  border-color: #14142b !important;
}
.cid-uZ0WZh6FJl textarea:focus {
  border-color: #14142b !important;
}
.cid-uZ0WZh6FJl .col-lg-12.col-md-12.col-sm-12.form-group {
  border-radius: 30px !important;
  padding: 30px !important;
}
@media (max-width: 1125px) {
  .cid-uZ0WZh6FJl .mbr-section-title {
    padding-bottom: 30px;
    text-align: center;
    max-width: initial;
    width: 100%;
  }
  .cid-uZ0WZh6FJl .form-part {
    width: 100%;
  }
  .cid-uZ0WZh6FJl .text-part {
    max-width: initial;
    width: 100%;
    margin-right: 0;
  }
  .cid-uZ0WZh6FJl .form-group.col-12 {
    padding-right: 8px;
    max-width: initial;
    width: 100%;
  }
}
@media (max-width: 630px) {
  .cid-uZ0WZh6FJl .form-group.col-12.col-lg {
    background-color: transparent;
    padding-left: 0;
    padding-right: 0;
    flex-direction: column;
  }
  .cid-uZ0WZh6FJl input.form-control {
    margin-bottom: 20px;
    height: 64px;
    width: 100%;
    border-radius: 100px;
    padding: 8px 16px;
  }
  .cid-uZ0WZh6FJl .card {
    padding: 61px 25px;
  }
  .cid-uZ0WZh6FJl button {
    width: 100%;
  }
  .cid-uZ0WZh6FJl .col-auto.button {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
    width: 100%;
  }
}
.cid-uZ0WZh6FJl a.btn > span {
  margin-left: 0.5rem;
}
.cid-uZ0WZh6FJl .form-group.col-12.col-lg {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uZ0WZh7rWw {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uZ0WZh7rWw .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-uZ0WZh7rWw .card-subtitle {
  color: #14142b;
  padding: 16px 25px;
  border-radius: 1000px;
  background-color: #e7f1ea;
  display: inline-block;
  margin-bottom: 32px;
  text-align: center;
}
.cid-uZ0WZh7rWw ul {
  padding-inline-start: 50px;
  margin-bottom: 0;
  padding-left: 0;
  list-style-position: inside;
}
.cid-uZ0WZh7rWw li {
  margin-bottom: 16px;
}
.cid-uZ0WZh7rWw li:last-child {
  margin-bottom: 0;
}
@media (max-width: 470px) {
  .cid-uZ0WZh7rWw .shadow {
    padding: 40px;
  }
}
.cid-uZ0WZh7rWw .list {
  color: #000000;
  text-align: left;
}
.cid-uZ0WZh7rWw .card-subtitle,
.cid-uZ0WZh7rWw .align {
  text-align: left;
  color: #000000;
}
.cid-uZ0WZh81rJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #e7f1ea;
}
.cid-uZ0WZh81rJ .mbr-text {
  color: #000000;
}
.cid-uZ0WZh81rJ .line {
  height: 1px;
  width: 100%;
  background-color: #000000;
  margin-bottom: 32px;
}
