body {
  font-family: DM Sans;
}
.display-1 {
  font-family: 'DM Sans', sans-serif;
  font-size: 10.625rem;
  line-height: 0.9;
  letter-spacing: -0.015em;
}
.display-1 > .mbr-iconfont {
  font-size: 13.28125rem;
}
.display-2 {
  font-family: 'DM Sans', sans-serif;
  font-size: 3.25rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.0625rem;
}
.display-4 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.375rem;
  line-height: 1.4;
}
.display-4 > .mbr-iconfont {
  font-size: 1.71875rem;
}
.display-5 {
  font-family: 'DM Sans', sans-serif;
  font-size: 2rem;
  line-height: 1.3;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.125rem;
  line-height: 1.4;
}
.display-7 > .mbr-iconfont {
  font-size: 1.40625rem;
}
/* ---- 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.5rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 7.4375rem;
    font-size: calc( 4.3687499999999995rem + (10.625 - 4.3687499999999995) * ((80vw - 20rem) / (48 - 20)));
    line-height: 1;
  }
  .display-2 {
    font-size: 2.6rem;
    font-size: calc( 1.7874999999999999rem + (3.25 - 1.7874999999999999) * ((98vw - 20rem) / (48 - 20)));
    line-height: 1;
  }
  .display-4 {
    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))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    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))));
  }
}
/* 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: #4353ff !important;
}
.bg-success {
  background-color: #ea4c89 !important;
}
.bg-info {
  background-color: #707cff !important;
}
.bg-warning {
  background-color: #f46f30 !important;
}
.bg-danger {
  background-color: #7232bd !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #4353ff !important;
  border-color: #4353ff !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: #0014eb !important;
  border-color: #0014eb !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0014eb !important;
  border-color: #0014eb !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #1da1f2 !important;
  border-color: #1da1f2 !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: #0a70ae !important;
  border-color: #0a70ae !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #0a70ae !important;
  border-color: #0a70ae !important;
}
.btn-info,
.btn-info:active {
  background-color: #707cff !important;
  border-color: #707cff !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: #192dff !important;
  border-color: #192dff !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #192dff !important;
  border-color: #192dff !important;
}
.btn-success,
.btn-success:active {
  background-color: #ea4c89 !important;
  border-color: #ea4c89 !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: #c8175c !important;
  border-color: #c8175c !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #c8175c !important;
  border-color: #c8175c !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #f46f30 !important;
  border-color: #f46f30 !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: #c3460a !important;
  border-color: #c3460a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #c3460a !important;
  border-color: #c3460a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #7232bd !important;
  border-color: #7232bd !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: #492078 !important;
  border-color: #492078 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #492078 !important;
  border-color: #492078 !important;
}
.btn-white,
.btn-white:active {
  background-color: #e2e2e2 !important;
  border-color: #e2e2e2 !important;
  color: #626262 !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: #ffffff !important;
  background-color: #b7b7b7 !important;
  border-color: #b7b7b7 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #626262 !important;
  background-color: #b7b7b7 !important;
  border-color: #b7b7b7 !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: #4353ff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #0014eb !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: #4353ff !important;
  border-color: #4353ff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #1da1f2;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #0a70ae !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: #1da1f2 !important;
  border-color: #1da1f2 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #707cff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #192dff !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: #707cff !important;
  border-color: #707cff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ea4c89;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #c8175c !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: #ea4c89 !important;
  border-color: #ea4c89 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f46f30;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #c3460a !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: #f46f30 !important;
  border-color: #f46f30 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #7232bd;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #492078 !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: #7232bd !important;
  border-color: #7232bd !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: #e2e2e2;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #b7b7b7 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #626262 !important;
  background-color: #e2e2e2 !important;
  border-color: #e2e2e2 !important;
}
.text-primary {
  color: #4353ff !important;
}
.text-secondary {
  color: #1da1f2 !important;
}
.text-success {
  color: #ea4c89 !important;
}
.text-info {
  color: #707cff !important;
}
.text-warning {
  color: #f46f30 !important;
}
.text-danger {
  color: #7232bd !important;
}
.text-white {
  color: #e2e2e2 !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #0013dc !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #0967a0 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #ba1655 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #0a1fff !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #b4400a !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #411d6c !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #afafaf !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #4353ff;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #707cff;
}
.alert-warning {
  background-color: #f46f30;
}
.alert-danger {
  background-color: #7232bd;
}
.mbr-gallery-filter li.active .btn {
  background-color: #4353ff;
  border-color: #4353ff;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #4353ff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.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: #fef6f2;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #b48ee1;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.375rem;
  line-height: 1.4;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.71875rem;
}
.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: #4353ff !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.375rem;
  line-height: 1.4;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.71875rem;
}
blockquote {
  border-color: #4353ff;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #4353ff;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #4353ff;
}
.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: #4353ff;
  border-bottom-color: #4353ff;
}
.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: #4353ff !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: #1da1f2 !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='%234353ff' %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-duration: .3s;
  transition: 0.3s;
}
a:hover {
  background-image: none !important;
}
a:hover:before {
  width: 100%;
}
.mbr-fonts-style a {
  position: relative;
}
.mbr-fonts-style a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 0;
  background-color: currentColor;
  transition: 0.3s;
}
.mbr-fonts-style a:hover:before {
  width: 100%;
}
.container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
@media (max-width: 1320px) {
  .container {
    max-width: 100%;
    padding: 0 4%;
  }
}
.container-fluid {
  max-width: 100%;
  width: 100%;
  padding: 0 4%;
}
.row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.mbr-section-btn .btn {
  min-width: 100px;
  min-height: 54px;
  padding: 15px 25px;
  border-radius: 7px !important;
  border: none;
  box-shadow: none;
  font-weight: 500;
  transition: .2s all !important;
}
@media (max-width: 575px) {
  .mbr-section-btn {
    width: 100%;
  }
  .mbr-section-btn .btn {
    width: 100%;
    min-width: auto !important;
  }
}
.mbr-section-btn .btn-white:hover {
  background-color: #4353ff !important;
  color: #FFFFFF !important;
}
@keyframes btn-move {
  0% {
    transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    will-change: transform;
  }
  49% {
    transform: translate3d(0px, -100%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  50% {
    transform: translate3d(0px, -100%, 0px) scale3d(1, 0, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  51% {
    transform: translate3d(0px, 100%, 0px) scale3d(1, 0, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  52% {
    transform: translate3d(0px, 100%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  100% {
    transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    will-change: auto;
  }
}
@keyframes btn-move-out {
  0% {
    transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    will-change: transform;
  }
  49% {
    transform: translate3d(0px, 100%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  50% {
    transform: translate3d(0px, 100%, 0px) scale3d(1, 0, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  51% {
    transform: translate3d(0px, -100%, 0px) scale3d(1, 0, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  52% {
    transform: translate3d(0px, -100%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  100% {
    transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    will-change: auto;
  }
}
.cid-tWvAByirkF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tWvAByirkF .img-container {
  position: relative;
}
.cid-tWvAByirkF .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 0;
  overflow: hidden;
}
.cid-tWvAByirkF .image-wrapper img {
  width: 100%;
  height: 32vw;
  object-fit: cover;
  max-height: 100vh;
}
@media (max-width: 991px) {
  .cid-tWvAByirkF .image-wrapper img {
    height: auto;
  }
}
.cid-tWvAByirkF .text-wrap {
  width: 100%;
  margin-top: 50px;
}
.cid-tWvAByirkF .mbr-title {
  margin-bottom: 0;
  color: #000000;
}
.cid-tWvAByirkF .mbr-text {
  padding-top: 10px;
  color: #747474;
}
.cid-utbLsNclno {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #f1f1f1;
}
.cid-utbLsNclno .mbr-fallback-image.disabled {
  display: none;
}
.cid-utbLsNclno .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utbLsNclno .label-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  max-width: 100%;
  padding: 6px 13px;
  border: 1px solid #c9c9c9;
  margin: 0 auto;
  border-radius: 4px;
}
.cid-utbLsNclno .label-text {
  color: #747474;
}
.cid-utbLsNclno .mbr-title {
  margin-top: 30px;
  color: #000000;
}
@media (min-width: 992px) {
  .cid-utbLsNclno .mbr-title.display-2 {
    font-size: 6vw;
  }
}
.cid-utbLsNclno .mbr-subtitle {
  margin-top: 40px;
  color: #747474;
}
@media (max-width: 991px) {
  .cid-utbLsNclno .mbr-subtitle {
    margin-top: 30px;
  }
}
.cid-utbLsNclno .mbr-text {
  margin-top: 30px;
  color: #000000;
}
.cid-tWvDoUziKF {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tWvDoUziKF .fb-page,
.cid-tWvDoUziKF span,
.cid-tWvDoUziKF iframe {
  width: 500px;
  height: 970px;
}
.cid-tWvDoUziKF blockquote {
  display: none;
}
.cid-tWvDoUziKF .fb-page {
  background-color: #1877f2;
  border-radius: 4px;
  background-size: contain;
  background-repeat: no-repeat;
  color: #fff;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='xMinYMin meet' viewBox='0 0 262 266.895'><path id='path3087' fill='%23fff' d='M182.409,262.307v-99.803h33.499l5.016-38.895h-38.515V98.777c0-11.261,3.127-18.935,19.275-18.935 l20.596-0.009V45.045c-3.562-0.474-15.788-1.533-30.012-1.533c-29.695,0-50.025,18.126-50.025,51.413v28.684h-33.585v38.895h33.585 v99.803H182.409z'></path></svg>");
}
.cid-toppJSH1Dm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-toppJSH1Dm .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-toppJSH1Dm .mbr-section-head {
  margin-bottom: 60px;
}
.cid-toppJSH1Dm .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-toppJSH1Dm .mbr-section-subtitle {
  color: #747474;
  margin-bottom: 0;
  margin-top: 1rem;
}
.cid-toppJSH1Dm .form-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}
.cid-toppJSH1Dm form {
  width: 100%;
}
.cid-toppJSH1Dm form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.cid-toppJSH1Dm form p {
  color: #747474;
}
.cid-toppJSH1Dm form .mbr-section-btn .btn {
  width: 100%;
}
.cid-toppJSH1Dm form .mbr-section-btn .btn:hover {
  transform: translate(0, 0);
}
.cid-toppJSH1Dm form .form-group {
  margin-top: 0 !important;
  margin-bottom: 16px !important;
}
.cid-toppJSH1Dm form .form-control {
  height: 48px;
  border: 1px solid #e1e1e1 !important;
  background: transparent;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 3px !important;
  margin-bottom: 0;
  padding: 8px 12px;
  font-size: 18px;
  color: #000000;
  font-weight: 500;
  transition: .3s;
}
.cid-toppJSH1Dm form .form-control::-webkit-input-placeholder {
  color: #747474;
}
.cid-toppJSH1Dm form .form-control::-moz-placeholder {
  color: #747474;
}
.cid-toppJSH1Dm form .form-control:-moz-placeholder {
  color: #747474;
}
.cid-toppJSH1Dm form .form-control:-ms-input-placeholder {
  color: #747474;
}
.cid-toppJSH1Dm form select {
  color: #747474 !important;
}
.cid-toppJSH1Dm form textarea {
  height: 135px !important;
  min-height: 135px !important;
  padding: 12px;
  resize: none;
}
.cid-toppJSH1Dm form textarea::-webkit-input-placeholder {
  color: #747474 !important;
}
.cid-toppJSH1Dm form textarea::-moz-placeholder {
  color: #747474 !important;
}
.cid-toppJSH1Dm form textarea:-moz-placeholder {
  color: #747474 !important;
}
.cid-toppJSH1Dm form textarea:-ms-input-placeholder {
  color: #747474 !important;
}
.cid-toppJSH1Dm form input,
.cid-toppJSH1Dm form textarea {
  transition: .4s all;
}
.cid-toppJSH1Dm form input:active,
.cid-toppJSH1Dm form textarea:active,
.cid-toppJSH1Dm form input:focus,
.cid-toppJSH1Dm form textarea:focus {
  background-color: transparent !important;
  border-color: #a1c4e4 !important;
  outline: none !important;
}
.cid-toppJSH1Dm form input:active::-webkit-input-placeholder,
.cid-toppJSH1Dm form textarea:active::-webkit-input-placeholder,
.cid-toppJSH1Dm form input:focus::-webkit-input-placeholder,
.cid-toppJSH1Dm form textarea:focus::-webkit-input-placeholder {
  color: #747474 !important;
}
.cid-toppJSH1Dm form input:active::-moz-placeholder,
.cid-toppJSH1Dm form textarea:active::-moz-placeholder,
.cid-toppJSH1Dm form input:focus::-moz-placeholder,
.cid-toppJSH1Dm form textarea:focus::-moz-placeholder {
  color: #747474 !important;
}
.cid-toppJSH1Dm form input:active:-moz-placeholder,
.cid-toppJSH1Dm form textarea:active:-moz-placeholder,
.cid-toppJSH1Dm form input:focus:-moz-placeholder,
.cid-toppJSH1Dm form textarea:focus:-moz-placeholder {
  color: #747474 !important;
}
.cid-toppJSH1Dm form input:active:-ms-input-placeholder,
.cid-toppJSH1Dm form textarea:active:-ms-input-placeholder,
.cid-toppJSH1Dm form input:focus:-ms-input-placeholder,
.cid-toppJSH1Dm form textarea:focus:-ms-input-placeholder {
  color: #747474 !important;
}
.cid-toppJSH1Dm form .row {
  margin-left: -5px !important;
  margin-right: -5px !important;
}
.cid-toppJSH1Dm form .row [class*=col] {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.cid-toppJSH1Dm form label {
  width: 100%;
  color: #000000;
  margin-bottom: 5px;
}
.cid-toppJSH1Dm form .form-check label {
  color: #000000;
}
.cid-toppJSH1Dm form .form-check-input {
  border-color: #e1e1e1 !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-toppJSH1Dm form .form-check-input:focus,
.cid-toppJSH1Dm form .form-check-input:hover {
  background-color: transparent !important;
  border-color: #a1c4e4 !important;
}
.cid-toppJSH1Dm form .form-check-input:checked {
  border-color: #000000 !important;
  background-color: #000000 !important;
}
.cid-topmK8nP4q {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-topmK8nP4q .mbr-text {
  color: #747474;
}
.cid-tWvGpQrbQJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tWvGpQrbQJ .animate__fadeInUp:before {
  background: #ffffff;
}
.cid-tWvGpQrbQJ .container-fluid {
  padding: 0;
}
.cid-tWvGpQrbQJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWvGpQrbQJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWvH6v06bv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tWvH6v06bv .text-wrapper {
  z-index: 11;
}
.cid-tWvH6v06bv .wrapper {
  display: flex;
  flex-direction: column;
}
.cid-tWvH6v06bv .animate__fadeInUp:before {
  background: #ffffff;
}
.cid-tWvH6v06bv .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #4353ff;
  margin-right: 0rem;
  margin-bottom: 2rem;
}
.cid-tWvH6v06bv .iconfont-wrapper {
  margin: auto;
}
.cid-tWvH6v06bv .mbr-section-title {
  text-align: center;
  color: #e6c63b;
}
.cid-tWvH6v06bv .mbr-text,
.cid-tWvH6v06bv .mbr-section-btn {
  text-align: center;
  color: #161734;
}
.cid-tWvH6v06bv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWvH6v06bv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWvH8d01U0 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tWvH8d01U0 .mbr-media {
  position: relative;
}
.cid-tWvH8d01U0 .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-tWvH8d01U0 .animate__fadeInUp:before {
  background: #ffffff;
}
.cid-tWvH8d01U0 .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-tWvH8d01U0 .mbr-media span {
  font-size: 4rem;
  transition: all 0.3s;
  color: #4353ff;
  display: block;
}
.cid-tWvH8d01U0 .mbr-media span:hover {
  color: #1da1f2;
  transform: scale(1.1);
}
.cid-tWvH8d01U0 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tWvH8d01U0 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tWvH8d01U0 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tWvH8d01U0 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tWvH8d01U0 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tWvH8d01U0 .mbr-section-title {
  color: #161734;
}
.cid-tWvIzlRTOg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tWvIzlRTOg .row {
  align-items: center;
}
.cid-tWvIzlRTOg .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-tWvIzlRTOg .header-text {
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-tWvIzlRTOg .header-text {
    margin-bottom: 20px;
  }
}
.cid-tWvIzlRTOg .mbr-section-title {
  width: 100%;
  color: #111111;
  margin-bottom: 8px;
}
.cid-tWvIzlRTOg .mbr-text {
  color: #555555;
  width: 100%;
  margin-bottom: 0;
}
.cid-tWvH9dZX8w {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tWvH9dZX8w .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tWvH9dZX8w label {
  padding: 0 1rem;
}
.cid-tWvH9dZX8w textarea {
  min-height: 150px;
}
.cid-tWvH9dZX8w .btn {
  padding: 1rem 3rem;
}
@media (min-width: 992px) {
  .cid-tWvH9dZX8w .image-wrapper {
    max-width: 80%;
  }
}
.cid-tWvH9dZX8w .row {
  align-items: center;
}
.cid-tWvH9dZX8w .form-control,
.cid-tWvH9dZX8w .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #004cd5 !important;
  border-radius: 0;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tWvH9dZX8w .form-control::-webkit-input-placeholder,
.cid-tWvH9dZX8w .field-input::-webkit-input-placeholder,
.cid-tWvH9dZX8w .form-control::-webkit-input-placeholder,
.cid-tWvH9dZX8w .field-input::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-tWvH9dZX8w .form-control:-moz-placeholder,
.cid-tWvH9dZX8w .field-input:-moz-placeholder,
.cid-tWvH9dZX8w .form-control:-moz-placeholder,
.cid-tWvH9dZX8w .field-input:-moz-placeholder {
  color: #c1c1c1;
}
.cid-tWvH9dZX8w .form-control:hover,
.cid-tWvH9dZX8w .field-input:hover,
.cid-tWvH9dZX8w .form-control:focus,
.cid-tWvH9dZX8w .field-input:focus {
  background-color: #ffffff;
  border-color: #004cd5 !important;
  color: #232323;
  box-shadow: none;
  outline: none;
}
.cid-tWvH9dZX8w .form-control:hover::-webkit-input-placeholder,
.cid-tWvH9dZX8w .field-input:hover::-webkit-input-placeholder,
.cid-tWvH9dZX8w .form-control:focus::-webkit-input-placeholder,
.cid-tWvH9dZX8w .field-input:focus::-webkit-input-placeholder,
.cid-tWvH9dZX8w .form-control:hover::-webkit-input-placeholder,
.cid-tWvH9dZX8w .field-input:hover::-webkit-input-placeholder,
.cid-tWvH9dZX8w .form-control:focus::-webkit-input-placeholder,
.cid-tWvH9dZX8w .field-input:focus::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-tWvH9dZX8w .form-control:hover:-moz-placeholder,
.cid-tWvH9dZX8w .field-input:hover:-moz-placeholder,
.cid-tWvH9dZX8w .form-control:focus:-moz-placeholder,
.cid-tWvH9dZX8w .field-input:focus:-moz-placeholder,
.cid-tWvH9dZX8w .form-control:hover:-moz-placeholder,
.cid-tWvH9dZX8w .field-input:hover:-moz-placeholder,
.cid-tWvH9dZX8w .form-control:focus:-moz-placeholder,
.cid-tWvH9dZX8w .field-input:focus:-moz-placeholder {
  color: #c1c1c1;
}
.cid-tWvH9dZX8w .jq-number__spin:hover,
.cid-tWvH9dZX8w .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #004cd5;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-tWvH9dZX8w .jq-number__spin {
  background-color: #ffffff;
  border-color: #004cd5;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tWvH9dZX8w .jq-selectbox li,
.cid-tWvH9dZX8w .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-tWvH9dZX8w .jq-selectbox li:hover,
.cid-tWvH9dZX8w .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-tWvH9dZX8w .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-tWvH9dZX8w .jq-number__spin.minus:hover:after,
.cid-tWvH9dZX8w .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-tWvH9dZX8w .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-tWvH9dZX8w .jq-number__spin.minus:after,
.cid-tWvH9dZX8w .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-tWvH9dZX8w input::-webkit-clear-button {
  display: none;
}
.cid-tWvH9dZX8w input::-webkit-inner-spin-button {
  display: none;
}
.cid-tWvH9dZX8w input::-webkit-outer-spin-button {
  display: none;
}
.cid-tWvH9dZX8w input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-tWvH9dZX8w .wrapper {
  display: flex;
}
.cid-tWvH9dZX8w .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #4353ff;
  margin-right: 1.5rem;
}
@media (max-width: 767px) {
  .cid-tWvH9dZX8w .wrapper {
    flex-direction: column;
  }
  .cid-tWvH9dZX8w .iconfont-wrapper {
    margin: auto;
  }
  .cid-tWvH9dZX8w .mbr-iconfont {
    margin-right: 0rem;
    margin-bottom: 2rem;
  }
}
.cid-tWvH9dZX8w .mbr-section-title {
  color: #004cd5;
}
.cid-topmK8nP4q {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-topmK8nP4q .mbr-text {
  color: #747474;
}
