body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 7rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 8.75rem;
}
.display-2 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 3.5rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.375rem;
}
.display-4 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1rem;
}
.display-5 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.375rem;
}
/* ---- 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: 5.6rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.9rem;
    font-size: calc( 3.0999999999999996rem + (7 - 3.0999999999999996) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (3.0999999999999996rem + (7 - 3.0999999999999996) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.8rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((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.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))));
  }
}
/* 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: #232323 !important;
}
.bg-success {
  background-color: #ff496d !important;
}
.bg-info {
  background-color: #16ff00 !important;
}
.bg-warning {
  background-color: #16ff00 !important;
}
.bg-danger {
  background-color: #16ff00 !important;
}
.btn-primary,
.btn-primary: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-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.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-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !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: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-info,
.btn-info:active {
  background-color: #16ff00 !important;
  border-color: #16ff00 !important;
  color: #000000 !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: #0fa800 !important;
  border-color: #0fa800 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #000000 !important;
  background-color: #0fa800 !important;
  border-color: #0fa800 !important;
}
.btn-success,
.btn-success:active {
  background-color: #ff496d !important;
  border-color: #ff496d !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: #f10030 !important;
  border-color: #f10030 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #f10030 !important;
  border-color: #f10030 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #16ff00 !important;
  border-color: #16ff00 !important;
  color: #000000 !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: #0fa800 !important;
  border-color: #0fa800 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #000000 !important;
  background-color: #0fa800 !important;
  border-color: #0fa800 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #16ff00 !important;
  border-color: #16ff00 !important;
  color: #000000 !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: #0fa800 !important;
  border-color: #0fa800 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #000000 !important;
  background-color: #0fa800 !important;
  border-color: #0fa800 !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: #232323;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !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: #232323 !important;
  border-color: #232323 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #16ff00;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #0fa800 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #000000 !important;
  background-color: #16ff00 !important;
  border-color: #16ff00 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff496d;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #f10030 !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: #ff496d !important;
  border-color: #ff496d !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #16ff00;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #0fa800 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #000000 !important;
  background-color: #16ff00 !important;
  border-color: #16ff00 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #16ff00;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #0fa800 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #000000 !important;
  background-color: #16ff00 !important;
  border-color: #16ff00 !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: #232323 !important;
}
.text-secondary {
  color: #ffffff !important;
}
.text-success {
  color: #ff496d !important;
}
.text-info {
  color: #16ff00 !important;
}
.text-warning {
  color: #16ff00 !important;
}
.text-danger {
  color: #16ff00 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #cccccc !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #e2002d !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #0d9900 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #0d9900 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #0d9900 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !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) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #232323;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #16ff00;
}
.alert-warning {
  background-color: #16ff00;
}
.alert-danger {
  background-color: #16ff00;
}
.mbr-gallery-filter li.active .btn {
  background-color: #232323;
  border-color: #232323;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #232323;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #d5d5d5;
}
.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: #d0ffcc;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #d0ffcc;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #d0ffcc;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1rem;
}
.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: #232323 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1rem;
}
blockquote {
  border-color: #232323;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #232323;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #232323;
}
.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: #232323;
  border-bottom-color: #232323;
}
.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: #232323 !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: #ffffff !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='%23232323' %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-szEVBS64OH {
  padding-top: 30px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/bg-7.jpeg");
}
.cid-szEVBS64OH a {
  text-align: center;
}
.cid-szEVBS64OH p {
  color: #0a0a0a;
  text-align: center;
}
.cid-szEVBS64OH span {
  font-size: 2rem;
}
.cid-szEVBS64OH .mbr-iconfont-social {
  font-size: 20px;
  width: 44px;
  padding-top: 6px;
  display: inline-block;
  line-height: 38px;
  border-radius: 50%;
}
.cid-szEVBS64OH .socicon-twitter {
  color: #4da7de;
}
.cid-szEVBS64OH .socicon-facebook {
  color: #3e5b98;
}
.cid-szEVBS64OH .socicon-googleplus {
  color: #dd4b39;
}
.cid-szEVBS64OH .socicon-instagram {
  color: #3f729b;
}
.cid-szEVBS64OH .social-list a:focus {
  text-decoration: none;
}
.cid-szEVBS64OH .text-copyright {
  width: 100%;
}
.cid-szEVBS64OH .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-szEVBS64OH .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-szEVBS64OH .logo-footer {
  line-height: normal;
}
.cid-szEVBS64OH .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-szEVBS64OH .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-szEVBS64OH .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-szEVBS64OH .media-container-row a {
  margin: 0 1rem;
}
.cid-szEVBS64OH P {
  color: #d9d9d9;
}
.cid-sznJ72Kp0U {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/head-update.jpeg");
}
.cid-sznJ72Kp0U .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sznJ72Kp0U .image-wrap img {
    display: block;
    margin: auto;
    width: 70%;
  }
}
.cid-sApDGSuJOy {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/bg-3.jpeg");
}
.cid-sApDGSuJOy .mbr-text {
  color: #c1c1c1;
}
.cid-sApDGSuJOy H3 {
  text-align: center;
}
.cid-sApDGSuJOy .mbr-text,
.cid-sApDGSuJOy .mbr-section-btn {
  text-align: center;
  color: #353535;
}
.cid-szOOB4rfJR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/bg-3.jpeg");
}
.cid-szOOB4rfJR .mbr-text {
  color: #c1c1c1;
}
.cid-szOOB4rfJR H3 {
  text-align: center;
}
.cid-szOOB4rfJR .mbr-text,
.cid-szOOB4rfJR .mbr-section-btn {
  text-align: left;
  color: #ff496d;
}
.cid-szJo8cgb5s {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/bg-5.jpeg");
}
.cid-szJo8cgb5s .mbr-section-title {
  text-align: left;
}
.cid-szJomWsVUZ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/bg-6.jpeg");
}
.cid-szJomWsVUZ .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-szJomWsVUZ .mbr-section-subtitle {
  text-align: left;
}
.cid-sVau4AgbMU {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ba3961;
}
.cid-sVau4AgbMU .mbr-text {
  color: #ffffff;
}
.cid-sVau4AgbMU .mbr-section-title {
  text-align: left;
}
.cid-sVatqKko0A {
  background: #fafafa;
  padding-top: 30px;
  padding-bottom: 60px;
}
.cid-sVatqKko0A .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-sVatqKko0A .video-block {
    width: 100% !important;
  }
}
.cid-sBJ6y1QHxJ {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #0a0a33;
}
.cid-sBJ6y1QHxJ .row {
  position: relative;
}
.cid-sBJ6y1QHxJ .container {
  max-width: 1500px;
}
.cid-sBJ6y1QHxJ h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 0rem;
  bottom: 25%;
}
.cid-sBJ6y1QHxJ .content-wrapper {
  max-width: 800px;
}
.cid-sBJ6y1QHxJ H1 {
  color: #ff496d;
}
.cid-sBJ6y1QHxJ .mbr-text,
.cid-sBJ6y1QHxJ .mbr-section-btn {
  color: #ffffff;
}
.cid-sBJ6y1QHxJ H3 {
  color: #ffffff;
}
@media (min-width: 767px) {
  .cid-sBJ6y1QHxJ .container {
    padding: 0 4rem;
  }
}
.cid-sBJ6y1QHxJ H4 {
  color: #ffffff;
}
.cid-sBJ6ySSVkg {
  background: #0a0a33;
  padding-top: 30px;
  padding-bottom: 60px;
}
.cid-sBJ6ySSVkg .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-sBJ6ySSVkg .video-block {
    width: 100% !important;
  }
}
.cid-sOlrxVLvxR {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ba3961;
}
.cid-sOlrxVLvxR .row {
  justify-content: flex-end;
}
.cid-sOlrxVLvxR .back {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 30%;
  background-color: #d95263;
}
.cid-sOlrxVLvxR .block {
  background-color: #0e1a41;
}
.cid-sOlrxVLvxR img {
  width: 100%;
}
.cid-sOlrxVLvxR .content-wrapper {
  margin: auto;
  position: relative;
  padding: 10rem 16rem;
}
.cid-sOlrxVLvxR .content {
  max-width: 600px;
}
.cid-sOlrxVLvxR h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 19rem;
  bottom: 35%;
}
@media (max-width: 1600px) {
  .cid-sOlrxVLvxR .content-wrapper {
    padding: 6rem 4rem;
  }
  .cid-sOlrxVLvxR h4 {
    right: 6rem;
  }
}
@media (max-width: 767px) {
  .cid-sOlrxVLvxR .content-wrapper {
    padding: 4rem 0rem;
  }
  .cid-sOlrxVLvxR h4 {
    right: 2rem;
    bottom: 30%;
  }
  .cid-sOlrxVLvxR .content-wrapper {
    padding: 4rem 3rem 4rem 0rem;
  }
}
.cid-sOlrxVLvxR H3 {
  color: #ffffff;
}
.cid-sOlrxVLvxR .mbr-text,
.cid-sOlrxVLvxR .mbr-section-btn {
  color: #ffffff;
}
.cid-sOlrxVLvxR H1 {
  color: #ff496d;
}
.cid-sOlrxVLvxR H4 {
  color: #ff496d;
}
.cid-szF0eDEGrn {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-szF0eDEGrn .mbr-text {
  color: #c1c1c1;
}
.cid-szF0eDEGrn H3 {
  text-align: center;
}
.cid-szF0eDEGrn .mbr-text,
.cid-szF0eDEGrn .mbr-section-btn {
  text-align: left;
  color: #ff496d;
}
.cid-szJu0ZfoJN {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-szJu0ZfoJN .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-szJu0ZfoJN form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-szJu0ZfoJN form.mbr-form {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-szJu0ZfoJN form.mbr-form {
    padding: 1rem;
  }
}
.cid-szJu0ZfoJN form.mbr-form .mbr-section-btn {
  text-align: center;
  margin-bottom: 1.2rem;
}
.cid-szJu0ZfoJN form.mbr-form .mbr-section-btn .btn {
  width: 100%;
  height: 100%;
}
.cid-szJu0ZfoJN .mbr-section-title {
  text-align: center;
}
.cid-szJu0ZfoJN P {
  text-align: left;
  color: #232323;
}
.cid-sA0L6ULuj7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sA0L6ULuj7 img {
  width: 120px;
  margin: auto;
}
.cid-sA0L6ULuj7 .card {
  transition: all 0.3s;
  padding: 1rem 0;
  opacity: 1.0;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sA0L6ULuj7 .card {
    max-width: 15.5%;
  }
}
.cid-szF0NN1n7V {
  padding-top: 45px;
  padding-bottom: 45px;
  background: linear-gradient(0deg, #ffffff, #fafafa);
}
.cid-szF0NN1n7V a {
  text-align: center;
}
.cid-szF0NN1n7V p {
  color: #0a0a0a;
  text-align: center;
}
.cid-szF0NN1n7V span {
  font-size: 2rem;
}
.cid-szF0NN1n7V .mbr-iconfont-social {
  font-size: 20px;
  width: 44px;
  padding-top: 6px;
  display: inline-block;
  line-height: 38px;
  border-radius: 50%;
}
.cid-szF0NN1n7V .socicon-twitter {
  color: #4da7de;
}
.cid-szF0NN1n7V .socicon-facebook {
  color: #3e5b98;
}
.cid-szF0NN1n7V .socicon-googleplus {
  color: #dd4b39;
}
.cid-szF0NN1n7V .socicon-instagram {
  color: #3f729b;
}
.cid-szF0NN1n7V .social-list a:focus {
  text-decoration: none;
}
.cid-szF0NN1n7V .text-copyright {
  width: 100%;
}
.cid-szF0NN1n7V .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-szF0NN1n7V .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-szF0NN1n7V .logo-footer {
  line-height: normal;
}
.cid-szF0NN1n7V .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-szF0NN1n7V .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-szF0NN1n7V .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-szF0NN1n7V .media-container-row a {
  margin: 0 1rem;
}
.cid-szbpHQebzo {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-szbpHQebzo .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-szbpHQebzo .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-szbpHQebzo .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-szbpHQebzo .media-container-row .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-sVb4j3icXZ {
  background: #ba3961;
  padding-top: 30px;
  padding-bottom: 60px;
}
.cid-sVb4j3icXZ .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-sVb4j3icXZ .video-block {
    width: 100% !important;
  }
}
.cid-szEMvQzLZV {
  padding-top: 75px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/top.jpeg");
}
.cid-szEMvQzLZV .row {
  position: relative;
}
.cid-szEMvQzLZV .container {
  max-width: 1500px;
}
.cid-szEMvQzLZV .container {
  padding-right: 8rem !important;
}
.cid-szEMvQzLZV h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 0rem;
  bottom: 25%;
}
.cid-szEMvQzLZV .content-wrapper {
  max-width: 800px;
}
@media (min-width: 767px) {
  .cid-szEMvQzLZV .container {
    padding: 0 4rem;
  }
}
@media (max-width: 767px) {
  .cid-szEMvQzLZV .container {
    padding-right: 4rem !important;
  }
}
.cid-szEMvSNJ02 {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-szEMvSNJ02 .mbr-text {
  color: #353535;
}
.cid-szENDof55P {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-szENDof55P .mbr-text {
  color: #232323;
  text-align: left;
}
.cid-szEMvStKII {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-szEMvStKII .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-szEMvStKII .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-szEMvStKII .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-szEMvStKII .media-container-row .mbr-text {
  color: #232323;
  text-align: center;
}
