.btn {
  border-radius: 80px;
}
body {
  font-family: Space Grotesk;
}
.display-1 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 4.375rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.46875rem;
}
.display-2 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 2.375rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.96875rem;
}
.display-4 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.40625rem;
}
.display-5 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-7 {
  font-family: 'Space Grotesk', 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: #fedb01 !important;
}
.bg-success {
  background-color: #eff0f6 !important;
}
.bg-info {
  background-color: #3f69ff !important;
}
.bg-warning {
  background-color: #ff9417 !important;
}
.bg-danger {
  background-color: #179eff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #fedb01 !important;
  border-color: #fedb01 !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: #a89101 !important;
  border-color: #a89101 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #000000 !important;
  background-color: #a89101 !important;
  border-color: #a89101 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #8c8c95 !important;
  border-color: #8c8c95 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #616169 !important;
  border-color: #616169 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #616169 !important;
  border-color: #616169 !important;
}
.btn-info,
.btn-info:active {
  background-color: #3f69ff !important;
  border-color: #3f69ff !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: #0033e7 !important;
  border-color: #0033e7 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #0033e7 !important;
  border-color: #0033e7 !important;
}
.btn-success,
.btn-success:active {
  background-color: #eff0f6 !important;
  border-color: #eff0f6 !important;
  color: #535c93 !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: #b8bcd7 !important;
  border-color: #b8bcd7 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #535c93 !important;
  background-color: #b8bcd7 !important;
  border-color: #b8bcd7 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ff9417 !important;
  border-color: #ff9417 !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: #bf6700 !important;
  border-color: #bf6700 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #bf6700 !important;
  border-color: #bf6700 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #179eff !important;
  border-color: #179eff !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: #006fbf !important;
  border-color: #006fbf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #006fbf !important;
  border-color: #006fbf !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: transparent;
  color: #fedb01;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #a89101 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #000000 !important;
  background-color: #fedb01 !important;
  border-color: #fedb01 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #8c8c95;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #616169 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #8c8c95 !important;
  border-color: #8c8c95 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #3f69ff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #0033e7 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #3f69ff !important;
  border-color: #3f69ff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #eff0f6;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #b8bcd7 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #535c93 !important;
  background-color: #eff0f6 !important;
  border-color: #eff0f6 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9417;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #bf6700 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9417 !important;
  border-color: #ff9417 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #179eff;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #006fbf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #179eff !important;
  border-color: #179eff !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  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: transparent!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: transparent;
  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: transparent!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: #fedb01 !important;
}
.text-secondary {
  color: #8c8c95 !important;
}
.text-success {
  color: #eff0f6 !important;
}
.text-info {
  color: #3f69ff !important;
}
.text-warning {
  color: #ff9417 !important;
}
.text-danger {
  color: #179eff !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #3f69ff !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #3f69ff !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #3f69ff !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #002fd8 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #3f69ff !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #3f69ff !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #3f69ff !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #3f69ff !important;
}
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: #fedb01;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #3f69ff;
}
.alert-warning {
  background-color: #ff9417;
}
.alert-danger {
  background-color: #179eff;
}
.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: #fedb01;
  border-color: #fedb01;
  color: #191600;
}
.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: #fff8cc;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fff2e3;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #e3f3ff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Space Grotesk', 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: #fedb01 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Space Grotesk', 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: #fedb01;
}
/* 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: #fedb01;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #fedb01;
}
.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: #fedb01;
  border-bottom-color: #fedb01;
}
.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: #fedb01 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #8c8c95 !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='%23fedb01' %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;
}
a.text-primary:hover {
  color: #3f69ff !important;
}
a.text-secondary:hover {
  color: #3f69ff !important;
}
a.text-success:hover {
  color: #3f69ff !important;
}
a.text-info:hover {
  color: #3f69ff !important;
}
a.text-warning:hover {
  color: #3f69ff !important;
}
a.text-danger:hover {
  color: #3f69ff !important;
}
a.text-white:hover {
  color: #3f69ff !important;
}
a.text-black:hover {
  color: #3f69ff !important;
}
.btn.btn-primary:hover {
  background-color: #14142b !important;
  border-color: #14142b !important;
  color: #ffffff !important;
}
.btn.btn-secondary {
  background: transparent !important;
  border: 1px solid #e2e3e9 !important;
  color: #14142b !important;
}
.btn.btn-secondary:hover {
  background: #e2e3e9 !important;
  color: #14142b !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;
}
button {
  background-color: transparent;
  border-color: transparent;
}
.navbar-toggler:focus {
  box-shadow: none;
}
.cid-sLs8a4PrRC .navbar-dropdown {
  position: relative !important;
}
.cid-sLs8a4PrRC .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-sLs8a4PrRC .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-sLs8a4PrRC .dropdown-item:hover,
.cid-sLs8a4PrRC .dropdown-item:focus {
  color: #fedb01 !important;
}
.cid-sLs8a4PrRC .nav-dropdown .link {
  padding: 0 0em !important;
  font-weight: 400;
}
.cid-sLs8a4PrRC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sLs8a4PrRC .nav-link {
  position: relative;
  padding: 0;
}
.cid-sLs8a4PrRC .container {
  display: flex;
  margin: auto;
}
.cid-sLs8a4PrRC .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sLs8a4PrRC .dropdown-menu,
.cid-sLs8a4PrRC .navbar.opened {
  background: #ffffff !important;
}
.cid-sLs8a4PrRC .nav-item:focus,
.cid-sLs8a4PrRC .nav-link:focus {
  outline: none;
}
.cid-sLs8a4PrRC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sLs8a4PrRC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sLs8a4PrRC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sLs8a4PrRC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sLs8a4PrRC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sLs8a4PrRC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sLs8a4PrRC .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: #ffffff;
}
.cid-sLs8a4PrRC .navbar.opened {
  transition: all 0.3s;
}
.cid-sLs8a4PrRC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sLs8a4PrRC .navbar .navbar-logo img {
  width: auto;
}
.cid-sLs8a4PrRC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sLs8a4PrRC .navbar.collapsed {
  justify-content: center;
}
.cid-sLs8a4PrRC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sLs8a4PrRC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sLs8a4PrRC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sLs8a4PrRC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sLs8a4PrRC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sLs8a4PrRC .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-sLs8a4PrRC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sLs8a4PrRC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sLs8a4PrRC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sLs8a4PrRC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sLs8a4PrRC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sLs8a4PrRC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sLs8a4PrRC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sLs8a4PrRC .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-sLs8a4PrRC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sLs8a4PrRC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sLs8a4PrRC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sLs8a4PrRC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sLs8a4PrRC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sLs8a4PrRC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sLs8a4PrRC .navbar.navbar-short {
  min-height: 60px;
}
.cid-sLs8a4PrRC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sLs8a4PrRC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sLs8a4PrRC .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-sLs8a4PrRC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sLs8a4PrRC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sLs8a4PrRC .dropdown-item.active,
.cid-sLs8a4PrRC .dropdown-item:active {
  background-color: transparent;
}
.cid-sLs8a4PrRC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sLs8a4PrRC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sLs8a4PrRC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sLs8a4PrRC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sLs8a4PrRC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sLs8a4PrRC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sLs8a4PrRC ul.navbar-nav {
  flex-wrap: wrap;
  padding-left: 20px;
}
.cid-sLs8a4PrRC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sLs8a4PrRC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sLs8a4PrRC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sLs8a4PrRC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sLs8a4PrRC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sLs8a4PrRC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sLs8a4PrRC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sLs8a4PrRC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sLs8a4PrRC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sLs8a4PrRC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sLs8a4PrRC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sLs8a4PrRC .navbar-dropdown {
  padding: 19px 1rem;
}
.cid-sLs8a4PrRC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sLs8a4PrRC .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-sLs8a4PrRC .navbar {
    height: 70px;
  }
  .cid-sLs8a4PrRC .navbar.opened {
    height: auto;
  }
  .cid-sLs8a4PrRC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sLs8a4PrRC a {
  display: inline;
}
.cid-sLs8a4PrRC img {
  display: inline;
  padding-right: 10px;
}
.cid-sLs8a4PrRC .dropdown-toggle:after {
  display: none;
}
.cid-sLs8a4PrRC .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-sLs8a4PrRC .dropdown-item:hover {
  color: #3f69ff !important;
}
@media (max-width: 990px) {
  .cid-sLs8a4PrRC .dropdown-menu {
    margin-top: 0px;
  }
  .cid-sLs8a4PrRC .nav-dropdown .link {
    margin: 0 !important;
  }
}
.cid-sLs8a4PrRC .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-sLs8a4PrRC .nav-item {
  margin-right: 32px;
}
.cid-sLs8a4PrRC .nav-item:last-child {
  margin-right: 0;
}
@media (max-width: 970px) {
  .cid-sLs8a4PrRC ul li {
    height: 45px;
    display: list-item;
  }
}
.cid-sLs8a4PrRC .navbar-collapse.collapsing .nav-item {
  height: 45px;
}
.cid-sLs8a4PrRC .navbar-collapse.collapse.show .nav-item {
  height: 45px;
}
.cid-sLs8a4PrRC .navbar-nav {
  margin: auto;
}
.cid-sLs8a4PrRC .navbar-collapse.collapse.show ul li {
  display: list-item;
}
.cid-sLs8a4PrRC .mbr-iconfont {
  margin-left: -5px;
  margin-right: 7px;
}
.cid-sLs8a4PrRC .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-sLs8a4PrRC .btn {
  border-radius: 1000px !important;
}
.cid-sLs8a4PrRC .navbar.collapsed .icons-menu {
  display: flex;
  flex-direction: column;
}
.cid-sLs8a4PrRC .navbar.collapsed .icons-menu .top {
  margin-top: 15px;
}
.cid-sLs8a4PrRC .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-sLs8a4PrRC .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.cid-sLs8a4PrRC .dropdown-item:focus {
  color: #3f69ff !important;
}
@media (max-width: 945px) {
  .cid-sLs8a4PrRC .icons-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-sLs8a4PrRC .top {
    margin-top: 25px;
  }
}
.cid-sLs8a4PrRC .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-sLs8a4PrRC .container,
  .cid-sLs8a4PrRC .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-sLs8a4PrRC li:last-child {
  margin-right: 0;
}
@media (max-width: 989px) {
  .cid-sLs8a4PrRC ul.navbar-nav {
    padding-left: 0;
  }
}
@media (max-width: 430px) {
  .cid-sLs8a4PrRC .icons-menu {
    min-width: initial !important;
  }
  .cid-sLs8a4PrRC a.btn {
    margin-top: 10px;
  }
}
.cid-sLs8a4PrRC a.btn > span {
  margin-left: 0.5rem;
}
.cid-sLs8aeGOXW {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #eff0f6;
}
.cid-sLs8aeGOXW .row {
  align-items: center;
  justify-content: space-between;
}
.cid-sLs8aeGOXW .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  line-height: 1.171em;
}
.cid-sLs8aeGOXW .mbr-section-subtitle {
  color: #4c4c4c;
  width: 100%;
  text-align: left;
}
.cid-sLs8aeGOXW .mbr-text {
  color: #8c8c95;
  margin-bottom: 36px;
}
.cid-sLs8aeGOXW .right-side {
  max-width: 554px;
}
.cid-sLs8aeGOXW .rs {
  margin-right: 60px;
}
.cid-sLs8aeGOXW .mbr-section-btn {
  width: auto;
  display: inline-block;
}
.cid-sLs8aeGOXW .margin {
  margin-right: 14px;
}
.cid-sLs8aeGOXW .gray {
  padding: 45px 0;
  background-color: #e2e3e9;
}
.cid-sLs8aeGOXW img {
  position: relative;
  right: 40px;
}
@media (max-width: 767px) {
  .cid-sLs8aeGOXW .gray {
    padding: 0px 0 5px;
  }
  .cid-sLs8aeGOXW img {
    right: initial;
    width: 90%;
    margin: auto;
    top: -35px;
  }
  .cid-sLs8aeGOXW .col-md-5 {
    padding-top: 90px;
  }
}
@media (max-width: 430px) {
  .cid-sLs8aeGOXW .b {
    margin-bottom: 10px;
  }
}
.cid-sLs8aeGOXW .btn {
  margin-top: 20px;
}
.cid-sLs8aeGOXW a.btn > span {
  margin-left: 0.5rem;
}
.cid-sLs8aPbhkE .container,
.cid-sLs8aPbhkE .container-fluid {
  padding: 0;
  width: 100% !important;
  max-width: 100% !important;
}
.cid-sLs8c9JpkQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #eff0f6;
}
.cid-sLs8c9JpkQ .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-sLs8c9JpkQ .team-card:hover {
  transform: translateY(-10px);
}
.cid-sLs8c9JpkQ .card-wrap {
  background: transparent;
}
.cid-sLs8c9JpkQ .card-wrap .image-wrap img {
  width: 100%;
}
.cid-sLs8c9JpkQ .social-row {
  padding-top: 20px;
  text-align: center;
}
.cid-sLs8c9JpkQ .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #9a0712;
  transition: all 0.3s;
}
.cid-sLs8c9JpkQ .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #9a0712;
  font-size: 1.5rem;
}
.cid-sLs8c9JpkQ .social-row .soc-item:hover {
  background-color: #9a0712;
}
.cid-sLs8c9JpkQ .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-sLs8c9JpkQ img {
  border-radius: 0px;
}
.cid-sLs8c9JpkQ .header {
  margin-bottom: 50px;
  align-items: center;
}
.cid-sLs8c9JpkQ .content-wrap {
  padding: 0;
}
.cid-sLs8c9JpkQ .mbr-role {
  color: #a3a6b2;
  margin: 0;
  padding-top: 20px;
}
.cid-sLs8c9JpkQ .card-title {
  margin: 0;
  padding-top: 20px;
}
.cid-sLs8c9JpkQ .card-text {
  margin: 0;
  padding-top: 20px;
}
@media (max-width: 1000px) {
  .cid-sLs8c9JpkQ .social-row {
    margin-bottom: 25px;
  }
}
.cid-sLs8c9JpkQ .mbr-section-title {
  text-align: center;
  color: #14142b;
}
.cid-sLs8c9JpkQ .card-title,
.cid-sLs8c9JpkQ .social-row {
  color: #ffffff;
}
.cid-sLsdruiUhQ {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sLsdruiUhQ .video-wrapper iframe {
  width: 100%;
}
.cid-sLsdruiUhQ .mbr-section-title,
.cid-sLsdruiUhQ .mbr-section-subtitle,
.cid-sLsdruiUhQ .mbr-text {
  text-align: center;
}
.cid-sLsdruiUhQ .mbr-section-title {
  margin-bottom: 30px;
  margin-top: 30px;
}
.cid-sLs8fZ2Q0C {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #eff0f6;
}
.cid-sLs8fZ2Q0C .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-sLs8fZ2Q0C .team-card:hover {
  transform: translateY(-10px);
}
.cid-sLs8fZ2Q0C .card-wrap {
  background: transparent;
}
.cid-sLs8fZ2Q0C .card-wrap .image-wrap img {
  width: 100%;
}
.cid-sLs8fZ2Q0C .social-row {
  padding-top: 20px;
  text-align: center;
}
.cid-sLs8fZ2Q0C .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #9a0712;
  transition: all 0.3s;
}
.cid-sLs8fZ2Q0C .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #9a0712;
  font-size: 1.5rem;
}
.cid-sLs8fZ2Q0C .social-row .soc-item:hover {
  background-color: #9a0712;
}
.cid-sLs8fZ2Q0C .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-sLs8fZ2Q0C img {
  border-radius: 0px;
}
.cid-sLs8fZ2Q0C .header {
  margin-bottom: 50px;
  align-items: center;
}
.cid-sLs8fZ2Q0C .content-wrap {
  padding: 0;
}
.cid-sLs8fZ2Q0C .mbr-role {
  color: #a3a6b2;
  margin: 0;
  padding-top: 20px;
}
.cid-sLs8fZ2Q0C .card-title {
  margin: 0;
  padding-top: 20px;
}
.cid-sLs8fZ2Q0C .card-text {
  margin: 0;
  padding-top: 20px;
}
@media (max-width: 1000px) {
  .cid-sLs8fZ2Q0C .social-row {
    margin-bottom: 25px;
  }
}
.cid-sLs8fZ2Q0C .mbr-section-title {
  text-align: center;
  color: #14142b;
}
.cid-sLs8fZ2Q0C .card-title,
.cid-sLs8fZ2Q0C .social-row {
  color: #ffffff;
}
.cid-sLs8hIbrRg {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #eff0f6;
}
.cid-sLs8hIbrRg .mbr-text {
  color: #8c8c95;
}
.cid-sLs8hIbrRg .line {
  height: 1px;
  width: 100%;
  background-color: #c2c2c2;
  margin-bottom: 32px;
}
.cid-sLs8a4PrRC .navbar-dropdown {
  position: relative !important;
}
.cid-sLs8a4PrRC .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-sLs8a4PrRC .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-sLs8a4PrRC .dropdown-item:hover,
.cid-sLs8a4PrRC .dropdown-item:focus {
  color: #fedb01 !important;
}
.cid-sLs8a4PrRC .nav-dropdown .link {
  padding: 0 0em !important;
  font-weight: 400;
}
.cid-sLs8a4PrRC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sLs8a4PrRC .nav-link {
  position: relative;
  padding: 0;
}
.cid-sLs8a4PrRC .container {
  display: flex;
  margin: auto;
}
.cid-sLs8a4PrRC .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sLs8a4PrRC .dropdown-menu,
.cid-sLs8a4PrRC .navbar.opened {
  background: #ffffff !important;
}
.cid-sLs8a4PrRC .nav-item:focus,
.cid-sLs8a4PrRC .nav-link:focus {
  outline: none;
}
.cid-sLs8a4PrRC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sLs8a4PrRC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sLs8a4PrRC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sLs8a4PrRC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sLs8a4PrRC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sLs8a4PrRC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sLs8a4PrRC .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: #ffffff;
}
.cid-sLs8a4PrRC .navbar.opened {
  transition: all 0.3s;
}
.cid-sLs8a4PrRC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sLs8a4PrRC .navbar .navbar-logo img {
  width: auto;
}
.cid-sLs8a4PrRC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sLs8a4PrRC .navbar.collapsed {
  justify-content: center;
}
.cid-sLs8a4PrRC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sLs8a4PrRC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sLs8a4PrRC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sLs8a4PrRC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sLs8a4PrRC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sLs8a4PrRC .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-sLs8a4PrRC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sLs8a4PrRC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sLs8a4PrRC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sLs8a4PrRC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sLs8a4PrRC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sLs8a4PrRC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sLs8a4PrRC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sLs8a4PrRC .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-sLs8a4PrRC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sLs8a4PrRC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sLs8a4PrRC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sLs8a4PrRC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sLs8a4PrRC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sLs8a4PrRC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sLs8a4PrRC .navbar.navbar-short {
  min-height: 60px;
}
.cid-sLs8a4PrRC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sLs8a4PrRC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sLs8a4PrRC .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-sLs8a4PrRC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sLs8a4PrRC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sLs8a4PrRC .dropdown-item.active,
.cid-sLs8a4PrRC .dropdown-item:active {
  background-color: transparent;
}
.cid-sLs8a4PrRC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sLs8a4PrRC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sLs8a4PrRC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sLs8a4PrRC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sLs8a4PrRC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sLs8a4PrRC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sLs8a4PrRC ul.navbar-nav {
  flex-wrap: wrap;
  padding-left: 20px;
}
.cid-sLs8a4PrRC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sLs8a4PrRC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sLs8a4PrRC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sLs8a4PrRC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sLs8a4PrRC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sLs8a4PrRC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sLs8a4PrRC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sLs8a4PrRC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sLs8a4PrRC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sLs8a4PrRC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sLs8a4PrRC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sLs8a4PrRC .navbar-dropdown {
  padding: 19px 1rem;
}
.cid-sLs8a4PrRC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sLs8a4PrRC .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-sLs8a4PrRC .navbar {
    height: 70px;
  }
  .cid-sLs8a4PrRC .navbar.opened {
    height: auto;
  }
  .cid-sLs8a4PrRC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sLs8a4PrRC a {
  display: inline;
}
.cid-sLs8a4PrRC img {
  display: inline;
  padding-right: 10px;
}
.cid-sLs8a4PrRC .dropdown-toggle:after {
  display: none;
}
.cid-sLs8a4PrRC .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-sLs8a4PrRC .dropdown-item:hover {
  color: #3f69ff !important;
}
@media (max-width: 990px) {
  .cid-sLs8a4PrRC .dropdown-menu {
    margin-top: 0px;
  }
  .cid-sLs8a4PrRC .nav-dropdown .link {
    margin: 0 !important;
  }
}
.cid-sLs8a4PrRC .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-sLs8a4PrRC .nav-item {
  margin-right: 32px;
}
.cid-sLs8a4PrRC .nav-item:last-child {
  margin-right: 0;
}
@media (max-width: 970px) {
  .cid-sLs8a4PrRC ul li {
    height: 45px;
    display: list-item;
  }
}
.cid-sLs8a4PrRC .navbar-collapse.collapsing .nav-item {
  height: 45px;
}
.cid-sLs8a4PrRC .navbar-collapse.collapse.show .nav-item {
  height: 45px;
}
.cid-sLs8a4PrRC .navbar-nav {
  margin: auto;
}
.cid-sLs8a4PrRC .navbar-collapse.collapse.show ul li {
  display: list-item;
}
.cid-sLs8a4PrRC .mbr-iconfont {
  margin-left: -5px;
  margin-right: 7px;
}
.cid-sLs8a4PrRC .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-sLs8a4PrRC .btn {
  border-radius: 1000px !important;
}
.cid-sLs8a4PrRC .navbar.collapsed .icons-menu {
  display: flex;
  flex-direction: column;
}
.cid-sLs8a4PrRC .navbar.collapsed .icons-menu .top {
  margin-top: 15px;
}
.cid-sLs8a4PrRC .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-sLs8a4PrRC .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.cid-sLs8a4PrRC .dropdown-item:focus {
  color: #3f69ff !important;
}
@media (max-width: 945px) {
  .cid-sLs8a4PrRC .icons-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-sLs8a4PrRC .top {
    margin-top: 25px;
  }
}
.cid-sLs8a4PrRC .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-sLs8a4PrRC .container,
  .cid-sLs8a4PrRC .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-sLs8a4PrRC li:last-child {
  margin-right: 0;
}
@media (max-width: 989px) {
  .cid-sLs8a4PrRC ul.navbar-nav {
    padding-left: 0;
  }
}
@media (max-width: 430px) {
  .cid-sLs8a4PrRC .icons-menu {
    min-width: initial !important;
  }
  .cid-sLs8a4PrRC a.btn {
    margin-top: 10px;
  }
}
.cid-sLs8a4PrRC a.btn > span {
  margin-left: 0.5rem;
}
.cid-sLsQuAu8Th {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #eff0f6;
}
.cid-sLsQuAu8Th .mbr-section-subtitle {
  color: #8c8c95;
  text-align: center;
  max-width: 552px;
  margin: auto;
}
.cid-sLsQuAu8Th .mbr-section-title {
  text-align: center;
  color: #14142b;
  margin: auto;
}
.cid-sLsQuAu8Th .row {
  align-items: center;
  height: 100%;
}
.cid-sLsQuAu8Th .wrapper {
  margin: auto;
}
.cid-sLsQvxkJCy {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sLsQvxkJCy .row {
  align-items: center;
  justify-content: space-between;
}
.cid-sLsQvxkJCy .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  line-height: 1.171em;
}
.cid-sLsQvxkJCy .mbr-section-subtitle {
  color: #4c4c4c;
  width: 100%;
  text-align: left;
}
.cid-sLsQvxkJCy .mbr-text {
  color: #8c8c95;
  margin-bottom: 36px;
}
.cid-sLsQvxkJCy .right-side {
  max-width: 554px;
}
.cid-sLsQvxkJCy .rs {
  margin-right: 60px;
}
.cid-sLsQvxkJCy .mbr-section-btn {
  width: auto;
  display: inline-block;
}
.cid-sLsQvxkJCy .margin {
  margin-right: 14px;
}
.cid-sLsQvxkJCy .gray {
  padding: 45px 0;
  background-color: #eff0f6;
}
.cid-sLsQvxkJCy img {
  position: relative;
  right: 40px;
}
@media (max-width: 767px) {
  .cid-sLsQvxkJCy .gray {
    padding: 0px 0 5px;
  }
  .cid-sLsQvxkJCy img {
    right: initial;
    width: 90%;
    margin: auto;
    top: -35px;
  }
  .cid-sLsQvxkJCy .col-md-5 {
    padding-top: 90px;
  }
}
@media (max-width: 430px) {
  .cid-sLsQvxkJCy .b {
    margin-bottom: 10px;
  }
}
.cid-sLsQvxkJCy .btn {
  margin-top: 20px;
}
.cid-sLsQvxkJCy a.btn > span {
  margin-left: 0.5rem;
}
.cid-sLyaWsDrTM {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sLyaWsDrTM .row {
  align-items: center;
  justify-content: space-between;
}
.cid-sLyaWsDrTM .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  color: #14142b;
}
.cid-sLyaWsDrTM .mbr-text {
  color: #8c8c95;
  margin-bottom: 32px;
}
.cid-sLyaWsDrTM .mbr-section-btn {
  width: auto;
  display: block;
}
.cid-sLyaWsDrTM ul {
  padding-inline-start: 20px;
  margin-bottom: 28px;
}
.cid-sLyaWsDrTM li::marker {
  color: #fedb01;
  width: 10px;
}
.cid-sLyaWsDrTM li {
  margin-bottom: 7px;
  color: #14142b;
}
.cid-sLyaWsDrTM img {
  width: 90%;
}
.cid-sLyaWsDrTM .gray {
  background-color: #eff0f6;
  width: 80%;
  height: 430px;
  margin: auto;
  position: relative;
}
.cid-sLyaWsDrTM .b {
  max-width: 598px;
}
.cid-sLyaWsDrTM .first {
  position: absolute;
  top: -10%;
  right: 25%;
}
.cid-sLyaWsDrTM .second {
  position: absolute;
  bottom: -10%;
  left: 25%;
}
@media (max-width: 992px) {
  .cid-sLyaWsDrTM .t {
    padding-top: 90px;
  }
  .cid-sLyaWsDrTM .b {
    max-width: initial;
  }
  .cid-sLyaWsDrTM .gray {
    width: 50%;
  }
}
@media (max-width: 750px) {
  .cid-sLyaWsDrTM .gray {
    height: 330px;
  }
}
@media (max-width: 630px) {
  .cid-sLyaWsDrTM .gray {
    height: 230px;
  }
}
@media (max-width: 450px) {
  .cid-sLyaWsDrTM .gray {
    height: 200px;
    width: 70%;
  }
}
.cid-sLyaWsDrTM .btn {
  margin-top: 20px;
}
.cid-sLyaWsDrTM .t {
  max-width: 542px;
}
.cid-sLsQwnmri2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sLsQwnmri2 .mbr-section-title {
  width: 100%;
  text-align: center;
  margin-bottom: 24px;
  line-height: 1.171em;
  color: #14142b;
}
.cid-sLsQwnmri2 .mbr-text {
  color: #8c8c95;
  margin-bottom: 26px;
  text-align: center;
}
.cid-sLsQwnmri2 .button-align {
  text-align: center;
}
.cid-sLsQwnmri2 .margin {
  margin-right: 14px;
}
.cid-sLsQwnmri2 .mbr-section-btn {
  display: block;
}
.cid-sLsQwnmri2 .container {
  max-width: 739px;
}
@media (max-width: 440px) {
  .cid-sLsQwnmri2 .margin {
    margin-right: 0px;
  }
  .cid-sLsQwnmri2 .b {
    margin-bottom: 20px;
  }
}
.cid-sLsQwnmri2 .btn {
  margin-top: 20px;
}
.cid-sLsQwnmri2 a.btn > span {
  margin-left: 0.5rem;
}
.cid-sLsQwWbdYu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sLsQwWbdYu .mbr-section-title {
  width: 100%;
  text-align: center;
  margin-bottom: 24px;
  line-height: 1.171em;
  color: #14142b;
}
.cid-sLsQwWbdYu .mbr-text {
  color: #8c8c95;
  margin-bottom: 26px;
  text-align: center;
}
.cid-sLsQwWbdYu .button-align {
  text-align: center;
}
.cid-sLsQwWbdYu .mbr-section-btn {
  display: block;
}
.cid-sLsQwWbdYu .container {
  max-width: 739px;
}
.cid-sLsQwWbdYu .btn {
  margin-top: 20px;
}
.cid-sLsQwWbdYu a.btn > span {
  margin-left: 0.5rem;
}
.cid-sLsQycueMV {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #eff0f6;
}
.cid-sLsQycueMV .mbr-section-subtitle {
  color: #8c8c95;
  text-align: center;
  max-width: 552px;
  margin: auto;
}
.cid-sLsQycueMV .mbr-section-title {
  text-align: center;
  color: #14142b;
  margin: auto;
}
.cid-sLsQycueMV .row {
  align-items: center;
  height: 100%;
}
.cid-sLsQycueMV .wrapper {
  margin: auto;
}
.cid-sLsQzciznd {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f7f7f7;
}
.cid-sLsQzciznd .display-4 > .mbr-iconfont {
  font-size: 16px;
}
.cid-sLsQzciznd .mbr-section-title {
  margin-bottom: 56px;
}
.cid-sLsQzciznd .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-sLsQzciznd .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-sLsQzciznd .inner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}
.cid-sLsQzciznd .shadow:hover {
  transform: translate(0px, -6px);
  box-shadow: 0 10px 20px 0 rgba(8, 15, 52, 0.1) !important;
}
.cid-sLsQzciznd .shadow:hover a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption),
.cid-sLsQzciznd .shadow:hover .mbr-iconfont,
.cid-sLsQzciznd .shadow:hover .number,
.cid-sLsQzciznd .shadow:hover .card-title {
  color: #3f69ff !important;
}
.cid-sLsQzciznd .shadow:hover .inner {
  transform: scale(1.1);
}
.cid-sLsQzciznd .card-title {
  margin-bottom: 10px;
  transition: 0.35s;
}
.cid-sLsQzciznd span,
.cid-sLsQzciznd .number {
  transition: 0.35s;
}
.cid-sLsQzciznd .card-text {
  margin-bottom: 32px;
  color: #8c8c95;
}
@media (max-width: 990px) {
  .cid-sLsQzciznd .card-wrapper {
    padding: 60px 30px 40px;
  }
}
@media (max-width: 574px) {
  .cid-sLsQzciznd .card-wrapper {
    padding: 60px 30px 40px;
  }
}
.cid-sLsQzciznd H3 {
  color: #14142b;
  text-align: center;
}
.cid-sLsQzciznd .card-wrapper {
  border-radius: 0 0 30px 30px;
  background-color: #ffffff;
  padding: 37px 32px 43px;
  transform: translate(0px, 0px);
}
.cid-sLsQzciznd .mbr-iconfont {
  transition: 0.3s;
  margin-right: 5px;
}
.cid-sLsQzciznd .link-title {
  display: inline-block;
}
.cid-sLsQzciznd .episode {
  color: #ffffff;
}
.cid-sLsQzciznd .img-title {
  color: #ffffff;
}
.cid-sLsQzciznd .margin {
  margin-right: 14px;
}
.cid-sLsQzciznd .button-align {
  margin-top: 56px;
  text-align: center;
}
.cid-sLsQzciznd .mbr-section-btn {
  width: auto;
  display: block;
}
.cid-sLsQzciznd .title-block {
  margin-bottom: 32px;
  align-items: center;
}
.cid-sLsQzciznd a.btn {
  display: inline-flex;
}
@media (max-width: 550px) {
  .cid-sLsQzciznd .title-block {
    flex-direction: column;
  }
  .cid-sLsQzciznd .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-sLsQzciznd .card-wrapper {
    padding: 24px 25px 34px 25px;
  }
}
.cid-sLsQzciznd .item.features-image {
  margin-top: 30px;
}
.cid-sLsQzciznd .item.features-image:nth-child(1) {
  margin-top: 0px;
}
.cid-sLsQzciznd .item.features-image:nth-child(2) {
  margin-top: 0px;
}
.cid-sLsQzciznd .item.features-image:nth-child(3) {
  margin-top: 0px;
}
@media (max-width: 768px) {
  .cid-sLsQzciznd .item.features-image:nth-child(2) {
    margin-top: 30px;
  }
}
@media (max-width: 992px) {
  .cid-sLsQzciznd .item.features-image:nth-child(3) {
    margin-top: 30px;
  }
}
.cid-sLsQzRAPOD {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f7f7f7;
}
.cid-sLsQzRAPOD .mbr-section-title {
  margin-bottom: 56px;
}
.cid-sLsQzRAPOD .display-4 > .mbr-iconfont {
  font-size: 16px;
}
.cid-sLsQzRAPOD .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-sLsQzRAPOD .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-sLsQzRAPOD .inner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}
.cid-sLsQzRAPOD .shadow:hover {
  transform: translate(0px, -6px);
  box-shadow: 0 10px 20px 0 rgba(8, 15, 52, 0.1) !important;
}
.cid-sLsQzRAPOD .shadow:hover a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption),
.cid-sLsQzRAPOD .shadow:hover .mbr-iconfont,
.cid-sLsQzRAPOD .shadow:hover .number,
.cid-sLsQzRAPOD .shadow:hover .card-title {
  color: #3f69ff !important;
}
.cid-sLsQzRAPOD .shadow:hover .inner {
  transform: scale(1.1);
}
.cid-sLsQzRAPOD .card-title {
  margin-bottom: 10px;
}
.cid-sLsQzRAPOD .card-title span,
.cid-sLsQzRAPOD .card-title .number {
  transition: 0.35s;
}
.cid-sLsQzRAPOD .card-text {
  margin-bottom: 32px;
  color: #8c8c95;
}
@media (min-width: 575px) and (max-width: 990px) {
  .cid-sLsQzRAPOD .card-wrapper {
    padding: 60px 30px 40px;
  }
}
@media (max-width: 574px) {
  .cid-sLsQzRAPOD .card-wrapper {
    padding: 60px 30px 40px;
  }
}
.cid-sLsQzRAPOD H3 {
  color: #14142b;
  text-align: center;
}
.cid-sLsQzRAPOD img {
  width: auto;
  height: 70px;
}
.cid-sLsQzRAPOD .card-wrapper {
  border-radius: 0 0 30px 30px;
  background-color: #ffffff;
  padding: 37px 32px 43px;
}
.cid-sLsQzRAPOD .mbr-iconfont {
  transition: 0.3s;
  margin-right: 5px;
}
.cid-sLsQzRAPOD .link-title {
  display: inline-block;
}
.cid-sLsQzRAPOD .episode {
  color: #ffffff;
}
.cid-sLsQzRAPOD .img-title {
  color: #ffffff;
}
.cid-sLsQzRAPOD .margin {
  margin-right: 14px;
}
.cid-sLsQzRAPOD .button-align {
  margin-top: 56px;
  text-align: center;
}
.cid-sLsQzRAPOD .mbr-section-btn {
  width: auto;
  display: inline;
}
@media (max-width: 500px) {
  .cid-sLsQzRAPOD .button-align {
    display: flex;
    flex-direction: column;
  }
  .cid-sLsQzRAPOD .margin {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
@media (max-width: 550px) {
  .cid-sLsQzRAPOD .card-wrapper {
    padding: 24px 25px 34px 25px;
  }
}
.cid-sLsQzRAPOD span,
.cid-sLsQzRAPOD .number {
  transition: 0.35s;
}
.cid-sLsQzRAPOD .item.features-image {
  margin-top: 30px;
}
.cid-sLsQzRAPOD .item.features-image:nth-child(1) {
  margin-top: 0px;
}
.cid-sLsQzRAPOD .item.features-image:nth-child(2) {
  margin-top: 0px;
}
.cid-sLsQzRAPOD .item.features-image:nth-child(3) {
  margin-top: 0px;
}
@media (max-width: 992px) {
  .cid-sLsQzRAPOD .item.features-image:nth-child(3) {
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  .cid-sLsQzRAPOD .item.features-image:nth-child(2) {
    margin-top: 30px;
  }
}
.cid-sLsQAqIZ96 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sLsQAqIZ96 .display-4 > .mbr-iconfont {
  font-size: 16px;
}
.cid-sLsQAqIZ96 .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-sLsQAqIZ96 .wrap-img {
  transition: all 300ms ease !important;
  overflow: hidden;
  border-radius: 30px 0px 0 30px;
  width: 361px;
  height: 361px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: translate(0px, 0px);
}
.cid-sLsQAqIZ96 .shadow:hover {
  transform: translate(0px, -6px);
  box-shadow: 0 10px 20px 0 rgba(8, 15, 52, 0.1) !important;
}
.cid-sLsQAqIZ96 .shadow:hover a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption),
.cid-sLsQAqIZ96 .shadow:hover .mbr-iconfont,
.cid-sLsQAqIZ96 .shadow:hover .number,
.cid-sLsQAqIZ96 .shadow:hover .card-title {
  color: #3f69ff !important;
}
.cid-sLsQAqIZ96 .shadow:hover .inner {
  transform: scale(1.1);
}
.cid-sLsQAqIZ96 .card-title {
  margin-bottom: 20px;
}
.cid-sLsQAqIZ96 .title-block {
  margin-bottom: 56px;
}
.cid-sLsQAqIZ96 .card-text {
  margin-bottom: 42px;
  color: #8c8c95;
}
.cid-sLsQAqIZ96 H3 {
  color: #14142b;
  text-align: center;
}
.cid-sLsQAqIZ96 .inner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}
.cid-sLsQAqIZ96 .card-wrapper {
  border-radius: 0 30px 30px 0px;
  background-color: #ffffff;
  padding: 60px 71px;
}
.cid-sLsQAqIZ96 .mbr-iconfont {
  transition: 0.3s;
  margin-right: 5px;
}
.cid-sLsQAqIZ96 .link-title {
  display: inline-block;
}
.cid-sLsQAqIZ96 .episode {
  color: #ffffff;
}
.cid-sLsQAqIZ96 .img-title {
  color: #ffffff;
}
.cid-sLsQAqIZ96 .margin {
  margin-right: 14px;
}
.cid-sLsQAqIZ96 .mbr-section-btn {
  width: auto;
  display: inline;
}
.cid-sLsQAqIZ96 .button-color {
  padding: 14px 18px !important;
  border-radius: 1000px !important;
  display: inline-block;
  line-height: 20px;
  background-color: #eff0f6;
  color: #14142b;
}
.cid-sLsQAqIZ96 .position {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
.cid-sLsQAqIZ96 .link-row,
.cid-sLsQAqIZ96 .title-block {
  align-items: center;
}
.cid-sLsQAqIZ96 .line {
  width: 100%;
  height: 1px;
  background-color: #e2e3e9;
  margin-bottom: 35px;
}
.cid-sLsQAqIZ96 .mbr-section-title {
  color: #8c8c95;
}
@media (max-width: 900px) {
  .cid-sLsQAqIZ96 .card-wrapper {
    padding: 40px 31px;
  }
}
@media (max-width: 820px) {
  .cid-sLsQAqIZ96 .card-wrapper {
    padding: 25px 31px;
  }
}
@media (max-width: 1095px) {
  .cid-sLsQAqIZ96 .wrap-img {
    height: 430px;
  }
}
@media (max-width: 765px) {
  .cid-sLsQAqIZ96 .shadow {
    display: flex;
    flex-direction: column;
  }
  .cid-sLsQAqIZ96 .title-block {
    flex-direction: column;
  }
  .cid-sLsQAqIZ96 .mbr-section-subtitle {
    margin-bottom: 30px;
    text-align: center;
  }
  .cid-sLsQAqIZ96 .wrap-img {
    height: 361px;
    width: 100%;
    border-radius: 30px 30px 0 0;
  }
  .cid-sLsQAqIZ96 .card-wrapper {
    padding: 24px 25px 34px 25px;
  }
}
.cid-sLsQAqIZ96 .card-title,
.cid-sLsQAqIZ96 span {
  transition: 0.35s;
}
.cid-sLyb6Ahvwl {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sLyb6Ahvwl .display-4 > .mbr-iconfont {
  font-size: 16px;
}
.cid-sLyb6Ahvwl .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-sLyb6Ahvwl .inner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}
.cid-sLyb6Ahvwl .wrap-img {
  transition: all 300ms ease !important;
  overflow: hidden;
  width: 311px;
  height: 311px;
  border-radius: 30px;
  transform: translate(0px, 0px);
}
.cid-sLyb6Ahvwl .shadow:hover {
  transform: translate(0px, -6px);
  box-shadow: 0 10px 20px 0 rgba(8, 15, 52, 0.1) !important;
}
.cid-sLyb6Ahvwl .shadow:hover a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):not(.link2),
.cid-sLyb6Ahvwl .shadow:hover .mbr-iconfont,
.cid-sLyb6Ahvwl .shadow:hover .number,
.cid-sLyb6Ahvwl .shadow:hover .card-title {
  color: #3f69ff !important;
}
.cid-sLyb6Ahvwl .shadow:hover .btn > .mbr-iconfont {
  color: #fff !important;
}
.cid-sLyb6Ahvwl .shadow:hover .inner {
  transform: scale(1.1);
}
.cid-sLyb6Ahvwl .card-title {
  margin-bottom: 16px;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
.cid-sLyb6Ahvwl .card-text {
  margin-bottom: 42px;
  color: #8c8c95;
}
.cid-sLyb6Ahvwl H3 {
  color: #14142b;
  text-align: center;
}
.cid-sLyb6Ahvwl .mbr-iconfont {
  transition: 0.3s;
  margin-left: 0;
}
.cid-sLyb6Ahvwl .link-title {
  display: inline-block;
}
.cid-sLyb6Ahvwl .button-color {
  padding: 14px 18px !important;
  border-radius: 1000px !important;
  display: inline-block;
  line-height: 20px;
  background-color: #eff0f6;
  margin-bottom: 12px;
  color: #14142b;
}
.cid-sLyb6Ahvwl .position {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
.cid-sLyb6Ahvwl .link-row,
.cid-sLyb6Ahvwl .title-block {
  align-items: center;
}
.cid-sLyb6Ahvwl .link2 {
  display: inline;
}
.cid-sLyb6Ahvwl .socicon-bg-youtube {
  background-color: #c4302b;
}
.cid-sLyb6Ahvwl .socicon-bg-facebook {
  background-color: #3e5b98;
}
.cid-sLyb6Ahvwl .socicon-bg-twitter {
  background-color: #4da7de;
}
.cid-sLyb6Ahvwl .socicon-bg-pinterest {
  background-color: #c92619;
}
.cid-sLyb6Ahvwl .socicon-bg-mail {
  background-color: #134785;
}
.cid-sLyb6Ahvwl .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: #fedb01;
  cursor: pointer;
}
.cid-sLyb6Ahvwl .btn-social .mbr-iconfont {
  top: 0;
  line-height: 22px;
  width: 22px;
  color: #fff;
}
.cid-sLyb6Ahvwl .btn-social .mbr-iconfont:hover {
  color: #fff !important;
}
.cid-sLyb6Ahvwl .btn-social:hover {
  color: #fff;
}
.cid-sLyb6Ahvwl .btn-social + .btn {
  margin-left: 0.1rem;
}
.cid-sLyb6Ahvwl .bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-sLyb6Ahvwl .right {
  margin-left: 8px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-sLyb6Ahvwl .mbr-social-likes {
  display: flex;
  align-items: center;
}
.cid-sLyb6Ahvwl .link1 {
  margin-right: 5px;
  color: #8c8c95;
}
.cid-sLyb6Ahvwl .al {
  align-items: center;
}
@media (max-width: 765px) {
  .cid-sLyb6Ahvwl .row.al {
    display: flex;
    flex-direction: column;
  }
  .cid-sLyb6Ahvwl .right {
    margin-left: 0;
  }
  .cid-sLyb6Ahvwl .wrap-img {
    margin-bottom: 30px;
    height: 640px;
    width: 640px;
  }
}
@media (max-width: 760px) {
  .cid-sLyb6Ahvwl .wrap-img {
    height: 540px;
    width: 540px;
  }
  .cid-sLyb6Ahvwl .bottom {
    display: flex;
    flex-direction: column;
  }
  .cid-sLyb6Ahvwl .mbr-social-likes {
    margin-top: 10px;
  }
}
@media (max-width: 665px) {
  .cid-sLyb6Ahvwl .wrap-img {
    height: 340px;
    width: 340px;
  }
}
@media (max-width: 460px) {
  .cid-sLyb6Ahvwl .wrap-img {
    height: 240px;
    width: 240px;
  }
  .cid-sLyb6Ahvwl .shadow {
    padding: 32px;
  }
  .cid-sLyb6Ahvwl .mbr-social-likes {
    display: flex;
  }
}
@media (max-width: 390px) {
  .cid-sLyb6Ahvwl .wrap-img {
    height: 240px;
    width: 240px;
  }
  .cid-sLyb6Ahvwl .shadow {
    padding: 32px;
  }
}
@media (max-width: 550px) {
  .cid-sLyb6Ahvwl .shadow {
    padding: 24px 25px 34px 25px;
  }
}
.cid-sLyb6Ahvwl .card-title,
.cid-sLyb6Ahvwl span {
  transition: 0.35s;
}
.cid-sLsQBPt5pp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sLsQBPt5pp .title-block {
  margin-bottom: 32px;
  align-items: center;
}
.cid-sLsQBPt5pp .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-sLsQBPt5pp .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-sLsQBPt5pp .inner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}
.cid-sLsQBPt5pp .shadow:hover {
  transform: translate(0px, -6px);
  box-shadow: 0 10px 20px 0 rgba(8, 15, 52, 0.1) !important;
}
.cid-sLsQBPt5pp .shadow:hover a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption),
.cid-sLsQBPt5pp .shadow:hover .mbr-iconfont,
.cid-sLsQBPt5pp .shadow:hover .number,
.cid-sLsQBPt5pp .shadow:hover .card-title {
  color: #3f69ff !important;
}
.cid-sLsQBPt5pp .shadow:hover .inner {
  transform: scale(1.1);
}
.cid-sLsQBPt5pp .card-title {
  margin-bottom: 18px;
  color: #14142b;
  transition: 0.35s;
}
.cid-sLsQBPt5pp .card-text {
  margin-bottom: 17px;
  color: #8c8c95;
}
.cid-sLsQBPt5pp H3 {
  color: #14142b;
  text-align: center;
}
.cid-sLsQBPt5pp img {
  width: auto;
  height: 70px;
}
.cid-sLsQBPt5pp .card-wrapper {
  border-radius: 0 0 30px 30px;
  background-color: #ffffff;
  padding: 34px 25px 54px 31px;
}
.cid-sLsQBPt5pp .date {
  margin-bottom: 24px;
  color: #8c8c95;
}
.cid-sLsQBPt5pp .link-title {
  display: inline-block;
}
.cid-sLsQBPt5pp .margin {
  margin-right: 14px;
}
.cid-sLsQBPt5pp .button-color {
  padding: 1rem 1.5625rem !important;
  border-radius: 1000px !important;
  display: inline-block;
  line-height: 20px;
  background-color: #eff0f6;
}
.cid-sLsQBPt5pp .link-row {
  align-items: center;
}
@media (max-width: 550px) {
  .cid-sLsQBPt5pp .title-block {
    flex-direction: column;
  }
  .cid-sLsQBPt5pp .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-sLsQBPt5pp .card-wrapper {
    padding: 24px 25px 34px 25px;
  }
}
.cid-sLsQBPt5pp .item.features-image {
  margin-top: 30px;
}
.cid-sLsQBPt5pp .item.features-image:nth-child(1) {
  margin-top: 0px;
}
.cid-sLsQBPt5pp .item.features-image:nth-child(2) {
  margin-top: 0px;
}
@media (max-width: 768px) {
  .cid-sLsQBPt5pp .item.features-image:nth-child(2) {
    margin-top: 30px;
  }
}
.cid-sLybcan2Jr {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sLybcan2Jr .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-sLybcan2Jr .wrap-img {
  border-bottom: 1px solid #e2e3e9;
  transition: all 300ms ease !important;
  overflow: hidden;
  border-radius: 30px 30px 0 0;
  height: 192px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: translate(0px, 0px);
}
.cid-sLybcan2Jr .shadow:hover {
  transform: translate(0px, -6px);
  box-shadow: 0 10px 20px 0 rgba(8, 15, 52, 0.1) !important;
}
.cid-sLybcan2Jr .shadow:hover a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption),
.cid-sLybcan2Jr .shadow:hover .mbr-iconfont,
.cid-sLybcan2Jr .shadow:hover .number,
.cid-sLybcan2Jr .shadow:hover .card-title {
  color: #3f69ff !important;
}
.cid-sLybcan2Jr .shadow:hover .inner {
  transform: scale(1.1);
}
.cid-sLybcan2Jr .inner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}
.cid-sLybcan2Jr .card-title {
  color: #14142b;
  margin-bottom: 6px;
  text-align: center;
  transition: 0.35s;
}
.cid-sLybcan2Jr .title-block {
  margin-bottom: 56px;
}
.cid-sLybcan2Jr .card-text {
  color: #8c8c95;
  text-align: center;
}
.cid-sLybcan2Jr H3 {
  color: #14142b;
  text-align: center;
}
.cid-sLybcan2Jr .card-wrapper {
  border-radius: 0 0 30px 30px;
  background-color: #ffffff;
  padding: 39px 32px 48px;
}
.cid-sLybcan2Jr .mbr-iconfont {
  transition: 0.3s;
  margin-right: 5px;
}
.cid-sLybcan2Jr .link-title {
  display: inline-block;
}
.cid-sLybcan2Jr .episode {
  color: #ffffff;
}
.cid-sLybcan2Jr .img-title {
  color: #ffffff;
}
.cid-sLybcan2Jr .button-align {
  margin-top: 56px;
  text-align: center;
}
.cid-sLybcan2Jr .mbr-section-btn {
  width: auto;
  display: inline;
}
.cid-sLybcan2Jr .mbr-section-title {
  color: #8c8c95;
}
@media (max-width: 860px) {
  .cid-sLybcan2Jr .title-block {
    flex-direction: column;
  }
  .cid-sLybcan2Jr .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
}
.cid-sLybcan2Jr .item.features-image {
  margin-top: 35px;
}
.cid-sLybcan2Jr .item.features-image:nth-child(1) {
  margin-top: 0px;
}
.cid-sLybcan2Jr .item.features-image:nth-child(2) {
  margin-top: 0px;
}
.cid-sLybcan2Jr .item.features-image:nth-child(3) {
  margin-top: 0px;
}
@media (max-width: 992px) {
  .cid-sLybcan2Jr .item.features-image:nth-child(4) {
    margin-top: 35px;
  }
  .cid-sLybcan2Jr .item.features-image:nth-child(3) {
    margin-top: 35px;
  }
}
@media (max-width: 768px) {
  .cid-sLybcan2Jr .item.features-image:nth-child(2) {
    margin-top: 35px;
  }
}
.cid-sLsQDuiPXA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sLsQDuiPXA img {
  width: 100%;
  display: inline-block;
  padding: 0;
  max-width: 200px;
}
.cid-sLsQDuiPXA .mbr-section-subtitle {
  margin-right: 30px;
  color: #5f5d68;
}
.cid-sLsQDuiPXA .brand {
  display: flex;
  transition: color 300ms ease;
  transition-property: transform, -webkit-transform;
  justify-content: center;
}
.cid-sLsQDuiPXA .brand:hover {
  transform: translate(0px, -4px);
}
.cid-sLsQDuiPXA .brand-row {
  justify-content: space-between;
  align-items: center;
}
.cid-sLsQDuiPXA .row-main {
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 460px) {
  .cid-sLsQDuiPXA .row-main {
    flex-direction: column;
  }
  .cid-sLsQDuiPXA .col-auto {
    margin-bottom: 10px;
  }
  .cid-sLsQDuiPXA .mbr-section-subtitle {
    margin-right: 0;
  }
}
.cid-sLsQEjcmg9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #14142b;
}
.cid-sLsQEjcmg9 img {
  width: auto;
  height: 48px;
  display: inline-block;
  padding: 0;
  margin: auto;
}
.cid-sLsQEjcmg9 .mbr-section-subtitle {
  margin-right: 30px;
  color: #ffffff;
}
.cid-sLsQEjcmg9 .brand {
  display: flex;
  transition: color 300ms ease;
  transition-property: transform, -webkit-transform;
  border: 1px solid #ffffff;
  padding: 10px 35px;
  border-radius: 80px;
  width: 100%;
  justify-content: center;
}
.cid-sLsQEjcmg9 .brand:hover {
  transform: translate(0px, -4px);
  border: 1px solid #fedb01;
}
.cid-sLsQEjcmg9 .brand-row {
  justify-content: space-between;
  align-items: center;
}
.cid-sLsQEjcmg9 .row-main {
  align-items: center;
  justify-content: space-between;
}
.cid-sLsQEjcmg9 .c {
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-sLsQEjcmg9 .t {
    margin-top: 20px;
  }
}
@media (max-width: 576px) {
  .cid-sLsQEjcmg9 .t1 {
    margin-top: 20px;
  }
}
@media (max-width: 460px) {
  .cid-sLsQEjcmg9 .row-main {
    flex-direction: column;
  }
  .cid-sLsQEjcmg9 .col-auto {
    margin-bottom: 20px;
  }
  .cid-sLsQEjcmg9 .mbr-section-subtitle {
    margin-right: 0;
  }
}
.cid-sLsQFcLgyO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sLsQFcLgyO .mbr-section-subtitle {
  color: #8c8c95;
  text-align: left;
  margin: auto;
  margin-bottom: 24px;
}
.cid-sLsQFcLgyO .mbr-section-title {
  text-align: left;
  color: #14142b;
  margin-bottom: 20px;
  margin-top: 40px;
}
.cid-sLsQFcLgyO .row {
  align-items: center;
  height: 100%;
}
.cid-sLsQFcLgyO .wrapper {
  margin: auto;
}
.cid-sLsQFcLgyO .t1 {
  margin-bottom: 24px;
}
@media (max-width: 576px) {
  .cid-sLsQFcLgyO .t {
    padding-top: 20px;
  }
}
.cid-sLsQFI07dd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sLsQFI07dd .mbr-section-subtitle {
  color: #8c8c95;
  text-align: left;
  margin: auto;
  margin-bottom: 24px;
}
.cid-sLsQFI07dd .mbr-section-title {
  text-align: left;
  color: #14142b;
  margin-bottom: 20px;
  margin-top: 40px;
}
.cid-sLsQFI07dd .row {
  align-items: center;
  height: 100%;
}
.cid-sLsQFI07dd .wrapper {
  margin: auto;
}
.cid-sLsQFI07dd .t1 {
  margin-bottom: 24px;
}
.cid-sLsQFI07dd .line {
  height: 1px;
  width: 100%;
  background-color: #c2c2c2;
}
.cid-sLsQFI07dd .line1 {
  margin-bottom: 60px;
}
.cid-sLsQFI07dd .line2 {
  margin-top: 60px;
}
@media (max-width: 576px) {
  .cid-sLsQFI07dd .t {
    padding-top: 20px;
  }
}
.cid-sLsQGgTn0c {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sLsQGgTn0c .mbr-section-subtitle {
  color: #8c8c95;
  text-align: center;
  max-width: 552px;
  margin: auto;
}
.cid-sLsQGgTn0c .mbr-section-title {
  text-align: center;
  color: #14142b;
  padding-bottom: 24px;
  max-width: 752px;
  margin: auto;
}
.cid-sLsQGgTn0c .row {
  align-items: center;
  height: 100%;
}
.cid-sLsQGgTn0c .wrapper {
  margin: auto;
}
.cid-sLsQGgTn0c .subtitle {
  display: inline;
  width: auto;
  color: #8c8c95;
}
.cid-sLsQGgTn0c .mbr-section-btn {
  display: inline;
  width: auto;
  margin-right: 25px;
}
.cid-sLsQGgTn0c .title-block {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 24px;
}
.cid-sLsQGgTn0c a.btn {
  padding: 16px 25px !important;
}
.cid-sLsQGgTn0c a.btn:hover {
  background-color: #fedb01 !important;
  border-color: #fedb01 !important;
  color: #000000;
}
@media (max-width: 340px) {
  .cid-sLsQGgTn0c .title-block {
    display: flex;
    flex-direction: column;
  }
  .cid-sLsQGgTn0c .mbr-section-btn {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.cid-sLsQGN05ST {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sLsQGN05ST img {
  width: auto;
  max-height: 60px;
  display: inline-block;
  padding: 0;
}
.cid-sLsQGN05ST .title {
  color: #14142b;
  width: auto;
}
.cid-sLsQGN05ST .row.justify-content-between {
  align-items: center;
}
.cid-sLsQGN05ST .row.margin {
  transition-property: transform, -webkit-transform;
  align-items: center;
  transition: all 300ms ease;
}
.cid-sLsQGN05ST .row.margin:hover {
  transform: scale(1.05);
}
.cid-sLsQGN05ST .mbr-section-title {
  color: #14142b;
  margin-bottom: 24px;
}
.cid-sLsQGN05ST .left {
  max-width: 549px;
}
.cid-sLsQGN05ST .right {
  max-width: 452px;
  overflow: visible;
}
.cid-sLsQGN05ST .shadow {
  padding: 40px 61px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07);
  max-width: 452px;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 24px;
  background-color: #fff;
}
.cid-sLsQGN05ST .socicon-bg-youtube {
  background-color: #c4302b;
}
.cid-sLsQGN05ST .socicon-bg-facebook {
  background-color: #3e5b98;
}
.cid-sLsQGN05ST .socicon-bg-twitter {
  background-color: #4da7de;
}
.cid-sLsQGN05ST .socicon-bg-pinterest {
  background-color: #c92619;
}
.cid-sLsQGN05ST .socicon-bg-mail {
  background-color: #134785;
}
.cid-sLsQGN05ST .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: #fedb01;
  cursor: pointer;
}
.cid-sLsQGN05ST .btn-social .mbr-iconfont {
  top: 0;
  line-height: 22px;
  width: 22px;
  color: #fff;
}
.cid-sLsQGN05ST .btn-social:hover {
  color: #fff;
}
.cid-sLsQGN05ST .btn-social + .btn {
  margin-left: 0.1rem;
}
.cid-sLsQGN05ST .card-text {
  margin-bottom: 24px;
  color: #14142b;
}
.cid-sLsQGN05ST .mbr-section-subtitle {
  color: #8c8c95;
}
@media (max-width: 850px) {
  .cid-sLsQGN05ST .shadow {
    padding: 40px 31px;
  }
}
@media (max-width: 992px) {
  .cid-sLsQGN05ST .left {
    margin-bottom: 40px;
    max-width: initial;
  }
  .cid-sLsQGN05ST .mbr-section-title,
  .cid-sLsQGN05ST .mbr-section-subtitle {
    text-align: center;
  }
  .cid-sLsQGN05ST .shadow {
    margin: auto;
  }
}
@media (max-width: 700px) {
  .cid-sLsQGN05ST .btn-social {
    margin-right: 6px !important;
    width: 35px;
    height: 35px;
  }
}
.cid-sLsQGN05ST .mbr-iconfont {
  margin-left: 0;
}
.cid-sLsQHmGryj {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sLsQHmGryj .shadow {
  margin: auto;
  max-width: 713px;
  padding: 60px 50px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07);
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 24px;
  background-color: #fff;
}
.cid-sLsQHmGryj .card-subtitle {
  color: #14142b;
  padding: 16px 25px;
  border-radius: 1000px;
  background-color: #fedb01;
  display: inline-block;
}
.cid-sLsQHmGryj .card-text {
  color: #8c8c95;
  width: 100%;
  margin-top: 24px;
}
@media (max-width: 470px) {
  .cid-sLsQHmGryj .shadow {
    padding: 40px;
  }
}
.cid-sLsQIJ6FRJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sLsQIJ6FRJ .mbr-section-title {
  width: 100%;
  text-align: center;
  margin-bottom: 16px;
  line-height: 1.171em;
  color: #14142b;
}
.cid-sLsQIJ6FRJ .mbr-text {
  color: #8c8c95;
  margin-bottom: 20px;
  text-align: center;
}
.cid-sLsQIJ6FRJ .button-align {
  text-align: center;
}
.cid-sLsQIJ6FRJ .margin {
  margin-right: 14px;
}
.cid-sLsQIJ6FRJ .mbr-section-btn {
  display: inline-block;
}
.cid-sLsQIJ6FRJ .container {
  max-width: 493px;
}
.cid-sLsQIJ6FRJ .btn {
  margin-top: 20px;
}
.cid-sLsQIJ6FRJ a.btn > span {
  margin-left: 0.5rem;
}
.cid-sLsQJmA5Zw {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #eff0f6;
}
.cid-sLsQJmA5Zw .mbr-section-subtitle {
  color: #8c8c95;
  text-align: center;
  max-width: 552px;
  margin: auto;
}
.cid-sLsQJmA5Zw .mbr-section-title {
  text-align: center;
  color: #14142b;
  margin: auto;
}
.cid-sLsQJmA5Zw .row {
  align-items: center;
  height: 100%;
}
.cid-sLsQJmA5Zw .wrapper {
  margin: auto;
}
.cid-sLsQK5HLZB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sLsQK5HLZB .mbr-section-subtitle {
  color: #8c8c95;
  text-align: center;
  max-width: 552px;
  margin: auto;
}
.cid-sLsQK5HLZB .mbr-section-title {
  text-align: center;
  color: #14142b;
  padding-bottom: 24px;
  max-width: 752px;
  margin: auto;
}
.cid-sLsQK5HLZB .row {
  align-items: center;
  height: 100%;
}
.cid-sLsQK5HLZB .wrapper {
  margin: auto;
}
.cid-sLsQKNrbYY {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #f7f7f7;
}
.cid-sLsQKNrbYY .mbr-section-subtitle {
  color: #8c8c95;
  text-align: center;
  max-width: 552px;
  margin: auto;
}
.cid-sLsQKNrbYY .mbr-section-title {
  text-align: center;
  color: #14142b;
  margin: auto;
}
.cid-sLsQKNrbYY .row {
  align-items: center;
  height: 100%;
}
.cid-sLsQKNrbYY .wrapper {
  margin: auto;
}
.cid-sLsQLqy9P5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sLsQLqy9P5 .card-title {
  padding-bottom: 18px;
  margin: 0;
  color: #14142b;
}
.cid-sLsQLqy9P5 .align-left {
  max-width: 547px;
}
.cid-sLsQLqy9P5 .mbr-text,
.cid-sLsQLqy9P5 .mbr-section-btn {
  color: #8c8c95;
}
.cid-sLsQLqy9P5 .left-side {
  margin-right: 20px;
}
.cid-sLsQLqy9P5 .right-side {
  margin-left: 20px;
}
@media (max-width: 768px) {
  .cid-sLsQLqy9P5 .left-side {
    margin-right: 0px;
  }
  .cid-sLsQLqy9P5 .right-side {
    padding-top: 20px;
    margin-left: 0px;
  }
}
.cid-sLsQM6vG6Y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sLsQM6vG6Y .right {
  display: flex;
  flex-direction: column;
}
.cid-sLsQM6vG6Y .card-heading {
  padding-bottom: 32px;
  color: #8c8c95;
}
.cid-sLsQM6vG6Y .row {
  justify-content: center;
}
.cid-sLsQM6vG6Y ul {
  padding-inline-start: 50px;
  margin-bottom: 0;
}
.cid-sLsQM6vG6Y li {
  margin-bottom: 16px;
}
.cid-sLsQM6vG6Y li:last-child {
  margin-bottom: 0;
}
.cid-sLsQM6vG6Y .list {
  color: #8c8c95;
}
.cid-sLsQMTciz0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sLsQMTciz0 .card-heading {
  padding-bottom: 32px;
  color: #000000;
}
.cid-sLsQMTciz0 .p {
  padding-bottom: 26px;
  color: #8c8c95;
}
.cid-sLsQMTciz0 .p:last-child {
  padding-bottom: 0;
}
.cid-sLsQMTciz0 .row {
  justify-content: center;
}
.cid-sLsQNvoB1x {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sLsQNvoB1x .mbr-section-subtitle {
  color: #8c8c95;
  text-align: left;
  margin: auto;
}
.cid-sLsQNvoB1x .mbr-section-title {
  text-align: left;
  color: #14142b;
  padding-bottom: 24px;
  margin: auto;
}
.cid-sLsQNvoB1x .row {
  align-items: center;
  height: 100%;
}
.cid-sLsQNvoB1x .wrapper {
  margin: auto;
}
.cid-sLsQO8XNxq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-sLsQO8XNxq .mbr-section-subtitle {
  color: #8c8c95;
  text-align: center;
  margin: auto;
}
.cid-sLsQO8XNxq .mbr-section-title {
  text-align: center;
  color: #14142b;
  padding-bottom: 24px;
  margin: auto;
}
.cid-sLsQO8XNxq .row {
  align-items: center;
  height: 100%;
}
.cid-sLsQO8XNxq .wrapper {
  margin: auto;
}
.cid-sLsQOWtwfe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sLsQOWtwfe .card-heading {
  padding-top: 32px;
  padding-bottom: 16px;
  color: #000000;
}
.cid-sLsQOWtwfe .p1 {
  padding-bottom: 24px;
  color: #272727;
}
.cid-sLsQOWtwfe .p {
  color: #8c8c95;
}
.cid-sLsQOWtwfe .p:last-child {
  padding-bottom: 0;
}
.cid-sLsQOWtwfe .row {
  justify-content: center;
}
.cid-sLsQOWtwfe .heading {
  padding-bottom: 24px;
}
.cid-sLsQPUhhVI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sLsQPUhhVI .card-heading {
  color: #000000;
  margin-bottom: 24px;
}
.cid-sLsQPUhhVI .row {
  justify-content: center;
}
.cid-sLsQPUhhVI .mbr-iconfont {
  font-size: 23px;
  margin-right: 17px;
  color: #fedb01;
}
.cid-sLsQPUhhVI .mbr-text {
  display: inline;
  width: 100%;
}
.cid-sLsQPUhhVI .mbr-text:last-child {
  margin-bottom: 0px;
}
.cid-sLsQPUhhVI .text {
  margin-bottom: 40px;
  color: #8c8c95;
}
.cid-sLsQPUhhVI .line {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.cid-sLsQQt3bM5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sLsQQt3bM5 .mbr-section-subtitle {
  color: #14142b;
  text-align: center;
  margin: auto;
  padding: 119px 95px;
  background-color: #fedb01;
}
.cid-sLsQQt3bM5 .row {
  align-items: center;
  height: 100%;
}
.cid-sLsQQt3bM5 .wrapper {
  margin: auto;
}
@media (max-width: 770px) {
  .cid-sLsQQt3bM5 .mbr-section-subtitle {
    padding: 70px 75px;
  }
}
@media (max-width: 576px) {
  .cid-sLsQQt3bM5 .mbr-section-subtitle {
    padding: 45px 35px;
  }
}
.cid-sLsQRhfrPW {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sLsQRhfrPW .mbr-text {
  color: #000000;
  text-align: left;
  display: inline;
}
.cid-sLsQRhfrPW span {
  display: inline;
  color: #000000;
  margin-right: 13px;
  transition: color 300ms ease !important;
}
.cid-sLsQRhfrPW .align {
  display: flex;
  align-items: center;
}
.cid-sLsQRhfrPW .mbr-text,
.cid-sLsQRhfrPW .align {
  text-align: center;
}
.cid-sLsQRhfrPW .align:hover span,
.cid-sLsQRhfrPW .align:hover .mbr-text,
.cid-sLsQRhfrPW .align:hover a {
  color: #3f69ff !important;
}
.cid-sLsQSyNVIB {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #eff0f6;
}
.cid-sLsQSyNVIB .mbr-section-subtitle {
  color: #8c8c95;
  text-align: center;
  max-width: 552px;
  margin: auto;
}
.cid-sLsQSyNVIB .mbr-section-title {
  text-align: center;
  color: #14142b;
  margin: auto;
}
.cid-sLsQSyNVIB .row {
  align-items: center;
  height: 100%;
}
.cid-sLsQSyNVIB .wrapper {
  margin: auto;
}
.cid-sLsQTw38Zl .container,
.cid-sLsQTw38Zl .container-fluid {
  padding: 0;
  width: 100% !important;
  max-width: 100% !important;
}
.cid-sLsQU9gEJl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sLsQU9gEJl img {
  border-radius: 0px;
}
.cid-sLsQU9gEJl .row {
  justify-content: center;
}
.cid-sLsQU9gEJl .mbr-section-title {
  margin-top: 24px;
  text-align: center;
  color: #8c8c95;
}
.cid-sLsQV2Ykir {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #eff0f6;
}
.cid-sLsQV2Ykir .mbr-section-subtitle {
  color: #8c8c95;
  text-align: center;
  max-width: 552px;
  margin: auto;
}
.cid-sLsQV2Ykir .mbr-section-title {
  text-align: center;
  color: #14142b;
  margin: auto;
}
.cid-sLsQV2Ykir .row {
  align-items: center;
  height: 100%;
}
.cid-sLsQV2Ykir .wrapper {
  margin: auto;
}
.cid-sLsQVADy4v {
  padding-top: 6rem;
  padding-bottom: 6rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-sLsQVADy4v .item:focus,
.cid-sLsQVADy4v span:focus {
  outline: none;
}
.cid-sLsQVADy4v .item-wrapper {
  position: relative;
}
.cid-sLsQVADy4v .slide-content {
  position: relative;
  border-radius: 4px;
  background: transparent;
  height: 100%;
  display: flex;
  overflow: visible;
  flex-flow: column nowrap;
}
.cid-sLsQVADy4v .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sLsQVADy4v .mbr-section-title {
  color: #14142b;
  text-align: center;
  margin-bottom: 24px;
}
.cid-sLsQVADy4v .mbr-text,
.cid-sLsQVADy4v .mbr-section-btn {
  text-align: left;
}
.cid-sLsQVADy4v .item-title {
  text-align: left;
}
.cid-sLsQVADy4v .item-subtitle {
  text-align: left;
}
.cid-sLsQVADy4v .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 40%;
  max-width: 596px;
}
@media (max-width: 768px) {
  .cid-sLsQVADy4v .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
@media (max-width: 900px) {
  .cid-sLsQVADy4v .embla__slide {
    min-width: 60%;
  }
}
@media (max-width: 630px) {
  .cid-sLsQVADy4v .embla__slide {
    min-width: 375px;
  }
}
.cid-sLsQVADy4v .embla__button--next,
.cid-sLsQVADy4v .embla__button--prev {
  display: flex;
}
.cid-sLsQVADy4v .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: #14142b;
  color: #fff;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sLsQVADy4v .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-sLsQVADy4v .embla__button:hover {
  background: #3f69ff;
  color: #fff;
  transform: scale(1.05);
}
.cid-sLsQVADy4v .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sLsQVADy4v .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sLsQVADy4v .embla__button {
    top: auto;
  }
}
.cid-sLsQVADy4v .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-sLsQVADy4v .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-sLsQVADy4v .embla {
  position: relative;
  width: 100%;
}
.cid-sLsQVADy4v .embla__viewport {
  overflow: visible;
  width: 100%;
}
.cid-sLsQVADy4v .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-sLsQVADy4v .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-sLsQVADy4v .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-sLsQVADy4v .mbr-section-subtitle {
  text-align: center;
  color: #8c8c95;
}
.cid-sLsQVADy4v .title-block {
  justify-content: space-between;
  margin-bottom: 32px;
  align-items: center;
  padding-bottom: 56px;
  max-width: 715px;
  margin: auto;
}
.cid-sLsQVADy4v .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-sLsQVADy4v .card-title {
  margin-bottom: 18px;
  color: #14142b;
  transition: 0.35s;
}
.cid-sLsQVADy4v .card-text {
  margin-bottom: 17px;
  color: #8c8c95;
}
.cid-sLsQVADy4v H3 {
  color: #14142b;
  text-align: center;
}
.cid-sLsQVADy4v .card-wrapper {
  border-radius: 0 0 30px 30px;
  background-color: #ffffff;
  padding: 34px 25px 54px 31px;
}
.cid-sLsQVADy4v .date {
  margin-bottom: 24px;
  color: #8c8c95;
}
.cid-sLsQVADy4v .link-title {
  display: inline-block;
}
.cid-sLsQVADy4v .margin {
  margin-right: 14px;
}
.cid-sLsQVADy4v .button-color {
  padding: 1rem 1.5625rem !important;
  border-radius: 1000px !important;
  display: inline-block;
  line-height: 20px;
  background-color: #eff0f6;
}
.cid-sLsQVADy4v .link-row {
  align-items: center;
}
@media (max-width: 530px) {
  .cid-sLsQVADy4v .card-wrapper {
    border-radius: 0 0 30px 30px;
  }
}
@media (max-width: 480px) {
  .cid-sLsQVADy4v .card-wrapper {
    border-radius: 0 0 30px 30px;
  }
}
.cid-sLsQVADy4v .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-sLsQVADy4v .inner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}
.cid-sLsQVADy4v .shadow:hover {
  transform: translate(0px, -6px);
  box-shadow: 0 10px 20px 0 rgba(8, 15, 52, 0.1) !important;
}
.cid-sLsQVADy4v .shadow:hover a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption),
.cid-sLsQVADy4v .shadow:hover .mbr-iconfont,
.cid-sLsQVADy4v .shadow:hover .number,
.cid-sLsQVADy4v .shadow:hover .card-title {
  color: #3f69ff !important;
}
.cid-sLsQVADy4v .shadow:hover .inner {
  transform: scale(1.1);
}
.cid-sLsQWai0Wg {
  padding-top: 6rem;
  padding-bottom: 6rem;
  overflow: hidden;
  background-color: #f7f7f7;
}
.cid-sLsQWai0Wg .item:focus,
.cid-sLsQWai0Wg span:focus {
  outline: none;
}
.cid-sLsQWai0Wg .item-wrapper {
  position: relative;
}
.cid-sLsQWai0Wg .slide-content {
  position: relative;
  border-radius: 4px;
  background: transparent;
  height: 100%;
  display: flex;
  overflow: visible;
  flex-flow: column nowrap;
}
.cid-sLsQWai0Wg .mbr-section-btn {
  margin-top: auto !important;
  margin-left: 0;
  margin-right: 0;
  width: auto;
  display: inline-block;
}
.cid-sLsQWai0Wg .mbr-section-title {
  color: #14142b;
  text-align: center;
  margin-bottom: 24px;
}
.cid-sLsQWai0Wg .mbr-text,
.cid-sLsQWai0Wg .mbr-section-btn {
  text-align: left;
}
.cid-sLsQWai0Wg .item-title {
  text-align: left;
}
.cid-sLsQWai0Wg .item-subtitle {
  text-align: left;
}
.cid-sLsQWai0Wg .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 33%;
  max-width: 596px;
}
@media (max-width: 768px) {
  .cid-sLsQWai0Wg .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
@media (max-width: 900px) {
  .cid-sLsQWai0Wg .embla__slide {
    min-width: 60%;
  }
}
@media (max-width: 630px) {
  .cid-sLsQWai0Wg .embla__slide {
    min-width: 375px;
  }
}
.cid-sLsQWai0Wg .embla__button--next,
.cid-sLsQWai0Wg .embla__button--prev {
  display: flex;
}
.cid-sLsQWai0Wg .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: #14142b;
  color: #fff;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sLsQWai0Wg .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-sLsQWai0Wg .embla__button:hover {
  background: #3f69ff;
  color: #fff;
  transform: scale(1.05);
}
.cid-sLsQWai0Wg .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sLsQWai0Wg .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sLsQWai0Wg .embla__button {
    top: auto;
  }
}
.cid-sLsQWai0Wg .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-sLsQWai0Wg .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-sLsQWai0Wg .embla {
  position: relative;
  width: 100%;
}
.cid-sLsQWai0Wg .embla__viewport {
  overflow: visible;
  width: 100%;
}
.cid-sLsQWai0Wg .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-sLsQWai0Wg .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-sLsQWai0Wg .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-sLsQWai0Wg .mbr-section-subtitle {
  text-align: center;
  color: #8c8c95;
}
.cid-sLsQWai0Wg .title-block {
  justify-content: space-between;
  margin-bottom: 32px;
  align-items: center;
  padding-bottom: 56px;
  max-width: 715px;
  margin: auto;
}
.cid-sLsQWai0Wg .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;
  border: 1px solid #eff0f6;
  background-color: #ffffff;
}
.cid-sLsQWai0Wg .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-sLsQWai0Wg img {
  width: 100px;
  height: 100px;
  object-fit: cover;
}
.cid-sLsQWai0Wg .shadow:hover {
  transform: translate(0px, -6px);
  box-shadow: 0 10px 20px 0 rgba(8, 15, 52, 0.1) !important;
}
.cid-sLsQWai0Wg .shadow:hover a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption),
.cid-sLsQWai0Wg .shadow:hover .number,
.cid-sLsQWai0Wg .shadow:hover .card-title {
  color: #3f69ff !important;
}
.cid-sLsQWai0Wg .shadow:hover .iconfont-wrapper > .mbr-iconfont > span {
  color: #000000 !important;
}
.cid-sLsQWai0Wg .card-title {
  margin-bottom: 16px;
  color: #4c4c4c;
  transition: 0.35s;
  text-align: left;
}
.cid-sLsQWai0Wg .card-text {
  color: #8c8c95;
  text-align: center;
}
.cid-sLsQWai0Wg H3 {
  color: #1d1d1f;
  text-align: center;
}
.cid-sLsQWai0Wg .card-wrapper {
  border-radius: 0 0 30px 30px;
  background-color: #ffffff;
  padding: 34px 25px 54px 31px;
}
.cid-sLsQWai0Wg .date {
  margin-bottom: 24px;
  color: #8c8c95;
}
.cid-sLsQWai0Wg .link-title {
  display: inline-block;
}
.cid-sLsQWai0Wg .margin {
  margin-right: 14px;
}
.cid-sLsQWai0Wg .article {
  display: contents;
}
.cid-sLsQWai0Wg .button-color {
  padding: 1rem 1.5625rem !important;
  border-radius: 1000px !important;
  display: inline-block;
  line-height: 20px;
  background-color: #eff0f6;
}
.cid-sLsQWai0Wg .link-row {
  align-items: center;
}
@media (max-width: 530px) {
  .cid-sLsQWai0Wg .card-wrapper {
    border-radius: 0 0 30px 30px;
  }
}
@media (max-width: 480px) {
  .cid-sLsQWai0Wg .card-wrapper {
    border-radius: 0 0 30px 30px;
  }
}
.cid-sLsQWai0Wg .iconfont-wrapper {
  text-align: left;
  margin-bottom: 32px;
}
.cid-sLsQWai0Wg .iconfont-wrapper .mbr-iconfont::before {
  font-size: 50px;
  padding: 25px;
  border-radius: 50%;
}
.cid-sLsQWai0Wg .button-align {
  margin-top: 36px;
  text-align: center;
}
.cid-sLsQWai0Wg .btn {
  margin-top: 20px;
}
.cid-sLsQWai0Wg .card-title,
.cid-sLsQWai0Wg .iconfont-wrapper {
  text-align: center;
}
.cid-sLsQWai0Wg a.btn > span {
  margin-left: 0.5rem;
}
.cid-sLyblt80Gr {
  padding-top: 6rem;
  padding-bottom: 6rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-sLyblt80Gr .item:focus,
.cid-sLyblt80Gr span:focus {
  outline: none;
}
.cid-sLyblt80Gr .item-wrapper {
  position: relative;
}
.cid-sLyblt80Gr .slide-content {
  position: relative;
  border-radius: 4px;
  background: transparent;
  height: 100%;
  display: flex;
  overflow: visible;
  flex-flow: column nowrap;
}
.cid-sLyblt80Gr .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 40%;
  max-width: 596px;
}
@media (max-width: 768px) {
  .cid-sLyblt80Gr .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
@media (max-width: 900px) {
  .cid-sLyblt80Gr .embla__slide {
    min-width: 60%;
  }
}
@media (max-width: 630px) {
  .cid-sLyblt80Gr .embla__slide {
    min-width: 375px;
  }
}
.cid-sLyblt80Gr .embla__button--next,
.cid-sLyblt80Gr .embla__button--prev {
  display: flex;
}
.cid-sLyblt80Gr .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: #14142b;
  color: #fff;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sLyblt80Gr .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-sLyblt80Gr .embla__button:hover {
  background: #3f69ff;
  color: #fff;
  transform: scale(1.05);
}
.cid-sLyblt80Gr .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sLyblt80Gr .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sLyblt80Gr .embla__button {
    top: auto;
  }
}
.cid-sLyblt80Gr .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-sLyblt80Gr .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-sLyblt80Gr .embla {
  position: relative;
  width: 100%;
}
.cid-sLyblt80Gr .embla__viewport {
  overflow: visible;
  width: 100%;
}
.cid-sLyblt80Gr .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-sLyblt80Gr .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-sLyblt80Gr .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-sLyblt80Gr .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;
  border: 1px solid #eff0f6;
}
.cid-sLyblt80Gr .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-sLyblt80Gr .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-sLyblt80Gr .shadow:hover {
  transform: translate(0px, -6px);
  box-shadow: 0 10px 20px 0 rgba(8, 15, 52, 0.1) !important;
}
.cid-sLyblt80Gr .shadow:hover a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption),
.cid-sLyblt80Gr .shadow:hover .number,
.cid-sLyblt80Gr .shadow:hover .card-title {
  color: #3f69ff !important;
}
.cid-sLyblt80Gr .shadow:hover .wrap-img {
  padding: 15px 15px 30px;
}
.cid-sLyblt80Gr .shadow:hover .wrap-img::after {
  transform: scale(1.05);
}
.cid-sLyblt80Gr .card-wrapper {
  padding: 30px 15px;
  margin: 0 15px;
  width: auto;
  max-width: 100%;
  border: 1px solid #dbdbdb;
}
.cid-sLyblt80Gr .card-title {
  font-weight: 700;
  padding: 10px 20px 10px;
  color: #4c4c4c;
  text-align: left;
  text-transform: uppercase;
}
.cid-sLyblt80Gr H3 {
  color: #1d1d1f;
}
.cid-sLyblt80Gr .card-subtitle {
  text-align: left;
  color: #14142b;
}
.cid-sLyblt80Gr .iconfont-wrapper {
  text-align: left;
  margin-bottom: 16px;
}
.cid-sLyblt80Gr .card-text {
  margin-bottom: 16px;
  text-align: left;
}
.cid-sLyblt80Gr .mbr-iconfont::before {
  font-size: 25px;
}
.cid-sLyblt80Gr .button-align {
  margin-top: 36px;
  text-align: center;
}
.cid-sLyblt80Gr .mbr-section-btn {
  width: auto;
  display: inline-block;
}
.cid-sLyblt80Gr .people {
  align-items: center;
}
.cid-sLyblt80Gr img {
  border-radius: 10%;
  height: 128px;
  width: 128px;
  margin: 0;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-sLyblt80Gr .row.title-block {
    flex-direction: column;
  }
  .cid-sLyblt80Gr .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-sLyblt80Gr .mbr-section-title {
    text-align: center;
  }
}
.cid-sLyblt80Gr .card-subtitle,
.cid-sLyblt80Gr .card-subtitle2 {
  display: inline;
}
@media (max-width: 1040px) {
  .cid-sLyblt80Gr .people {
    flex-direction: column;
  }
  .cid-sLyblt80Gr .card-text,
  .cid-sLyblt80Gr .align,
  .cid-sLyblt80Gr .iconfont-wrapper {
    text-align: center;
  }
  .cid-sLyblt80Gr img {
    margin-bottom: 20px !important;
  }
}
.cid-sLyblt80Gr .title-block {
  justify-content: space-between;
  margin-bottom: 32px;
  align-items: center;
}
@media (max-width: 400px) {
  .cid-sLyblt80Gr .button-align {
    margin-top: 20px;
  }
}
.cid-sLyblt80Gr .btn {
  margin-top: 20px;
}
.cid-sLyblt80Gr a.btn > span {
  margin-left: 0.5rem;
}
@media (max-width: 767px) {
  .cid-sLyblt80Gr .shadow {
    padding-top: 40px;
    padding-bottom: 43px;
  }
}
@media (max-width: 479px) {
  .cid-sLyblt80Gr .shadow {
    padding: 33px 25px 36px;
  }
}
.cid-sLsQYzviCK {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #eff0f6;
}
.cid-sLsQYzviCK .mbr-section-subtitle {
  color: #8c8c95;
  text-align: center;
  max-width: 552px;
  margin: auto;
}
.cid-sLsQYzviCK .mbr-section-title {
  text-align: center;
  color: #14142b;
  margin: auto;
}
.cid-sLsQYzviCK .row {
  align-items: center;
  height: 100%;
}
.cid-sLsQYzviCK .wrapper {
  margin: auto;
}
.cid-sLsQZXmi42 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sLsQZXmi42 .mbr-section-title {
  margin-bottom: 24px;
  color: #14142b;
  text-align: center;
}
.cid-sLsQZXmi42 .link-title {
  width: 100%;
  display: inline-block;
}
.cid-sLsQZXmi42 .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-sLsQZXmi42 .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-sLsQZXmi42 .col-12.col-sm-6.col-lg-3:hover a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption),
.cid-sLsQZXmi42 .col-12.col-sm-6.col-lg-3:hover .mbr-iconfont,
.cid-sLsQZXmi42 .col-12.col-sm-6.col-lg-3:hover .number,
.cid-sLsQZXmi42 .col-12.col-sm-6.col-lg-3:hover .card-title {
  color: #3f69ff !important;
}
.cid-sLsQZXmi42 .col-12.col-sm-6.col-lg-3:hover .inner {
  transform: scale(1.1);
}
.cid-sLsQZXmi42 .card-title {
  transition: 0.35s;
  margin-bottom: 12px;
  color: #14142b;
}
.cid-sLsQZXmi42 .inner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
  border-radius: 30px;
}
.cid-sLsQZXmi42 .card-text {
  margin-bottom: 33px;
  color: #8c8c95;
}
@media (min-width: 970px) and (max-width: 1100px) {
  .cid-sLsQZXmi42 .card-wrapper {
    margin: 10px;
  }
}
@media (min-width: 575px) and (max-width: 990px) {
  .cid-sLsQZXmi42 .col-12:nth-child(3) {
    padding-top: 50px;
  }
  .cid-sLsQZXmi42 .col-12:nth-child(4) {
    padding-top: 50px;
  }
  .cid-sLsQZXmi42 .card-wrapper {
    margin: 20px;
    padding: 60px 30px 40px;
  }
}
@media (max-width: 574px) {
  .cid-sLsQZXmi42 .col-12 {
    padding-top: 50px;
  }
  .cid-sLsQZXmi42 .col-12:first-child {
    padding-top: 0px;
  }
  .cid-sLsQZXmi42 .wrap-img {
    margin-bottom: 30px;
  }
  .cid-sLsQZXmi42 .card-wrapper {
    margin: 10px;
    padding: 60px 30px 40px;
  }
}
.cid-sLsQZXmi42 .card-wrapper {
  border-radius: 0 0 30px 30px;
  background-color: #ffffff;
  padding: 37px 32px 43px;
}
.cid-sLsQZXmi42 .mbr-iconfont {
  transition: 0.3s;
  margin-right: 5px;
}
.cid-sLsQZXmi42 .episode {
  color: #ffffff;
}
.cid-sLsQZXmi42 .img-title {
  color: #ffffff;
}
.cid-sLsQZXmi42 .margin {
  margin-right: 14px;
}
.cid-sLsQZXmi42 .button-align {
  margin-top: 56px;
  text-align: center;
}
.cid-sLsQZXmi42 .mbr-section-btn {
  width: auto;
  display: inline;
}
.cid-sLsQZXmi42 .title-block {
  padding-bottom: 30px;
  max-width: 493px;
  margin: auto;
}
.cid-sLsQZXmi42 .mbr-section-subtitle {
  text-align: center;
  color: #8c8c95;
}
.cid-sLsQZXmi42 .display-4 > .mbr-iconfont {
  font-size: 16px;
}
.cid-sLybsNjK6C {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sLybsNjK6C .card-subtitle {
  text-align: left;
  margin-left: -15px;
  color: #8c8c95;
}
.cid-sLybsNjK6C .shadow {
  border-radius: 34px;
  box-shadow: 0 5px 12px 0 rgba(20, 20, 43, 0.05) !important;
  overflow: visible;
  padding: 48px 42px 38px;
  border: 1px solid #eff0f6;
}
.cid-sLybsNjK6C .iconfont-wrapper {
  text-align: left;
  margin-bottom: 16px;
}
.cid-sLybsNjK6C .card-text {
  margin-bottom: 16px;
  text-align: left;
  color: #8c8c95;
}
.cid-sLybsNjK6C .button-align {
  margin-top: 36px;
  text-align: center;
}
.cid-sLybsNjK6C .mbr-section-btn {
  width: auto;
  display: inline-block;
}
.cid-sLybsNjK6C img {
  border-radius: 10%;
  height: 65px;
  width: auto;
  margin: 0;
}
.cid-sLybsNjK6C .mbr-iconfont::before {
  font-size: 25px;
}
.cid-sLybsNjK6C .card-title {
  margin-bottom: 4px;
  padding: 0;
  margin-left: -15px;
}
.cid-sLybsNjK6C .col-12.col-md-6.col-lg-4 {
  margin-top: 30px;
}
.cid-sLybsNjK6C .col-12.col-md-6.col-lg-4:nth-child(1) {
  margin-top: 0px;
}
.cid-sLybsNjK6C .col-12.col-md-6.col-lg-4:nth-child(2) {
  margin-top: 0px;
}
.cid-sLybsNjK6C .col-12.col-md-6.col-lg-4:nth-child(3) {
  margin-top: 0px;
}
@media (max-width: 992px) {
  .cid-sLybsNjK6C .col-12.col-md-6.col-lg-4:nth-child(3) {
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  .cid-sLybsNjK6C .col-12.col-md-6.col-lg-4:nth-child(2) {
    margin-top: 30px;
  }
}
.cid-sLybsNjK6C .align {
  display: flex;
  align-items: center;
}
.cid-sLybsNjK6C .mbr-section-title {
  margin-bottom: 56px;
  color: #14142b;
}
.cid-sLybsNjK6C .btn {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-sLybsNjK6C .shadow {
    padding: 40px 40px 32px;
  }
}
@media (max-width: 479px) {
  .cid-sLybsNjK6C .shadow {
    padding: 33px 25px 28px;
  }
}
.cid-sLybtvwwQv {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sLybtvwwQv .mbr-section-subtitle {
  text-align: center;
  color: #8c8c95;
}
.cid-sLybtvwwQv .title-block {
  justify-content: space-between;
  margin-bottom: 32px;
  align-items: center;
  padding-bottom: 56px;
  max-width: 715px;
  margin: auto;
}
.cid-sLybtvwwQv .wrapper {
  padding: 0rem;
}
.cid-sLybtvwwQv .icon-left {
  margin-right: 0.1rem;
}
.cid-sLybtvwwQv .icon-right {
  margin-left: 0.1rem;
}
.cid-sLybtvwwQv .card-wrapper {
  padding: 30px 15px;
  margin: 0 15px;
  width: auto;
  max-width: 100%;
  border: 1px solid #dbdbdb;
}
.cid-sLybtvwwQv .card-title {
  font-weight: 700;
  padding: 10px 20px 10px;
  color: #4c4c4c;
  text-align: left;
  text-transform: uppercase;
}
.cid-sLybtvwwQv .card-subtitle {
  text-align: left;
}
.cid-sLybtvwwQv .shadow {
  border-radius: 34px;
  box-shadow: 0 5px 12px 0 rgba(20, 20, 43, 0.05) !important;
  overflow: visible;
  padding: 44px 32px 52px;
  border: 1px solid #eff0f6;
}
.cid-sLybtvwwQv .iconfont-wrapper {
  text-align: left;
  margin-bottom: 16px;
}
.cid-sLybtvwwQv .card-text {
  margin-bottom: 16px;
  text-align: left;
}
.cid-sLybtvwwQv .margin {
  margin-right: 14px;
}
.cid-sLybtvwwQv .button-align {
  margin-top: 56px;
  text-align: center;
}
.cid-sLybtvwwQv .mbr-section-btn {
  width: auto;
  display: inline;
}
.cid-sLybtvwwQv .people {
  align-items: center;
}
.cid-sLybtvwwQv .item-wrapper {
  width: 100%;
}
.cid-sLybtvwwQv .mbr-section-title {
  text-align: center;
  margin-bottom: 16px;
  color: #14142b;
}
.cid-sLybtvwwQv img {
  border-radius: 10%;
  height: 128px;
  width: 128px;
  margin: 0;
}
.cid-sLybtvwwQv .mbr-iconfont::before {
  font-size: 25px;
}
.cid-sLybtvwwQv .card-text,
.cid-sLybtvwwQv .iconfont-wrapper {
  color: #8c8c95;
}
.cid-sLybtvwwQv .card-subtitle,
.cid-sLybtvwwQv .card-subtitle2 {
  display: inline;
}
.cid-sLybtvwwQv .card-subtitle2 {
  color: #8c8c95;
}
@media (max-width: 576px) {
  .cid-sLybtvwwQv .col-12.col-sm-6:first-child {
    padding-bottom: 20px;
  }
}
@media (max-width: 860px) {
  .cid-sLybtvwwQv .row.people {
    flex-direction: column;
    align-items: initial;
  }
  .cid-sLybtvwwQv img {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .cid-sLybtvwwQv .shadow {
    padding-top: 40px;
    padding-bottom: 43px;
  }
}
@media (max-width: 479px) {
  .cid-sLybtvwwQv .shadow {
    padding: 33px 25px 36px;
  }
}
.cid-sLybudBRsM {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sLybudBRsM .row {
  align-items: center;
  justify-content: space-between;
}
.cid-sLybudBRsM .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  line-height: 1.171em;
}
.cid-sLybudBRsM .mbr-section-subtitle {
  color: #4c4c4c;
  width: 100%;
  text-align: left;
}
.cid-sLybudBRsM .mbr-text {
  color: #5f5d68;
  margin-bottom: 48px;
}
.cid-sLybudBRsM .right-side {
  max-width: 554px;
  margin-right: 60px;
}
.cid-sLybudBRsM .mbr-section-btn {
  width: auto;
  display: inline;
}
.cid-sLybudBRsM .margin {
  margin-right: 14px;
}
.cid-sLybudBRsM .shadow {
  margin: auto;
  max-width: 860px;
  padding: 79px 76px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07);
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 24px;
  background-color: #fff;
}
.cid-sLybudBRsM .socicon-bg-youtube {
  background-color: #c4302b;
}
.cid-sLybudBRsM .socicon-bg-facebook {
  background-color: #3e5b98;
}
.cid-sLybudBRsM .socicon-bg-twitter {
  background-color: #4da7de;
}
.cid-sLybudBRsM .socicon-bg-pinterest {
  background-color: #c92619;
}
.cid-sLybudBRsM .socicon-bg-mail {
  background-color: #134785;
}
.cid-sLybudBRsM .btn-social {
  margin-right: 3px !important;
  margin-left: 3px !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  font-size: 14px;
  border-radius: 50%;
  padding: 0;
  width: 32px;
  height: 32px;
  line-height: 44px;
  text-align: center;
  position: relative;
  border: none !important;
  border-color: #fedb01;
  cursor: pointer;
}
.cid-sLybudBRsM .btn-social .mbr-iconfont {
  top: 0;
  line-height: 22px;
  width: 22px;
  color: #fff;
}
.cid-sLybudBRsM .btn-social:hover {
  color: #fff;
}
.cid-sLybudBRsM .btn-social + .btn {
  margin-left: 0.1rem;
}
.cid-sLybudBRsM img {
  max-width: 238px;
  height: auto;
  border-radius: 50%;
}
.cid-sLybudBRsM .mbr-social-likes {
  max-width: 454px;
}
.cid-sLybudBRsM .card-title {
  margin-bottom: 8px;
  color: #14142b;
}
.cid-sLybudBRsM .card-subtitle {
  margin-bottom: 22px;
  color: #8c8c95;
}
.cid-sLybudBRsM .card-text {
  margin-bottom: 22px;
  color: #8c8c95;
}
.cid-sLybudBRsM .card-title,
.cid-sLybudBRsM .card-subtitle,
.cid-sLybudBRsM .card-text {
  width: auto;
}
@media (max-width: 770px) {
  .cid-sLybudBRsM .shadow {
    padding: 59px 56px;
  }
}
@media (max-width: 640px) {
  .cid-sLybudBRsM .al {
    flex-direction: column;
  }
  .cid-sLybudBRsM .shadow {
    padding: 39px 36px;
  }
  .cid-sLybudBRsM img {
    padding-bottom: 20px;
  }
  .cid-sLybudBRsM .card-title,
  .cid-sLybudBRsM .card-subtitle,
  .cid-sLybudBRsM .card-text,
  .cid-sLybudBRsM .mbr-social-likes {
    text-align: center;
  }
}
@media (max-width: 600px) {
  .cid-sLybudBRsM .shadow {
    padding: 35px 15px;
  }
}
.cid-sLybudBRsM .mbr-iconfont {
  margin-left: 0;
}
.cid-sLybuRnIy5 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f7f7f7;
}
.cid-sLybuRnIy5 .row {
  align-items: center;
  justify-content: space-between;
}
.cid-sLybuRnIy5 .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  line-height: 1.171em;
}
.cid-sLybuRnIy5 .mbr-section-subtitle {
  color: #4c4c4c;
  width: 100%;
  text-align: left;
}
.cid-sLybuRnIy5 .mbr-text {
  color: #5f5d68;
  margin-bottom: 28px;
}
.cid-sLybuRnIy5 .right-side {
  max-width: 554px;
}
.cid-sLybuRnIy5 .mbr-section-btn {
  width: auto;
  display: block;
}
.cid-sLybuRnIy5 .margin {
  margin-right: 14px;
}
.cid-sLybuRnIy5 .shadow {
  padding: 62px 56px 64px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07);
  max-width: 568px;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 24px;
  background-color: #fff;
}
.cid-sLybuRnIy5 .socicon-bg-youtube {
  background-color: #c4302b;
}
.cid-sLybuRnIy5 .socicon-bg-facebook {
  background-color: #3e5b98;
}
.cid-sLybuRnIy5 .socicon-bg-twitter {
  background-color: #4da7de;
}
.cid-sLybuRnIy5 .socicon-bg-pinterest {
  background-color: #c92619;
}
.cid-sLybuRnIy5 .socicon-bg-mail {
  background-color: #134785;
}
.cid-sLybuRnIy5 .mbr-iconfont {
  margin-left: 0;
  margin-right: 0;
}
.cid-sLybuRnIy5 .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-sLybuRnIy5 .btn-social .mbr-iconfont {
  top: 0;
  line-height: 22px;
  width: 22px;
  color: #fff;
}
.cid-sLybuRnIy5 .btn-social .mbr-iconfont:hover {
  color: #fff !important;
}
.cid-sLybuRnIy5 .btn-social:hover {
  color: #fff;
}
.cid-sLybuRnIy5 .btn-social + .btn {
  margin-left: 0.1rem;
}
.cid-sLybuRnIy5 img {
  max-width: 186px;
  height: auto;
  border-radius: 50%;
  margin-bottom: 17px;
}
.cid-sLybuRnIy5 .mbr-social-likes {
  max-width: 454px;
}
.cid-sLybuRnIy5 .card-title {
  margin-bottom: 4px;
  color: #14142b;
}
.cid-sLybuRnIy5 .card-subtitle {
  margin-bottom: 21px;
  color: #8c8c95;
}
.cid-sLybuRnIy5 .card-text {
  margin-bottom: 40px;
  color: #8c8c95;
}
@media (max-width: 768px) {
  .cid-sLybuRnIy5 .shadow {
    margin-top: 30px;
  }
}
@media (max-width: 1010px) {
  .cid-sLybuRnIy5 .margin {
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .cid-sLybuRnIy5 .button-align {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 992px) {
  .cid-sLybuRnIy5 .shadow {
    margin: auto;
  }
  .cid-sLybuRnIy5 .right-side {
    max-width: initial;
    margin-bottom: 50px;
  }
}
.cid-sLybuRnIy5 .btn {
  margin-top: 20px;
}
.cid-sLybuRnIy5 a.btn > span {
  margin-left: 0.5rem;
}
@media (max-width: 767px) {
  .cid-sLybuRnIy5 .card.home-about-host {
    padding: 52px 40px 54px;
  }
}
@media (max-width: 479px) {
  .cid-sLybuRnIy5 .card.home-about-host {
    padding: 43px 25px 45px;
  }
}
.cid-sLsR3e1yjB {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #eff0f6;
}
.cid-sLsR3e1yjB .mbr-section-subtitle {
  color: #8c8c95;
  text-align: center;
  max-width: 552px;
  margin: auto;
}
.cid-sLsR3e1yjB .mbr-section-title {
  text-align: center;
  color: #14142b;
  margin: auto;
}
.cid-sLsR3e1yjB .row {
  align-items: center;
  height: 100%;
}
.cid-sLsR3e1yjB .wrapper {
  margin: auto;
}
.cid-sLsR5HR7xA {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sLsR5HR7xA a.btn > span {
  margin-left: 0.5rem;
}
.cid-sLsR5HR7xA .row {
  align-items: center;
  justify-content: space-between;
}
.cid-sLsR5HR7xA .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  line-height: 1.171em;
  color: #14142b;
}
.cid-sLsR5HR7xA .mbr-section-subtitle {
  color: #14142b;
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
}
.cid-sLsR5HR7xA .mbr-text {
  color: #5f5d68;
  margin-bottom: 56px;
}
.cid-sLsR5HR7xA .right-side {
  max-width: 554px;
}
.cid-sLsR5HR7xA .mbr-section-btn {
  width: auto;
  display: inline;
}
.cid-sLsR5HR7xA .margin {
  margin-right: 14px;
}
.cid-sLsR5HR7xA .shadow {
  padding: 62px 56px 64px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07);
  max-width: 690px;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 24px;
  background-color: #fff;
}
.cid-sLsR5HR7xA img {
  max-width: 186px;
  height: auto;
  border-radius: 50%;
  margin-bottom: 17px;
}
.cid-sLsR5HR7xA .card-title {
  margin-bottom: 4px;
  color: #14142b;
}
.cid-sLsR5HR7xA .card-subtitle {
  margin-bottom: 21px;
  color: #8c8c95;
}
.cid-sLsR5HR7xA .card-text {
  margin-bottom: 40px;
  color: #8c8c95;
}
.cid-sLsR5HR7xA .mbr-social-likes.big .btn-social {
  font-size: 20px;
  border-radius: 25%;
  width: 37px;
  height: 37px;
  line-height: 44px;
  margin: 0 10px 0 0 !important;
  padding: 0;
  text-align: center;
  position: relative;
  border: none !important;
  border-color: #fedb01;
  cursor: pointer;
}
.cid-sLsR5HR7xA .mbr-social-likes.big .btn-social .mbr-iconfont {
  top: 0;
  line-height: 22px;
  width: 22px;
  color: #fff;
}
.cid-sLsR5HR7xA .mbr-social-likes.big .btn-social:hover {
  color: #fff;
}
.cid-sLsR5HR7xA .mbr-social-likes.big .btn-social + .btn {
  margin-left: 0.1rem;
}
.cid-sLsR5HR7xA .r {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.cid-sLsR5HR7xA .mbr-social-likes.small {
  display: flex;
}
.cid-sLsR5HR7xA .mbr-social-likes.big {
  display: block;
}
.cid-sLsR5HR7xA .mbr-social-likes.small .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: #fedb01;
  cursor: pointer;
}
.cid-sLsR5HR7xA .mbr-social-likes.small .btn-social .mbr-iconfont {
  top: 0;
  line-height: 22px;
  width: 22px;
  color: #fff;
}
.cid-sLsR5HR7xA .mbr-social-likes.small .btn-social:hover {
  color: #fff;
}
.cid-sLsR5HR7xA .mbr-social-likes.small .btn-social + .btn {
  margin-left: 0.1rem;
}
.cid-sLsR5HR7xA .form-control,
.cid-sLsR5HR7xA form .btn {
  min-height: initial;
}
.cid-sLsR5HR7xA a.btn,
.cid-sLsR5HR7xA button {
  padding: 24px 40px;
  border-radius: 80px;
}
.cid-sLsR5HR7xA input {
  border-style: solid !important;
  border-width: 1px !important;
  border-color: #e2e3e9 !important;
  border-radius: 100px;
  background-color: #fff;
  -webkit-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
  box-shadow: none !important;
  height: 64px;
  margin-bottom: 40px;
  padding: 8px 26px;
}
.cid-sLsR5HR7xA textarea {
  border-style: solid !important;
  border-width: 1px !important;
  border-color: #e2e3e9 !important;
  border-radius: 14px;
  background-color: #fff;
  -webkit-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
  box-shadow: none !important;
  height: 132px;
  margin-bottom: 40px;
  padding: 20px 26px;
}
.cid-sLsR5HR7xA input:hover {
  border-color: #14142b !important;
}
.cid-sLsR5HR7xA textarea:hover {
  border-color: #14142b !important;
}
.cid-sLsR5HR7xA input:focus {
  border-color: #14142b !important;
}
.cid-sLsR5HR7xA textarea:focus {
  border-color: #14142b !important;
}
.cid-sLsR5HR7xA .form-group {
  margin-bottom: 0;
}
.cid-sLsR5HR7xA .listen {
  margin-bottom: 24px;
}
.cid-sLsR5HR7xA .phone {
  margin-bottom: 44px;
}
.cid-sLsR5HR7xA .email {
  margin-bottom: 21px;
}
.cid-sLsR5HR7xA .listen,
.cid-sLsR5HR7xA .big {
  text-align: left;
  color: #8c8c95;
}
.cid-sLsR5HR7xA .mbr-text,
.cid-sLsR5HR7xA .button-align {
  color: #8c8c95;
}
.cid-sLsR5HR7xA .email span {
  padding: 7px;
  background-color: #14142b;
  color: #ffffff;
  font-size: 1rem;
  border-radius: 50%;
}
.cid-sLsR5HR7xA .phone span {
  padding: 7px;
  background-color: #14142b;
  color: #ffffff;
  font-size: 1rem;
  border-radius: 50%;
}
.cid-sLsR5HR7xA select.form-control:hover {
  border-color: #14142b;
}
.cid-sLsR5HR7xA select.form-control {
  border: none !important;
  box-shadow: none !important;
  padding: 0;
  color: #8c8c95;
  transition: border-color 300ms ease;
  min-height: 64px;
  padding-right: 26px;
  padding-left: 26px;
  border-style: solid !important;
  border-width: 1px !important;
  border-color: #e2e3e9 !important;
  border-radius: 100px;
  background-color: #fff;
  -webkit-transition: border-color 300ms ease;
  display: flex;
}
.cid-sLsR5HR7xA .form-check > input {
  height: 1em;
  width: 1em;
  padding: 0;
  float: initial;
  margin-bottom: 0;
}
@media (max-width: 770px) {
  .cid-sLsR5HR7xA .shadow {
    width: 100%;
    margin-top: 60px;
    max-width: initial;
  }
  .cid-sLsR5HR7xA .left-side,
  .cid-sLsR5HR7xA .right-side {
    width: 100%;
    max-width: initial;
  }
}
@media (max-width: 992px) {
  .cid-sLsR5HR7xA .right-side {
    max-width: initial;
    margin-bottom: 50px;
  }
  .cid-sLsR5HR7xA .shadow {
    margin: auto;
  }
}
@media (max-width: 600px) {
  .cid-sLsR5HR7xA .shadow {
    padding: 25px;
  }
  .cid-sLsR5HR7xA input {
    margin-bottom: 20px;
  }
}
@media (max-width: 550px) {
  .cid-sLsR5HR7xA .r {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
  }
  .cid-sLsR5HR7xA .mbr-social-likes.small {
    margin-top: 20px;
  }
}
.cid-sLsR5HR7xA .big > .socicon-bg-youtube {
  background-color: #c4302b;
}
.cid-sLsR5HR7xA .big > .socicon-bg-facebook {
  background-color: #3e5b98;
}
.cid-sLsR5HR7xA .big > .socicon-bg-twitter {
  background-color: #4da7de;
}
.cid-sLsR5HR7xA .big > .socicon-bg-pinterest {
  background-color: #c92619;
}
.cid-sLsR5HR7xA .big > .socicon-bg-mail {
  background-color: #134785;
}
.cid-sLsR5HR7xA .small > .socicon-bg-youtube {
  background-color: #c4302b;
}
.cid-sLsR5HR7xA .small > .socicon-bg-facebook {
  background-color: #3e5b98;
}
.cid-sLsR5HR7xA .small > .socicon-bg-twitter {
  background-color: #4da7de;
}
.cid-sLsR5HR7xA .small > .socicon-bg-pinterest {
  background-color: #c92619;
}
.cid-sLsR5HR7xA .small > .socicon-bg-mail {
  background-color: #134785;
}
.cid-sLsR5HR7xA .mbr-iconfont {
  margin-right: 8px;
}
.cid-sLsR6rwiTQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sLsR6rwiTQ .card-heading {
  color: #000000;
  margin-bottom: 24px;
}
.cid-sLsR6rwiTQ .row {
  justify-content: center;
}
.cid-sLsR6rwiTQ .p {
  width: 100%;
}
.cid-sLsR6rwiTQ .mbr-iconfont {
  font-size: 23px;
  margin-right: 17px;
  color: #fedb01;
}
.cid-sLsR6rwiTQ .mbr-text {
  display: inline;
}
.cid-sLsR6rwiTQ .mbr-text:last-child {
  margin-bottom: 0px;
}
.cid-sLsR6rwiTQ .text {
  margin-bottom: 40px;
  color: #8c8c95;
}
.cid-sLsR6rwiTQ .line {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.cid-sLsR6rwiTQ .shadow {
  padding: 52px 56px 58px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07);
  max-width: 568px;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 24px;
  background-color: #fff;
}
.cid-sLsR6rwiTQ .left-side {
  max-width: 596px;
}
.cid-sLsR6rwiTQ .right-side {
  max-width: 473px;
  margin-right: 0;
  margin-left: auto;
}
.cid-sLsR6rwiTQ a.btn,
.cid-sLsR6rwiTQ button {
  padding: 24px 40px;
  border-radius: 80px;
  width: 100%;
  margin-top: 24px;
}
.cid-sLsR6rwiTQ .sel-wrapper {
  min-height: 64px;
  padding-right: 26px;
  padding-left: 26px;
  border-style: solid !important;
  border-width: 1px !important;
  border-color: #e2e3e9 !important;
  border-radius: 100px;
  background-color: #fff;
  -webkit-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
  box-shadow: none !important;
  display: flex;
}
.cid-sLsR6rwiTQ .sel-wrapper:hover {
  border-color: #14142b;
}
.cid-sLsR6rwiTQ .sel-wrapper > select.form-control {
  border: none !important;
  box-shadow: none !important;
  padding: 0;
  color: #8c8c95;
  transition: color 350ms ease;
}
.cid-sLsR6rwiTQ .sel-wrapper > select.form-control:hover {
  color: #000000;
}
.cid-sLsR6rwiTQ .form-group {
  margin-bottom: 0;
}
.cid-sLsR6rwiTQ .card-title {
  margin-bottom: 7px;
}
.cid-sLsR6rwiTQ .card-text {
  margin-bottom: 40px;
  color: #8c8c95;
}
.cid-sLsR6rwiTQ .line1 {
  margin-bottom: 40px;
  width: 100%;
  height: 1px;
  background-color: #e2e3e9;
}
.cid-sLsR6rwiTQ .card-subtitle {
  margin-top: 24px;
}
.cid-sLsR6rwiTQ option[value=""][disabled] {
  display: none;
}
.cid-sLsR6rwiTQ select.form-control:hover {
  border-color: #14142b;
}
.cid-sLsR6rwiTQ select.form-control {
  border: none !important;
  box-shadow: none !important;
  padding: 0;
  color: #8c8c95;
  transition: border-color 300ms ease;
  min-height: 64px;
  padding-right: 26px;
  padding-left: 26px;
  border-style: solid !important;
  border-width: 1px !important;
  border-color: #e2e3e9 !important;
  border-radius: 100px;
  background-color: #fff;
  -webkit-transition: border-color 300ms ease;
  display: flex;
}
.cid-sLsR6rwiTQ .form-check > input {
  height: 1em;
  width: 1em;
  padding: 0;
  float: initial;
  margin-bottom: 0;
}
.cid-sLsR6rwiTQ input {
  border-style: solid !important;
  border-width: 1px !important;
  border-color: #e2e3e9 !important;
  border-radius: 100px;
  background-color: #fff;
  -webkit-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
  box-shadow: none !important;
  height: 64px;
  margin-bottom: 30px;
  padding: 8px 26px;
}
.cid-sLsR6rwiTQ textarea {
  border-style: solid !important;
  border-width: 1px !important;
  border-color: #e2e3e9 !important;
  border-radius: 14px;
  background-color: #fff;
  -webkit-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
  box-shadow: none !important;
  height: 132px;
  margin-bottom: 40px;
  padding: 20px 26px;
}
.cid-sLsR6rwiTQ input:hover {
  border-color: #14142b !important;
}
.cid-sLsR6rwiTQ textarea:hover {
  border-color: #14142b !important;
}
.cid-sLsR6rwiTQ input:focus {
  border-color: #14142b !important;
}
.cid-sLsR6rwiTQ textarea:focus {
  border-color: #14142b !important;
}
.cid-sLsR6rwiTQ .row.main {
  align-items: center;
}
@media (max-width: 990px) {
  .cid-sLsR6rwiTQ .shadow {
    width: 100%;
    margin: auto;
    max-width: 720px;
  }
  .cid-sLsR6rwiTQ .right-side {
    margin-top: 60px;
  }
  .cid-sLsR6rwiTQ .left-side,
  .cid-sLsR6rwiTQ .right-side {
    width: 100%;
    max-width: initial;
  }
}
@media (max-width: 600px) {
  .cid-sLsR6rwiTQ .shadow {
    padding: 25px;
  }
  .cid-sLsR6rwiTQ input {
    margin-bottom: 20px;
  }
}
.cid-sLsR6rwiTQ a.btn > span {
  margin-left: 0.5rem;
}
.cid-sLtbBj5FS6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sLtbBj5FS6 .card {
  padding: 120px 74px 120px 76px;
  background: #14142b;
  border-radius: 30px;
}
.cid-sLtbBj5FS6 .align {
  align-items: center;
}
.cid-sLtbBj5FS6 .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-sLtbBj5FS6 .btn {
  border-radius: 80px;
  padding: 24px 40px;
}
.cid-sLtbBj5FS6 .btn:hover {
  transform: initial !important;
}
.cid-sLtbBj5FS6 .form-group.col-12 {
  border-radius: 100px !important;
  padding-left: 26px;
}
.cid-sLtbBj5FS6 .button {
  right: 1px;
  top: 11px;
}
.cid-sLtbBj5FS6 .form-control {
  background-color: #ffffff;
  border-radius: 0;
  border: none !important;
  box-shadow: none;
  padding: 16px 0px;
  height: 50px;
}
.cid-sLtbBj5FS6 .form-control:hover {
  box-shadow: none;
}
.cid-sLtbBj5FS6 .form-group {
  margin-bottom: 0;
  position: relative;
  background-color: #ffffff;
  padding: 16px 18px;
  border-radius: 100px !important;
}
.cid-sLtbBj5FS6 .text-part {
  max-width: 405px;
  margin-right: 20px;
}
.cid-sLtbBj5FS6 .form-part {
  width: 550px;
}
.cid-sLtbBj5FS6 textarea {
  border-style: solid !important;
  border-width: 1px !important;
  border-color: #e2e3e9 !important;
  border-radius: 14px;
  background-color: #fff;
  -webkit-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
  box-shadow: none !important;
  height: 132px;
  margin-bottom: 40px;
  padding: 20px 26px;
}
.cid-sLtbBj5FS6 input:hover {
  border-color: #14142b !important;
}
.cid-sLtbBj5FS6 textarea:hover {
  border-color: #14142b !important;
}
.cid-sLtbBj5FS6 input:focus {
  border-color: #14142b !important;
}
.cid-sLtbBj5FS6 textarea:focus {
  border-color: #14142b !important;
}
.cid-sLtbBj5FS6 .col-lg-12.col-md-12.col-sm-12.form-group {
  border-radius: 30px !important;
  padding: 30px !important;
}
@media (max-width: 1125px) {
  .cid-sLtbBj5FS6 .mbr-section-title {
    padding-bottom: 30px;
    text-align: center;
    max-width: initial;
    width: 100%;
  }
  .cid-sLtbBj5FS6 .form-part {
    width: 100%;
  }
  .cid-sLtbBj5FS6 .text-part {
    max-width: initial;
    width: 100%;
    margin-right: 0;
  }
  .cid-sLtbBj5FS6 .form-group.col-12 {
    padding-right: 8px;
    max-width: initial;
    width: 100%;
  }
}
@media (max-width: 630px) {
  .cid-sLtbBj5FS6 .form-group.col-12.col-lg {
    background-color: transparent;
    padding-left: 0;
    padding-right: 0;
    flex-direction: column;
  }
  .cid-sLtbBj5FS6 input.form-control {
    margin-bottom: 20px;
    height: 64px;
    width: 100%;
    border-radius: 100px;
    padding: 8px 16px;
  }
  .cid-sLtbBj5FS6 .card {
    padding: 61px 25px;
  }
  .cid-sLtbBj5FS6 button {
    width: 100%;
  }
  .cid-sLtbBj5FS6 .col-auto.button {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
    width: 100%;
  }
}
.cid-sLtbBj5FS6 a.btn > span {
  margin-left: 0.5rem;
}
.cid-sLtbBj5FS6 .form-group.col-12.col-lg {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sLsRauDLWa {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #eff0f6;
}
.cid-sLsRauDLWa .mbr-section-subtitle {
  color: #8c8c95;
  text-align: center;
  max-width: 552px;
  margin: auto;
}
.cid-sLsRauDLWa .mbr-section-title {
  text-align: center;
  color: #14142b;
  margin: auto;
}
.cid-sLsRauDLWa .row {
  align-items: center;
  height: 100%;
}
.cid-sLsRauDLWa .wrapper {
  margin: auto;
}
.cid-sLsRfIttlL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sLsRfIttlL .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-sLsRfIttlL .panel-title {
  display: flex;
  align-items: center;
}
.cid-sLsRfIttlL .mbr-iconfont {
  padding-right: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 3rem !important;
  color: #acaebd;
}
.cid-sLsRfIttlL .panel-body,
.cid-sLsRfIttlL .card-header {
  padding: 1rem 0;
}
.cid-sLsRfIttlL .panel-body {
  display: flex;
  justify-content: flex-end;
}
.cid-sLsRfIttlL .panel-title-edit {
  color: #14142b;
  display: flex;
  align-items: center;
}
.cid-sLsRfIttlL .panel-text {
  max-width: 466px;
  color: #8c8c95;
}
.cid-sLsRfIttlL .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: #eff0f6;
  border-radius: 24px;
}
.cid-sLsRfIttlL .section-head {
  margin-bottom: 56px;
}
.cid-sLsRfIttlL .card {
  margin-bottom: 32px;
}
.cid-sLsRfIttlL H3 {
  color: #14142b;
}
@media (max-width: 768px) {
  .cid-sLsRfIttlL .panel-text {
    width: 100%;
    max-width: initial;
  }
}
@media (max-width: 1000px) {
  .cid-sLsRfIttlL .panel-text {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-sLsRbVYDtg {
  padding-top: 75px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-sLsRbVYDtg .mbr-section-subtitle {
  text-align: center;
  color: #8c8c95;
}
.cid-sLsRbVYDtg .title-block {
  justify-content: space-between;
  margin: auto;
  margin-bottom: 58px;
  align-items: center;
  max-width: 571px;
}
.cid-sLsRbVYDtg .card-title {
  color: #4c4c4c;
  text-align: left;
  margin-bottom: 16px;
}
.cid-sLsRbVYDtg H3 {
  color: #1d1d1f;
}
.cid-sLsRbVYDtg .card-subtitle {
  text-align: left;
}
.cid-sLsRbVYDtg .button-align {
  margin-top: 56px;
  text-align: center;
}
.cid-sLsRbVYDtg .mbr-section-btn {
  width: auto;
  display: inline-block;
}
.cid-sLsRbVYDtg .card-title,
.cid-sLsRbVYDtg .iconfont-wrapper {
  text-align: center;
  color: #14142b;
}
.cid-sLsRbVYDtg .mbr-section-title {
  text-align: center;
  margin-bottom: 24px;
  color: #14142b;
}
.cid-sLsRbVYDtg .card-text {
  color: #8c8c95;
}
.cid-sLsRbVYDtg .year-title {
  text-align: center;
  color: #14142b;
  margin-bottom: 20px;
  position: relative;
}
.cid-sLsRbVYDtg .year-subtitle {
  text-align: center;
  color: #5f5d68;
}
.cid-sLsRbVYDtg .line {
  width: 20px;
  background-color: #e2e3e9;
  height: 2px;
  margin-top: -20px;
}
.cid-sLsRbVYDtg .accent {
  width: 25px;
  min-height: 25px;
  min-width: 25px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  border-radius: 1000px;
}
.cid-sLsRbVYDtg .accent1 {
  background-color: #fedb01;
}
.cid-sLsRbVYDtg .accent2 {
  background-color: #6c38ff;
}
.cid-sLsRbVYDtg .accent3 {
  background-color: #ff4433;
}
.cid-sLsRbVYDtg .accent4 {
  background-color: #ff9417;
}
.cid-sLsRbVYDtg .accent5 {
  background-color: #4cc9f0;
}
.cid-sLsRbVYDtg .timeline {
  align-items: center;
}
.cid-sLsRbVYDtg .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-sLsRbVYDtg .year-title.year1:before {
  background-color: #fedb01;
}
.cid-sLsRbVYDtg .year-title.year2:before {
  background-color: #6c38ff;
}
.cid-sLsRbVYDtg .year-title.year3:before {
  background-color: #ff4433;
}
.cid-sLsRbVYDtg .year-title.year4:before {
  background-color: #ff9417;
}
.cid-sLsRbVYDtg .year-title.year5:before {
  background-color: #4cc9f0;
}
.cid-sLsRbVYDtg .timeline-year-accent {
  width: 25px;
  min-height: 25px;
}
@media (max-width: 1120px) {
  .cid-sLsRbVYDtg .main {
    display: flex;
    justify-content: space-between;
    max-width: 849px;
  }
  .cid-sLsRbVYDtg .timeline.row {
    flex-direction: column;
    position: relative;
    max-width: 307px;
  }
  .cid-sLsRbVYDtg .year {
    flex-direction: row;
  }
  .cid-sLsRbVYDtg .year-title {
    text-align: left;
    margin-bottom: 4px;
  }
  .cid-sLsRbVYDtg .year-title:before {
    display: block;
  }
  .cid-sLsRbVYDtg .accent {
    display: none;
  }
  .cid-sLsRbVYDtg .row.title-block {
    margin: initial;
    max-width: 407px;
    align-items: flex-start;
  }
  .cid-sLsRbVYDtg .line {
    display: none;
  }
  .cid-sLsRbVYDtg .line1 {
    display: block;
    height: 100%;
    width: 2px;
    background-color: #e2e3e9;
    margin-top: -20px;
    margin-left: -15px;
    padding: 0 !important;
    position: absolute;
    left: 0;
  }
  .cid-sLsRbVYDtg .year-subtitle {
    margin-bottom: 60px;
    text-align: left;
  }
  .cid-sLsRbVYDtg .row.title-block > .col-12 {
    padding: 0 !important;
  }
}
.cid-sLsRbVYDtg .no-padd {
  margin-bottom: 0px !important;
}
@media (max-width: 750px) {
  .cid-sLsRbVYDtg .main {
    flex-direction: column;
  }
  .cid-sLsRbVYDtg .row.title-block,
  .cid-sLsRbVYDtg .timeline {
    margin: auto;
  }
  .cid-sLsRbVYDtg .row.title-block {
    padding-bottom: 40px;
    width: 90%;
  }
  .cid-sLsRbVYDtg .button-align {
    margin-top: 16px;
  }
}
.cid-sLsRbVYDtg .btn {
  margin-top: 20px;
}
.cid-sLsRbVYDtg a.btn > span {
  margin-left: 0.5rem;
}
.cid-sLsRcPRsGC {
  padding-top: 0rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-sLsRcPRsGC .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;
  position: absolute;
  top: -100px;
}
.cid-sLsRcPRsGC .bottom,
.cid-sLsRcPRsGC .card-title {
  color: #ffffff;
}
.cid-sLsRcPRsGC .card-title {
  margin-bottom: 18px;
  color: #14142b;
}
@media (max-width: 1150px) {
  .cid-sLsRcPRsGC .card-wrapper {
    top: -20px;
  }
}
@media (max-width: 990px) {
  .cid-sLsRcPRsGC {
    padding-bottom: 0;
  }
  .cid-sLsRcPRsGC .card-wrapper {
    position: initial;
  }
  .cid-sLsRcPRsGC .card-box {
    padding: 10%;
  }
}
.cid-sLsRcPRsGC .bottom {
  color: #8c8c95;
}
.cid-sLsRcPRsGC .plus1 {
  color: #fedb01;
}
.cid-sLsRcPRsGC .plus2 {
  color: #ff4433;
}
.cid-sLsRcPRsGC .plus3 {
  color: #4cc9f0;
}
.cid-sLsRcPRsGC .plus4 {
  color: #6c38ff;
}
.cid-sLsRcPRsGC .card-title,
.cid-sLsRcPRsGC .bottom {
  text-align: center;
}
.cid-sLsReaWmSy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-sLsReaWmSy .plan {
  transition: all 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  border: 1px solid #eff0f6;
  overflow: visible;
  word-break: break-word;
  padding: 67px 30px 58px;
}
.cid-sLsReaWmSy .plan .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
}
@media (max-width: 991px) {
  .cid-sLsReaWmSy .align-center {
    margin-top: 2rem;
  }
  .cid-sLsReaWmSy .align-center:first-child {
    margin-top: 0rem;
  }
  .cid-sLsReaWmSy .align-center:nth-child(2) {
    margin-top: 0rem;
  }
}
.cid-sLsReaWmSy .line {
  width: 100%;
  height: 1px;
  background-color: #5f5d68;
  margin-bottom: 41px;
}
.cid-sLsReaWmSy .list {
  text-align: left;
  margin-bottom: 54px;
}
.cid-sLsReaWmSy .category {
  text-align: left;
  margin-bottom: 24px;
}
.cid-sLsReaWmSy .link {
  text-align: left;
}
.cid-sLsReaWmSy li {
  margin-bottom: 14px;
  display: flex;
  align-items: center;
}
.cid-sLsReaWmSy li:last-child {
  margin-bottom: 0;
}
.cid-sLsReaWmSy ul {
  padding-inline-start: 0px;
}
.cid-sLsReaWmSy .card1 {
  background-color: #ffffff;
}
.cid-sLsReaWmSy .card2 {
  background-color: #fedb01;
}
.cid-sLsReaWmSy .card3 {
  background-color: #ffffff;
}
.cid-sLsReaWmSy .card4 {
  background-color: #fedb01;
}
@media (min-width: 990px) and (max-width: 1160px) {
  .cid-sLsReaWmSy .plan {
    padding: 47px;
  }
}
.cid-sLsReaWmSy a.btn {
  width: 100% !important;
  margin: auto;
}
.cid-sLsReaWmSy .card {
  border: 1px solid #eff0f6;
}
.cid-sLsReaWmSy .text {
  margin-bottom: 34px;
  text-align: left;
  color: #5f5d68;
}
.cid-sLsReaWmSy .text2 {
  margin-bottom: 34px;
  text-align: left;
  color: #14142b;
}
.cid-sLsReaWmSy .align {
  margin-bottom: 16px;
}
.cid-sLsReaWmSy .name {
  margin-bottom: 9px;
}
.cid-sLsReaWmSy .price,
.cid-sLsReaWmSy .montn,
.cid-sLsReaWmSy .month2 {
  display: inline !important;
}
.cid-sLsReaWmSy .mbr-text {
  display: inline;
  width: 100%;
}
.cid-sLsReaWmSy .month {
  width: auto;
  display: inline;
  color: #8c8c95;
}
.cid-sLsReaWmSy .month2 {
  width: auto;
  display: inline;
  color: #14142b;
}
.cid-sLsReaWmSy span {
  padding: 6px;
  background-color: #14142b;
  color: #ffffff;
  font-size: 0.6rem;
  border-radius: 50%;
  margin-right: 6px;
}
.cid-sLsReaWmSy .name,
.cid-sLsReaWmSy .align {
  text-align: left;
  color: #14142b;
}
.cid-sLsReaWmSy .mbr-section-title {
  text-align: center;
  margin-bottom: 24px;
  color: #14142b;
}
.cid-sLsReaWmSy .mbr-section-subtitle {
  text-align: center;
  color: #8c8c95;
}
.cid-sLsReaWmSy .title-block {
  justify-content: space-between;
  margin-bottom: 32px;
  align-items: center;
  padding-bottom: 56px;
  max-width: 715px;
  margin: auto;
}
.cid-sLsReaWmSy .card1:hover,
.cid-sLsReaWmSy .card2:hover,
.cid-sLsReaWmSy .card3:hover {
  transform: translate(0px, -6px);
}
@media (max-width: 576px) {
  .cid-sLsReaWmSy .plan {
    padding: 57px 20px 51px;
  }
}
@media (max-width: 768px) {
  .cid-sLsReaWmSy .align-center:nth-child(2) {
    margin-top: 2rem;
  }
}
.cid-sLsReaWmSy a.btn > span {
  margin-left: 0.5rem;
  background-color: transparent;
}
.cid-sLs8hIbrRg {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #eff0f6;
}
.cid-sLs8hIbrRg .mbr-text {
  color: #8c8c95;
}
.cid-sLs8hIbrRg .line {
  height: 1px;
  width: 100%;
  background-color: #c2c2c2;
  margin-bottom: 32px;
}
