@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

@media (max-width: 767px) {
  .align-left, .align-right {
    text-align: center;
  }
}
/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1.2rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}body {
  font-family: 'Lexend', sans-serif;
}
.display-1 {
  font-family: 'Lexend', sans-serif;
  font-size: 4.4rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.5rem;
}
.display-2 {
  font-family: 'Lexend', sans-serif;
  font-size: 2.8rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.5rem;
}
.display-4 {
  font-family: 'Lexend', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Lexend', sans-serif;
  font-size: 1.8rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-7 {
  font-family: 'Lexend', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.625rem;
}
/* ---- 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.52rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.08rem;
    font-size: calc( 2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #56667b !important;
}
.bg-success {
  background-color: #47b5ed !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #9fdbf8 !important;
}
.bg-danger {
  background-color: #9fdbf8 !important;
}
.btn-primary {
  background-color: #56667b !important;
  background: linear-gradient(90deg, #56667b 0%, #a148ff 100%);
  border: none;
  transition: all 0.3s;
}
.btn-primary,
.btn-primary:active {
  background-color: #56667b;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #323c48;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #323c48;
}
.btn-primary:hover {
  transform: translateY(-3px);
}
.btn-secondary {
  background-color: #a148ff !important;
  background: linear-gradient(90deg, #a148ff 0%, #a148ff 100%);
  border: none;
  transition: all 0.3s;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #a148ff;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #7500f0;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #7500f0;
}
.btn-secondary:hover {
  transform: translateY(-3px);
}
.btn-info {
  background-color: #47b5ed !important;
  background: linear-gradient(90deg, #47b5ed 0%, #a148ff 100%);
  border: none;
  transition: all 0.3s;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca;
}
.btn-info:hover {
  transform: translateY(-3px);
}
.btn-success {
  background-color: #47b5ed !important;
  background: linear-gradient(90deg, #47b5ed 0%, #a148ff 100%);
  border: none;
  transition: all 0.3s;
}
.btn-success,
.btn-success:active {
  background-color: #47b5ed;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #148cca;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #148cca;
}
.btn-success:hover {
  transform: translateY(-3px);
}
.btn-warning {
  background-color: #9fdbf8 !important;
  background: linear-gradient(90deg, #9fdbf8 0%, #a148ff 100%);
  border: none;
  transition: all 0.3s;
}
.btn-warning,
.btn-warning:active {
  background-color: #9fdbf8;
  color: #0a638e !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #4ebdf2;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #0a638e !important;
  background-color: #4ebdf2;
}
.btn-warning:hover {
  transform: translateY(-3px);
}
.btn-danger {
  background-color: #9fdbf8 !important;
  background: linear-gradient(90deg, #9fdbf8 0%, #a148ff 100%);
  border: none;
  transition: all 0.3s;
}
.btn-danger,
.btn-danger:active {
  background-color: #9fdbf8;
  color: #0a638e !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #4ebdf2;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #0a638e !important;
  background-color: #4ebdf2;
}
.btn-danger:hover {
  transform: translateY(-3px);
}
.btn-white {
  background-color: #fafafa !important;
  background: linear-gradient(90deg, #fafafa 0%, #a148ff 100%);
  border: none;
  transition: all 0.3s;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa;
  color: #7a7a7a !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf;
}
.btn-white:hover {
  transform: translateY(-3px);
}
.btn-black {
  background-color: #232323 !important;
  background: linear-gradient(90deg, #232323 0%, #a148ff 100%);
  border: none;
  transition: all 0.3s;
}
.btn-black,
.btn-black:active {
  background-color: #232323;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000;
}
.btn-black:hover {
  transform: translateY(-3px);
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #56667b;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #323c48 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #56667b !important;
  border-color: #56667b !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #a148ff;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #7500f0 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #a148ff !important;
  border-color: #a148ff !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #9fdbf8;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #4ebdf2 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #0a638e !important;
  background-color: #9fdbf8 !important;
  border-color: #9fdbf8 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #9fdbf8;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #4ebdf2 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #0a638e !important;
  background-color: #9fdbf8 !important;
  border-color: #9fdbf8 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #56667b !important;
}
.text-secondary {
  color: #a148ff !important;
}
.text-success {
  color: #47b5ed !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #9fdbf8 !important;
}
.text-danger {
  color: #9fdbf8 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #2c343f !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #6d00e1 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #1283bc !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #40b7f1 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #40b7f1 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #fafafa !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #56667b;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #9fdbf8;
}
.alert-danger {
  background-color: #9fdbf8;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #56667b;
  border-color: #56667b;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #56667b;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #99a6b8;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #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: 'Lexend', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #56667b !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Lexend', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #56667b;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #56667b;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #56667b;
}
.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: #56667b;
  border-bottom-color: #56667b;
}
.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: #56667b !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: #a148ff !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='%2356667b' %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;
}
html,
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
@media (max-width: 445px) {
  .container-banner {
    height: 11.5rem!important;
  }
}
.cid-uNZT5McdjU {
  z-index: 1000;
  width: 100%;
}
.cid-uNZT5McdjU nav.navbar {
  position: fixed;
}
.cid-uNZT5McdjU .navbar-nav {
  margin: auto;
}
.cid-uNZT5McdjU .dropdown-item {
  color: #ffffff !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-uNZT5McdjU .dropdown-item:hover,
.cid-uNZT5McdjU .dropdown-item:focus {
  background: #56667b !important;
  color: white !important;
}
.cid-uNZT5McdjU .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uNZT5McdjU .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uNZT5McdjU .navbar-short,
.cid-uNZT5McdjU .opened {
  background: #12267d !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-uNZT5McdjU .navbar-short .nav-link,
.cid-uNZT5McdjU .opened .nav-link,
.cid-uNZT5McdjU .navbar-short .navbar-caption,
.cid-uNZT5McdjU .opened .navbar-caption,
.cid-uNZT5McdjU .navbar-short .mbr-iconfont,
.cid-uNZT5McdjU .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uNZT5McdjU .navbar-short .hamburger span,
.cid-uNZT5McdjU .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-uNZT5McdjU .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-uNZT5McdjU .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-uNZT5McdjU .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uNZT5McdjU .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uNZT5McdjU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uNZT5McdjU .container {
  display: flex;
  margin: auto;
}
.cid-uNZT5McdjU .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uNZT5McdjU .dropdown-menu,
.cid-uNZT5McdjU .navbar.opened {
  background: #12267d !important;
}
.cid-uNZT5McdjU .nav-item:focus,
.cid-uNZT5McdjU .nav-link:focus {
  outline: none;
}
.cid-uNZT5McdjU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uNZT5McdjU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uNZT5McdjU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uNZT5McdjU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uNZT5McdjU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uNZT5McdjU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uNZT5McdjU .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(18, 38, 125, 0.8);
}
.cid-uNZT5McdjU .navbar.opened {
  transition: all 0.3s;
}
.cid-uNZT5McdjU .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uNZT5McdjU .navbar .navbar-logo img {
  width: auto;
}
.cid-uNZT5McdjU .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uNZT5McdjU .navbar.collapsed {
  justify-content: center;
}
.cid-uNZT5McdjU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uNZT5McdjU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uNZT5McdjU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-uNZT5McdjU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uNZT5McdjU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uNZT5McdjU .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-uNZT5McdjU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uNZT5McdjU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uNZT5McdjU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uNZT5McdjU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uNZT5McdjU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uNZT5McdjU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uNZT5McdjU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uNZT5McdjU .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-uNZT5McdjU .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uNZT5McdjU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uNZT5McdjU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uNZT5McdjU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uNZT5McdjU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uNZT5McdjU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uNZT5McdjU .navbar.navbar-short {
  min-height: 60px;
}
.cid-uNZT5McdjU .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uNZT5McdjU .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uNZT5McdjU .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-uNZT5McdjU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uNZT5McdjU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uNZT5McdjU .dropdown-item.active,
.cid-uNZT5McdjU .dropdown-item:active {
  background-color: transparent;
}
.cid-uNZT5McdjU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uNZT5McdjU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uNZT5McdjU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uNZT5McdjU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #12267d;
}
.cid-uNZT5McdjU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uNZT5McdjU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uNZT5McdjU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uNZT5McdjU .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uNZT5McdjU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uNZT5McdjU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #820cfe;
}
.cid-uNZT5McdjU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uNZT5McdjU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNZT5McdjU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNZT5McdjU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uNZT5McdjU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNZT5McdjU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uNZT5McdjU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uNZT5McdjU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNZT5McdjU .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uNZT5McdjU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uNZT5McdjU .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uNZT5McdjU .navbar {
    height: 70px;
  }
  .cid-uNZT5McdjU .navbar.opened {
    height: auto;
  }
  .cid-uNZT5McdjU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uP3FYBhoOv {
  background-image: url("../../../assets/images/mainnn1-1-1943x1076.png");
}
.cid-uP3FYBhoOv .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uP3FYBhoOv .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-uP3FYBhoOv .mbr-figure img {
    width: 100% !important;
  }
}
.cid-uP3FYBhoOv .mbr-text,
.cid-uP3FYBhoOv .mbr-section-btn {
  color: #020e36;
}
.cid-uNYSEHqpmz {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/bfzmsljnnktxgpyuqr5k7-1392x752.png");
  background-attachment: fixed;
}
.cid-uNYSEHqpmz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNYSEHqpmz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNYSEHqpmz .card {
  justify-content: flex-end;
}
.cid-uNYSEHqpmz .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uNYSEHqpmz .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uNYSEHqpmz .main-btn {
  margin-bottom: 50px;
  text-align: right;
}
.cid-uNYSEHqpmz .main-btn .btn {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uNYSEHqpmz .main-btn {
    margin-bottom: 30px;
    text-align: left;
  }
}
.cid-uNYSEHqpmz .items-wrapper {
  justify-content: center;
  margin: 0 -15px;
}
.cid-uNYSEHqpmz .items-wrapper .item {
  padding: 0 15px;
}
.cid-uNYSEHqpmz .item {
  animation: none !important;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uNYSEHqpmz .item {
    margin-bottom: 15px;
  }
}
.cid-uNYSEHqpmz .item .item-wrapper {
  position: relative;
  padding: 40px;
  backdrop-filter: blur(10px);
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uNYSEHqpmz .item .item-wrapper {
    padding: 30px;
  }
}
.cid-uNYSEHqpmz .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #ffffff;
  z-index: 1;
  pointer-events: none;
  opacity: 0.1;
  background-color: #000000;
}
.cid-uNYSEHqpmz .item .item-wrapper:hover .card-box .border-wrapper::before,
.cid-uNYSEHqpmz .item .item-wrapper:focus .card-box .border-wrapper::before {
  width: 0;
  opacity: 1;
  background-color: #e4ed64;
}
.cid-uNYSEHqpmz .item .item-wrapper:hover .card-box .border-wrapper::after,
.cid-uNYSEHqpmz .item .item-wrapper:focus .card-box .border-wrapper::after {
  width: 100%;
}
.cid-uNYSEHqpmz .item .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-uNYSEHqpmz .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uNYSEHqpmz .item .item-wrapper .card-box .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uNYSEHqpmz .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  font-size: 48px;
  color: #e4ed64;
  display: inline-flex;
}
.cid-uNYSEHqpmz .item .item-wrapper .card-box .border-wrapper {
  position: relative;
  margin-bottom: 20px;
  width: 100%;
  height: 1px;
  transition: all .3s ease;
}
.cid-uNYSEHqpmz .item .item-wrapper .card-box .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  opacity: .4;
  transition: all .4s ease;
}
.cid-uNYSEHqpmz .item .item-wrapper .card-box .border-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #e4ed64;
  transition: all .6s ease;
}
.cid-uNYSEHqpmz .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-uNYSEHqpmz .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
  opacity: .6;
}
.cid-uNYSEHqpmz .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-uNYSEHqpmz .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uNYSEHqpmz .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uNYSEHqpmz .card-title {
  color: #ffffff;
}
.cid-uNYSEHqpmz .card-text {
  color: #ffffff;
}
.cid-uNYSEHqpmz .mbr-section-title DIV {
  text-align: left;
}
.cid-uOfG2VtXbA {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/bfzmsljnnktxgpyuqr5k7-1392x752.png");
  background-attachment: fixed;
}
.cid-uOfG2VtXbA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOfG2VtXbA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOfG2VtXbA .card {
  justify-content: flex-end;
}
.cid-uOfG2VtXbA .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uOfG2VtXbA .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uOfG2VtXbA .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #e4ed64;
}
.cid-uOfG2VtXbA .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uOfG2VtXbA .main-btn {
  margin-bottom: 50px;
  text-align: right;
}
.cid-uOfG2VtXbA .main-btn .btn {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOfG2VtXbA .main-btn {
    margin-bottom: 30px;
    text-align: left;
  }
}
.cid-uOfG2VtXbA .panel-group .card {
  position: relative;
  padding: 60px 40px;
  background-color: transparent;
  overflow: hidden;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uOfG2VtXbA .panel-group .card {
    padding: 30px;
    margin-bottom: 15px;
  }
}
.cid-uOfG2VtXbA .panel-group .card .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uOfG2VtXbA .panel-group .card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1e2139;
  opacity: 0.6;
  pointer-events: none;
  z-index: 1;
}
.cid-uOfG2VtXbA .panel-group .card .card-header {
  position: relative;
  z-index: 1;
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uOfG2VtXbA .panel-group .card .card-header .panel-title {
  width: 100%;
}
.cid-uOfG2VtXbA .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uOfG2VtXbA .panel-group .card .card-header .panel-title .panel-title-edit:hover,
.cid-uOfG2VtXbA .panel-group .card .card-header .panel-title .panel-title-edit:focus {
  color: #65c6d4;
}
.cid-uOfG2VtXbA .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  padding-top: 280px;
}
@media (max-width: 992px) {
  .cid-uOfG2VtXbA .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
    padding-top: 0;
  }
}
.cid-uOfG2VtXbA .panel-group .card .panel-collapse {
  position: relative;
  z-index: 1;
}
.cid-uOfG2VtXbA .panel-group .card .panel-collapse .panel-body {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uOfG2VtXbA .panel-group .card .panel-collapse .panel-body {
    margin-top: 20px;
  }
}
.cid-uOfG2VtXbA .panel-group .card .panel-collapse .panel-body .desc-wrapper {
  margin-bottom: 20px;
}
.cid-uOfG2VtXbA .panel-group .card .panel-collapse .panel-body .desc-wrapper .desc-wrap {
  display: inline-block;
  width: 50%;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
}
@media (max-width: 992px) {
  .cid-uOfG2VtXbA .panel-group .card .panel-collapse .panel-body .desc-wrapper .desc-wrap {
    width: 100%;
  }
}
.cid-uOfG2VtXbA .panel-group .card .panel-collapse .panel-body .desc-wrapper .desc-wrap .address {
  display: inline-flex;
}
.cid-uOfG2VtXbA .panel-group .card .panel-collapse .panel-body .desc-wrapper .desc-wrap .address .iconfont-wrapper {
  display: inline-flex;
  margin-right: 10px;
}
.cid-uOfG2VtXbA .panel-group .card .panel-collapse .panel-body .desc-wrapper .desc-wrap .address .iconfont-wrapper .mbr-iconfont {
  font-size: 20px;
  color: #6ec7f2;
  display: inline-flex;
}
.cid-uOfG2VtXbA .panel-group .card .panel-collapse .panel-body .desc-wrapper .desc-wrap .address .mbr-desc {
  margin-bottom: 0;
}
.cid-uOfG2VtXbA .panel-group .card .panel-collapse .panel-body .text-wrap .panel-text {
  display: inline-flex;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOfG2VtXbA .panel-group .card .panel-collapse .panel-body .text-wrap .panel-text {
    width: 100%;
  }
}
.cid-uOfG2VtXbA .panel-group .card .panel-collapse .panel-body .item-btn {
  margin-top: 20px;
}
.cid-uOfG2VtXbA .panel-group .card .panel-collapse .panel-body .item-btn .btn {
  margin-bottom: 0;
}
.cid-uOfG2VtXbA .mbr-label {
  color: #ffffff;
}
.cid-uOfG2VtXbA .mbr-section-title {
  color: #ffffff;
}
.cid-uOfG2VtXbA .panel-title-edit {
  color: #ffffff;
  text-align: left;
}
.cid-uOfG2VtXbA .mbr-desc {
  color: #ffffff;
}
.cid-uOfG2VtXbA .panel-text {
  color: #ffffff;
}
.cid-uOfG2VtXbA .seminar-location {
  font-size: 2.3rem;
  margin-top: -3rem;
}
.cid-uOfG2VtXbA P {
  color: #E6CAFF;
}
.cid-uOfG2VtXbA .seminar-note {
  font-size: 1.4rem;
  margin-top: 0.7rem;
}
.cid-uOfJkJa9p1 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/bfzmsljnnktxgpyuqr5k7-1392x752.png");
  background-attachment: fixed;
}
.cid-uOfJkJa9p1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOfJkJa9p1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOfJkJa9p1 .card {
  justify-content: flex-end;
}
.cid-uOfJkJa9p1 .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uOfJkJa9p1 .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uOfJkJa9p1 .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #e4ed64;
}
.cid-uOfJkJa9p1 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uOfJkJa9p1 .main-btn {
  margin-bottom: 50px;
  text-align: right;
}
.cid-uOfJkJa9p1 .main-btn .btn {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOfJkJa9p1 .main-btn {
    margin-bottom: 30px;
    text-align: left;
  }
}
.cid-uOfJkJa9p1 .panel-group .card {
  position: relative;
  padding: 60px 40px;
  background-color: transparent;
  overflow: hidden;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uOfJkJa9p1 .panel-group .card {
    padding: 30px;
    margin-bottom: 15px;
  }
}
.cid-uOfJkJa9p1 .panel-group .card .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uOfJkJa9p1 .panel-group .card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1e2139;
  opacity: 0.6;
  pointer-events: none;
  z-index: 1;
}
.cid-uOfJkJa9p1 .panel-group .card .card-header {
  position: relative;
  z-index: 1;
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uOfJkJa9p1 .panel-group .card .card-header .panel-title {
  width: 100%;
}
.cid-uOfJkJa9p1 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uOfJkJa9p1 .panel-group .card .card-header .panel-title .panel-title-edit:hover,
.cid-uOfJkJa9p1 .panel-group .card .card-header .panel-title .panel-title-edit:focus {
  color: #65c6d4;
}
.cid-uOfJkJa9p1 .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  padding-top: 10px;
}
@media (max-width: 992px) {
  .cid-uOfJkJa9p1 .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
    padding-top: 0;
  }
}
.cid-uOfJkJa9p1 .panel-group .card .panel-collapse {
  position: relative;
  z-index: 1;
}
.cid-uOfJkJa9p1 .panel-group .card .panel-collapse .panel-body {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uOfJkJa9p1 .panel-group .card .panel-collapse .panel-body {
    margin-top: 20px;
  }
}
.cid-uOfJkJa9p1 .panel-group .card .panel-collapse .panel-body .desc-wrapper {
  margin-bottom: 20px;
}
.cid-uOfJkJa9p1 .panel-group .card .panel-collapse .panel-body .desc-wrapper .desc-wrap {
  display: inline-block;
  width: 50%;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
}
@media (max-width: 992px) {
  .cid-uOfJkJa9p1 .panel-group .card .panel-collapse .panel-body .desc-wrapper .desc-wrap {
    width: 100%;
  }
}
.cid-uOfJkJa9p1 .panel-group .card .panel-collapse .panel-body .desc-wrapper .desc-wrap .address {
  display: inline-flex;
}
.cid-uOfJkJa9p1 .panel-group .card .panel-collapse .panel-body .desc-wrapper .desc-wrap .address .iconfont-wrapper {
  display: inline-flex;
  margin-right: 10px;
}
.cid-uOfJkJa9p1 .panel-group .card .panel-collapse .panel-body .desc-wrapper .desc-wrap .address .iconfont-wrapper .mbr-iconfont {
  font-size: 20px;
  color: #6ec7f2;
  display: inline-flex;
}
.cid-uOfJkJa9p1 .panel-group .card .panel-collapse .panel-body .desc-wrapper .desc-wrap .address .mbr-desc {
  margin-bottom: 0;
}
.cid-uOfJkJa9p1 .panel-group .card .panel-collapse .panel-body .text-wrap .panel-text {
  display: inline-flex;
  width: 100%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOfJkJa9p1 .panel-group .card .panel-collapse .panel-body .text-wrap .panel-text {
    width: 100%;
  }
}
.cid-uOfJkJa9p1 .panel-group .card .panel-collapse .panel-body .item-btn {
  margin-top: 20px;
}
.cid-uOfJkJa9p1 .panel-group .card .panel-collapse .panel-body .item-btn .btn {
  margin-bottom: 0;
}
.cid-uOfJkJa9p1 .mbr-label {
  color: #ffffff;
}
.cid-uOfJkJa9p1 .mbr-section-title {
  color: #ffffff;
}
.cid-uOfJkJa9p1 .panel-title-edit {
  color: #ffffff;
  text-align: left;
}
.cid-uOfJkJa9p1 .mbr-desc {
  color: #ffffff;
}
.cid-uOfJkJa9p1 .panel-text {
  color: #ffffff;
}
.cid-uOfJkJa9p1 .seminar-location {
  font-size: 2.3rem;
  margin-top: -3rem;
}
.cid-uOfJkJa9p1 P {
  color: #E6CAFF;
}
.cid-uOfJkJa9p1 .seminar-note {
  font-size: 1.4rem;
  margin-top: 1rem;
  line-height: 30px;
}
.cid-uOfJnLvJuT {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/bfzmsljnnktxgpyuqr5k7-1392x752.png");
  background-attachment: fixed;
}
.cid-uOfJnLvJuT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOfJnLvJuT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOfJnLvJuT .card {
  justify-content: flex-end;
}
.cid-uOfJnLvJuT .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uOfJnLvJuT .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uOfJnLvJuT .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #e4ed64;
}
.cid-uOfJnLvJuT .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uOfJnLvJuT .main-btn {
  margin-bottom: 50px;
  text-align: right;
}
.cid-uOfJnLvJuT .main-btn .btn {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOfJnLvJuT .main-btn {
    margin-bottom: 30px;
    text-align: left;
  }
}
.cid-uOfJnLvJuT .panel-group .card {
  position: relative;
  padding: 60px 40px;
  background-color: transparent;
  overflow: hidden;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uOfJnLvJuT .panel-group .card {
    padding: 30px;
    margin-bottom: 15px;
  }
}
.cid-uOfJnLvJuT .panel-group .card .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uOfJnLvJuT .panel-group .card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1e2139;
  opacity: 0.6;
  pointer-events: none;
  z-index: 1;
}
.cid-uOfJnLvJuT .panel-group .card .card-header {
  position: relative;
  z-index: 1;
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uOfJnLvJuT .panel-group .card .card-header .panel-title {
  width: 100%;
}
.cid-uOfJnLvJuT .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uOfJnLvJuT .panel-group .card .card-header .panel-title .panel-title-edit:hover,
.cid-uOfJnLvJuT .panel-group .card .card-header .panel-title .panel-title-edit:focus {
  color: #65c6d4;
}
.cid-uOfJnLvJuT .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  padding-top: 10px;
}
@media (max-width: 992px) {
  .cid-uOfJnLvJuT .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
    padding-top: 0;
  }
}
.cid-uOfJnLvJuT .panel-group .card .panel-collapse {
  position: relative;
  z-index: 1;
}
.cid-uOfJnLvJuT .panel-group .card .panel-collapse .panel-body {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uOfJnLvJuT .panel-group .card .panel-collapse .panel-body {
    margin-top: 20px;
  }
}
.cid-uOfJnLvJuT .panel-group .card .panel-collapse .panel-body .desc-wrapper {
  margin-bottom: 20px;
}
.cid-uOfJnLvJuT .panel-group .card .panel-collapse .panel-body .desc-wrapper .desc-wrap {
  display: inline-block;
  width: 50%;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
}
@media (max-width: 992px) {
  .cid-uOfJnLvJuT .panel-group .card .panel-collapse .panel-body .desc-wrapper .desc-wrap {
    width: 100%;
  }
}
.cid-uOfJnLvJuT .panel-group .card .panel-collapse .panel-body .desc-wrapper .desc-wrap .address {
  display: inline-flex;
}
.cid-uOfJnLvJuT .panel-group .card .panel-collapse .panel-body .desc-wrapper .desc-wrap .address .iconfont-wrapper {
  display: inline-flex;
  margin-right: 10px;
}
.cid-uOfJnLvJuT .panel-group .card .panel-collapse .panel-body .desc-wrapper .desc-wrap .address .iconfont-wrapper .mbr-iconfont {
  font-size: 20px;
  color: #6ec7f2;
  display: inline-flex;
}
.cid-uOfJnLvJuT .panel-group .card .panel-collapse .panel-body .desc-wrapper .desc-wrap .address .mbr-desc {
  margin-bottom: 0;
}
.cid-uOfJnLvJuT .panel-group .card .panel-collapse .panel-body .text-wrap .panel-text {
  display: inline-flex;
  width: 100%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOfJnLvJuT .panel-group .card .panel-collapse .panel-body .text-wrap .panel-text {
    width: 100%;
  }
}
.cid-uOfJnLvJuT .panel-group .card .panel-collapse .panel-body .item-btn {
  margin-top: 20px;
}
.cid-uOfJnLvJuT .panel-group .card .panel-collapse .panel-body .item-btn .btn {
  margin-bottom: 0;
}
.cid-uOfJnLvJuT .mbr-label {
  color: #ffffff;
}
.cid-uOfJnLvJuT .mbr-section-title {
  color: #ffffff;
}
.cid-uOfJnLvJuT .panel-title-edit {
  color: #ffffff;
  text-align: left;
}
.cid-uOfJnLvJuT .mbr-desc {
  color: #ffffff;
}
.cid-uOfJnLvJuT .panel-text {
  color: #ffffff;
}
.cid-uOfJnLvJuT .seminar-location {
  font-size: 2.3rem;
  margin-top: -3rem;
}
.cid-uOfJnLvJuT P {
  color: #E6CAFF;
}
.cid-uOfJnLvJuT .seminar-note {
  font-size: 1.4rem;
  margin-top: 0.7rem;
}
.cid-uOfBR2rW6j {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/bg1-1392x752.png");
  background-attachment: fixed;
}
.cid-uOfBR2rW6j .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOfBR2rW6j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOfBR2rW6j .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-uOfBR2rW6j .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uOfBR2rW6j .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-uOfBR2rW6j .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uOfBR2rW6j .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-uOfBR2rW6j .items-row {
  row-gap: 24px;
}
.cid-uOfBR2rW6j .item {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-uOfBR2rW6j .item-wrapper {
  width: 100%;
  padding: 11px 11px 40px;
  border: 2px solid #131313;
  box-shadow: 4px 4px 0 #131313;
  background: #1a3455;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-uOfBR2rW6j .item-wrapper {
    padding: 11px 11px 20px;
  }
}
@media (min-width: 992px) {
  .cid-uOfBR2rW6j .item-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-uOfBR2rW6j .item-img img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 46/calc(10 * 3);
}
.cid-uOfBR2rW6j .item-content {
  margin-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 1199px) {
  .cid-uOfBR2rW6j .item-content {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 991px) {
  .cid-uOfBR2rW6j .item-content {
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 20px;
    padding-bottom: 15px;
  }
}
.cid-uOfBR2rW6j .card-title {
  color: #131313;
}
.cid-uOfBR2rW6j .card-text {
  margin-top: 5px;
  color: #131313;
}
.cid-uOfBR2rW6j .link-text {
  margin-top: 20px;
  color: #FC7942;
}
@media (max-width: 1199px) {
  .cid-uOfBR2rW6j .link-text {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .cid-uOfBR2rW6j .link-text {
    margin-top: 5px;
  }
}
.cid-uOfBR2rW6j .link-text a.text-primary:hover {
  color: #131313 !important;
}
.cid-uOfBR2rW6j .mbr-section-btn {
  margin-top: 5px;
}
.cid-uOfBR2rW6j .card-title,
.cid-uOfBR2rW6j .iconfont-wrapper {
  color: #ffffff;
}
.cid-uOfBR2rW6j .card-text,
.cid-uOfBR2rW6j .mbr-section-btn {
  color: #ffffff;
}
.cid-uNZ10vWoYL {
  padding-top: 30px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/bg1-1392x752.png");
  background-attachment: fixed;
}
.cid-uNZ10vWoYL .mbr-overlay {
  background-color: #1a3455;
  opacity: 0.7;
}
.cid-uNZ10vWoYL .form-control,
.cid-uNZ10vWoYL .field-input {
  padding: 0.5rem;
  background-color: #faf9fc;
  border-color: #ffffff;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uNZ10vWoYL .form-control::-webkit-input-placeholder,
.cid-uNZ10vWoYL .field-input::-webkit-input-placeholder,
.cid-uNZ10vWoYL .form-control::-webkit-input-placeholder,
.cid-uNZ10vWoYL .field-input::-webkit-input-placeholder {
  color: #000000;
}
.cid-uNZ10vWoYL .form-control:-moz-placeholder,
.cid-uNZ10vWoYL .field-input:-moz-placeholder,
.cid-uNZ10vWoYL .form-control:-moz-placeholder,
.cid-uNZ10vWoYL .field-input:-moz-placeholder {
  color: #000000;
}
.cid-uNZ10vWoYL .form-control:hover,
.cid-uNZ10vWoYL .field-input:hover,
.cid-uNZ10vWoYL .form-control:focus,
.cid-uNZ10vWoYL .field-input:focus {
  background-color: #923fef;
  border-color: #ffffff;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uNZ10vWoYL .form-control:hover::-webkit-input-placeholder,
.cid-uNZ10vWoYL .field-input:hover::-webkit-input-placeholder,
.cid-uNZ10vWoYL .form-control:focus::-webkit-input-placeholder,
.cid-uNZ10vWoYL .field-input:focus::-webkit-input-placeholder,
.cid-uNZ10vWoYL .form-control:hover::-webkit-input-placeholder,
.cid-uNZ10vWoYL .field-input:hover::-webkit-input-placeholder,
.cid-uNZ10vWoYL .form-control:focus::-webkit-input-placeholder,
.cid-uNZ10vWoYL .field-input:focus::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-uNZ10vWoYL .form-control:hover:-moz-placeholder,
.cid-uNZ10vWoYL .field-input:hover:-moz-placeholder,
.cid-uNZ10vWoYL .form-control:focus:-moz-placeholder,
.cid-uNZ10vWoYL .field-input:focus:-moz-placeholder,
.cid-uNZ10vWoYL .form-control:hover:-moz-placeholder,
.cid-uNZ10vWoYL .field-input:hover:-moz-placeholder,
.cid-uNZ10vWoYL .form-control:focus:-moz-placeholder,
.cid-uNZ10vWoYL .field-input:focus:-moz-placeholder {
  color: #ffffff;
}
.cid-uNZ10vWoYL .jq-number__spin:hover,
.cid-uNZ10vWoYL .jq-number__spin:focus {
  background-color: #923fef;
  border-color: #ffffff;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uNZ10vWoYL .jq-number__spin {
  background-color: #faf9fc;
  border-color: #ffffff;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uNZ10vWoYL .jq-selectbox li,
.cid-uNZ10vWoYL .jq-selectbox li {
  background-color: #faf9fc;
  color: #000000;
}
.cid-uNZ10vWoYL .jq-selectbox li:hover,
.cid-uNZ10vWoYL .jq-selectbox li.selected {
  background-color: #923fef;
  color: #ffffff;
}
.cid-uNZ10vWoYL .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uNZ10vWoYL .jq-number__spin.minus:hover:after,
.cid-uNZ10vWoYL .jq-number__spin.plus:hover:after {
  border-top-color: #faf9fc;
  border-bottom-color: #faf9fc;
}
.cid-uNZ10vWoYL .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uNZ10vWoYL .jq-number__spin.minus:after,
.cid-uNZ10vWoYL .jq-number__spin.plus:after {
  border-top-color: #923fef;
  border-bottom-color: #923fef;
}
.cid-uNZ10vWoYL input::-webkit-clear-button {
  display: none;
}
.cid-uNZ10vWoYL input::-webkit-inner-spin-button {
  display: none;
}
.cid-uNZ10vWoYL input::-webkit-outer-spin-button {
  display: none;
}
.cid-uNZ10vWoYL input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uNZ10vWoYL H4 {
  color: #ffffff;
  text-align: center;
}
.cid-uNZ10vWoYL LABEL {
  color: #ffffff;
}
.cid-uNZOmodxrQ {
  padding-top: 15px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/bg1-1392x752.png");
  background-attachment: fixed;
}
.cid-uNZOmodxrQ .card-box {
  padding: 1rem 2rem 2rem;
}
.cid-uNZOmodxrQ h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uNZOmodxrQ p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-uNZOmodxrQ .mbr-section-btn {
  padding-top: 2.5rem;
}
.cid-uNZOmodxrQ .mbr-section-btn a {
  margin: 0;
}
.cid-uNZOmodxrQ .mbr-text {
  color: #767676;
}
.cid-uNZOmodxrQ .card-wrapper {
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uNZOmodxrQ .card:not(.last-child) {
    padding-bottom: 2rem;
  }
}
.cid-uNZOmodxrQ H2 {
  text-align: center;
  color: #ffffff;
}
.cid-uNZOmodxrQ .card-title {
  text-align: center;
  color: #9fdbf8;
}
.cid-uNZOmodxrQ .mbr-text,
.cid-uNZOmodxrQ .mbr-section-btn {
  color: #ffffff;
}
.cid-uNZOmodxrQ P {
  color: #ffffff;
}
.cid-uNZOmodxrQ P .seminar-location {
  font-size: 8rem;
  margin-top: -8rem;
}
.cid-uNZOmodxrQ .seminar-note {
  color: #FFBFFF;
  font-size: 1.4rem;
  margin-top: -1.5rem;
}
.cid-uNZ7vWQ0tj {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/bg1-1392x752.png");
  background-attachment: fixed;
}
.cid-uNZ7vWQ0tj img {
  width: 150px;
  margin: auto;
}
@media (max-width: 992px) {
  .cid-uNZ7vWQ0tj img {
    width: 120px;
  }
}
.cid-uNZ7vWQ0tj .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 3rem 3rem;
  margin-bottom: 2rem;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uNZ7vWQ0tj .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uNZ7vWQ0tj .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid white;
  border-radius: 30px;
  pointer-events: none;
}
.cid-uNZ7vWQ0tj .mbr-section-title {
  color: #ffffff;
}
.cid-uNZ7vWQ0tj .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uP1UzgMrEW {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/bg1-1392x752.png");
  background-attachment: fixed;
}
.cid-uP1UzgMrEW img {
  width: 190px;
  margin: auto;
}
@media (max-width: 992px) {
  .cid-uP1UzgMrEW img {
    width: 120px;
  }
}
.cid-uP1UzgMrEW .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 3rem 3rem;
  margin-bottom: 2rem;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uP1UzgMrEW .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uP1UzgMrEW .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid white;
  border-radius: 30px;
  pointer-events: none;
}
.cid-uP1UzgMrEW .mbr-section-title {
  color: #ffffff;
}
.cid-uP1UzgMrEW .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uNZ7it8lEi {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/bg1-1392x752.png");
  background-attachment: fixed;
}
.cid-uNZ7it8lEi img {
  width: 190px;
  margin: auto;
}
@media (max-width: 992px) {
  .cid-uNZ7it8lEi img {
    width: 120px;
  }
}
.cid-uNZ7it8lEi .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 3rem 3rem;
  margin-bottom: 2rem;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uNZ7it8lEi .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uNZ7it8lEi .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid white;
  border-radius: 30px;
  pointer-events: none;
}
.cid-uNZ7it8lEi .mbr-section-title {
  color: #ffffff;
}
.cid-uNZ7it8lEi .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uNZ7Cr8OsM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/bg1-1392x752.png");
  background-attachment: fixed;
}
.cid-uNZ7Cr8OsM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNZ7Cr8OsM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNZ7Cr8OsM .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
.cid-uNZ7Cr8OsM .title-wrapper .mbr-section-title span {
  color: #ff8576;
}
@media (max-width: 992px) {
  .cid-uNZ7Cr8OsM .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-uNZ7Cr8OsM .google-map {
  margin-right: 40px;
  margin-right: 0;
  margin-left: 40px;
}
@media (max-width: 992px) {
  .cid-uNZ7Cr8OsM .google-map {
    margin-right: 0;
    margin-bottom: 46px;
  }
}
@media (max-width: 992px) {
  .cid-uNZ7Cr8OsM .google-map {
    margin-left: 0;
  }
}
.cid-uNZ7Cr8OsM .google-map iframe {
  height: 550px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uNZ7Cr8OsM .google-map iframe {
    height: 350px;
  }
}
.cid-uNZ7Cr8OsM .content-wrapper .address-wrap {
  margin-bottom: 6px;
}
.cid-uNZ7Cr8OsM .content-wrapper .address-wrap .mbr-desc {
  margin-bottom: 5px;
}
.cid-uNZ7Cr8OsM .content-wrapper .address-wrap .mbr-address {
  margin-bottom: 0;
}
.cid-uNZ7Cr8OsM .content-wrapper .contacts-wrap {
  margin-top: 16px;
}
.cid-uNZ7Cr8OsM .content-wrapper .contacts-wrap .mbr-desc {
  margin-bottom: 5px;
}
.cid-uNZ7Cr8OsM .content-wrapper .contacts-wrap .list {
  padding: 0;
  list-style-position: inside;
  margin: 0;
}
.cid-uNZ7Cr8OsM .content-wrapper .contacts-wrap .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uNZ7Cr8OsM .content-wrapper .contacts-wrap .list .item-wrap:hover,
.cid-uNZ7Cr8OsM .content-wrapper .contacts-wrap .list .item-wrap:focus {
  color: #a148ff;
}
.cid-uNZ7Cr8OsM .content-wrapper .contacts-wrap .list .item-wrap::marker {
  color: #a148ff;
}
.cid-uNZ7Cr8OsM .card {
  justify-content: center;
}
.cid-uNZ7Cr8OsM .mbr-section-title {
  color: #212529;
}
.cid-uNZ7Cr8OsM .mbr-desc {
  color: #cce5fc;
}
.cid-uNZ7Cr8OsM .mbr-address {
  color: #212529;
}
.cid-uNZ7Cr8OsM .list {
  color: #212529;
}
.cid-uNZ7Cr8OsM .mbr-address,
.cid-uNZ7Cr8OsM .mbr-section-btn {
  color: #ffffff;
}
.cid-uNZ7Cr8OsM .list,
.cid-uNZ7Cr8OsM .item-wrap {
  color: #ffffff;
}
.cid-sz57ONqHWB {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/bg1-1392x752.png");
  background-attachment: fixed;
}
.cid-sz57ONqHWB .header-text {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sz57ONqHWB .row {
  max-width: 900px;
  margin: auto;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 4rem 3rem;
  overflow: visible;
  position: relative;
}
@media (max-width: 767px) {
  .cid-sz57ONqHWB .row {
    padding: 2rem 1rem;
  }
}
.cid-sz57ONqHWB .row:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid white;
  border-radius: 30px;
  pointer-events: none;
}
.cid-sz57ONqHWB .card-header {
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 0px!important;
}
.cid-sz57ONqHWB span {
  transform: rotate(45deg);
  transition: all 0.3s;
}
.cid-sz57ONqHWB .collapsed span {
  transform: rotate(0deg);
}
.cid-sz57ONqHWB .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-sz57ONqHWB .panel-group {
  width: 100%;
}
.cid-sz57ONqHWB .sign {
  color: currentColor;
  font-family: 'Moririse2' !important;
}
.cid-sz57ONqHWB .card {
  border-radius: 0px;
}
.cid-sz57ONqHWB .card .card-header {
  border-radius: 0px;
  padding: 0;
  background-color: transparent;
}
.cid-sz57ONqHWB .card .card-header a.panel-title {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  transition: all .3s;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  line-height: normal;
}
.cid-sz57ONqHWB .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sz57ONqHWB .card .card-header a.panel-title h4 {
  padding: 1.5rem 1rem 13px 0px;
  margin-bottom: 0;
}
.cid-sz57ONqHWB .panel-text {
  color: #ffe161;
}
.cid-sz57ONqHWB .header-text,
.cid-sz57ONqHWB .sign {
  color: #263d5a;
  text-align: right;
}
.cid-sz57ONqHWB .mbr-section-title {
  color: #fafafa;
}
.cid-sz57ONqHWB .header-text,
.cid-sz57ONqHWB .sign,
.cid-sz57ONqHWB .card-header {
  color: #ffffff;
}
.cid-sz57ONqHWB .mbr-section-subtitle {
  color: #263d5a;
}
.cid-uNYZY3owgj {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #12267d;
  overflow: hidden;
}
.cid-uNYZY3owgj .border-item {
  width: 100%;
  height: 1px;
  background: #16181c;
}
.cid-uNYZY3owgj .copyright-container {
  padding: 40px 0;
}
.cid-uNYZY3owgj .mbr-text {
  color: #f7f7f7;
  text-align: center;
}
.cid-uOfcyUj8lq.popup-builder {
  background-color: #ffffff;
}
.cid-uOfcyUj8lq.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uOfcyUj8lq.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uOfcyUj8lq .modal-content,
.cid-uOfcyUj8lq .modal-dialog {
  height: auto;
}
.cid-uOfcyUj8lq .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uOfcyUj8lq .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uOfcyUj8lq .form-wrapper .mbr-form .form-group,
  .cid-uOfcyUj8lq .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uOfcyUj8lq .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uOfcyUj8lq .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uOfcyUj8lq .mbr-text {
  text-align: left;
}
.cid-uOfcyUj8lq .pt-0 {
  padding-top: 0 !important;
}
.cid-uOfcyUj8lq .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uOfcyUj8lq .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uOfcyUj8lq .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uOfcyUj8lq .modal-open {
  overflow: hidden;
}
.cid-uOfcyUj8lq .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uOfcyUj8lq .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uOfcyUj8lq .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uOfcyUj8lq .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uOfcyUj8lq .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uOfcyUj8lq .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uOfcyUj8lq .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uOfcyUj8lq .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uOfcyUj8lq .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uOfcyUj8lq .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uOfcyUj8lq .modal-backdrop.fade {
  opacity: 0;
}
.cid-uOfcyUj8lq .modal-backdrop.show {
  opacity: .5;
}
.cid-uOfcyUj8lq .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uOfcyUj8lq .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uOfcyUj8lq .modal-header {
    padding: 1rem;
  }
}
.cid-uOfcyUj8lq .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uOfcyUj8lq .modal-header .close svg {
  fill: #353535;
}
.cid-uOfcyUj8lq .modal-header .close:hover {
  opacity: 1;
}
.cid-uOfcyUj8lq .modal-header .close:focus {
  outline: none;
}
.cid-uOfcyUj8lq .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #5e71db;
}
.cid-uOfcyUj8lq .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uOfcyUj8lq .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uOfcyUj8lq .modal-body {
    padding: 1rem;
  }
}
.cid-uOfcyUj8lq .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uOfcyUj8lq .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uOfcyUj8lq .modal-footer {
    padding: 1rem;
  }
}
.cid-uOfcyUj8lq .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uOfcyUj8lq .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uOfcyUj8lq .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uOfcyUj8lq .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uOfcyUj8lq .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uOfcyUj8lq .modal-lg,
  .cid-uOfcyUj8lq .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uOfcyUj8lq .modal-xl {
    max-width: 1140px;
  }
}
.cid-uOfcyUj8lq .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uOfcyUj8lq .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uOfcyUj8lq .form-group {
  margin-bottom: 1rem;
}
.cid-uOfcyUj8lq .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uOfcyUj8lq .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uOfcyUj8lq .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uOfcyUj8lq .mbr-section-btn {
  margin: 0;
}
.cid-uOfcyUj8lq .mbr-section-btn .btn {
  margin: 0;
}
.cid-uOfeKnG7S7.popup-builder {
  background-color: #ffffff;
}
.cid-uOfeKnG7S7.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uOfeKnG7S7.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uOfeKnG7S7 .modal-content,
.cid-uOfeKnG7S7 .modal-dialog {
  height: auto;
}
.cid-uOfeKnG7S7 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uOfeKnG7S7 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uOfeKnG7S7 .form-wrapper .mbr-form .form-group,
  .cid-uOfeKnG7S7 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uOfeKnG7S7 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uOfeKnG7S7 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uOfeKnG7S7 .mbr-text {
  text-align: left;
}
.cid-uOfeKnG7S7 .pt-0 {
  padding-top: 0 !important;
}
.cid-uOfeKnG7S7 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uOfeKnG7S7 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uOfeKnG7S7 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uOfeKnG7S7 .modal-open {
  overflow: hidden;
}
.cid-uOfeKnG7S7 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uOfeKnG7S7 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uOfeKnG7S7 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uOfeKnG7S7 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uOfeKnG7S7 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uOfeKnG7S7 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uOfeKnG7S7 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uOfeKnG7S7 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uOfeKnG7S7 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uOfeKnG7S7 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uOfeKnG7S7 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uOfeKnG7S7 .modal-backdrop.show {
  opacity: .5;
}
.cid-uOfeKnG7S7 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uOfeKnG7S7 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uOfeKnG7S7 .modal-header {
    padding: 1rem;
  }
}
.cid-uOfeKnG7S7 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uOfeKnG7S7 .modal-header .close svg {
  fill: #353535;
}
.cid-uOfeKnG7S7 .modal-header .close:hover {
  opacity: 1;
}
.cid-uOfeKnG7S7 .modal-header .close:focus {
  outline: none;
}
.cid-uOfeKnG7S7 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #5e71db;
}
.cid-uOfeKnG7S7 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uOfeKnG7S7 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uOfeKnG7S7 .modal-body {
    padding: 1rem;
  }
}
.cid-uOfeKnG7S7 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uOfeKnG7S7 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uOfeKnG7S7 .modal-footer {
    padding: 1rem;
  }
}
.cid-uOfeKnG7S7 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uOfeKnG7S7 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uOfeKnG7S7 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uOfeKnG7S7 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uOfeKnG7S7 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uOfeKnG7S7 .modal-lg,
  .cid-uOfeKnG7S7 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uOfeKnG7S7 .modal-xl {
    max-width: 1140px;
  }
}
.cid-uOfeKnG7S7 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uOfeKnG7S7 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uOfeKnG7S7 .form-group {
  margin-bottom: 1rem;
}
.cid-uOfeKnG7S7 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uOfeKnG7S7 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uOfeKnG7S7 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uOfeKnG7S7 .mbr-section-btn {
  margin: 0;
}
.cid-uOfeKnG7S7 .mbr-section-btn .btn {
  margin: 0;
}
.cid-uOffezsWuh.popup-builder {
  background-color: #ffffff;
}
.cid-uOffezsWuh.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uOffezsWuh.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uOffezsWuh .modal-content,
.cid-uOffezsWuh .modal-dialog {
  height: auto;
}
.cid-uOffezsWuh .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uOffezsWuh .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uOffezsWuh .form-wrapper .mbr-form .form-group,
  .cid-uOffezsWuh .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uOffezsWuh .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uOffezsWuh .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uOffezsWuh .mbr-text {
  text-align: left;
}
.cid-uOffezsWuh .pt-0 {
  padding-top: 0 !important;
}
.cid-uOffezsWuh .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uOffezsWuh .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uOffezsWuh .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uOffezsWuh .modal-open {
  overflow: hidden;
}
.cid-uOffezsWuh .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uOffezsWuh .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uOffezsWuh .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uOffezsWuh .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uOffezsWuh .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uOffezsWuh .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uOffezsWuh .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uOffezsWuh .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uOffezsWuh .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uOffezsWuh .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uOffezsWuh .modal-backdrop.fade {
  opacity: 0;
}
.cid-uOffezsWuh .modal-backdrop.show {
  opacity: .5;
}
.cid-uOffezsWuh .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uOffezsWuh .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uOffezsWuh .modal-header {
    padding: 1rem;
  }
}
.cid-uOffezsWuh .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uOffezsWuh .modal-header .close svg {
  fill: #353535;
}
.cid-uOffezsWuh .modal-header .close:hover {
  opacity: 1;
}
.cid-uOffezsWuh .modal-header .close:focus {
  outline: none;
}
.cid-uOffezsWuh .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #5e71db;
}
.cid-uOffezsWuh .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uOffezsWuh .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uOffezsWuh .modal-body {
    padding: 1rem;
  }
}
.cid-uOffezsWuh .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uOffezsWuh .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uOffezsWuh .modal-footer {
    padding: 1rem;
  }
}
.cid-uOffezsWuh .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uOffezsWuh .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uOffezsWuh .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uOffezsWuh .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uOffezsWuh .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uOffezsWuh .modal-lg,
  .cid-uOffezsWuh .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uOffezsWuh .modal-xl {
    max-width: 1140px;
  }
}
.cid-uOffezsWuh .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uOffezsWuh .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uOffezsWuh .form-group {
  margin-bottom: 1rem;
}
.cid-uOffezsWuh .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uOffezsWuh .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uOffezsWuh .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uOffezsWuh .mbr-section-btn {
  margin: 0;
}
.cid-uOffezsWuh .mbr-section-btn .btn {
  margin: 0;
}
.cid-uOfndZ46CK.popup-builder {
  background-color: #ffffff;
}
.cid-uOfndZ46CK.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uOfndZ46CK.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uOfndZ46CK .modal-content,
.cid-uOfndZ46CK .modal-dialog {
  height: auto;
}
.cid-uOfndZ46CK .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uOfndZ46CK .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uOfndZ46CK .form-wrapper .mbr-form .form-group,
  .cid-uOfndZ46CK .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uOfndZ46CK .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uOfndZ46CK .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uOfndZ46CK .mbr-text {
  text-align: left;
}
.cid-uOfndZ46CK .pt-0 {
  padding-top: 0 !important;
}
.cid-uOfndZ46CK .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uOfndZ46CK .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uOfndZ46CK .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uOfndZ46CK .modal-open {
  overflow: hidden;
}
.cid-uOfndZ46CK .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uOfndZ46CK .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uOfndZ46CK .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uOfndZ46CK .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uOfndZ46CK .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uOfndZ46CK .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uOfndZ46CK .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uOfndZ46CK .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uOfndZ46CK .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uOfndZ46CK .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uOfndZ46CK .modal-backdrop.fade {
  opacity: 0;
}
.cid-uOfndZ46CK .modal-backdrop.show {
  opacity: .5;
}
.cid-uOfndZ46CK .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uOfndZ46CK .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uOfndZ46CK .modal-header {
    padding: 1rem;
  }
}
.cid-uOfndZ46CK .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uOfndZ46CK .modal-header .close svg {
  fill: #353535;
}
.cid-uOfndZ46CK .modal-header .close:hover {
  opacity: 1;
}
.cid-uOfndZ46CK .modal-header .close:focus {
  outline: none;
}
.cid-uOfndZ46CK .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #5e71db;
}
.cid-uOfndZ46CK .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uOfndZ46CK .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uOfndZ46CK .modal-body {
    padding: 1rem;
  }
}
.cid-uOfndZ46CK .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uOfndZ46CK .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uOfndZ46CK .modal-footer {
    padding: 1rem;
  }
}
.cid-uOfndZ46CK .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uOfndZ46CK .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uOfndZ46CK .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uOfndZ46CK .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uOfndZ46CK .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uOfndZ46CK .modal-lg,
  .cid-uOfndZ46CK .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uOfndZ46CK .modal-xl {
    max-width: 1140px;
  }
}
.cid-uOfndZ46CK .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uOfndZ46CK .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uOfndZ46CK .form-group {
  margin-bottom: 1rem;
}
.cid-uOfndZ46CK .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uOfndZ46CK .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uOfndZ46CK .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uOfndZ46CK .mbr-section-btn {
  margin: 0;
}
.cid-uOfndZ46CK .mbr-section-btn .btn {
  margin: 0;
}
.cid-uOfnulXjXe.popup-builder {
  background-color: #ffffff;
}
.cid-uOfnulXjXe.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uOfnulXjXe.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uOfnulXjXe .modal-content,
.cid-uOfnulXjXe .modal-dialog {
  height: auto;
}
.cid-uOfnulXjXe .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uOfnulXjXe .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uOfnulXjXe .form-wrapper .mbr-form .form-group,
  .cid-uOfnulXjXe .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uOfnulXjXe .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uOfnulXjXe .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uOfnulXjXe .mbr-text {
  text-align: left;
}
.cid-uOfnulXjXe .pt-0 {
  padding-top: 0 !important;
}
.cid-uOfnulXjXe .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uOfnulXjXe .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uOfnulXjXe .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uOfnulXjXe .modal-open {
  overflow: hidden;
}
.cid-uOfnulXjXe .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uOfnulXjXe .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uOfnulXjXe .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uOfnulXjXe .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uOfnulXjXe .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uOfnulXjXe .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uOfnulXjXe .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uOfnulXjXe .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uOfnulXjXe .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uOfnulXjXe .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uOfnulXjXe .modal-backdrop.fade {
  opacity: 0;
}
.cid-uOfnulXjXe .modal-backdrop.show {
  opacity: .5;
}
.cid-uOfnulXjXe .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uOfnulXjXe .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uOfnulXjXe .modal-header {
    padding: 1rem;
  }
}
.cid-uOfnulXjXe .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uOfnulXjXe .modal-header .close svg {
  fill: #353535;
}
.cid-uOfnulXjXe .modal-header .close:hover {
  opacity: 1;
}
.cid-uOfnulXjXe .modal-header .close:focus {
  outline: none;
}
.cid-uOfnulXjXe .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #5e71db;
}
.cid-uOfnulXjXe .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uOfnulXjXe .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uOfnulXjXe .modal-body {
    padding: 1rem;
  }
}
.cid-uOfnulXjXe .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uOfnulXjXe .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uOfnulXjXe .modal-footer {
    padding: 1rem;
  }
}
.cid-uOfnulXjXe .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uOfnulXjXe .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uOfnulXjXe .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uOfnulXjXe .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uOfnulXjXe .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uOfnulXjXe .modal-lg,
  .cid-uOfnulXjXe .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uOfnulXjXe .modal-xl {
    max-width: 1140px;
  }
}
.cid-uOfnulXjXe .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uOfnulXjXe .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uOfnulXjXe .form-group {
  margin-bottom: 1rem;
}
.cid-uOfnulXjXe .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uOfnulXjXe .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uOfnulXjXe .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uOfnulXjXe .mbr-section-btn {
  margin: 0;
}
.cid-uOfnulXjXe .mbr-section-btn .btn {
  margin: 0;
}
.cid-uOfnFOxmn8.popup-builder {
  background-color: #ffffff;
}
.cid-uOfnFOxmn8.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uOfnFOxmn8.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uOfnFOxmn8 .modal-content,
.cid-uOfnFOxmn8 .modal-dialog {
  height: auto;
}
.cid-uOfnFOxmn8 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uOfnFOxmn8 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uOfnFOxmn8 .form-wrapper .mbr-form .form-group,
  .cid-uOfnFOxmn8 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uOfnFOxmn8 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uOfnFOxmn8 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uOfnFOxmn8 .mbr-text {
  text-align: left;
}
.cid-uOfnFOxmn8 .pt-0 {
  padding-top: 0 !important;
}
.cid-uOfnFOxmn8 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uOfnFOxmn8 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uOfnFOxmn8 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uOfnFOxmn8 .modal-open {
  overflow: hidden;
}
.cid-uOfnFOxmn8 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uOfnFOxmn8 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uOfnFOxmn8 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uOfnFOxmn8 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uOfnFOxmn8 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uOfnFOxmn8 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uOfnFOxmn8 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uOfnFOxmn8 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uOfnFOxmn8 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uOfnFOxmn8 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uOfnFOxmn8 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uOfnFOxmn8 .modal-backdrop.show {
  opacity: .5;
}
.cid-uOfnFOxmn8 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uOfnFOxmn8 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uOfnFOxmn8 .modal-header {
    padding: 1rem;
  }
}
.cid-uOfnFOxmn8 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uOfnFOxmn8 .modal-header .close svg {
  fill: #353535;
}
.cid-uOfnFOxmn8 .modal-header .close:hover {
  opacity: 1;
}
.cid-uOfnFOxmn8 .modal-header .close:focus {
  outline: none;
}
.cid-uOfnFOxmn8 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #5e71db;
}
.cid-uOfnFOxmn8 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uOfnFOxmn8 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uOfnFOxmn8 .modal-body {
    padding: 1rem;
  }
}
.cid-uOfnFOxmn8 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uOfnFOxmn8 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uOfnFOxmn8 .modal-footer {
    padding: 1rem;
  }
}
.cid-uOfnFOxmn8 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uOfnFOxmn8 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uOfnFOxmn8 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uOfnFOxmn8 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uOfnFOxmn8 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uOfnFOxmn8 .modal-lg,
  .cid-uOfnFOxmn8 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uOfnFOxmn8 .modal-xl {
    max-width: 1140px;
  }
}
.cid-uOfnFOxmn8 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uOfnFOxmn8 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uOfnFOxmn8 .form-group {
  margin-bottom: 1rem;
}
.cid-uOfnFOxmn8 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uOfnFOxmn8 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uOfnFOxmn8 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uOfnFOxmn8 .mbr-section-btn {
  margin: 0;
}
.cid-uOfnFOxmn8 .mbr-section-btn .btn {
  margin: 0;
}
