body {
  font-family: DM Sans;
}
.display-1 {
  font-family: 'DM Sans', sans-serif;
  font-size: 3.8rem;
  line-height: 0.833;
}
.display-1 > .mbr-iconfont {
  font-size: 4.75rem;
}
.display-2 {
  font-family: 'DM Sans', sans-serif;
  font-size: 3.1rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.875rem;
}
.display-4 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  line-height: 2;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.6rem;
  line-height: 1.06;
}
.display-5 > .mbr-iconfont {
  font-size: 2rem;
}
.display-7 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.73;
}
.display-7 > .mbr-iconfont {
  font-size: 1.375rem;
}
form .display-5 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.04rem;
  line-height: 1.5625;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)        48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.04rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.66rem;
    font-size: calc( 1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.48rem;
    font-size: calc( 1.7349999999999999rem + (3.1 - 1.7349999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7349999999999999rem + (3.1 - 1.7349999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((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.94rem 2.25rem;
  position: relative;
}
.btn-sm {
  padding: 0.94rem 2.25rem;
}
.btn-md {
  padding: 0.94rem 2.25rem;
}
.btn-lg {
  padding: 0.94rem 2.25rem;
}
.bg-primary {
  background-color: #4479d9 !important;
}
.bg-success {
  background-color: #464646 !important;
}
.bg-info {
  background-color: #dce8eb !important;
}
.bg-warning {
  background-color: #dce8eb !important;
}
.bg-danger {
  background-color: #ff8484 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #4479d9 !important;
  border-color: #4479d9 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover:after,
.btn-primary:focus:after,
.btn-primary.focus:after,
.btn-primary.active:after {
  transform: translateX(10px);
}
.btn-primary:hover::before,
.btn-primary:focus::before,
.btn-primary.focus::before,
.btn-primary.active::before {
  width: 50px !important;
  right: -30px !important;
  background: linear-gradient(90deg, #ffffff 43%, #000000 40%) !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2150a5 !important;
  border-color: #2150a5 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #1b2026 !important;
  border-color: #1b2026 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover:after,
.btn-secondary:focus:after,
.btn-secondary.focus:after,
.btn-secondary.active:after {
  transform: translateX(10px);
}
.btn-secondary:hover::before,
.btn-secondary:focus::before,
.btn-secondary.focus::before,
.btn-secondary.active::before {
  width: 50px !important;
  right: -30px !important;
  background: linear-gradient(90deg, #ffffff 43%, #000000 40%) !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info,
.btn-info:active {
  background-color: #dce8eb !important;
  border-color: #dce8eb !important;
  color: #49747f !important;
  box-shadow: none;
}
.btn-info:hover:after,
.btn-info:focus:after,
.btn-info.focus:after,
.btn-info.active:after {
  transform: translateX(10px);
}
.btn-info:hover::before,
.btn-info:focus::before,
.btn-info.focus::before,
.btn-info.active::before {
  width: 50px !important;
  right: -30px !important;
  background: linear-gradient(90deg, #ffffff 43%, #000000 40%) !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #49747f !important;
  background-color: #a5c4cb !important;
  border-color: #a5c4cb !important;
}
.btn-success,
.btn-success:active {
  background-color: #464646 !important;
  border-color: #464646 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover:after,
.btn-success:focus:after,
.btn-success.focus:after,
.btn-success.active:after {
  transform: translateX(10px);
}
.btn-success:hover::before,
.btn-success:focus::before,
.btn-success.focus::before,
.btn-success.active::before {
  width: 50px !important;
  right: -30px !important;
  background: linear-gradient(90deg, #ffffff 43%, #000000 40%) !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #1b1b1b !important;
  border-color: #1b1b1b !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #dce8eb !important;
  border-color: #dce8eb !important;
  color: #49747f !important;
  box-shadow: none;
}
.btn-warning:hover:after,
.btn-warning:focus:after,
.btn-warning.focus:after,
.btn-warning.active:after {
  transform: translateX(10px);
}
.btn-warning:hover::before,
.btn-warning:focus::before,
.btn-warning.focus::before,
.btn-warning.active::before {
  width: 50px !important;
  right: -30px !important;
  background: linear-gradient(90deg, #ffffff 43%, #000000 40%) !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #49747f !important;
  background-color: #a5c4cb !important;
  border-color: #a5c4cb !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff8484 !important;
  border-color: #ff8484 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover:after,
.btn-danger:focus:after,
.btn-danger.focus:after,
.btn-danger.active:after {
  transform: translateX(10px);
}
.btn-danger:hover::before,
.btn-danger:focus::before,
.btn-danger.focus::before,
.btn-danger.active::before {
  width: 50px !important;
  right: -30px !important;
  background: linear-gradient(90deg, #ffffff 43%, #000000 40%) !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff2d2d !important;
  border-color: #ff2d2d !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: none;
}
.btn-white:hover:after,
.btn-white:focus:after,
.btn-white.focus:after,
.btn-white.active:after {
  transform: translateX(10px);
}
.btn-white:hover::before,
.btn-white:focus::before,
.btn-white.focus::before,
.btn-white.active::before {
  width: 50px !important;
  right: -30px !important;
  background: linear-gradient(90deg, #ffffff 43%, #000000 40%) !important;
}
.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: none;
}
.btn-black:hover:after,
.btn-black:focus:after,
.btn-black.focus:after,
.btn-black.active:after {
  transform: translateX(10px);
}
.btn-black:hover::before,
.btn-black:focus::before,
.btn-black.focus::before,
.btn-black.active::before {
  width: 50px !important;
  right: -30px !important;
  background: linear-gradient(90deg, #ffffff 43%, #000000 40%) !important;
}
.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;
  color: #4479d9;
}
.btn-primary-outline:hover:after,
.btn-primary-outline:focus:after,
.btn-primary-outline.focus:after,
.btn-primary-outline.active:after {
  transform: translateX(10px);
}
.btn-primary-outline:hover::before,
.btn-primary-outline:focus::before,
.btn-primary-outline.focus::before,
.btn-primary-outline.active::before {
  width: 50px !important;
  right: -30px !important;
  background: #000 !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #4479d9 !important;
  border-color: #4479d9 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  color: #1b2026;
}
.btn-secondary-outline:hover:after,
.btn-secondary-outline:focus:after,
.btn-secondary-outline.focus:after,
.btn-secondary-outline.active:after {
  transform: translateX(10px);
}
.btn-secondary-outline:hover::before,
.btn-secondary-outline:focus::before,
.btn-secondary-outline.focus::before,
.btn-secondary-outline.active::before {
  width: 50px !important;
  right: -30px !important;
  background: #000 !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #1b2026 !important;
  border-color: #1b2026 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  color: #dce8eb;
}
.btn-info-outline:hover:after,
.btn-info-outline:focus:after,
.btn-info-outline.focus:after,
.btn-info-outline.active:after {
  transform: translateX(10px);
}
.btn-info-outline:hover::before,
.btn-info-outline:focus::before,
.btn-info-outline.focus::before,
.btn-info-outline.active::before {
  width: 50px !important;
  right: -30px !important;
  background: #000 !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #49747f !important;
  background-color: #dce8eb !important;
  border-color: #dce8eb !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  color: #464646;
}
.btn-success-outline:hover:after,
.btn-success-outline:focus:after,
.btn-success-outline.focus:after,
.btn-success-outline.active:after {
  transform: translateX(10px);
}
.btn-success-outline:hover::before,
.btn-success-outline:focus::before,
.btn-success-outline.focus::before,
.btn-success-outline.active::before {
  width: 50px !important;
  right: -30px !important;
  background: #000 !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #464646 !important;
  border-color: #464646 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  color: #dce8eb;
}
.btn-warning-outline:hover:after,
.btn-warning-outline:focus:after,
.btn-warning-outline.focus:after,
.btn-warning-outline.active:after {
  transform: translateX(10px);
}
.btn-warning-outline:hover::before,
.btn-warning-outline:focus::before,
.btn-warning-outline.focus::before,
.btn-warning-outline.active::before {
  width: 50px !important;
  right: -30px !important;
  background: #000 !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #49747f !important;
  background-color: #dce8eb !important;
  border-color: #dce8eb !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  color: #ff8484;
}
.btn-danger-outline:hover:after,
.btn-danger-outline:focus:after,
.btn-danger-outline.focus:after,
.btn-danger-outline.active:after {
  transform: translateX(10px);
}
.btn-danger-outline:hover::before,
.btn-danger-outline:focus::before,
.btn-danger-outline.focus::before,
.btn-danger-outline.active::before {
  width: 50px !important;
  right: -30px !important;
  background: #000 !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff8484 !important;
  border-color: #ff8484 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  color: #232323;
}
.btn-black-outline:hover:after,
.btn-black-outline:focus:after,
.btn-black-outline.focus:after,
.btn-black-outline.active:after {
  transform: translateX(10px);
}
.btn-black-outline:hover::before,
.btn-black-outline:focus::before,
.btn-black-outline.focus::before,
.btn-black-outline.active::before {
  width: 50px !important;
  right: -30px !important;
  background: #000 !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;
  color: #fafafa;
}
.btn-white-outline:hover:after,
.btn-white-outline:focus:after,
.btn-white-outline.focus:after,
.btn-white-outline.active:after {
  transform: translateX(10px);
}
.btn-white-outline:hover::before,
.btn-white-outline:focus::before,
.btn-white-outline.focus::before,
.btn-white-outline.active::before {
  width: 50px !important;
  right: -30px !important;
  background: #000 !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #4479d9 !important;
}
.text-secondary {
  color: #1b2026 !important;
}
.text-success {
  color: #464646 !important;
}
.text-info {
  color: #dce8eb !important;
}
.text-warning {
  color: #dce8eb !important;
}
.text-danger {
  color: #ff8484 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #1f4a98 !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: #131313 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #9bbdc6 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #9bbdc6 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff1e1e !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;
}
.nav-tabs .nav-link.active {
  color: #4479d9;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #dce8eb;
}
.alert-warning {
  background-color: #dce8eb;
}
.alert-danger {
  background-color: #ff8484;
}
.mbr-section-btn .btn::after,
.mbr-section-btn .btn::before {
  content: "";
  position: absolute;
  transition: 0.3s;
}
.mbr-section-btn .btn::before {
  right: -20px;
  width: 40px;
  height: 2px;
}
.mbr-section-btn .btn::after {
  border: 4px solid transparent;
  border-left: 4px solid #000;
  right: -27px;
}
.mbr-section-btn .btn[class*="-outline"] {
  padding-left: 0;
}
.mbr-section-btn .btn[class*="-outline"]::before {
  background: #000;
}
.mbr-section-btn .btn:not([class*="-outline"])::before {
  background: linear-gradient(90deg, #ffffff 50%, #000000 50%);
}
.mbr-gallery-filter li.active .btn {
  background-color: #4479d9;
  border-color: #4479d9;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #4479d9;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #eef2fb;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #b9b9b9;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  line-height: 2;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: none;
  border-color: #4479d9 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  line-height: 2;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #4479d9;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #4479d9;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #4479d9;
}
.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: #4479d9;
  border-bottom-color: #4479d9;
}
.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: #4479d9 !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: #1b2026 !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='%234479d9' %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-st2ewTpC9J {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-st2ewTpC9J .navbar-collapse {
  transition: none;
  min-height: 100px;
}
.cid-st2ewTpC9J nav.navbar {
  position: fixed;
}
.cid-st2ewTpC9J .nav-item {
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cid-st2ewTpC9J .nav-item:hover {
  background: white;
}
@media (max-width: 992px) {
  .cid-st2ewTpC9J .nav-item {
    height: auto;
  }
}
.cid-st2ewTpC9J .navbar-nav {
  margin: auto;
  height: 100%!important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-st2ewTpC9J .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-st2ewTpC9J .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-st2ewTpC9J .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-st2ewTpC9J .dropdown-item:hover,
.cid-st2ewTpC9J .dropdown-item:focus {
  background: white !important;
}
.cid-st2ewTpC9J .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-st2ewTpC9J .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-st2ewTpC9J .nav-dropdown .link {
  padding: 0.6em .6em !important;
  margin: 0 0.6em !important;
}
.cid-st2ewTpC9J .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-st2ewTpC9J .nav-link {
  position: relative;
}
.cid-st2ewTpC9J .container {
  display: flex;
  margin: auto;
}
.cid-st2ewTpC9J .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  margin: 0 0.3rem;
  border-radius: 10px;
}
.cid-st2ewTpC9J .dropdown-menu,
.cid-st2ewTpC9J .navbar.opened {
  background: #efefef !important;
}
.cid-st2ewTpC9J .nav-item:focus,
.cid-st2ewTpC9J .nav-link:focus {
  outline: none;
}
.cid-st2ewTpC9J .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-st2ewTpC9J .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-st2ewTpC9J .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  vertical-align: sub;
}
.cid-st2ewTpC9J .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-st2ewTpC9J .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-st2ewTpC9J .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-st2ewTpC9J .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #efefef;
}
.cid-st2ewTpC9J .navbar.opened {
  transition: all 0.3s;
}
.cid-st2ewTpC9J .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-st2ewTpC9J .navbar .navbar-logo img {
  width: auto;
}
.cid-st2ewTpC9J .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-st2ewTpC9J .navbar.collapsed {
  justify-content: center;
}
.cid-st2ewTpC9J .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-st2ewTpC9J .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-st2ewTpC9J .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-st2ewTpC9J .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-st2ewTpC9J .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-st2ewTpC9J .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-st2ewTpC9J .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-st2ewTpC9J .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-st2ewTpC9J .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-st2ewTpC9J .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-st2ewTpC9J .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-st2ewTpC9J .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-st2ewTpC9J .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-st2ewTpC9J .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-st2ewTpC9J .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-st2ewTpC9J .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-st2ewTpC9J .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-st2ewTpC9J .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-st2ewTpC9J .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-st2ewTpC9J .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-st2ewTpC9J .navbar.navbar-short {
  min-height: 60px;
}
.cid-st2ewTpC9J .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-st2ewTpC9J .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-st2ewTpC9J .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-st2ewTpC9J .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-st2ewTpC9J .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-st2ewTpC9J .dropdown-item.active,
.cid-st2ewTpC9J .dropdown-item:active {
  background-color: transparent;
}
.cid-st2ewTpC9J .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-st2ewTpC9J .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-st2ewTpC9J .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-st2ewTpC9J .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-st2ewTpC9J .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-st2ewTpC9J .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-st2ewTpC9J ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-st2ewTpC9J .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-st2ewTpC9J button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-st2ewTpC9J button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-st2ewTpC9J button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-st2ewTpC9J button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-st2ewTpC9J button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-st2ewTpC9J button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-st2ewTpC9J nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-st2ewTpC9J nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-st2ewTpC9J nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-st2ewTpC9J nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-st2ewTpC9J .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-st2ewTpC9J a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-st2ewTpC9J .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-st2ewTpC9J .navbar {
    height: 70px;
  }
  .cid-st2ewTpC9J .navbar.opened {
    height: auto;
  }
  .cid-st2ewTpC9J .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-st2euf4b3E {
  background-image: url("../../../assets/images/57299783-2000x689.jpeg");
}
.cid-st2euf4b3E .mbr-text,
.cid-st2euf4b3E .mbr-section-btn {
  color: #1b2026;
}
.cid-st2euf4b3E .button {
  background: white;
  border-radius: 10px;
  display: inline-block;
  width: fit-content;
  padding: 1rem 2rem;
}
.cid-st2euf4b3E .button p {
  padding: 0;
  margin: 0;
}
.cid-st2euf4b3E .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-st2PVAqxzD {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #efefef;
}
.cid-st2PVAqxzD img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-st2PVAqxzD img {
    width: 100%;
  }
}
.cid-st2PVAqxzD .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-st2PVAqxzD .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-st2PVAqxzD .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-st2PVAqxzD .counter-container ul li:before {
  position: absolute;
  top: -5px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #ffffff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  content: "✓";
}
.cid-st2PVAqxzD .mbr-text,
.cid-st2PVAqxzD .mbr-section-btn {
  color: #777777;
}
.cid-st2PVAqxzD .mbr-section-subtitle {
  color: #777777;
}
.cid-st2PVAqxzD .mbr-list {
  color: #777777;
}
@media (max-width: 767px) {
  .cid-st2PVAqxzD .mbr-list {
    justify-content: center;
    display: flex;
  }
}
.cid-sEAcsuAN5k {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sEAcsuAN5k ul {
  list-style: none;
  margin: 0;
  padding-left: 1.6rem;
}
.cid-sEAcsuAN5k li {
  position: relative;
  margin-bottom: 0.625rem;
  margin-top: 0.625rem;
}
.cid-sEAcsuAN5k ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "–";
}
.cid-sEAcsuAN5k .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 0.4375rem;
  text-align: left;
}
.cid-sEAcsuAN5k .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-sEAcsuAN5k .mbr-section-subtitle {
  margin-bottom: 0.625rem;
}
.cid-sEAcsuAN5k .list {
  margin-top: 2.3125rem;
}
.cid-sEAcsuAN5k .icon-wrap {
  margin-bottom: 2rem;
}
@media (max-width: 546px) {
  .cid-sEAcsuAN5k .icon-wrap {
    width: 100% !important;
  }
}
.cid-sEAcsuAN5k .icons-wrap,
.cid-sEAcsuAN5k .icon-wrap {
  display: flex;
}
.cid-sEAcsuAN5k .mbr-icon-title {
  margin-top: 0.6875rem;
  margin-bottom: 0.375rem;
}
.cid-sEAcsuAN5k .mbr-iconfont {
  font-size: 3.5rem;
}
@media (min-width: 546px) {
  .cid-sEAcsuAN5k .icons-wrap {
    border-left: 2px solid #4479d9;
    padding-left: 1.8125rem !important;
  }
}
.cid-sEAcsuAN5k .mbr-text {
  margin-bottom: 0;
}
.cid-sEAcsuAN5k .mbr-section-btn {
  margin-top: 28px;
}
.cid-sEAcsuAN5k .mbr-section-btn a {
  margin-top: 0;
}
.cid-st2PXvRggN {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f4f4f4;
}
.cid-st2PXvRggN img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-st2PXvRggN img {
    width: 100%;
  }
}
.cid-st2PXvRggN .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-st2PXvRggN .mbr-iconfont {
  font-size: 1.8rem;
}
.cid-st2PXvRggN .icon1 {
  color: #8bd176;
}
.cid-st2PXvRggN .icon2 {
  color: #ff6666;
}
.cid-st2PXvRggN .icon-wrapper {
  background: #efefef;
  border-radius: 50%;
  min-width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-st2PXvRggN .card-box {
  padding-left: 1.5rem;
  width: fit-content;
  min-width: 170px;
}
.cid-st2PXvRggN .card-text {
  color: #777777;
}
.cid-st2PXvRggN .mbr-section-subtitle {
  color: #777777;
}
.cid-st2PXvRggN .mbr-text,
.cid-st2PXvRggN .mbr-section-btn {
  color: #777777;
}
.cid-st2QrM3fl4 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-st2QrM3fl4 .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #ff8484;
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-st2QrM3fl4 .card-text {
  color: #777777;
}
.cid-st2QrM3fl4 .link {
  font-size: 2rem;
  margin-right: 1rem;
  border: 1px solid #efefef;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0rem;
}
.cid-st2QrM3fl4 .wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-st2QrM3fl4 .card-link {
  opacity: 0;
  color: #ffffff;
  transition: all 0.3s;
  transform: translateX(-10px);
}
.cid-st2QrM3fl4 .card-wrapper {
  padding: 3rem;
  transition: all 0.3s;
  background: #efefef;
  position: relative;
}
.cid-st2QrM3fl4 .card-wrapper:before {
  position: absolute;
  right: -100px;
  bottom: -100px;
  content: '';
  transition: all 0.3s;
  width: 200px;
  height: 200px;
  background: #ff8484;
  transform: rotate(45deg);
  opacity: 0.1;
}
.cid-st2QrM3fl4 .card-wrapper:hover {
  background: #1b2026;
}
.cid-st2QrM3fl4 .card-wrapper:hover:before {
  opacity: 1;
}
.cid-st2QrM3fl4 .card-wrapper:hover .card-title,
.cid-st2QrM3fl4 .card-wrapper:hover .card-text,
.cid-st2QrM3fl4 .card-wrapper:hover .mbr-iconfont {
  color: #ffffff !important;
}
.cid-st2QrM3fl4 .card-wrapper:hover .card-link {
  opacity: 1;
  transform: translateX(0px);
}
@media (max-width: 767px) {
  .cid-st2QrM3fl4 .card-wrapper {
    padding: 2rem 1rem;
    background: #1b2026;
  }
  .cid-st2QrM3fl4 .card-wrapper:before {
    opacity: 1;
  }
  .cid-st2QrM3fl4 .card-wrapper .card-title,
  .cid-st2QrM3fl4 .card-wrapper .card-text,
  .cid-st2QrM3fl4 .card-wrapper .mbr-iconfont {
    color: #ffffff !important;
  }
  .cid-st2QrM3fl4 .card-wrapper .card-link {
    opacity: 1;
    transform: translateX(0px);
  }
}
.cid-st2QrM3fl4 .center {
  background: #1b2026;
}
.cid-st2QrM3fl4 .center:before {
  opacity: 1;
}
.cid-st2QrM3fl4 .center .card-title,
.cid-st2QrM3fl4 .center .card-text,
.cid-st2QrM3fl4 .center .mbr-iconfont {
  color: #ffffff !important;
}
.cid-st2QrM3fl4 .center .card-link {
  opacity: 1;
  transform: translateX(0px);
}
.cid-st2QrM3fl4 .row {
  justify-content: center;
}
.cid-sEBlB09HIT {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-sEBlB09HIT .container {
    max-width: 1400px;
  }
}
.cid-sEBlB09HIT .row {
  justify-content: center;
}
.cid-sEBlB09HIT .card {
  margin-bottom: 3rem;
}
.cid-sEBlB09HIT .card-title {
  margin-top: 1rem;
}
.cid-sEBlB09HIT .card-text {
  margin-top: 0.6875rem;
}
.cid-sEBlB09HIT .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 0.4375rem;
}
.cid-sEBlB09HIT .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-sEBlB09HIT .mbr-section-subtitle {
  margin-bottom: 0.625rem;
  text-align: left;
}
.cid-sEBlB09HIT .mbr-section-head {
  margin-bottom: 1.25rem;
}
.cid-sEBlB09HIT .mbr-social-linkes a {
  display: inline-block;
  color: #000000;
}
.cid-sEBlB09HIT .mbr-social-linkes span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #9e9e9e;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-sEBlB09HIT .mbr-social-linkes span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-sEBlB09HIT .mbr-section-subtitle,
.cid-sEBlB09HIT .mbr-social-linkes {
  text-align: center;
}
.cid-st2PRBWtLN {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-st2PRBWtLN .row {
  align-items: stretch;
  justify-content: center;
  padding: 0rem 0.5rem;
}
.cid-st2PRBWtLN .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  padding: 1rem;
  justify-content: center;
  width: 100%;
}
.cid-st2PRBWtLN .row .img-item img {
  width: 100%;
  object-fit: cover;
  height: 350px;
}
@media (max-height: 767px) {
  .cid-st2PRBWtLN .row .img-item img {
    height: 250px;
  }
}
@media (max-width: 992px) {
  .cid-st2PRBWtLN .row .img-item {
    padding: 0rem;
  }
}
.cid-st2PRBWtLN .big {
  transform: scale(1.1);
}
@media (max-width: 992px) {
  .cid-st2PRBWtLN .big {
    transform: scale(1);
  }
}
.cid-st2PhWkxjH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-st2PhWkxjH .image-wrapper {
  padding: 0;
}
.cid-st2PhWkxjH .img-item,
.cid-st2PhWkxjH img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-st2PhWkxjH .container-fluid {
  padding: 0 1rem;
}
.cid-st2PhWkxjH .wrapper {
  max-width: 550px;
  margin: auto;
  padding: 4rem 0;
}
.cid-st2PhWkxjH .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 757px) {
  .cid-st2PhWkxjH .card-wrapper {
    flex-direction: column;
  }
}
.cid-st2PhWkxjH .mbr-iconfont {
  font-size: 2rem;
}
.cid-st2PhWkxjH .icon1 {
  color: #14191e;
}
.cid-st2PhWkxjH .icon-wrapper {
  background: #ffffff;
  border-radius: 50%;
  min-width: 80px;
  height: 80px;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 757px) {
  .cid-st2PhWkxjH .icon-wrapper {
    margin-right: 0rem;
    margin-bottom: 2rem;
  }
}
.cid-st2PhWkxjH .mbr-text,
.cid-st2PhWkxjH .mbr-section-btn {
  color: #000000;
}
.cid-st2PhWkxjH .mbr-section-subtitle {
  color: #777777;
}
.cid-st2PhWkxjH .mbr-list {
  color: #777777;
}
@media (max-width: 767px) {
  .cid-st2PhWkxjH .mbr-list {
    justify-content: center;
    display: flex;
  }
}
.cid-st2PhWkxjH .card-text {
  color: #000000;
}
.cid-st2PhWkxjH .card-title {
  color: #14191e;
}
.cid-st2Q1gwHNK {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #bed3f9;
}
.cid-st2Q1gwHNK .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-st2Q1gwHNK .img-item,
.cid-st2Q1gwHNK img {
  height: 100%;
  object-fit: cover;
}
.cid-st2Q1gwHNK .img-col {
  padding: 0;
}
.cid-st2Q1gwHNK .col-auto {
  width: 100%;
}
.cid-st2Q1gwHNK .wrapper {
  background: #1b2026;
  padding: 5rem 3rem;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-radius: 10px;
  margin: 0 1rem;
}
@media (max-width: 767px) {
  .cid-st2Q1gwHNK .wrapper {
    padding: 3rem 0rem;
    margin: 0 1rem;
  }
}
.cid-st2Q1gwHNK textarea {
  min-height: 200px;
}
.cid-st2Q1gwHNK .btn {
  display: inline-block;
  padding: 0.8rem 1.8rem;
}
.cid-st2Q1gwHNK .content {
  max-width: 500px;
  margin: 5rem auto;
}
.cid-st2Q1gwHNK .form-control,
.cid-st2Q1gwHNK .field-input {
  padding: 1rem 1.5rem;
  border-radius: 4px;
  background-color: #31363b;
  border-color: #31363b;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-st2Q1gwHNK .form-control::-webkit-input-placeholder,
.cid-st2Q1gwHNK .field-input::-webkit-input-placeholder,
.cid-st2Q1gwHNK .form-control::-webkit-input-placeholder,
.cid-st2Q1gwHNK .field-input::-webkit-input-placeholder {
  color: #777777;
}
.cid-st2Q1gwHNK .form-control:-moz-placeholder,
.cid-st2Q1gwHNK .field-input:-moz-placeholder,
.cid-st2Q1gwHNK .form-control:-moz-placeholder,
.cid-st2Q1gwHNK .field-input:-moz-placeholder {
  color: #777777;
}
.cid-st2Q1gwHNK .form-control:hover,
.cid-st2Q1gwHNK .field-input:hover,
.cid-st2Q1gwHNK .form-control:focus,
.cid-st2Q1gwHNK .field-input:focus {
  background-color: #31363b;
  border-color: #31363b !important;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-st2Q1gwHNK .form-control:hover::-webkit-input-placeholder,
.cid-st2Q1gwHNK .field-input:hover::-webkit-input-placeholder,
.cid-st2Q1gwHNK .form-control:focus::-webkit-input-placeholder,
.cid-st2Q1gwHNK .field-input:focus::-webkit-input-placeholder,
.cid-st2Q1gwHNK .form-control:hover::-webkit-input-placeholder,
.cid-st2Q1gwHNK .field-input:hover::-webkit-input-placeholder,
.cid-st2Q1gwHNK .form-control:focus::-webkit-input-placeholder,
.cid-st2Q1gwHNK .field-input:focus::-webkit-input-placeholder {
  color: #777777;
}
.cid-st2Q1gwHNK .form-control:hover:-moz-placeholder,
.cid-st2Q1gwHNK .field-input:hover:-moz-placeholder,
.cid-st2Q1gwHNK .form-control:focus:-moz-placeholder,
.cid-st2Q1gwHNK .field-input:focus:-moz-placeholder,
.cid-st2Q1gwHNK .form-control:hover:-moz-placeholder,
.cid-st2Q1gwHNK .field-input:hover:-moz-placeholder,
.cid-st2Q1gwHNK .form-control:focus:-moz-placeholder,
.cid-st2Q1gwHNK .field-input:focus:-moz-placeholder {
  color: #777777;
}
.cid-st2Q1gwHNK .jq-number__spin:hover,
.cid-st2Q1gwHNK .jq-number__spin:focus {
  background-color: #31363b;
  border-color: #31363b;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-st2Q1gwHNK .jq-number__spin {
  background-color: #31363b;
  border-color: #31363b;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-st2Q1gwHNK .jq-selectbox li,
.cid-st2Q1gwHNK .jq-selectbox li {
  background-color: #31363b;
  color: #ffffff;
}
.cid-st2Q1gwHNK .jq-selectbox li:hover,
.cid-st2Q1gwHNK .jq-selectbox li.selected {
  background-color: #31363b;
  color: #ffffff;
}
.cid-st2Q1gwHNK .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-st2Q1gwHNK .jq-number__spin.minus:hover:after,
.cid-st2Q1gwHNK .jq-number__spin.plus:hover:after {
  border-top-color: #31363b;
  border-bottom-color: #31363b;
}
.cid-st2Q1gwHNK .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-st2Q1gwHNK .jq-number__spin.minus:after,
.cid-st2Q1gwHNK .jq-number__spin.plus:after {
  border-top-color: #31363b;
  border-bottom-color: #31363b;
}
.cid-st2Q1gwHNK input::-webkit-clear-button {
  display: none;
}
.cid-st2Q1gwHNK input::-webkit-inner-spin-button {
  display: none;
}
.cid-st2Q1gwHNK input::-webkit-outer-spin-button {
  display: none;
}
.cid-st2Q1gwHNK input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-st2Q1gwHNK H4 {
  color: #ff8484;
}
.cid-st2Q1gwHNK H3 {
  color: #ffffff;
}
.cid-sEB6zEDGgu {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #bed3f9;
}
.cid-sEB6zEDGgu .mbr-section-title,
.cid-sEB6zEDGgu .mbr-section-subtitle {
  color: #000000;
}
.cid-sEB6zEDGgu .mbr-section-text {
  color: #232323;
}
.cid-sEB6zEDGgu .mbr-text,
.cid-sEB6zEDGgu .typed-text,
.cid-sEB6zEDGgu .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-sEB6zEDGgu .btn {
  margin-left: 4px !important;
}
.cid-sEB6zEDGgu .animated-element {
  color: #ff3366;
}
.cid-sEB6zEDGgu .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ff3366;
}
.cid-sEB6zEDGgu .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-sEB6zEDGgu .typed-text,
  .cid-sEB6zEDGgu .mbr-section-subtitle,
  .cid-sEB6zEDGgu .mbr-section-text,
  .cid-sEB6zEDGgu .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-sEB6zEDGgu .mbr-section-subtitle,
.cid-sEB6zEDGgu .typed-text {
  text-align: center;
}
.cid-st2Pn6Mreb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1b2026;
  overflow: hidden;
}
.cid-st2Pn6Mreb .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-st2Pn6Mreb li {
  padding-bottom: 0.6rem;
}
.cid-st2Pn6Mreb .container {
  background-color: #1b2026;
  padding: 6rem 5rem;
}
@media (max-width: 992px) {
  .cid-st2Pn6Mreb .container {
    padding: 4rem 2rem;
  }
}
.cid-st2Pn6Mreb .padding-col {
  padding-left: 4rem;
}
@media (max-width: 992px) {
  .cid-st2Pn6Mreb .padding-col {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-st2Pn6Mreb .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  transition: all 0.3s;
  padding: 0.8rem;
  height: 3rem;
  width: 3rem;
  border: 1px solid #777777;
}
.cid-st2Pn6Mreb .soc-item:hover {
  background: #4479d9;
}
.cid-st2Pn6Mreb .soc-item .mbr-iconfont {
  color: #777777;
}
@media (max-width: 767px) {
  .cid-st2Pn6Mreb .row {
    text-align: center;
  }
  .cid-st2Pn6Mreb .social-row {
    justify-content: center;
  }
}
.cid-st2Pn6Mreb .list {
  list-style: none;
  padding-left: 0;
}
.cid-st2Pn6Mreb .mbr-text {
  color: #efefef;
}
.cid-st2Pn6Mreb H5 {
  color: #ffffff;
}
.cid-sF3EQC8crB {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sF3EQC8crB .navbar-collapse {
  transition: none;
  min-height: 100px;
}
.cid-sF3EQC8crB nav.navbar {
  position: fixed;
}
.cid-sF3EQC8crB .nav-item {
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cid-sF3EQC8crB .nav-item:hover {
  background: white;
}
@media (max-width: 992px) {
  .cid-sF3EQC8crB .nav-item {
    height: auto;
  }
}
.cid-sF3EQC8crB .navbar-nav {
  margin: auto;
  height: 100%!important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sF3EQC8crB .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-sF3EQC8crB .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sF3EQC8crB .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sF3EQC8crB .dropdown-item:hover,
.cid-sF3EQC8crB .dropdown-item:focus {
  background: white !important;
}
.cid-sF3EQC8crB .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sF3EQC8crB .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sF3EQC8crB .nav-dropdown .link {
  padding: 0.6em .6em !important;
  margin: 0 0.6em !important;
}
.cid-sF3EQC8crB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sF3EQC8crB .nav-link {
  position: relative;
}
.cid-sF3EQC8crB .container {
  display: flex;
  margin: auto;
}
.cid-sF3EQC8crB .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  margin: 0 0.3rem;
  border-radius: 10px;
}
.cid-sF3EQC8crB .dropdown-menu,
.cid-sF3EQC8crB .navbar.opened {
  background: #efefef !important;
}
.cid-sF3EQC8crB .nav-item:focus,
.cid-sF3EQC8crB .nav-link:focus {
  outline: none;
}
.cid-sF3EQC8crB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sF3EQC8crB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sF3EQC8crB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  vertical-align: sub;
}
.cid-sF3EQC8crB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sF3EQC8crB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sF3EQC8crB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sF3EQC8crB .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #efefef;
}
.cid-sF3EQC8crB .navbar.opened {
  transition: all 0.3s;
}
.cid-sF3EQC8crB .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sF3EQC8crB .navbar .navbar-logo img {
  width: auto;
}
.cid-sF3EQC8crB .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sF3EQC8crB .navbar.collapsed {
  justify-content: center;
}
.cid-sF3EQC8crB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sF3EQC8crB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sF3EQC8crB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sF3EQC8crB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sF3EQC8crB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sF3EQC8crB .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-sF3EQC8crB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sF3EQC8crB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sF3EQC8crB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sF3EQC8crB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sF3EQC8crB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sF3EQC8crB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sF3EQC8crB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sF3EQC8crB .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-sF3EQC8crB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sF3EQC8crB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sF3EQC8crB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sF3EQC8crB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sF3EQC8crB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sF3EQC8crB .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sF3EQC8crB .navbar.navbar-short {
  min-height: 60px;
}
.cid-sF3EQC8crB .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sF3EQC8crB .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sF3EQC8crB .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sF3EQC8crB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sF3EQC8crB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sF3EQC8crB .dropdown-item.active,
.cid-sF3EQC8crB .dropdown-item:active {
  background-color: transparent;
}
.cid-sF3EQC8crB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sF3EQC8crB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sF3EQC8crB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sF3EQC8crB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-sF3EQC8crB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sF3EQC8crB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sF3EQC8crB ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sF3EQC8crB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sF3EQC8crB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sF3EQC8crB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sF3EQC8crB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sF3EQC8crB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sF3EQC8crB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sF3EQC8crB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sF3EQC8crB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sF3EQC8crB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sF3EQC8crB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sF3EQC8crB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sF3EQC8crB .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sF3EQC8crB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sF3EQC8crB .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sF3EQC8crB .navbar {
    height: 70px;
  }
  .cid-sF3EQC8crB .navbar.opened {
    height: auto;
  }
  .cid-sF3EQC8crB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sF3EQCzObU {
  background-image: url("../../../assets/images/mbr.jpg");
}
.cid-sF3EQCzObU .mbr-text,
.cid-sF3EQCzObU .mbr-section-btn {
  color: #1b2026;
}
.cid-sF3EQCzObU .button {
  background: white;
  border-radius: 10px;
  display: inline-block;
  width: fit-content;
  padding: 1rem 2rem;
}
.cid-sF3EQCzObU .button p {
  padding: 0;
  margin: 0;
}
.cid-sF3EQCzObU .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-sF3EQDh9Tm {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f4f4f4;
}
.cid-sF3EQDh9Tm img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-sF3EQDh9Tm img {
    width: 100%;
  }
}
.cid-sF3EQDh9Tm .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sF3EQDh9Tm .mbr-iconfont {
  font-size: 1.8rem;
}
.cid-sF3EQDh9Tm .icon1 {
  color: #8bd176;
}
.cid-sF3EQDh9Tm .icon2 {
  color: #ff6666;
}
.cid-sF3EQDh9Tm .icon-wrapper {
  background: #efefef;
  border-radius: 50%;
  min-width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sF3EQDh9Tm .card-box {
  padding-left: 1.5rem;
  width: fit-content;
  min-width: 170px;
}
.cid-sF3EQDh9Tm .card-text {
  color: #777777;
}
.cid-sF3EQDh9Tm .mbr-section-subtitle {
  color: #777777;
}
.cid-sF3EQDh9Tm .mbr-text,
.cid-sF3EQDh9Tm .mbr-section-btn {
  color: #777777;
}
.cid-sF3IuxBHnX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #fafafa;
}
.cid-sF3IuxBHnX .list-group-item {
  background-color: transparent;
  padding: .5rem 3.25rem;
}
.cid-sF3IuxBHnX .plan-body {
  padding-bottom: 2rem;
}
.cid-sF3IuxBHnX .plan-header {
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sF3IuxBHnX .price {
  color: #4479d9;
}
.cid-sF3IuxBHnX .plan {
  word-break: break-word;
  background-color: #ffffff;
}
.cid-sF3IuxBHnX .plan .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
}
.cid-sF3IuxBHnX .plan .list-group-item::after {
  position: absolute;
  bottom: 1px;
  left: 25%;
  width: 50%;
  height: 1px;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
}
.cid-sF3IuxBHnX .plan .list-group-item:last-child::after {
  display: none;
}
@media (max-width: 991px) {
  .cid-sF3IuxBHnX .plan {
    margin-bottom: 2rem;
  }
}
.cid-sF3FuaFv2q {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #bed3f9;
}
.cid-sF3FuaFv2q .menu-item {
  padding: 0;
  margin-bottom: 1.5rem;
}
.cid-sF3FuaFv2q .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #4479d9;
}
.cid-sF3FuaFv2q .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-sF3FuaFv2q .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
.cid-sF3FuaFv2q .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  -webkit-box-align: center;
  align-items: center;
  width: fit-content;
}
.cid-sF3FuaFv2q .special-label {
  color: #fff;
}
.cid-sF3FuaFv2q .menu-box {
  display: flex;
  -webkit-box-align: baseline;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.cid-sF3FuaFv2q .menu-box .box-price {
  flex-shrink: 0;
}
.cid-sF3FuaFv2q .menu-row .menu-item:last-child {
  margin-bottom: 2rem;
}
.cid-sF3FuaFv2q .menu-row {
  margin: 0;
}
.cid-sF3FuaFv2q .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #ffffff;
}
.cid-sF3FuaFv2q .line {
  display: flex;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-sF3FuaFv2q .group-title,
.cid-sF3FuaFv2q .align-wrap {
  text-align: left;
  color: #4479d9;
}
.cid-sF3FuaFv2q .mbr-section-title,
.cid-sF3FuaFv2q .ornament {
  color: #4479d9;
}
.cid-sF3FuaFv2q SPAN {
  color: #4479d9;
}
.cid-sF3EQEm1Y2 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #bed3f9;
}
.cid-sF3EQEm1Y2 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sF3EQEm1Y2 .img-item,
.cid-sF3EQEm1Y2 img {
  height: 100%;
  object-fit: cover;
}
.cid-sF3EQEm1Y2 .img-col {
  padding: 0;
}
.cid-sF3EQEm1Y2 .col-auto {
  width: 100%;
}
.cid-sF3EQEm1Y2 .wrapper {
  background: #1b2026;
  padding: 5rem 3rem;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-radius: 10px;
  margin: 0 1rem;
}
@media (max-width: 767px) {
  .cid-sF3EQEm1Y2 .wrapper {
    padding: 3rem 0rem;
    margin: 0 1rem;
  }
}
.cid-sF3EQEm1Y2 textarea {
  min-height: 200px;
}
.cid-sF3EQEm1Y2 .btn {
  display: inline-block;
  padding: 0.8rem 1.8rem;
}
.cid-sF3EQEm1Y2 .content {
  max-width: 500px;
  margin: 5rem auto;
}
.cid-sF3EQEm1Y2 .form-control,
.cid-sF3EQEm1Y2 .field-input {
  padding: 1rem 1.5rem;
  border-radius: 4px;
  background-color: #31363b;
  border-color: #31363b;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sF3EQEm1Y2 .form-control::-webkit-input-placeholder,
.cid-sF3EQEm1Y2 .field-input::-webkit-input-placeholder,
.cid-sF3EQEm1Y2 .form-control::-webkit-input-placeholder,
.cid-sF3EQEm1Y2 .field-input::-webkit-input-placeholder {
  color: #777777;
}
.cid-sF3EQEm1Y2 .form-control:-moz-placeholder,
.cid-sF3EQEm1Y2 .field-input:-moz-placeholder,
.cid-sF3EQEm1Y2 .form-control:-moz-placeholder,
.cid-sF3EQEm1Y2 .field-input:-moz-placeholder {
  color: #777777;
}
.cid-sF3EQEm1Y2 .form-control:hover,
.cid-sF3EQEm1Y2 .field-input:hover,
.cid-sF3EQEm1Y2 .form-control:focus,
.cid-sF3EQEm1Y2 .field-input:focus {
  background-color: #31363b;
  border-color: #31363b !important;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-sF3EQEm1Y2 .form-control:hover::-webkit-input-placeholder,
.cid-sF3EQEm1Y2 .field-input:hover::-webkit-input-placeholder,
.cid-sF3EQEm1Y2 .form-control:focus::-webkit-input-placeholder,
.cid-sF3EQEm1Y2 .field-input:focus::-webkit-input-placeholder,
.cid-sF3EQEm1Y2 .form-control:hover::-webkit-input-placeholder,
.cid-sF3EQEm1Y2 .field-input:hover::-webkit-input-placeholder,
.cid-sF3EQEm1Y2 .form-control:focus::-webkit-input-placeholder,
.cid-sF3EQEm1Y2 .field-input:focus::-webkit-input-placeholder {
  color: #777777;
}
.cid-sF3EQEm1Y2 .form-control:hover:-moz-placeholder,
.cid-sF3EQEm1Y2 .field-input:hover:-moz-placeholder,
.cid-sF3EQEm1Y2 .form-control:focus:-moz-placeholder,
.cid-sF3EQEm1Y2 .field-input:focus:-moz-placeholder,
.cid-sF3EQEm1Y2 .form-control:hover:-moz-placeholder,
.cid-sF3EQEm1Y2 .field-input:hover:-moz-placeholder,
.cid-sF3EQEm1Y2 .form-control:focus:-moz-placeholder,
.cid-sF3EQEm1Y2 .field-input:focus:-moz-placeholder {
  color: #777777;
}
.cid-sF3EQEm1Y2 .jq-number__spin:hover,
.cid-sF3EQEm1Y2 .jq-number__spin:focus {
  background-color: #31363b;
  border-color: #31363b;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-sF3EQEm1Y2 .jq-number__spin {
  background-color: #31363b;
  border-color: #31363b;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sF3EQEm1Y2 .jq-selectbox li,
.cid-sF3EQEm1Y2 .jq-selectbox li {
  background-color: #31363b;
  color: #ffffff;
}
.cid-sF3EQEm1Y2 .jq-selectbox li:hover,
.cid-sF3EQEm1Y2 .jq-selectbox li.selected {
  background-color: #31363b;
  color: #ffffff;
}
.cid-sF3EQEm1Y2 .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-sF3EQEm1Y2 .jq-number__spin.minus:hover:after,
.cid-sF3EQEm1Y2 .jq-number__spin.plus:hover:after {
  border-top-color: #31363b;
  border-bottom-color: #31363b;
}
.cid-sF3EQEm1Y2 .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-sF3EQEm1Y2 .jq-number__spin.minus:after,
.cid-sF3EQEm1Y2 .jq-number__spin.plus:after {
  border-top-color: #31363b;
  border-bottom-color: #31363b;
}
.cid-sF3EQEm1Y2 input::-webkit-clear-button {
  display: none;
}
.cid-sF3EQEm1Y2 input::-webkit-inner-spin-button {
  display: none;
}
.cid-sF3EQEm1Y2 input::-webkit-outer-spin-button {
  display: none;
}
.cid-sF3EQEm1Y2 input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-sF3EQEm1Y2 H4 {
  color: #ff8484;
}
.cid-sF3EQEm1Y2 H3 {
  color: #ffffff;
}
.cid-sF3IDugtCE {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #bed3f9;
}
.cid-sF3IDugtCE .container-fluid {
  padding: 0 3rem;
}
.cid-sF3IDugtCE ul.list-inline {
  margin: 0;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sF3IDugtCE ul.list-inline li {
  margin: 0;
  padding: .5rem;
}
.cid-sF3IDugtCE ul.list-inline img {
  max-width: 6rem;
  padding-bottom: .5rem;
}
.cid-sF3IDugtCE ul.list-inline img:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}
@media (max-width: 767px) {
  .cid-sF3IDugtCE .container-fluid {
    padding: 0 1rem;
  }
  .cid-sF3IDugtCE .list-inline-item img {
    max-width: 5rem;
  }
}
.cid-sF3IDugtCE .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-sF3IDugtCE .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #4479d9, #1b2026);
  display: inline-block;
}
.cid-sF3EQEOs8X {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1b2026;
  overflow: hidden;
}
.cid-sF3EQEOs8X .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sF3EQEOs8X li {
  padding-bottom: 0.6rem;
}
.cid-sF3EQEOs8X .container {
  background-color: #1b2026;
  padding: 6rem 5rem;
}
@media (max-width: 992px) {
  .cid-sF3EQEOs8X .container {
    padding: 4rem 2rem;
  }
}
.cid-sF3EQEOs8X .padding-col {
  padding-left: 4rem;
}
@media (max-width: 992px) {
  .cid-sF3EQEOs8X .padding-col {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-sF3EQEOs8X .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  transition: all 0.3s;
  padding: 0.8rem;
  height: 3rem;
  width: 3rem;
  border: 1px solid #777777;
}
.cid-sF3EQEOs8X .soc-item:hover {
  background: #4479d9;
}
.cid-sF3EQEOs8X .soc-item .mbr-iconfont {
  color: #777777;
}
@media (max-width: 767px) {
  .cid-sF3EQEOs8X .row {
    text-align: center;
  }
  .cid-sF3EQEOs8X .social-row {
    justify-content: center;
  }
}
.cid-sF3EQEOs8X .list {
  list-style: none;
  padding-left: 0;
}
.cid-sF3EQEOs8X .mbr-text {
  color: #efefef;
}
.cid-sF3EQEOs8X H5 {
  color: #ffffff;
}
.cid-st2ewTpC9J {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-st2ewTpC9J .navbar-collapse {
  transition: none;
  min-height: 100px;
}
.cid-st2ewTpC9J nav.navbar {
  position: fixed;
}
.cid-st2ewTpC9J .nav-item {
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cid-st2ewTpC9J .nav-item:hover {
  background: white;
}
@media (max-width: 992px) {
  .cid-st2ewTpC9J .nav-item {
    height: auto;
  }
}
.cid-st2ewTpC9J .navbar-nav {
  margin: auto;
  height: 100%!important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-st2ewTpC9J .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-st2ewTpC9J .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-st2ewTpC9J .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-st2ewTpC9J .dropdown-item:hover,
.cid-st2ewTpC9J .dropdown-item:focus {
  background: white !important;
}
.cid-st2ewTpC9J .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-st2ewTpC9J .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-st2ewTpC9J .nav-dropdown .link {
  padding: 0.6em .6em !important;
  margin: 0 0.6em !important;
}
.cid-st2ewTpC9J .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-st2ewTpC9J .nav-link {
  position: relative;
}
.cid-st2ewTpC9J .container {
  display: flex;
  margin: auto;
}
.cid-st2ewTpC9J .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  margin: 0 0.3rem;
  border-radius: 10px;
}
.cid-st2ewTpC9J .dropdown-menu,
.cid-st2ewTpC9J .navbar.opened {
  background: #efefef !important;
}
.cid-st2ewTpC9J .nav-item:focus,
.cid-st2ewTpC9J .nav-link:focus {
  outline: none;
}
.cid-st2ewTpC9J .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-st2ewTpC9J .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-st2ewTpC9J .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  vertical-align: sub;
}
.cid-st2ewTpC9J .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-st2ewTpC9J .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-st2ewTpC9J .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-st2ewTpC9J .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #efefef;
}
.cid-st2ewTpC9J .navbar.opened {
  transition: all 0.3s;
}
.cid-st2ewTpC9J .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-st2ewTpC9J .navbar .navbar-logo img {
  width: auto;
}
.cid-st2ewTpC9J .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-st2ewTpC9J .navbar.collapsed {
  justify-content: center;
}
.cid-st2ewTpC9J .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-st2ewTpC9J .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-st2ewTpC9J .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-st2ewTpC9J .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-st2ewTpC9J .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-st2ewTpC9J .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-st2ewTpC9J .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-st2ewTpC9J .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-st2ewTpC9J .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-st2ewTpC9J .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-st2ewTpC9J .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-st2ewTpC9J .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-st2ewTpC9J .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-st2ewTpC9J .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-st2ewTpC9J .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-st2ewTpC9J .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-st2ewTpC9J .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-st2ewTpC9J .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-st2ewTpC9J .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-st2ewTpC9J .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-st2ewTpC9J .navbar.navbar-short {
  min-height: 60px;
}
.cid-st2ewTpC9J .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-st2ewTpC9J .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-st2ewTpC9J .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-st2ewTpC9J .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-st2ewTpC9J .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-st2ewTpC9J .dropdown-item.active,
.cid-st2ewTpC9J .dropdown-item:active {
  background-color: transparent;
}
.cid-st2ewTpC9J .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-st2ewTpC9J .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-st2ewTpC9J .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-st2ewTpC9J .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-st2ewTpC9J .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-st2ewTpC9J .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-st2ewTpC9J ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-st2ewTpC9J .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-st2ewTpC9J button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-st2ewTpC9J button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-st2ewTpC9J button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-st2ewTpC9J button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-st2ewTpC9J button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-st2ewTpC9J button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-st2ewTpC9J nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-st2ewTpC9J nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-st2ewTpC9J nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-st2ewTpC9J nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-st2ewTpC9J .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-st2ewTpC9J a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-st2ewTpC9J .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-st2ewTpC9J .navbar {
    height: 70px;
  }
  .cid-st2ewTpC9J .navbar.opened {
    height: auto;
  }
  .cid-st2ewTpC9J .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sG5XQ7kDag {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f4f4f4;
}
.cid-st2Pn6Mreb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1b2026;
  overflow: hidden;
}
.cid-st2Pn6Mreb .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-st2Pn6Mreb li {
  padding-bottom: 0.6rem;
}
.cid-st2Pn6Mreb .container {
  background-color: #1b2026;
  padding: 6rem 5rem;
}
@media (max-width: 992px) {
  .cid-st2Pn6Mreb .container {
    padding: 4rem 2rem;
  }
}
.cid-st2Pn6Mreb .padding-col {
  padding-left: 4rem;
}
@media (max-width: 992px) {
  .cid-st2Pn6Mreb .padding-col {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-st2Pn6Mreb .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  transition: all 0.3s;
  padding: 0.8rem;
  height: 3rem;
  width: 3rem;
  border: 1px solid #777777;
}
.cid-st2Pn6Mreb .soc-item:hover {
  background: #4479d9;
}
.cid-st2Pn6Mreb .soc-item .mbr-iconfont {
  color: #777777;
}
@media (max-width: 767px) {
  .cid-st2Pn6Mreb .row {
    text-align: center;
  }
  .cid-st2Pn6Mreb .social-row {
    justify-content: center;
  }
}
.cid-st2Pn6Mreb .list {
  list-style: none;
  padding-left: 0;
}
.cid-st2Pn6Mreb .mbr-text {
  color: #efefef;
}
.cid-st2Pn6Mreb H5 {
  color: #ffffff;
}
.cid-sG5YDWnCLh {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sG5YDWnCLh .navbar-collapse {
  transition: none;
  min-height: 100px;
}
.cid-sG5YDWnCLh nav.navbar {
  position: fixed;
}
.cid-sG5YDWnCLh .nav-item {
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cid-sG5YDWnCLh .nav-item:hover {
  background: white;
}
@media (max-width: 992px) {
  .cid-sG5YDWnCLh .nav-item {
    height: auto;
  }
}
.cid-sG5YDWnCLh .navbar-nav {
  margin: auto;
  height: 100%!important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sG5YDWnCLh .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-sG5YDWnCLh .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sG5YDWnCLh .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sG5YDWnCLh .dropdown-item:hover,
.cid-sG5YDWnCLh .dropdown-item:focus {
  background: white !important;
}
.cid-sG5YDWnCLh .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sG5YDWnCLh .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sG5YDWnCLh .nav-dropdown .link {
  padding: 0.6em .6em !important;
  margin: 0 0.6em !important;
}
.cid-sG5YDWnCLh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sG5YDWnCLh .nav-link {
  position: relative;
}
.cid-sG5YDWnCLh .container {
  display: flex;
  margin: auto;
}
.cid-sG5YDWnCLh .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  margin: 0 0.3rem;
  border-radius: 10px;
}
.cid-sG5YDWnCLh .dropdown-menu,
.cid-sG5YDWnCLh .navbar.opened {
  background: #efefef !important;
}
.cid-sG5YDWnCLh .nav-item:focus,
.cid-sG5YDWnCLh .nav-link:focus {
  outline: none;
}
.cid-sG5YDWnCLh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sG5YDWnCLh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sG5YDWnCLh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  vertical-align: sub;
}
.cid-sG5YDWnCLh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sG5YDWnCLh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sG5YDWnCLh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sG5YDWnCLh .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #efefef;
}
.cid-sG5YDWnCLh .navbar.opened {
  transition: all 0.3s;
}
.cid-sG5YDWnCLh .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sG5YDWnCLh .navbar .navbar-logo img {
  width: auto;
}
.cid-sG5YDWnCLh .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sG5YDWnCLh .navbar.collapsed {
  justify-content: center;
}
.cid-sG5YDWnCLh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sG5YDWnCLh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sG5YDWnCLh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sG5YDWnCLh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sG5YDWnCLh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sG5YDWnCLh .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-sG5YDWnCLh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sG5YDWnCLh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sG5YDWnCLh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sG5YDWnCLh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sG5YDWnCLh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sG5YDWnCLh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sG5YDWnCLh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sG5YDWnCLh .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-sG5YDWnCLh .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sG5YDWnCLh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sG5YDWnCLh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sG5YDWnCLh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sG5YDWnCLh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sG5YDWnCLh .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sG5YDWnCLh .navbar.navbar-short {
  min-height: 60px;
}
.cid-sG5YDWnCLh .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sG5YDWnCLh .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sG5YDWnCLh .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sG5YDWnCLh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sG5YDWnCLh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sG5YDWnCLh .dropdown-item.active,
.cid-sG5YDWnCLh .dropdown-item:active {
  background-color: transparent;
}
.cid-sG5YDWnCLh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sG5YDWnCLh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sG5YDWnCLh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sG5YDWnCLh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-sG5YDWnCLh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sG5YDWnCLh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sG5YDWnCLh ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sG5YDWnCLh .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sG5YDWnCLh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sG5YDWnCLh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sG5YDWnCLh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sG5YDWnCLh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sG5YDWnCLh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sG5YDWnCLh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sG5YDWnCLh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sG5YDWnCLh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sG5YDWnCLh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sG5YDWnCLh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sG5YDWnCLh .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sG5YDWnCLh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sG5YDWnCLh .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sG5YDWnCLh .navbar {
    height: 70px;
  }
  .cid-sG5YDWnCLh .navbar.opened {
    height: auto;
  }
  .cid-sG5YDWnCLh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sG5YDWKfUq {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f4f4f4;
}
.cid-sG5YDWY1CK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1b2026;
  overflow: hidden;
}
.cid-sG5YDWY1CK .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sG5YDWY1CK li {
  padding-bottom: 0.6rem;
}
.cid-sG5YDWY1CK .container {
  background-color: #1b2026;
  padding: 6rem 5rem;
}
@media (max-width: 992px) {
  .cid-sG5YDWY1CK .container {
    padding: 4rem 2rem;
  }
}
.cid-sG5YDWY1CK .padding-col {
  padding-left: 4rem;
}
@media (max-width: 992px) {
  .cid-sG5YDWY1CK .padding-col {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-sG5YDWY1CK .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  transition: all 0.3s;
  padding: 0.8rem;
  height: 3rem;
  width: 3rem;
  border: 1px solid #777777;
}
.cid-sG5YDWY1CK .soc-item:hover {
  background: #4479d9;
}
.cid-sG5YDWY1CK .soc-item .mbr-iconfont {
  color: #777777;
}
@media (max-width: 767px) {
  .cid-sG5YDWY1CK .row {
    text-align: center;
  }
  .cid-sG5YDWY1CK .social-row {
    justify-content: center;
  }
}
.cid-sG5YDWY1CK .list {
  list-style: none;
  padding-left: 0;
}
.cid-sG5YDWY1CK .mbr-text {
  color: #efefef;
}
.cid-sG5YDWY1CK H5 {
  color: #ffffff;
}
.cid-sG5ZvJOpS1 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sG5ZvJOpS1 .navbar-collapse {
  transition: none;
  min-height: 100px;
}
.cid-sG5ZvJOpS1 nav.navbar {
  position: fixed;
}
.cid-sG5ZvJOpS1 .nav-item {
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cid-sG5ZvJOpS1 .nav-item:hover {
  background: white;
}
@media (max-width: 992px) {
  .cid-sG5ZvJOpS1 .nav-item {
    height: auto;
  }
}
.cid-sG5ZvJOpS1 .navbar-nav {
  margin: auto;
  height: 100%!important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sG5ZvJOpS1 .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-sG5ZvJOpS1 .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sG5ZvJOpS1 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sG5ZvJOpS1 .dropdown-item:hover,
.cid-sG5ZvJOpS1 .dropdown-item:focus {
  background: white !important;
}
.cid-sG5ZvJOpS1 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sG5ZvJOpS1 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sG5ZvJOpS1 .nav-dropdown .link {
  padding: 0.6em .6em !important;
  margin: 0 0.6em !important;
}
.cid-sG5ZvJOpS1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sG5ZvJOpS1 .nav-link {
  position: relative;
}
.cid-sG5ZvJOpS1 .container {
  display: flex;
  margin: auto;
}
.cid-sG5ZvJOpS1 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  margin: 0 0.3rem;
  border-radius: 10px;
}
.cid-sG5ZvJOpS1 .dropdown-menu,
.cid-sG5ZvJOpS1 .navbar.opened {
  background: #efefef !important;
}
.cid-sG5ZvJOpS1 .nav-item:focus,
.cid-sG5ZvJOpS1 .nav-link:focus {
  outline: none;
}
.cid-sG5ZvJOpS1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sG5ZvJOpS1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sG5ZvJOpS1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  vertical-align: sub;
}
.cid-sG5ZvJOpS1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sG5ZvJOpS1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sG5ZvJOpS1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sG5ZvJOpS1 .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #efefef;
}
.cid-sG5ZvJOpS1 .navbar.opened {
  transition: all 0.3s;
}
.cid-sG5ZvJOpS1 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sG5ZvJOpS1 .navbar .navbar-logo img {
  width: auto;
}
.cid-sG5ZvJOpS1 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sG5ZvJOpS1 .navbar.collapsed {
  justify-content: center;
}
.cid-sG5ZvJOpS1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sG5ZvJOpS1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sG5ZvJOpS1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sG5ZvJOpS1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sG5ZvJOpS1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sG5ZvJOpS1 .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-sG5ZvJOpS1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sG5ZvJOpS1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sG5ZvJOpS1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sG5ZvJOpS1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sG5ZvJOpS1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sG5ZvJOpS1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sG5ZvJOpS1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sG5ZvJOpS1 .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-sG5ZvJOpS1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sG5ZvJOpS1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sG5ZvJOpS1 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sG5ZvJOpS1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sG5ZvJOpS1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sG5ZvJOpS1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sG5ZvJOpS1 .navbar.navbar-short {
  min-height: 60px;
}
.cid-sG5ZvJOpS1 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sG5ZvJOpS1 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sG5ZvJOpS1 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sG5ZvJOpS1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sG5ZvJOpS1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sG5ZvJOpS1 .dropdown-item.active,
.cid-sG5ZvJOpS1 .dropdown-item:active {
  background-color: transparent;
}
.cid-sG5ZvJOpS1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sG5ZvJOpS1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sG5ZvJOpS1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sG5ZvJOpS1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-sG5ZvJOpS1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sG5ZvJOpS1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sG5ZvJOpS1 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sG5ZvJOpS1 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sG5ZvJOpS1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sG5ZvJOpS1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sG5ZvJOpS1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sG5ZvJOpS1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sG5ZvJOpS1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sG5ZvJOpS1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sG5ZvJOpS1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sG5ZvJOpS1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sG5ZvJOpS1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sG5ZvJOpS1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sG5ZvJOpS1 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sG5ZvJOpS1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sG5ZvJOpS1 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sG5ZvJOpS1 .navbar {
    height: 70px;
  }
  .cid-sG5ZvJOpS1 .navbar.opened {
    height: auto;
  }
  .cid-sG5ZvJOpS1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sG5ZvK5fHY {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f4f4f4;
}
.cid-sG5ZvKfBqB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1b2026;
  overflow: hidden;
}
.cid-sG5ZvKfBqB .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sG5ZvKfBqB li {
  padding-bottom: 0.6rem;
}
.cid-sG5ZvKfBqB .container {
  background-color: #1b2026;
  padding: 6rem 5rem;
}
@media (max-width: 992px) {
  .cid-sG5ZvKfBqB .container {
    padding: 4rem 2rem;
  }
}
.cid-sG5ZvKfBqB .padding-col {
  padding-left: 4rem;
}
@media (max-width: 992px) {
  .cid-sG5ZvKfBqB .padding-col {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-sG5ZvKfBqB .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  transition: all 0.3s;
  padding: 0.8rem;
  height: 3rem;
  width: 3rem;
  border: 1px solid #777777;
}
.cid-sG5ZvKfBqB .soc-item:hover {
  background: #4479d9;
}
.cid-sG5ZvKfBqB .soc-item .mbr-iconfont {
  color: #777777;
}
@media (max-width: 767px) {
  .cid-sG5ZvKfBqB .row {
    text-align: center;
  }
  .cid-sG5ZvKfBqB .social-row {
    justify-content: center;
  }
}
.cid-sG5ZvKfBqB .list {
  list-style: none;
  padding-left: 0;
}
.cid-sG5ZvKfBqB .mbr-text {
  color: #efefef;
}
.cid-sG5ZvKfBqB H5 {
  color: #ffffff;
}
