body {
  font-family: DM Sans;
}
.display-1 {
  font-family: 'DM Sans', sans-serif;
  font-size: 11rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 13.75rem;
}
.display-2 {
  font-family: 'DM Sans', sans-serif;
  font-size: 5rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-4 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.4;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'DM Sans', sans-serif;
  font-size: 3rem;
  line-height: 1.3;
}
.display-5 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-7 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- 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: 8.8rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 7.7rem;
    font-size: calc( 4.5rem + (11 - 4.5) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (4.5rem + (11 - 4.5) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 4rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #4232e2 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #818181 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #4232e2 !important;
  border-color: #4232e2 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #2417a6 !important;
  border-color: #2417a6 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2417a6 !important;
  border-color: #2417a6 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !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: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !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: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !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: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #818181 !important;
  border-color: #818181 !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: #565656 !important;
  border-color: #565656 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #565656 !important;
  border-color: #565656 !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: #4232e2;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #2417a6 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #4232e2 !important;
  border-color: #4232e2 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !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: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !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: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #818181;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #565656 !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: #818181 !important;
  border-color: #818181 !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: #4232e2 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #818181 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #4232e2 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff6666 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #40b0bf !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #47b5ed !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ffe161 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #818181 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #fafafa !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #232323 !important;
}
.nav-tabs .nav-link.active {
  color: #4232e2;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #818181;
}
.mbr-gallery-filter li.active .btn {
  background-color: #4232e2;
  border-color: #4232e2;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #4232e2;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #e7e5fb;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #c1c1c1;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.4;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.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: #4232e2 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.4;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #4232e2;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #4232e2;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #4232e2;
}
.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: #4232e2;
  border-bottom-color: #4232e2;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #4232e2 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ff6666 !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='%234232e2' %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;
}
a {
  transition: color 0.6s;
}
.cid-tcyvCuf5yu {
  padding-top: 15rem;
  padding-bottom: 15rem;
  background-image: url("../../../assets/images/photo-2022-07-24-18-26-35-1080x869.jpg");
}
.cid-tcyvCuf5yu .link-wrapper {
  width: 100%;
}
.cid-tcyvCuf5yu .link {
  display: inline-block;
  position: relative;
  padding-right: 2rem;
  overflow: hidden;
  cursor: pointer;
}
.cid-tcyvCuf5yu .link:before {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(0px);
}
.cid-tcyvCuf5yu .link:after {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0rem;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(-33px);
}
.cid-tcyvCuf5yu .link:hover:before {
  transform: rotate(-45deg) translateX(33px);
}
.cid-tcyvCuf5yu .link:hover:after {
  transform: rotate(-45deg) translateX(0px);
}
.cid-tcyvCuf5yu .mbr-section-title DIV {
  text-align: center;
}
.cid-tcyvCuf5yu .mbr-text,
.cid-tcyvCuf5yu .mbr-section-btn {
  text-align: center;
}
.cid-tcyvCuf5yu .link,
.cid-tcyvCuf5yu .link-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-tcyvCuf5yu .mbr-section-title {
  color: #ffffff;
}
.cid-tcJzAR01dY {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tcJzAR01dY .mbr-section-title {
  width: 100%;
  text-align: center;
  margin-bottom: 24px;
  line-height: 1.171em;
  color: #14142b;
}
.cid-tcJzAR01dY .mbr-text {
  color: #8c8c95;
  margin-bottom: 26px;
  text-align: center;
}
.cid-tcJzAR01dY .button-align {
  text-align: center;
}
.cid-tcJzAR01dY .mbr-section-btn {
  display: block;
}
.cid-tcJzAR01dY .container {
  max-width: 739px;
}
.cid-tcJzAR01dY .btn {
  margin-top: 20px;
}
.cid-tcJzAR01dY a.btn > span {
  margin-left: 0.5rem;
}
.cid-tcJzAR01dY .mbr-text,
.cid-tcJzAR01dY .button-align {
  color: #000000;
}
.cid-tcKbOtWey2 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #d0ddf1;
}
.cid-tcKbOtWey2 .container-fluid {
  position: relative;
}
.cid-tcKbOtWey2 .page-title-content {
  width: 100%;
}
.cid-tcKbOtWey2 .page-title-content .mbr-iconfont {
  font-size: 55px;
  height: 55px;
  line-height: 55px;
  width: 55px;
  margin-top: -10px;
  color: #f1a631;
}
.cid-tcKbOtWey2 .page-title-content .mbr-iconfont:hover {
  cursor: pointer;
}
@media (max-width: 576px) {
  .cid-tcKbOtWey2 .page-title-content {
    text-align: center;
  }
}
.cid-tcKbOtWey2 .title {
  letter-spacing: 0.8px;
  margin-top: 24px;
  font-weight: 300;
  margin: 0;
  position: relative;
  word-wrap: break-word;
}
.cid-tcKbOtWey2 a {
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.cid-tcKbOtWey2 a:not(:first-child) {
  margin-left: 20px;
}
.cid-tcKbOtWey2 a:after {
  position: absolute;
  margin-top: 7px;
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 100%;
}
.cid-tcKbOtWey2 a::before {
  position: absolute;
  margin-top: 5px;
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 0%;
  bottom: 7px;
}
.cid-tcKbOtWey2 a:hover:after,
.cid-tcKbOtWey2 a:focus:after {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: slidein;
  animation-name: slidein;
}
.cid-tcKbOtWey2 a:hover:before,
.cid-tcKbOtWey2 a:focus:before {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-name: slideout;
  animation-name: slideout;
}
.cid-tcKbOtWey2 a.text-white:hover,
.cid-tcKbOtWey2 a.text-white:focus {
  color: #ffffff !important;
}
.cid-tcKbOtWey2 .mbr-section-btn {
  margin-left: 0;
  margin-right: 0;
}
.cid-tcKbOtWey2 .page-title-content .title,
.cid-tcKbOtWey2 .icon-section,
.cid-tcKbOtWey2 .mbr-section-btn {
  color: #000000;
}
.cid-uBAU01VzuF {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uBAU01VzuF .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uBAU01VzuF img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uBAU01VzuF .text-wrapper {
    margin-left: 3rem;
    padding: 2rem;
  }
}
.cid-tcJHDxukDi {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tcJHDxukDi .card {
  padding-top: 30px;
  background: none;
  border-radius: 0;
}
.cid-tcJHDxukDi .item-wrapper {
  transition: all .3s;
}
.cid-tcJHDxukDi .mbr-text {
  font-weight: 700;
}
.cid-tcJHDxukDi .features-image {
  padding-top: 65px;
}
.cid-tcJHDxukDi .features-image:first-child {
  padding-top: 0px;
}
.cid-tcJHDxukDi .features-image:nth-child(2) {
  padding-top: 0px;
}
.cid-tcJHDxukDi .features-image:nth-child(3) {
  padding-top: 0px;
}
@media (min-width: 575px) and (max-width: 990px) {
  .cid-tcJHDxukDi .features-image {
    padding-top: 65px;
  }
  .cid-tcJHDxukDi .features-image:first-child {
    padding-top: 0px;
  }
  .cid-tcJHDxukDi .features-image:nth-child(2) {
    padding-top: 0px;
  }
  .cid-tcJHDxukDi .features-image:nth-child(3) {
    padding-top: 65px;
  }
}
@media (max-width: 574px) {
  .cid-tcJHDxukDi .features-image {
    padding-top: 65px;
  }
  .cid-tcJHDxukDi .features-image:first-child {
    padding-top: 0px;
  }
  .cid-tcJHDxukDi .features-image:nth-child(2) {
    padding-top: 65px;
  }
  .cid-tcJHDxukDi .features-image:nth-child(3) {
    padding-top: 65px;
  }
}
.cid-tcJHDxukDi .col-12:hover .item-wrapper {
  box-shadow: 0 10px 30px 0 rgba(189, 189, 189, 0.35);
  transform: translateY(-6px);
  transition: all .3s;
}
.cid-tcJHDxukDi .desc1,
.cid-tcJHDxukDi .iconfont-wrapper {
  text-align: center;
}
.cid-uzM9Cuc64H {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uzM9Cuc64H .item-wrapper {
  width: 100%;
}
.cid-uzM9Cuc64H .left-side {
  text-align: left;
}
.cid-uzM9Cuc64H .row {
  align-items: center;
  justify-content: center;
}
.cid-uzM9Cuc64H .card-box {
  z-index: 3;
  position: relative;
  margin: auto;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s;
  height: 100%;
  display: flex;
  align-items: flex-end;
  min-height: 250px;
}
.cid-uzM9Cuc64H .card-box:focus-within {
  opacity: 1;
}
.cid-uzM9Cuc64H .row-center {
  height: 100%;
}
.cid-uzM9Cuc64H .card-img {
  border-radius: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  max-height: 300px;
}
.cid-uzM9Cuc64H .card-img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.cid-uzM9Cuc64H .card-wrapper {
  display: flex;
  position: relative;
  margin: auto;
  width: 100%;
  cursor: pointer;
  height: 300px;
  padding: 20px;
  overflow: hidden;
  transition: all 1s;
}
.cid-uzM9Cuc64H .card-wrapper:hover .card-box,
.cid-uzM9Cuc64H .card-wrapper:focus-within .card-box {
  opacity: 1;
  transform: translateY(0px);
}
.cid-uzM9Cuc64H .card-wrapper:hover .card-img,
.cid-uzM9Cuc64H .card-wrapper:focus-within .card-img {
  transform: scale(1.1);
}
.cid-uzM9Cuc64H .card-wrapper:hover:before,
.cid-uzM9Cuc64H .card-wrapper:focus-within:before {
  opacity: 0.6;
}
.cid-uzM9Cuc64H .card-title {
  color: #fafafa;
  width: 100%;
  text-align: center;
}
.cid-uzM9Cuc64H .g {
  grid-row-gap: 24px;
}
.cid-uzM9Cuc64H .mobi-mbri {
  font-size: 50px;
  color: #3D626C;
}
.cid-uzM9Cuc64H .container {
  width: 95%;
}
@media (max-width: 1100px) {
  .cid-uzM9Cuc64H .carousel-control {
    display: none;
  }
}
.cid-uzM9Cuc64H .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #012b3a;
  text-align: left;
}
.cid-uzM9Cuc64H .mbr-section-title {
  margin-bottom: 60px;
  color: #012b3a;
  text-align: left;
}
.cid-uzM9Cuc64H .card1 {
  background-image: url("../../../assets/images/nabi-art-36-746x600.jpg");
  background-size: cover;
  background-position: center;
}
.cid-uzM9Cuc64H .card2 {
  background-image: url("../../../assets/images/nabi-art-38-800x568.jpg");
  background-size: cover;
  background-position: center;
}
.cid-uzM9Cuc64H .card3 {
  background-image: url("../../../assets/images/nabi-art-39-600x600.jpg");
  background-size: cover;
  background-position: center;
}
.cid-uzM9Cuc64H .card4 {
  background-image: url("../../../assets/images/nabi-art-45-333x498.jpeg");
  background-size: cover;
  background-position: center;
}
.cid-uzM9Cuc64H .card5 {
  background-image: url("../../../assets/images/photo-2022-07-24-18-29-10-350x350.jpg");
  background-size: cover;
  background-position: center;
}
.cid-uzM9Cuc64H .card6 {
  background-image: url("../../../assets/images/nabi-art-70923-800x559.jpg");
  background-size: cover;
  background-position: center;
}
.cid-tcM7DWhADA {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/email-backer-1824x347.jpg");
}
.cid-tcM7DWhADA .mbr-section-title {
  width: 100%;
  text-align: center;
  margin-bottom: 24px;
  line-height: 1.171em;
  color: #14142b;
}
.cid-tcM7DWhADA .mbr-text {
  color: #8c8c95;
  margin-bottom: 26px;
  text-align: center;
}
.cid-tcM7DWhADA .button-align {
  text-align: center;
}
.cid-tcM7DWhADA .mbr-section-btn {
  display: block;
}
.cid-tcM7DWhADA .container {
  max-width: 739px;
}
.cid-tcM7DWhADA .btn {
  margin-top: 20px;
}
.cid-tcM7DWhADA a.btn > span {
  margin-left: 0.5rem;
}
.cid-tcM7DWhADA .mbr-text,
.cid-tcM7DWhADA .button-align {
  color: #000000;
}
.cid-tcM9p7ldCM {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #d0ddf1;
}
.cid-tcM9p7ldCM .container-fluid {
  position: relative;
}
.cid-tcM9p7ldCM .page-title-content {
  width: 100%;
}
.cid-tcM9p7ldCM .page-title-content .mbr-iconfont {
  font-size: 55px;
  height: 55px;
  line-height: 55px;
  width: 55px;
  margin-top: -10px;
  color: #f1a631;
}
.cid-tcM9p7ldCM .page-title-content .mbr-iconfont:hover {
  cursor: pointer;
}
@media (max-width: 576px) {
  .cid-tcM9p7ldCM .page-title-content {
    text-align: center;
  }
}
.cid-tcM9p7ldCM .title {
  letter-spacing: 0.8px;
  margin-top: 24px;
  font-weight: 300;
  margin: 0;
  position: relative;
  word-wrap: break-word;
}
.cid-tcM9p7ldCM a {
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.cid-tcM9p7ldCM a:not(:first-child) {
  margin-left: 20px;
}
.cid-tcM9p7ldCM a:after {
  position: absolute;
  margin-top: 7px;
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 100%;
}
.cid-tcM9p7ldCM a::before {
  position: absolute;
  margin-top: 5px;
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 0%;
  bottom: 7px;
}
.cid-tcM9p7ldCM a:hover:after,
.cid-tcM9p7ldCM a:focus:after {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: slidein;
  animation-name: slidein;
}
.cid-tcM9p7ldCM a:hover:before,
.cid-tcM9p7ldCM a:focus:before {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-name: slideout;
  animation-name: slideout;
}
.cid-tcM9p7ldCM a.text-white:hover,
.cid-tcM9p7ldCM a.text-white:focus {
  color: #ffffff !important;
}
.cid-tcM9p7ldCM .mbr-section-btn {
  margin-left: 0;
  margin-right: 0;
}
.cid-tcJBTVIEkH {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tcJBTVIEkH .mbr-section-title {
  width: 100%;
  text-align: center;
  margin-bottom: 24px;
  line-height: 1.171em;
  color: #14142b;
}
.cid-tcJBTVIEkH .mbr-text {
  color: #8c8c95;
  margin-bottom: 26px;
  text-align: center;
}
.cid-tcJBTVIEkH .button-align {
  text-align: center;
}
.cid-tcJBTVIEkH .mbr-section-btn {
  display: block;
}
.cid-tcJBTVIEkH .container {
  max-width: 739px;
}
.cid-tcJBTVIEkH .btn {
  margin-top: 20px;
}
.cid-tcJBTVIEkH a.btn > span {
  margin-left: 0.5rem;
}
.cid-tcJCU7CxKd {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
@media (min-width: 1400px) {
  .cid-tcJCU7CxKd .container {
    max-width: 1000px;
  }
}
.cid-tcJCU7CxKd .item-img,
.cid-tcJCU7CxKd img {
  height: 100%;
  object-fit: cover;
}
.cid-tcJCU7CxKd .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: #000000;
  margin-bottom: 1rem;
  background: #4232e2;
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.cid-tcJCU7CxKd .card-wrapper {
  margin-bottom: 2rem;
}
.cid-tcJCU7CxKd .row {
  justify-content: center;
}
.cid-tcJCU7CxKd .card-text {
  color: #353535;
}
.cid-tcJCU7CxKd .card-title,
.cid-tcJCU7CxKd .iconfont-wrapper {
  color: #272727;
}
.cid-sjf1JdKwU1 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffb18a;
}
.cid-sjf1JdKwU1 .container {
  max-width: 1400px;
}
.cid-sjf1JdKwU1 .mbr-text {
  color: #fafafa;
  text-align: center;
}
