@import url(https://fonts.googleapis.com/css?family=Syne:400,500,600,700,800&display=swap);
@import url(https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap);
@import url(https://fonts.googleapis.com/css?family=IBM+Plex+Mono:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i&display=swap);






body {
  font-family: Syne;
}
.display-1 {
  font-family: 'Syne', sans-serif;
  font-size: 4.6rem;
  line-height: 1.125;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Syne', sans-serif;
  font-size: 3rem;
  line-height: 1.18;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 1rem;
  line-height: 1.7;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Syne', sans-serif;
  font-size: 2rem;
  line-height: 1.45;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-6 {
  font-family: 'Syne', sans-serif;
  font-size: 1.1rem;
  line-height: 1.7;
}
.display-6 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-7 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- 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: 1199x) {
  .display-1 {
    font-size: 3.818rem;
  }
  .display-2 {
    font-size: 2.392rem;
  }
  .display-5 {
    font-size: 1.15rem;
  }
}
@media (max-width: 991px) {
  .display-1 {
    font-size: 3.45rem;
  }
  .display-2 {
    font-size: 2.392rem;
  }
  .display-5 {
    font-size: 1.15rem;
  }
}
@media (max-width: 767px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((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-6 {
    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-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (max-width: 546px) {
  .display-1 {
    font-size: 1.886rem;
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.9rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.6rem 1.9rem;
  border-radius: 0px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 0.6rem 2.9rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #fda078 !important;
}
.bg-success {
  background-color: #8aae3d !important;
}
.bg-info {
  background-color: #0a1d81 !important;
}
.bg-warning {
  background-color: #ffffff !important;
}
.bg-danger {
  background-color: #df561c !important;
}
.btn-primary,
.btn-primary:active {
  position: relative;
  left: 0px;
  top: 0px;
  background-color: #fda078 !important;
  border-color: #fda078 !important;
  color: #000000 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  left: 6px;
  top: -6px;
  box-shadow: -4px 4px 0 0 rgba(253, 160, 120, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #000000 !important;
  background-color: #fc6423 !important;
  border-color: #fc6423 !important;
}
.btn-secondary,
.btn-secondary:active {
  position: relative;
  left: 0px;
  top: 0px;
  background-color: #1d1e22 !important;
  border-color: #1d1e22 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  left: 6px;
  top: -6px;
  box-shadow: -4px 4px 0 0 rgba(29, 30, 34, 0.5);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info,
.btn-info:active {
  position: relative;
  left: 0px;
  top: 0px;
  background-color: #0a1d81 !important;
  border-color: #0a1d81 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  left: 6px;
  top: -6px;
  box-shadow: -4px 4px 0 0 rgba(10, 29, 129, 0.5);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #040b31 !important;
  border-color: #040b31 !important;
}
.btn-success,
.btn-success:active {
  position: relative;
  left: 0px;
  top: 0px;
  background-color: #8aae3d !important;
  border-color: #8aae3d !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  left: 6px;
  top: -6px;
  box-shadow: -4px 4px 0 0 rgba(138, 174, 61, 0.5);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #576e26 !important;
  border-color: #576e26 !important;
}
.btn-warning,
.btn-warning:active {
  position: relative;
  left: 0px;
  top: 0px;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #000000 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  left: 6px;
  top: -6px;
  box-shadow: -4px 4px 0 0 rgba(255, 255, 255, 0.5);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #000000 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-danger,
.btn-danger:active {
  position: relative;
  left: 0px;
  top: 0px;
  background-color: #df561c !important;
  border-color: #df561c !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  left: 6px;
  top: -6px;
  box-shadow: -4px 4px 0 0 rgba(223, 86, 28, 0.5);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #923812 !important;
  border-color: #923812 !important;
}
.btn-white,
.btn-white:active {
  position: relative;
  left: 0px;
  top: 0px;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #000000 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  left: 6px;
  top: -6px;
  box-shadow: -4px 4px 0 0 rgba(250, 250, 250, 0.5);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #000000 !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  position: relative;
  left: 0px;
  top: 0px;
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  left: 6px;
  top: -6px;
  box-shadow: -4px 4px 0 0 rgba(35, 35, 35, 0.5);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  position: relative;
  left: 0px;
  top: 0px;
  background-color: transparent !important;
  border-color: #fda078;
  color: #fda078;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #fda078;
  box-shadow: -4px 4px 0 0 rgba(253, 160, 120, 0.5);
  left: 6px;
  top: -6px;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #fda078 !important;
  border-color: #fda078 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  position: relative;
  left: 0px;
  top: 0px;
  background-color: transparent !important;
  border-color: #1d1e22;
  color: #1d1e22;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #1d1e22;
  box-shadow: -4px 4px 0 0 rgba(29, 30, 34, 0.5);
  left: 6px;
  top: -6px;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #1d1e22 !important;
  border-color: #1d1e22 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  position: relative;
  left: 0px;
  top: 0px;
  background-color: transparent !important;
  border-color: #0a1d81;
  color: #0a1d81;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #0a1d81;
  box-shadow: -4px 4px 0 0 rgba(10, 29, 129, 0.5);
  left: 6px;
  top: -6px;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #0a1d81 !important;
  border-color: #0a1d81 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  position: relative;
  left: 0px;
  top: 0px;
  background-color: transparent !important;
  border-color: #8aae3d;
  color: #8aae3d;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #8aae3d;
  box-shadow: -4px 4px 0 0 rgba(138, 174, 61, 0.5);
  left: 6px;
  top: -6px;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #8aae3d !important;
  border-color: #8aae3d !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  position: relative;
  left: 0px;
  top: 0px;
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  box-shadow: -4px 4px 0 0 rgba(255, 255, 255, 0.5);
  left: 6px;
  top: -6px;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  position: relative;
  left: 0px;
  top: 0px;
  background-color: transparent !important;
  border-color: #df561c;
  color: #df561c;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #df561c;
  box-shadow: -4px 4px 0 0 rgba(223, 86, 28, 0.5);
  left: 6px;
  top: -6px;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #df561c !important;
  border-color: #df561c !important;
}
.btn-black-outline,
.btn-black-outline:active {
  position: relative;
  left: 0px;
  top: 0px;
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #232323;
  box-shadow: -4px 4px 0 0 rgba(35, 35, 35, 0.5);
  left: 6px;
  top: -6px;
}
.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 {
  position: relative;
  left: 0px;
  top: 0px;
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #fafafa;
  box-shadow: -4px 4px 0 0 rgba(250, 250, 250, 0.5);
  left: 6px;
  top: -6px;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #fda078 !important;
}
.text-secondary {
  color: #1d1e22 !important;
}
.text-success {
  color: #8aae3d !important;
}
.text-info {
  color: #0a1d81 !important;
}
.text-warning {
  color: #ffffff !important;
}
.text-danger {
  color: #df561c !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #fc5913 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #4e6223 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #030822 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #cccccc !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #843311 !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]) {
  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]):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: #fda078;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #0a1d81;
}
.alert-warning {
  background-color: #ffffff;
}
.alert-danger {
  background-color: #df561c;
}
.mbr-gallery-filter li.active .btn {
  background-color: #fda078;
  border-color: #fda078;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #fda078;
}
.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: #c2d992;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #1d3eed;
}
.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: #f9dbce;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 1rem;
  line-height: 1.7;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.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: #fda078 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 1rem;
  line-height: 1.7;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control {
  font-family: 'Syne', sans-serif;
  font-size: 1.1rem;
  line-height: 1.7;
  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: #fda078 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Syne', sans-serif;
  font-size: 1.1rem;
  line-height: 1.7;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #fda078;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #fda078;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #fda078;
}
.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: #fda078;
  border-bottom-color: #fda078;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #fda078 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #1d1e22 !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='%23fda078' %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-sfGyLu56yF {
  overflow: hidden;
}
.cid-sfGyLu56yF svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-sfGyLu56yF #e2_shape {
  fill: #ffffff !important;
}
.cid-sfGyLu56yF img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(52, 54, 62, 0.35);
}
@media (max-width: 576px) {
  .cid-sfGyLu56yF img {
    width: 90%!important;
  }
}
.cid-sfGyLu56yF H1 {
  color: #ffffff;
}
.cid-sfGyLu56yF H3 {
  color: #ffffff;
}
.cid-sfGLFJ7v4x {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-sfGLFJ7v4x .content-block {
  max-width: 700px;
  padding: 4rem 3rem;
}
.cid-sfGLFJ7v4x .img-content {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 100%;
  opacity: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  transition: all 0.3s;
  transition-delay: 0s;
  background-image: url("../../../assets/images/1.jpg");
  background-position: center;
  background-size: cover;
  z-index: 3;
}
.cid-sfGLFJ7v4x .block2 {
  background: #232323;
  display: flex;
  justify-content: center;
}
.cid-sfGLFJ7v4x p {
  margin-left: 10rem;
  max-width: 450px;
}
.cid-sfGLFJ7v4x .overlay {
  position: absolute;
  transition: all 0.3s;
  transition-delay: 0.3s;
  width: 0%;
  height: 100%;
  top: 0;
  right: 0%;
  background: #031056;
  z-index: 2;
  opacity: 1;
}
.cid-sfGLFJ7v4x .box-title2,
.cid-sfGLFJ7v4x .box-text2 {
  transition: all 0.3s;
  transition-delay: 0s;
}
.cid-sfGLFJ7v4x .overlay-wrapper {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 50%;
  transition-delay: 0.3s;
  top: 0;
  z-index: 4;
}
.cid-sfGLFJ7v4x .col {
  padding: 0;
  display: flex;
  position: relative;
  min-height: 400px;
  justify-content: flex-end;
}
.cid-sfGLFJ7v4x .col:hover .overlay-wrapper {
  width: 100%;
  right: 0;
  transition-delay: 0s;
}
.cid-sfGLFJ7v4x .col:hover .overlay {
  width: 100%;
  transition-delay: 0s;
}
.cid-sfGLFJ7v4x .col:hover .img-content {
  opacity: 1;
  width: 100%;
  transition-delay: 0.3s;
}
.cid-sfGLFJ7v4x .col:hover .box-title2,
.cid-sfGLFJ7v4x .col:hover .box-text2 {
  color: #ffffff;
  transition-delay: 0.3s;
}
.cid-sfGLFJ7v4x .box-content {
  width: 50%;
  height: 100%;
  transition: all 0.3s;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  background: #031056;
}
.cid-sfGLFJ7v4x .content1 {
  z-index: 5;
  max-width: 450px;
  position: relative;
  transition: all 0.3s;
  transition-delay: 0.3s;
  padding: 4rem 3rem;
}
@media (max-width: 767px) {
  .cid-sfGLFJ7v4x .img-content {
    opacity: 1;
  }
  .cid-sfGLFJ7v4x .overlay-wrapper {
    width: 100%;
    right: 0;
  }
  .cid-sfGLFJ7v4x .box-content {
    width: 100%;
  }
  .cid-sfGLFJ7v4x .box-title2,
  .cid-sfGLFJ7v4x .box-text2 {
    color: #ffffff !important;
  }
  .cid-sfGLFJ7v4x p {
    margin-left: 0;
  }
  .cid-sfGLFJ7v4x .content-block,
  .cid-sfGLFJ7v4x .content1 {
    padding: 3rem 1rem;
  }
}
.cid-sfGLFJ7v4x .box-text1 {
  color: #333333;
}
.cid-sfGLFJ7v4x .box-title2 {
  color: #767676;
}
.cid-sfGLFJ7v4x .box-text2 {
  color: #ffffff;
}
.cid-sfGLFJ7v4x .mbr-text,
.cid-sfGLFJ7v4x .mbr-section-btn {
  color: #ffffff;
}
.cid-sfGLFJ7v4x H2 {
  color: #ffffff;
}
.cid-sfGLFJ7v4x H3 {
  color: #ffffff;
}
.cid-sfGOceh7dq {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sfGOceh7dq .progress {
  width: 100%;
}
.cid-sfGOceh7dq .title-wrap {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-sfGOceh7dq .mbr-iconfont {
  font-size: 4rem;
}
.cid-sfGOceh7dq .icon1 {
  color: #3e4edc;
}
.cid-sfGOceh7dq .icon2 {
  color: #868487;
}
.cid-sfGOceh7dq .progress_value {
  color: #767676 !important;
  position: relative;
}
.cid-sfGOceh7dq progress {
  height: 3px;
}
.cid-sfGOceh7dq .progressbar-number {
  display: inline-block;
}
.cid-sfGOceh7dq .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-sfGOceh7dq .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-sfGOceh7dq .mbr-section-subtitle {
  color: #767676;
}
.cid-sfGOceh7dq .section-content-title {
  font-weight: 500;
}
.cid-sfGOceh7dq progress[value]::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-sfGOceh7dq progress::-webkit-progress-value {
  background: #3e4edc;
}
.cid-sfGOceh7dq progress[value]::-moz-progress-bar {
  background: #3e4edc;
}
.cid-sfGOceh7dq progress::-ms-fill {
  background: #3e4edc;
}
.cid-sfGOceh7dq .progress1 .progressbar-number:before {
  content: '50';
}
.cid-sfGOceh7dq .progress2 .progressbar-number:before {
  content: '36';
}
.cid-sfGOceh7dq .progress3 .progressbar-number:before {
  content: '30';
}
.cid-sfGOceh7dq .progress4 .progressbar-number:before {
  content: '44';
}
.cid-sfGOceh7dq .progress5 .progressbar-number:before {
  content: '60';
}
@media (max-width: 992px) {
  .cid-sfGOceh7dq .progress_elements {
    padding-top: 3rem;
  }
}
.cid-sfGOceh7dq .mbr-content-text {
  color: #767676;
}
.cid-sfGOceh7dq .progressbar-title p,
.cid-sfGOceh7dq .progress_value {
  color: #767676;
}
.cid-sfQzome7xh {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sfQzome7xh .container-fluid {
  padding: 0 3rem;
}
.cid-sfQzome7xh .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #fda078 50%, #1d1e22 120%);
  display: inline-block;
}
.cid-sfQzome7xh .panel-group {
  width: 100%;
  margin: 2rem auto;
  margin-top: 0;
}
.cid-sfQzome7xh .header-text {
  padding: 2rem 1rem !important;
}
.cid-sfQzome7xh .card {
  border-radius: 25px !important;
  background: #ffffff;
  margin-bottom: 1rem;
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-sfQzome7xh .card .card-header {
  border-radius: 25px;
  border: 0px;
  padding: 0;
  background-color: transparent !important;
}
.cid-sfQzome7xh .card .card-header a.panel-title {
  transition: all .3s;
  border-radius: 25px 25px 0 0;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
  padding-right: 2rem;
}
.cid-sfQzome7xh .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sfQzome7xh .card .card-header a.panel-title:hover .sign {
  background-color: #2461d8 !important;
}
.cid-sfQzome7xh .card .card-header a.panel-title .sign {
  position: absolute;
  right: 0;
  top: -1px;
  bottom: 0;
  border-radius: 0 25px 25px 0;
  background-color: #4f80e0;
  padding: 2rem;
  padding-top: 36px;
  color: #ffffff;
}
.cid-sfQzome7xh .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-sfQzome7xh .card .card-header a.collapsed {
  border-radius: 25px;
}
.cid-sfQzome7xh .card .panel-body {
  width: calc(100% - 80px);
  border-radius: 0 0 0 25px;
}
@media (max-width: 767px) {
  .cid-sfQzome7xh .container-fluid {
    padding: 0 1rem;
  }
  .cid-sfQzome7xh .header-text {
    padding: 1rem !important;
  }
  .cid-sfQzome7xh .sign {
    padding: 16px !important;
    padding-top: 22px !important;
  }
  .cid-sfQzome7xh .panel-body {
    width: calc(100% - 48px);
  }
  .cid-sfQzome7xh .panel-group {
    padding: 0;
  }
}
.cid-sfQzome7xh .header-text,
.cid-sfQzome7xh .sign {
  color: #232323;
}
.cid-sfQAytzfWV {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sfQAytzfWV .container-fluid {
  padding: 0 3rem;
}
.cid-sfQAytzfWV .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #fda078 50%, #1d1e22 120%);
  display: inline-block;
}
.cid-sfQAytzfWV .panel-group {
  width: 100%;
  margin: 2rem auto;
  margin-top: 0;
}
.cid-sfQAytzfWV .header-text {
  padding: 2rem 1rem !important;
}
.cid-sfQAytzfWV .card {
  border-radius: 25px !important;
  background: #ffffff;
  margin-bottom: 1rem;
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-sfQAytzfWV .card .card-header {
  border-radius: 25px;
  border: 0px;
  padding: 0;
  background-color: transparent !important;
}
.cid-sfQAytzfWV .card .card-header a.panel-title {
  transition: all .3s;
  border-radius: 25px 25px 0 0;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
  padding-right: 2rem;
}
.cid-sfQAytzfWV .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sfQAytzfWV .card .card-header a.panel-title:hover .sign {
  background-color: #2461d8 !important;
}
.cid-sfQAytzfWV .card .card-header a.panel-title .sign {
  position: absolute;
  right: 0;
  top: -1px;
  bottom: 0;
  border-radius: 0 25px 25px 0;
  background-color: #4f80e0;
  padding: 2rem;
  padding-top: 36px;
  color: #ffffff;
}
.cid-sfQAytzfWV .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-sfQAytzfWV .card .card-header a.collapsed {
  border-radius: 25px;
}
.cid-sfQAytzfWV .card .panel-body {
  width: calc(100% - 80px);
  border-radius: 0 0 0 25px;
}
@media (max-width: 767px) {
  .cid-sfQAytzfWV .container-fluid {
    padding: 0 1rem;
  }
  .cid-sfQAytzfWV .header-text {
    padding: 1rem !important;
  }
  .cid-sfQAytzfWV .sign {
    padding: 16px !important;
    padding-top: 22px !important;
  }
  .cid-sfQAytzfWV .panel-body {
    width: calc(100% - 48px);
  }
  .cid-sfQAytzfWV .panel-group {
    padding: 0;
  }
}
.cid-sfQAytzfWV .header-text,
.cid-sfQAytzfWV .sign {
  color: #232323;
}
.cid-sfGMIwe73b {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sfGMIwe73b .video-wrapper iframe {
  width: 100%;
}
.cid-sfGMIwe73b .mbr-section-title,
.cid-sfGMIwe73b .mbr-section-subtitle,
.cid-sfGMIwe73b .mbr-text {
  text-align: center;
}
.cid-snwsW12sjN {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-snwsW12sjN .video-wrapper iframe {
  width: 100%;
}
.cid-snwsW12sjN .mbr-section-title,
.cid-snwsW12sjN .mbr-section-subtitle,
.cid-snwsW12sjN .mbr-text {
  text-align: center;
}
.cid-snwsWOjaME {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-snwsWOjaME .video-wrapper iframe {
  width: 100%;
}
.cid-snwsWOjaME .mbr-section-title,
.cid-snwsWOjaME .mbr-section-subtitle,
.cid-snwsWOjaME .mbr-text {
  text-align: center;
}
.cid-sfGJNXCJU6 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f4f8fa;
}
.cid-sfGJNXCJU6 .mbr-iconfont {
  color: #ffffff;
}
.cid-sfGJNXCJU6 .mbr-iconfont:hover {
  color: #188ef4 !important;
}
.cid-sfGJNXCJU6 .mbr-text {
  margin: 1.5rem 0;
}
.cid-sfGJNXCJU6 .card-img {
  margin-bottom: 2rem;
  max-width: 200px;
  max-height: 200px;
  margin: 0 auto 2rem auto;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-sfGJNXCJU6 .img-icon {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .cid-sfGJNXCJU6 .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-sfGJNXCJU6 .mbr-section-subtitle,
.cid-sfGJNXCJU6 .mbr-text,
.cid-sfGJNXCJU6 .social-links .mbr-iconfont {
  color: #8d97ad;
}
.cid-sfGJYgaYwh {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f4f8fa;
}
.cid-sfGJYgaYwh .mbr-iconfont {
  color: #ffffff;
}
.cid-sfGJYgaYwh .mbr-iconfont:hover {
  color: #188ef4 !important;
}
.cid-sfGJYgaYwh .mbr-text {
  margin: 1.5rem 0;
}
.cid-sfGJYgaYwh .card-img {
  margin-bottom: 2rem;
  max-width: 200px;
  max-height: 200px;
  margin: 0 auto 2rem auto;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-sfGJYgaYwh .img-icon {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .cid-sfGJYgaYwh .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-sfGJYgaYwh .mbr-section-subtitle,
.cid-sfGJYgaYwh .mbr-text,
.cid-sfGJYgaYwh .social-links .mbr-iconfont {
  color: #8d97ad;
}
.cid-sfGJZXebKb {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f4f8fa;
}
.cid-sfGJZXebKb .mbr-iconfont {
  color: #ffffff;
}
.cid-sfGJZXebKb .mbr-iconfont:hover {
  color: #188ef4 !important;
}
.cid-sfGJZXebKb .mbr-text {
  margin: 1.5rem 0;
}
.cid-sfGJZXebKb .card-img {
  margin-bottom: 2rem;
  max-width: 200px;
  max-height: 200px;
  margin: 0 auto 2rem auto;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-sfGJZXebKb .img-icon {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .cid-sfGJZXebKb .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-sfGJZXebKb .mbr-section-subtitle,
.cid-sfGJZXebKb .mbr-text,
.cid-sfGJZXebKb .social-links .mbr-iconfont {
  color: #8d97ad;
}
.cid-sfPRgTshXU {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sfPRgTshXU .listico {
  padding-right: 1rem;
  font-size: 1.4rem;
}
.cid-sfPRgTshXU .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-sfPRgTshXU .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-sfPRgTshXU .form-group {
  padding-right: 0;
}
.cid-sfPRgTshXU .card {
  padding: 3rem 8rem;
}
.cid-sfPRgTshXU .google-map {
  height: 100%;
  min-height: 25rem;
  position: relative;
  width: 100%;
}
.cid-sfPRgTshXU .google-map iframe {
  min-height: 100%;
  width: 100%;
}
.cid-sfPRgTshXU .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sfPRgTshXU .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sfPRgTshXU .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sfPRgTshXU .map-placeholder {
  display: none;
}
.cid-sfPRgTshXU .btn-primary {
  border: 1px solid #fda078 !important;
}
.cid-sfPRgTshXU .btn-primary:hover {
  border: 1px solid #fda078 !important;
}
.cid-sfPRgTshXU .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 100%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-sfPRgTshXU .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-sfPRgTshXU .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-sfPRgTshXU .mbr-text {
  color: #444;
}
.cid-sfPRgTshXU h5 {
  margin-bottom: 0;
}
.cid-sfPRgTshXU .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-sfPRgTshXU .list-item {
  display: -webkit-flex;
  padding-top: 10px;
  padding-bottom: 10px;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sfPRgTshXU .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-sfPRgTshXU .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sfPRgTshXU .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sfPRgTshXU .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-sfPRgTshXU .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sfPRgTshXU .social-list a:hover {
  opacity: 0.4;
}
.cid-sfPRgTshXU .media-container-row > div {
  padding: 0px;
}
.cid-sfPRgTshXU .text2 {
  color: #000000;
  text-align: left;
}
.cid-sfPRgTshXU .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-sfPRgTshXU .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 1200px) {
  .cid-sfPRgTshXU .card {
    padding: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-sfPRgTshXU .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-sfPRgTshXU h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-sfPRgTshXU .form-group {
    max-width: 180px;
  }
  .cid-sfPRgTshXU .card {
    padding: 2rem 1rem;
  }
}
.cid-sfPRgTshXU .links span {
  color: #9e9e9e;
}
.cid-sfPRgTshXU .logo-title,
.cid-sfPRgTshXU .logo-sub-title {
  text-align: center;
}
.cid-sfPRgTshXU .logo-sub-title i {
  color: #9e9e9e;
}
.cid-sfQBaNu9He {
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-sfQBaNu9He .back {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 65%;
  height: 100%;
  background-color: #0f2b8e;
}
.cid-sfQBaNu9He img {
  width: 100%;
}
.cid-sfQBaNu9He p {
  margin-top: 6rem;
}
.cid-sfQBaNu9He .content-wrapper {
  max-width: 750px;
  margin: auto;
  position: relative;
  padding: 0 2rem;
}
.cid-sfQBaNu9He .content-wrapper {
  padding-top: 6rem;
}
.cid-sfQBaNu9He h4 {
  position: absolute;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 6rem;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  bottom: 0;
}
@media (max-width: 1200px) {
  .cid-sfQBaNu9He .content-wrapper {
    padding-top: 0rem;
  }
  .cid-sfQBaNu9He p {
    margin-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-sfQBaNu9He .back {
    width: 100%;
    height: 75%;
  }
  .cid-sfQBaNu9He .content-wrapper {
    padding: 0 3rem;
    padding-top: 4rem;
  }
  .cid-sfQBaNu9He p {
    margin-top: 4rem;
  }
}
.cid-sfQBaNu9He .content-wrapper {
  padding-right: 8rem;
}
@media (max-width: 767px) {
  .cid-sfQBaNu9He .content-wrapper {
    padding: 0rem;
    padding-top: 4rem;
  }
  .cid-sfQBaNu9He .content-wrapper {
    padding-right: 3rem;
  }
  .cid-sfQBaNu9He h4 {
    right: 2rem;
  }
}
.cid-sfQBaNu9He H1 {
  color: #efefef;
}
.cid-sfQBaNu9He H3 {
  color: #efefef;
}
.cid-sfQBaNu9He .mbr-text,
.cid-sfQBaNu9He .mbr-section-btn {
  color: #efefef;
}
.cid-sfQBaNu9He H4 {
  color: #efefef;
}
.cid-scfzXKU5UZ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #1d1e22;
}
.cid-scfzXKU5UZ a:link {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-scfzXKU5UZ .align-left {
    text-align: center;
  }
}
.cid-scfzXKU5UZ .icon-transition span {
  color: #f6f4f2;
  display: block;
  height: 2.6em;
  line-height: 2.6em;
  width: 2.6em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-scfzXKU5UZ .icon-transition span:hover {
  color: #fda078;
}
.cid-scfzXKU5UZ .social-media {
  display: flex;
}
@media (max-width: 767px) {
  .cid-scfzXKU5UZ .social-media {
    justify-content: center !important;
  }
}
.cid-scfzXKU5UZ .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-scfzXKU5UZ .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-scfzXKU5UZ .content-text,
.cid-scfzXKU5UZ .inner-text {
  color: #f6f4f2;
}
.cid-scfzXKU5UZ .hidden {
  visibility: visible !important;
}
.cid-sfGIxhGpDI .navbar-dropdown {
  position: relative !important;
}
.cid-sfGIxhGpDI .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sfGIxhGpDI .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sfGIxhGpDI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sfGIxhGpDI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sfGIxhGpDI .nav-link {
  position: relative;
}
.cid-sfGIxhGpDI .container {
  display: flex;
  margin: auto;
}
.cid-sfGIxhGpDI .iconfont-wrapper {
  color: #ffffff !important;
  padding-right: .5rem;
}
.cid-sfGIxhGpDI .dropdown-menu,
.cid-sfGIxhGpDI .navbar.opened {
  background: #ffffff !important;
}
.cid-sfGIxhGpDI .nav-item:focus,
.cid-sfGIxhGpDI .nav-link:focus {
  outline: none;
}
.cid-sfGIxhGpDI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sfGIxhGpDI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sfGIxhGpDI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-sfGIxhGpDI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sfGIxhGpDI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sfGIxhGpDI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sfGIxhGpDI .navbar {
  margin-top: 0;
  padding-bottom: 20px !important;
  padding-top: 20px !important;
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sfGIxhGpDI .navbar .container {
  transition: all .3s;
}
.cid-sfGIxhGpDI .navbar.opened {
  transition: all .3s;
}
.cid-sfGIxhGpDI .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sfGIxhGpDI .navbar .navbar-logo img {
  width: auto;
}
.cid-sfGIxhGpDI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sfGIxhGpDI .navbar.collapsed {
  justify-content: center;
}
.cid-sfGIxhGpDI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sfGIxhGpDI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sfGIxhGpDI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sfGIxhGpDI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sfGIxhGpDI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sfGIxhGpDI .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sfGIxhGpDI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sfGIxhGpDI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sfGIxhGpDI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sfGIxhGpDI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sfGIxhGpDI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sfGIxhGpDI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sfGIxhGpDI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sfGIxhGpDI .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sfGIxhGpDI .navbar .navbar-logo {
    max-width: 170px;
  }
  .cid-sfGIxhGpDI .navbar .navbar-logo img {
    max-width: 100%;
    height: 3rem !important;
  }
  .cid-sfGIxhGpDI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sfGIxhGpDI .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sfGIxhGpDI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sfGIxhGpDI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sfGIxhGpDI .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sfGIxhGpDI .navbar.navbar-short {
  margin-top: 20px;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  background-color: transparent;
  min-height: 60px;
}
@media (max-width: 991.98px) {
  .cid-sfGIxhGpDI .navbar.navbar-short {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-sfGIxhGpDI .navbar.navbar-short .container {
  background-color: #ffffff;
}
@media (max-width: 991.98px) {
  .cid-sfGIxhGpDI .navbar.navbar-short .container {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100%;
  }
}
.cid-sfGIxhGpDI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sfGIxhGpDI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sfGIxhGpDI .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sfGIxhGpDI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sfGIxhGpDI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sfGIxhGpDI .dropdown-item.active,
.cid-sfGIxhGpDI .dropdown-item:active {
  background-color: transparent;
}
.cid-sfGIxhGpDI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sfGIxhGpDI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sfGIxhGpDI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sfGIxhGpDI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sfGIxhGpDI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sfGIxhGpDI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sfGIxhGpDI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sfGIxhGpDI .navbar-buttons {
  text-align: center;
}
.cid-sfGIxhGpDI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sfGIxhGpDI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1c13cb;
}
.cid-sfGIxhGpDI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sfGIxhGpDI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sfGIxhGpDI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sfGIxhGpDI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sfGIxhGpDI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sfGIxhGpDI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sfGIxhGpDI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sfGIxhGpDI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sfGIxhGpDI .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sfGIxhGpDI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sfGIxhGpDI .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sfGIxhGpDI .navbar {
    height: 70px;
  }
  .cid-sfGIxhGpDI .navbar.opened {
    height: auto;
  }
  .cid-sfGIxhGpDI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sfPWv6PtD4 {
  background-image: url("../../../assets/images/background16.jpg");
  background-position: right;
}
.cid-sfPWv6PtD4 .wrapper {
  position: relative;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  padding: 2.5rem 2.5rem;
}
.cid-sfPWv6PtD4 .wrapper:before {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: calc(90% - 130px);
  height: 3px;
  right: 0;
}
.cid-sfPWv6PtD4 .wrapper:after {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-sfPWv6PtD4 img {
  position: absolute;
  left: 10%;
  bottom: -45px;
  width: 130px;
}
@media (max-width: 767px) {
  .cid-sfPWv6PtD4 .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-sfPU2elZwL {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sfPU2elZwL .video-wrapper iframe {
  width: 100%;
}
.cid-sfPU2elZwL .mbr-section-title,
.cid-sfPU2elZwL .mbr-section-subtitle,
.cid-sfPU2elZwL .mbr-text {
  text-align: center;
}
.cid-sfQ5FCOTNu {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #4751c2;
}
.cid-sfQ5FCOTNu .team-card .image-wrap {
  overflow: hidden;
}
.cid-sfQ5FCOTNu .team-card .image-wrap img {
  transition: all .5s;
}
.cid-sfQ5FCOTNu .team-card .image-wrap:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-sfQ5FCOTNu .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-sfQ5FCOTNu .team-card {
  margin-bottom: 2rem;
}
.cid-sfQ5FCOTNu .card-wrap {
  background: #ffffff;
}
.cid-sfQ5FCOTNu .card-wrap .image-wrap img {
  width: 100%;
}
.cid-sfQ5FCOTNu .card-wrap .content-wrap {
  padding: 1.5rem;
}
.cid-sfQ5FCOTNu .card-wrap .content-wrap .mbr-section-btn {
  padding-top: 1rem;
}
.cid-sfQ5FCOTNu .card-wrap .content-wrap .mbr-section-btn .btn {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-sfQ5FCOTNu .team-card.last-card {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sfQ5FCOTNu .team-card.last-row-card {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .cid-sfQ5FCOTNu .team-card:not(.first-row-card) {
    margin-bottom: 0;
  }
}
.cid-sfQ5FCOTNu .card-text,
.cid-sfQ5FCOTNu .mbr-section-btn {
  text-align: left;
}
.cid-sfQgRulANr {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sfQgRulANr .mbr-section-title {
  letter-spacing: 0.1em;
  color: #232323;
  margin-bottom: 2rem;
}
.cid-sfQgRulANr .mbr-section-subtitle {
  color: #232323;
  margin-bottom: 2rem;
  letter-spacing: 0.03em;
}
.cid-sfQgRulANr .btn {
  margin: 0px !important;
}
.cid-sfQgRulANr .second-col {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sfQgRulANr .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sfQgRulANr .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-sfQgRulANr .carousel-item .wrap-img {
  text-align: center;
}
.cid-sfQgRulANr .carousel-item .wrap-img img {
  max-height: 250px;
  width: auto;
  max-width: 100%;
}
.cid-sfQgRulANr .carousel {
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 100%;
}
.cid-sfQgRulANr .carousel-indicators {
  display: block;
  position: relative;
  margin-top: 2rem;
  text-align: center;
}
.cid-sfQgRulANr .carousel-indicators li {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #cccccc;
  display: inline-block;
  border: 4px solid #cccccc;
}
.cid-sfQgRulANr .carousel-indicators li.active {
  border-color: #a3a3a3;
}
@media (max-width: 768px) {
  .cid-sfQgRulANr .second-col {
    padding-top: 2rem;
  }
}
.cid-sfQfrnKWwm {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #f2f6ff;
  position: relative;
  overflow: hidden;
}
.cid-sfQfrnKWwm svg {
  position: absolute;
  bottom: 4rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.2);
  animation: wave 5s ease-in-out infinite;
}
@keyframes line {
  from {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(4px);
  }
}
@keyframes wave {
  from {
    transform: rotate(-0.2deg) translate(-50%) scale(2, 1.2);
  }
  50% {
    transform: rotate(0.2deg) translate(-50%) scale(2.1, 1.3);
  }
  to {
    transform: rotate(-0.2deg) translate(-50%) scale(2, 1.2);
  }
}
.cid-sfQfrnKWwm .mbr-text,
.cid-sfQfrnKWwm .mbr-section-btn {
  color: #716c80;
}
.cid-sfQfrnKWwm #e12_areaS3 {
  fill: #e1e8ff !important;
}
.cid-sfQfrnKWwm #e19_areaS3 {
  fill: #bfceff !important;
}
.cid-sfQfrnKWwm H1 {
  color: #0a1d81;
}
.cid-sfQfrnKWwm img {
  width: 70%;
  border-radius: 10px;
  height: 100%;
  object-fit: cover;
  animation: line 4s ease-in-out infinite;
  box-shadow: 0 10px 55px 5px rgba(52, 54, 62, 0.35);
}
.cid-sfQfrnKWwm .box {
  width: 95%;
  height: 90%;
  opacity: 0.5;
  background-color: #ffffff;
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translate(-50%);
  border-radius: 0.5rem;
}
@media (max-width: 1200px) {
  .cid-sfQfrnKWwm .box {
    top: 2%;
    width: 97%;
    height: 96%;
  }
}
@media (max-width: 576px) {
  .cid-sfQfrnKWwm img {
    left: 0px;
    width: 100%;
  }
}
.cid-sfQvl7yIjr {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-sfQvl7yIjr {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.cid-sfQvl7yIjr .text {
  padding: 0;
}
.cid-sfQvl7yIjr section {
  position: relative;
}
.cid-sfQvl7yIjr h3 {
  padding-bottom: 0;
  margin-bottom: 0;
}
.cid-sfQvl7yIjr .mbr-iconfont {
  padding: 0!important;
}
.cid-sfQvl7yIjr .back {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #ffdf54;
}
.cid-sfQvl7yIjr .box {
  background-image: url("../../../assets/images/unnamed-400x400.jpg");
  background-size: cover;
  background-position: center;
  height: 550px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sfQvl7yIjr .icon-wrap {
  background-color: #149dcc !important;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-sfQvl7yIjr .icon-wrap:hover {
  transform: scale(1.1);
}
.cid-sfQvl7yIjr .icon-wrap span {
  padding-left: 8px;
}
.cid-sfQvl7yIjr .mbr-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-sfQvl7yIjr .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-sfQvl7yIjr .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sfQvl7yIjr .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sfQvl7yIjr .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sfQvl7yIjr a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-sfQvl7yIjr a.close:hover {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sfQvl7yIjr {
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .cid-sfQvl7yIjr .box {
    height: 250px;
  }
  .cid-sfQvl7yIjr .row {
    padding: 1rem!important;
  }
}
.cid-sfQuVrOje1 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sfQuVrOje1 .box1 {
  background-image: url("../../../assets/images/dsc-0270-2000x1324-5-2000x1324.jpg");
  background-size: cover;
  background-position: center;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.cid-sfQuVrOje1 .box2 {
  background-image: url("../../../assets/images/dsc-0328-2000x1324-34-2000x1324.jpg");
  background-size: cover;
  background-position: center;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.cid-sfQuVrOje1 .icon-wrap {
  background-color: #149dcc !important;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-sfQuVrOje1 .icon-wrap:hover {
  transform: scale(1.1);
}
.cid-sfQuVrOje1 .icon-wrap span {
  padding-left: 8px;
}
.cid-sfQuVrOje1 .mbr-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-sfQuVrOje1 .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-sfQuVrOje1 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sfQuVrOje1 .modalWindow .modalWindow-container {
  transform: translateY(50vh) translateY(-22vw);
}
.cid-sfQuVrOje1 .modalWindow .modalWindow-video {
  height: 44.9943757vw;
  width: 80vw;
  margin: 0 auto;
}
.cid-sfQuVrOje1 a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-sfQuVrOje1 a.close:hover {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-sfQuVrOje1 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .cid-sfQuVrOje1 .box1 {
    margin-bottom: 1rem;
  }
}
@media (max-width: 576px) {
  .cid-sfQuVrOje1 {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .cid-sfQuVrOje1 .box1,
  .cid-sfQuVrOje1 .box2 {
    height: 250px;
  }
}
#custom-html-1v {
  /* Type valid CSS here */
}
#custom-html-1v div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-1v p {
  font-size: 60px;
  color: #777;
}
.cid-sfPU2hcLYZ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1d1e22;
}
.cid-sfPU2hcLYZ a:link {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-sfPU2hcLYZ .align-left {
    text-align: center;
  }
}
.cid-sfPU2hcLYZ .icon-transition span {
  color: #f6f4f2;
  display: block;
  height: 2.6em;
  line-height: 2.6em;
  width: 2.6em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-sfPU2hcLYZ .icon-transition span:hover {
  color: #fda078;
}
.cid-sfPU2hcLYZ .social-media {
  display: flex;
}
@media (max-width: 767px) {
  .cid-sfPU2hcLYZ .social-media {
    justify-content: center !important;
  }
}
.cid-sfPU2hcLYZ .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-sfPU2hcLYZ .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-sfPU2hcLYZ .content-text,
.cid-sfPU2hcLYZ .inner-text {
  color: #f6f4f2;
}
.cid-sfPU2hcLYZ .hidden {
  visibility: visible !important;
}
.cid-sfPU2hY8Zq .navbar-dropdown {
  position: relative !important;
}
.cid-sfPU2hY8Zq .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sfPU2hY8Zq .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sfPU2hY8Zq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sfPU2hY8Zq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sfPU2hY8Zq .nav-link {
  position: relative;
}
.cid-sfPU2hY8Zq .container {
  display: flex;
  margin: auto;
}
.cid-sfPU2hY8Zq .iconfont-wrapper {
  color: #ffffff !important;
  padding-right: .5rem;
}
.cid-sfPU2hY8Zq .dropdown-menu,
.cid-sfPU2hY8Zq .navbar.opened {
  background: #ffffff !important;
}
.cid-sfPU2hY8Zq .nav-item:focus,
.cid-sfPU2hY8Zq .nav-link:focus {
  outline: none;
}
.cid-sfPU2hY8Zq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sfPU2hY8Zq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sfPU2hY8Zq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-sfPU2hY8Zq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sfPU2hY8Zq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sfPU2hY8Zq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sfPU2hY8Zq .navbar {
  margin-top: 0;
  padding-bottom: 20px !important;
  padding-top: 20px !important;
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.4);
}
.cid-sfPU2hY8Zq .navbar .container {
  transition: all .3s;
}
.cid-sfPU2hY8Zq .navbar.opened {
  transition: all .3s;
}
.cid-sfPU2hY8Zq .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sfPU2hY8Zq .navbar .navbar-logo img {
  width: auto;
}
.cid-sfPU2hY8Zq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sfPU2hY8Zq .navbar.collapsed {
  justify-content: center;
}
.cid-sfPU2hY8Zq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sfPU2hY8Zq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sfPU2hY8Zq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sfPU2hY8Zq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sfPU2hY8Zq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sfPU2hY8Zq .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sfPU2hY8Zq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sfPU2hY8Zq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sfPU2hY8Zq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sfPU2hY8Zq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sfPU2hY8Zq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sfPU2hY8Zq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sfPU2hY8Zq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sfPU2hY8Zq .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sfPU2hY8Zq .navbar .navbar-logo {
    max-width: 170px;
  }
  .cid-sfPU2hY8Zq .navbar .navbar-logo img {
    max-width: 100%;
    height: 3rem !important;
  }
  .cid-sfPU2hY8Zq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sfPU2hY8Zq .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sfPU2hY8Zq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sfPU2hY8Zq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sfPU2hY8Zq .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sfPU2hY8Zq .navbar.navbar-short {
  margin-top: 20px;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  background-color: transparent;
  min-height: 60px;
}
@media (max-width: 991.98px) {
  .cid-sfPU2hY8Zq .navbar.navbar-short {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-sfPU2hY8Zq .navbar.navbar-short .container {
  background-color: #ffffff;
}
@media (max-width: 991.98px) {
  .cid-sfPU2hY8Zq .navbar.navbar-short .container {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100%;
  }
}
.cid-sfPU2hY8Zq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sfPU2hY8Zq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sfPU2hY8Zq .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sfPU2hY8Zq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sfPU2hY8Zq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sfPU2hY8Zq .dropdown-item.active,
.cid-sfPU2hY8Zq .dropdown-item:active {
  background-color: transparent;
}
.cid-sfPU2hY8Zq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sfPU2hY8Zq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sfPU2hY8Zq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sfPU2hY8Zq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sfPU2hY8Zq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sfPU2hY8Zq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sfPU2hY8Zq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sfPU2hY8Zq .navbar-buttons {
  text-align: center;
}
.cid-sfPU2hY8Zq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sfPU2hY8Zq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1c13cb;
}
.cid-sfPU2hY8Zq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sfPU2hY8Zq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sfPU2hY8Zq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sfPU2hY8Zq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sfPU2hY8Zq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sfPU2hY8Zq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sfPU2hY8Zq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sfPU2hY8Zq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sfPU2hY8Zq .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sfPU2hY8Zq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sfPU2hY8Zq .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sfPU2hY8Zq .navbar {
    height: 70px;
  }
  .cid-sfPU2hY8Zq .navbar.opened {
    height: auto;
  }
  .cid-sfPU2hY8Zq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
