@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;
}

.embla__button,
.carousel-control {
  background-color: #edefea !important;
  opacity: 0.8 !important;
  color: #464845 !important;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea !important;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

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;
}

/*! 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;
  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);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    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.3rem !important;
  height: auto;
  padding: 1.2rem 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;
}

.row > * {
  padding-right: 1rem;
  padding-left: 1rem;
}

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 {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

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;
}

.container,
.container-fluid {
  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: 992px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.app-video-wrapper > img {
  opacity: 1;
}

.app-video-wrapper {
  background: transparent;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2.8rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.5rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- 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: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((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.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.63rem + (2.8 - 1.63) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #269213 !important;
}
.bg-success {
  background-color: #2d6c06 !important;
}
.bg-info {
  background-color: #1cb3ac !important;
}
.bg-warning {
  background-color: #0c2c68 !important;
}
.bg-danger {
  background-color: #a0e1e1 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #269213 !important;
  border-color: #269213 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #32bf19 !important;
  border-color: #32bf19 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #32bf19 !important;
  border-color: #32bf19 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-info,
.btn-info:active {
  background-color: #1cb3ac !important;
  border-color: #1cb3ac !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #25ddd4 !important;
  border-color: #25ddd4 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #25ddd4 !important;
  border-color: #25ddd4 !important;
}
.btn-success,
.btn-success:active {
  background-color: #2d6c06 !important;
  border-color: #2d6c06 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #419c09 !important;
  border-color: #419c09 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #419c09 !important;
  border-color: #419c09 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #0c2c68 !important;
  border-color: #0c2c68 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #113f96 !important;
  border-color: #113f96 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #113f96 !important;
  border-color: #113f96 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #a0e1e1 !important;
  border-color: #a0e1e1 !important;
  color: #1f6363 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #c7eded !important;
  border-color: #c7eded !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #1f6363 !important;
  background-color: #c7eded !important;
  border-color: #c7eded !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #269213;
  color: #269213;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #124509 !important;
  background-color: transparent !important;
  border-color: #124509 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #269213 !important;
  border-color: #269213 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #1cb3ac;
  color: #1cb3ac;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #106864 !important;
  background-color: transparent !important;
  border-color: #106864 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #1cb3ac !important;
  border-color: #1cb3ac !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #2d6c06;
  color: #2d6c06;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #0b1a01 !important;
  background-color: transparent !important;
  border-color: #0b1a01 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #2d6c06 !important;
  border-color: #2d6c06 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #0c2c68;
  color: #0c2c68;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #030b1a !important;
  background-color: transparent !important;
  border-color: #030b1a !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #0c2c68 !important;
  border-color: #0c2c68 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #a0e1e1;
  color: #a0e1e1;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #5ecccc !important;
  background-color: transparent !important;
  border-color: #5ecccc !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #1f6363 !important;
  background-color: #a0e1e1 !important;
  border-color: #a0e1e1 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !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: #fafafa;
  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: #cfcfcf !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: #269213 !important;
}
.text-secondary {
  color: #000000 !important;
}
.text-success {
  color: #2d6c06 !important;
}
.text-info {
  color: #1cb3ac !important;
}
.text-warning {
  color: #0c2c68 !important;
}
.text-danger {
  color: #a0e1e1 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #0f3807 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #050b01 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #0e5b57 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #01050d !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #52c9c9 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  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: #269213;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #1cb3ac;
}
.alert-warning {
  background-color: #0c2c68;
}
.alert-danger {
  background-color: #a0e1e1;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #269213;
  border-color: #269213;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #269213;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #58e63f;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #5fe50d;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #67e7e1;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #195cda;
}
.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: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.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: #269213 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #269213;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .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: #269213;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #269213;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #269213;
  border-bottom-color: #269213;
}
.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: #269213 !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: #000000 !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='%23269213' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-u8iUGqth84 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-u8iUGqth84 nav.navbar {
  position: fixed;
}
.cid-u8iUGqth84 .navbar-logo {
  margin-right: 1rem !important;
}
.cid-u8iUGqth84 .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-u8iUGqth84 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u8iUGqth84 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u8iUGqth84 .dropdown-item:hover,
.cid-u8iUGqth84 .dropdown-item:focus {
  background: #269213 !important;
  color: white !important;
}
.cid-u8iUGqth84 .dropdown-item:hover span {
  color: white;
}
.cid-u8iUGqth84 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u8iUGqth84 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u8iUGqth84 .nav-dropdown .link {
  padding: 0 1.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u8iUGqth84 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u8iUGqth84 .nav-link {
  position: relative;
}
.cid-u8iUGqth84 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u8iUGqth84 .container {
    flex-wrap: nowrap;
  }
}
.cid-u8iUGqth84 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u8iUGqth84 .dropdown-menu,
.cid-u8iUGqth84 .navbar.opened {
  background: #000000 !important;
}
.cid-u8iUGqth84 .nav-item:focus,
.cid-u8iUGqth84 .nav-link:focus {
  outline: none;
}
.cid-u8iUGqth84 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u8iUGqth84 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u8iUGqth84 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u8iUGqth84 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u8iUGqth84 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u8iUGqth84 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u8iUGqth84 .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-u8iUGqth84 .navbar.opened {
  transition: all 0.3s;
}
.cid-u8iUGqth84 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u8iUGqth84 .navbar .navbar-logo img {
  width: auto;
}
.cid-u8iUGqth84 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u8iUGqth84 .navbar.collapsed {
  justify-content: center;
}
.cid-u8iUGqth84 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u8iUGqth84 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u8iUGqth84 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u8iUGqth84 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u8iUGqth84 .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-u8iUGqth84 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u8iUGqth84 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u8iUGqth84 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u8iUGqth84 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u8iUGqth84 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u8iUGqth84 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u8iUGqth84 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u8iUGqth84 .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-u8iUGqth84 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u8iUGqth84 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u8iUGqth84 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u8iUGqth84 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u8iUGqth84 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u8iUGqth84 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u8iUGqth84 .navbar.navbar-short {
  min-height: 80px;
}
.cid-u8iUGqth84 .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-u8iUGqth84 .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u8iUGqth84 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u8iUGqth84 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u8iUGqth84 .dropdown-item.active,
.cid-u8iUGqth84 .dropdown-item:active {
  background-color: transparent;
}
.cid-u8iUGqth84 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u8iUGqth84 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u8iUGqth84 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u8iUGqth84 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-u8iUGqth84 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u8iUGqth84 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u8iUGqth84 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u8iUGqth84 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u8iUGqth84 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u8iUGqth84 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u8iUGqth84 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u8iUGqth84 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u8iUGqth84 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u8iUGqth84 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u8iUGqth84 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u8iUGqth84 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u8iUGqth84 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u8iUGqth84 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u8iUGqth84 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u8iUGqth84 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u8iUGqth84 .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-u8iUGqth84 .navbar {
    height: 70px;
  }
  .cid-u8iUGqth84 .navbar.opened {
    height: auto;
  }
  .cid-u8iUGqth84 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u8iTA4EQPu {
  padding-top: 45px;
  padding-bottom: 120px;
}
.cid-u8iTA4EQPu .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-u8iTA4EQPu .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-u8iTA4EQPu .mbr-figure img {
    width: 100% !important;
  }
}
.cid-u8iTA4EQPu .mbr-text,
.cid-u8iTA4EQPu .mbr-section-btn {
  color: #020e36;
}
.cid-uVfrkQe1JH {
  padding-top: 105px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/bg01-655x659.jpg");
  background-attachment: fixed;
}
.cid-uVfrkQe1JH h1 {
  background-color: transparent;
  overflow: hidden;
  display: inline-block;
  color: transparent;
  line-height: 1;
}
.cid-uVfrkQe1JH span {
  background-image: url("../../../assets/images/background2.jpg");
  background-size: 1920px 600px;
  background-position: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  display: block;
  animation: scroll 14s infinite linear;
  pointer-events: none;
}
@keyframes scroll {
  0% {
    background-position-y: 0px;
  }
  99.999% {
    background-position-y: -600px;
  }
  100% {
    background-position-y: 0px;
  }
}
.cid-uVfrkQe1JH .mbr-section-title {
  color: #ffffff;
}
.cid-uVfrkQe1JH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVfrkQe1JH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVfrkQe1JH .seminar-location {
  font-size: 1.5rem;
  line-height: 2.5rem;
  margin-top: 1rem;
  color: #ffffff;
}
.cid-uVB3bJUcpe {
  padding-top: 15px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/bg01-655x659.jpg");
  background-attachment: fixed;
}
.cid-uVB3bJUcpe h1 {
  background-color: transparent;
  overflow: hidden;
  display: inline-block;
  color: transparent;
  line-height: 1;
}
.cid-uVB3bJUcpe span {
  background-image: url("../../../assets/images/background2.jpg");
  background-size: 1920px 600px;
  background-position: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  display: block;
  animation: scroll 14s infinite linear;
  pointer-events: none;
}
@keyframes scroll {
  0% {
    background-position-y: 0px;
  }
  99.999% {
    background-position-y: -600px;
  }
  100% {
    background-position-y: 0px;
  }
}
.cid-uVB3bJUcpe .mbr-section-title {
  color: #ffffff;
}
.cid-uVB3bJUcpe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVB3bJUcpe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVB3bJUcpe .seminar-location {
  font-size: 1.5rem;
  line-height: 2.5rem;
  margin-top: 1rem;
  color: #ffffff;
}
.cid-uWaSqM37lD {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/bg60-655x659.jpg");
  background-attachment: fixed;
}
.cid-uWaSqM37lD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWaSqM37lD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWaSqM37lD .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uWaSqM37lD .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uWaSqM37lD .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uWaSqM37lD .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-uWaSqM37lD .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uWaSqM37lD .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uWaSqM37lD .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWaSqM37lD .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uWaSqM37lD .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 415px;
  max-width: 415px;
}
@media (max-width: 767px) {
  .cid-uWaSqM37lD .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uWaSqM37lD .embla__slide .slide-content {
  width: 100%;
}
.cid-uWaSqM37lD .embla__slide .slide-content .item-wrapper {
  position: relative;
  height: 100%;
  padding: 64px 24px 24px 24px;
  min-height: 580px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-uWaSqM37lD .embla__slide .slide-content .item-wrapper {
    min-height: 400px;
  }
}
.cid-uWaSqM37lD .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uWaSqM37lD .embla__slide .slide-content .item-wrapper .blur-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  backdrop-filter: blur(20px);
  mask-image: linear-gradient(0deg, #000000 75%, transparent 100%);
  -webkit-mask-image: linear-gradient(0deg, #000000 75%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uWaSqM37lD .embla__slide .slide-content .item-wrapper .blur-wrap {
    height: 60%;
  }
}
.cid-uWaSqM37lD .embla__slide .slide-content .item-wrapper .card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, #111111 0, transparent 100%);
  opacity: 0.6;
  pointer-events: none;
}
.cid-uWaSqM37lD .embla__slide .slide-content .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-uWaSqM37lD .embla__slide .slide-content .item-wrapper .card-box .card-name {
  margin-bottom: 8px;
}
.cid-uWaSqM37lD .embla__slide .slide-content .item-wrapper .card-box .card-role {
  margin-bottom: 0;
}
.cid-uWaSqM37lD .embla__slide .slide-content .item-wrapper .card-box .card-text {
  margin-top: 16px;
  margin-bottom: 0;
}
.cid-uWaSqM37lD .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn {
  margin-top: 16px;
}
.cid-uWaSqM37lD .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-uWaSqM37lD .embla__button--next,
.cid-uWaSqM37lD .embla__button--prev {
  display: flex;
}
.cid-uWaSqM37lD .embla__button {
  top: 45%;
  width: 56px;
  height: 56px;
  font-size: 16px;
  background-color: #a6adbf !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-uWaSqM37lD .embla__button {
    top: 0;
  }
}
.cid-uWaSqM37lD .embla__button:hover {
  background-color: #7b86a1 !important;
  color: #ffffff !important;
}
.cid-uWaSqM37lD .embla__button:disabled {
  background-color: #a6adbf !important;
  color: #ffffff !important;
  opacity: .5 !important;
}
.cid-uWaSqM37lD .embla__button.embla__button--prev {
  left: 32px;
}
.cid-uWaSqM37lD .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-uWaSqM37lD .embla__button.embla__button--next {
  right: 32px;
}
.cid-uWaSqM37lD .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-uWaSqM37lD .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uWaSqM37lD .embla {
    padding-top: 6rem;
  }
}
.cid-uWaSqM37lD .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uWaSqM37lD .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uWaSqM37lD .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uWaSqM37lD .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uWaSqM37lD .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uWaSqM37lD .mbr-label {
  color: #a6adbf;
  text-align: center;
}
.cid-uWaSqM37lD .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-uWaSqM37lD .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-uWaSqM37lD .mbr-text,
.cid-uWaSqM37lD .text-wrapper {
  color: #666666;
  text-align: center;
}
.cid-uWaSqM37lD .card-name {
  color: #ffffff;
}
.cid-uWaSqM37lD .card-role {
  color: #ffffff;
}
.cid-uWaSqM37lD .card-text {
  color: #ffffff;
}
.cid-uVvsvk5r6c {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/bg01-655x659.jpg");
  background-attachment: fixed;
}
.cid-uVvsvk5r6c .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVvsvk5r6c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVvsvk5r6c .content-wrapper .label-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uVvsvk5r6c .content-wrapper .label-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uVvsvk5r6c .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  background-color: #f2f1f3;
  margin-bottom: 0;
}
.cid-uVvsvk5r6c .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uVvsvk5r6c .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uVvsvk5r6c .content-wrapper .mbr-section-btn {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uVvsvk5r6c .content-wrapper .mbr-section-btn {
    margin-bottom: 40px;
  }
}
.cid-uVvsvk5r6c .content-wrapper .text-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uVvsvk5r6c .content-wrapper .text-wrapper::before {
  content: '';
  position: absolute;
  left: 0;
  width: 25%;
  height: 1px;
  background-color: #e5e4e7;
}
@media (max-width: 992px) {
  .cid-uVvsvk5r6c .content-wrapper .text-wrapper::before {
    width: 8%;
  }
}
.cid-uVvsvk5r6c .content-wrapper .text-wrapper::after {
  content: '';
  position: absolute;
  right: 0;
  width: 25%;
  height: 1px;
  background-color: #e5e4e7;
}
@media (max-width: 992px) {
  .cid-uVvsvk5r6c .content-wrapper .text-wrapper::after {
    width: 8%;
  }
}
.cid-uVvsvk5r6c .content-wrapper .text-wrapper .mbr-text {
  padding: 20px;
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVvsvk5r6c .content-wrapper .text-wrapper .mbr-text {
    padding: 0;
    width: 80%;
  }
}
.cid-uVvsvk5r6c .mbr-section-title {
  color: #19171c;
  text-align: center;
}
.cid-uVvsvk5r6c .mbr-label,
.cid-uVvsvk5r6c .label-wrapper {
  color: #19171c;
  text-align: center;
}
.cid-uVvsvk5r6c .mbr-text,
.cid-uVvsvk5r6c .text-wrapper {
  color: #19171c;
  text-align: center;
}
.cid-uVvsvk5r6c .mbr-section-title,
.cid-uVvsvk5r6c .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uVvsvk5r6c .mbr-text {
  color: #ffffff;
}
.cid-uVvpnKfnGN {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/bg01-655x659.jpg");
  background-attachment: fixed;
}
.cid-uVvpnKfnGN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVvpnKfnGN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVvpnKfnGN .card-title {
  min-width: 250px;
}
.cid-uVvpnKfnGN .card-text {
  padding-left: 4rem;
}
@media (max-width: 767px) {
  .cid-uVvpnKfnGN .card-text {
    padding-left: 0rem;
  }
}
.cid-uVvpnKfnGN .mbr-iconfont {
  font-size: 1rem;
  color: #000000;
  border-radius: 50%;
  background: #269213;
  width: 35px;
  height: 35px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.cid-uVvpnKfnGN .card-wrapper {
  display: flex;
  transition: all 0.3s;
  justify-content: space-between;
  align-items: center;
  background: #f4fcf9;
  margin-bottom: 1rem;
  padding: 1.5rem 1.5rem;
}
@media (max-width: 767px) {
  .cid-uVvpnKfnGN .card-wrapper {
    flex-direction: column;
  }
}
.cid-uVvpnKfnGN .card-wrapper:hover {
  background: #000000;
  color: white;
}
.cid-uVvpnKfnGN .text-wrap {
  display: flex;
}
@media (max-width: 767px) {
  .cid-uVvpnKfnGN .text-wrap {
    flex-direction: column;
    padding-bottom: 1rem;
  }
}
.cid-uVvpnKfnGN .mbr-section-title {
  color: #ffffff;
}
.cid-uVvpnKfnGN .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uVvpnKfnGN .card-text,
.cid-uVvpnKfnGN .mbr-section-btn {
  color: #1cb3ac;
}
.cid-uVBJ5yFzgp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/bg01-655x659.jpg");
  background-attachment: fixed;
}
.cid-uVBJ5yFzgp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVBJ5yFzgp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVBJ5yFzgp .content-wrapper .label-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uVBJ5yFzgp .content-wrapper .label-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uVBJ5yFzgp .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  background-color: #f2f1f3;
  margin-bottom: 0;
}
.cid-uVBJ5yFzgp .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uVBJ5yFzgp .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uVBJ5yFzgp .content-wrapper .mbr-section-btn {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uVBJ5yFzgp .content-wrapper .mbr-section-btn {
    margin-bottom: 40px;
  }
}
.cid-uVBJ5yFzgp .content-wrapper .text-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uVBJ5yFzgp .content-wrapper .text-wrapper::before {
  content: '';
  position: absolute;
  left: 0;
  width: 25%;
  height: 1px;
  background-color: #e5e4e7;
}
@media (max-width: 992px) {
  .cid-uVBJ5yFzgp .content-wrapper .text-wrapper::before {
    width: 8%;
  }
}
.cid-uVBJ5yFzgp .content-wrapper .text-wrapper::after {
  content: '';
  position: absolute;
  right: 0;
  width: 25%;
  height: 1px;
  background-color: #e5e4e7;
}
@media (max-width: 992px) {
  .cid-uVBJ5yFzgp .content-wrapper .text-wrapper::after {
    width: 8%;
  }
}
.cid-uVBJ5yFzgp .content-wrapper .text-wrapper .mbr-text {
  padding: 20px;
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVBJ5yFzgp .content-wrapper .text-wrapper .mbr-text {
    padding: 0;
    width: 80%;
  }
}
.cid-uVBJ5yFzgp .mbr-section-title {
  color: #19171c;
  text-align: center;
}
.cid-uVBJ5yFzgp .mbr-label,
.cid-uVBJ5yFzgp .label-wrapper {
  color: #19171c;
  text-align: center;
}
.cid-uVBJ5yFzgp .mbr-text,
.cid-uVBJ5yFzgp .text-wrapper {
  color: #19171c;
  text-align: center;
}
.cid-uVBJ5yFzgp .mbr-section-title,
.cid-uVBJ5yFzgp .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uVBJ5yFzgp .mbr-text {
  color: #ffffff;
}
.cid-uVBJ6ESJ4Z {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/bg01-655x659.jpg");
  background-attachment: fixed;
}
.cid-uVBJ6ESJ4Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVBJ6ESJ4Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVBJ6ESJ4Z .card-title {
  min-width: 250px;
}
.cid-uVBJ6ESJ4Z .card-text {
  padding-left: 4rem;
}
@media (max-width: 767px) {
  .cid-uVBJ6ESJ4Z .card-text {
    padding-left: 0rem;
  }
}
.cid-uVBJ6ESJ4Z .mbr-iconfont {
  font-size: 1rem;
  color: #000000;
  border-radius: 50%;
  background: #269213;
  width: 35px;
  height: 35px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.cid-uVBJ6ESJ4Z .card-wrapper {
  display: flex;
  transition: all 0.3s;
  justify-content: space-between;
  align-items: center;
  background: #f4fcf9;
  margin-bottom: 1rem;
  padding: 1.5rem 1.5rem;
}
@media (max-width: 767px) {
  .cid-uVBJ6ESJ4Z .card-wrapper {
    flex-direction: column;
  }
}
.cid-uVBJ6ESJ4Z .card-wrapper:hover {
  background: #000000;
  color: white;
}
.cid-uVBJ6ESJ4Z .text-wrap {
  display: flex;
}
@media (max-width: 767px) {
  .cid-uVBJ6ESJ4Z .text-wrap {
    flex-direction: column;
    padding-bottom: 1rem;
  }
}
.cid-uVBJ6ESJ4Z .mbr-section-title {
  color: #ffffff;
}
.cid-uVBJ6ESJ4Z .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uVBJ6ESJ4Z .card-text,
.cid-uVBJ6ESJ4Z .mbr-section-btn {
  color: #1cb3ac;
}
.cid-uVvp7kGFiR {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/bg01-655x659.jpg");
  background-attachment: fixed;
}
.cid-uVvp7kGFiR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVvp7kGFiR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVvp7kGFiR .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uVvp7kGFiR .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 30%;
  margin-bottom: 32px;
}
@media (max-width: 1440px) {
  .cid-uVvp7kGFiR .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uVvp7kGFiR .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uVvp7kGFiR .content-wrapper .address-wrapper {
  margin-top: 120px;
}
@media (max-width: 992px) {
  .cid-uVvp7kGFiR .content-wrapper .address-wrapper {
    margin-top: 32px;
  }
}
.cid-uVvp7kGFiR .content-wrapper .address-wrapper .address-wrap {
  display: inline-grid;
  grid-template-columns: 6px 1fr;
  gap: 24px;
  padding: 16px 40px 16px 10px;
  background-color: #ffffff;
  box-shadow: 0 19px 45px 0 #0000001a;
}
@media (max-width: 992px) {
  .cid-uVvp7kGFiR .content-wrapper .address-wrapper .address-wrap {
    padding: 10px 20px 10px 10px;
    gap: 16px;
  }
}
.cid-uVvp7kGFiR .content-wrapper .address-wrapper .address-wrap .line-wrap {
  width: 6px;
  height: 100%;
  border-radius: 10px;
  background-color: #f47451;
}
@media (max-width: 992px) {
  .cid-uVvp7kGFiR .content-wrapper .address-wrapper .address-wrap .line-wrap {
    width: 4px;
  }
}
.cid-uVvp7kGFiR .content-wrapper .address-wrapper .address-wrap .text-wrap {
  padding: 10px 0;
}
.cid-uVvp7kGFiR .content-wrapper .address-wrapper .address-wrap .text-wrap .mbr-address {
  margin-bottom: 4px;
}
.cid-uVvp7kGFiR .content-wrapper .address-wrapper .address-wrap .text-wrap .mbr-hours {
  margin-bottom: 0;
}
.cid-uVvp7kGFiR .mbr-section-title {
  color: #000c3f;
}
.cid-uVvp7kGFiR .mbr-text,
.cid-uVvp7kGFiR .text-wrapper {
  color: #000c3f;
  text-align: center;
}
.cid-uVvp7kGFiR .mbr-section-title,
.cid-uVvp7kGFiR .mbr-section-btn,
.cid-uVvp7kGFiR .address-wrapper {
  text-align: center;
}
.cid-uVvp7kGFiR .mbr-address {
  color: #000c3f;
  text-align: left;
}
.cid-uVvp7kGFiR .mbr-hours {
  color: #000c3f;
  text-align: left;
}
.cid-uUyVGjsGdE {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/bg01-655x659.jpg");
  background-attachment: fixed;
}
.cid-uUyVGjsGdE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUyVGjsGdE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUyVGjsGdE .loc-iconfont {
  position: absolute;
  top: 1rem;
  right: 2rem;
  background: #269213;
  color: white;
  height: 70px;
  width: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 2rem;
}
.cid-uUyVGjsGdE .btn {
  width: -webkit-fill-available;
}
.cid-uUyVGjsGdE .mbr-section-btn {
  padding: 0 0.3rem;
}
.cid-uUyVGjsGdE .row-h {
  height: 100% !important;
  padding-bottom: 2rem;
}
.cid-uUyVGjsGdE .card-big {
  height: 100%;
  border-radius: 6px;
  padding: 0rem;
  margin: 0;
}
.cid-uUyVGjsGdE .card-wrapper {
  transition: all 0.3s;
  border-radius: 6px;
  padding: 1rem 1rem;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 2rem;
  border: 2px dashed currentColor;
}
@media (max-width: 767px) {
  .cid-uUyVGjsGdE .card-wrapper {
    flex-direction: column;
    padding: 1rem 1rem;
    padding-bottom: 2rem;
  }
}
.cid-uUyVGjsGdE .card-wrapper:hover .mbr-iconfont {
  background: #269213;
  transform: translateX(10px);
}
.cid-uUyVGjsGdE .row {
  justify-content: center;
}
.cid-uUyVGjsGdE .cardbig-link,
.cid-uUyVGjsGdE .mbr-linkiconfont {
  color: #ffffff;
}
.cid-uUyVGjsGdE .cardbig-text,
.cid-uUyVGjsGdE .link-wrapper {
  color: #ffffff;
}
.cid-uUyVGjsGdE .card-title,
.cid-uUyVGjsGdE .iconfont-wrapper,
.cid-uUyVGjsGdE .card-wrapper {
  color: #1cb3ac;
}
.cid-uUyVGjsGdE .card-text,
.cid-uUyVGjsGdE .mbr-section-btn {
  color: #ffffff;
}
.cid-uUyVGjsGdE .cardbig-title {
  color: #ffffff;
}
.cid-uUyVGjsGdE .seminar-location {
  font-size: 1.2rem;
  line-height: 1.5rem;
  margin-top: .5rem;
  color: #ffffff;
}
.cid-uUyVGjsGdE .seminar-ok {
  font-size: 1.6rem;
  line-height: 1.5rem;
  margin-top: .9rem;
  color: #1cb3ac;
}
.cid-uVP9bit7ro {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/bg01-655x659.jpg");
  background-attachment: fixed;
}
.cid-uVP9bit7ro .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVP9bit7ro .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVP9bit7ro .row {
  justify-content: center;
}
.cid-uVP9bit7ro .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uVP9bit7ro .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
  background-image: linear-gradient(0deg, #ffffff, #ffffff 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uVP9bit7ro .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uVP9bit7ro .mbr-section-title {
  color: #ffffff;
}
.cid-uVP9bit7ro .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uVP9bit7ro .mbr-section-title,
.cid-uVP9bit7ro .mbr-section-btn {
  text-align: center;
}
.cid-uVP5mHnqIa {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/bg01-655x659.jpg");
  background-attachment: fixed;
}
.cid-uVP5mHnqIa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVP5mHnqIa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVP5mHnqIa .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uVP5mHnqIa .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uVP5mHnqIa .content-wrapper {
    padding: 0;
  }
}
.cid-uVP5mHnqIa .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 120px;
}
@media (max-width: 1200px) {
  .cid-uVP5mHnqIa .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uVP5mHnqIa .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uVP5mHnqIa .items-wrapper {
  justify-content: center;
}
.cid-uVP5mHnqIa .items-wrapper .item-wrap {
  position: relative;
  height: 100%;
  margin-bottom: 32px;
}
.cid-uVP5mHnqIa .items-wrapper .item-wrap img {
  height: 150px;
  object-fit: contain;
}
.cid-uVP5mHnqIa .mbr-section-title,
.cid-uVP5mHnqIa .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uVPasP6FO1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/bg01-655x659.jpg");
  background-attachment: fixed;
}
.cid-uVPasP6FO1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVPasP6FO1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVPasP6FO1 .row {
  justify-content: center;
}
.cid-uVPasP6FO1 .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uVPasP6FO1 .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
  background-image: linear-gradient(0deg, #ffffff, #ffffff 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uVPasP6FO1 .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uVPasP6FO1 .mbr-section-title {
  color: #ffffff;
}
.cid-uVPasP6FO1 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uVPasP6FO1 .mbr-section-title,
.cid-uVPasP6FO1 .mbr-section-btn {
  text-align: center;
}
.cid-uVPacc6c6W {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/bg01-655x659.jpg");
  background-attachment: fixed;
}
.cid-uVPacc6c6W .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVPacc6c6W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVPacc6c6W .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uVPacc6c6W .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uVPacc6c6W .content-wrapper {
    padding: 0;
  }
}
.cid-uVPacc6c6W .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 120px;
}
@media (max-width: 1200px) {
  .cid-uVPacc6c6W .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uVPacc6c6W .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uVPacc6c6W .items-wrapper {
  justify-content: center;
}
.cid-uVPacc6c6W .items-wrapper .item-wrap {
  position: relative;
  height: 100%;
  margin-bottom: 32px;
}
.cid-uVPacc6c6W .items-wrapper .item-wrap img {
  height: 150px;
  object-fit: contain;
}
.cid-uVPacc6c6W .mbr-section-title,
.cid-uVPacc6c6W .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uUyKBSpbFX {
  padding-top: 1rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/bg01-655x659.jpg");
  background-attachment: fixed;
}
.cid-uUyKBSpbFX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUyKBSpbFX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUyKBSpbFX .col-title {
  position: relative;
  z-index: 10;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .cid-uUyKBSpbFX .col-title {
    margin-bottom: 40px;
  }
}
.cid-uUyKBSpbFX .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uUyKBSpbFX .mbr-section-title {
    text-align: center !important;
  }
}
.cid-uUyKBSpbFX .mbr-section-subtitle {
  color: #5F6AD4;
  margin-top: 24px;
}
@media (max-width: 991px) {
  .cid-uUyKBSpbFX .mbr-section-subtitle {
    margin-top: 16px;
    text-align: center !important;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .cid-uUyKBSpbFX .accordion-row {
    margin: 0 -10px !important;
  }
}
.cid-uUyKBSpbFX .accordion-title-container {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
  padding: 0 !important;
}
@media (max-width: 991px) {
  .cid-uUyKBSpbFX .accordion-title-container {
    display: none;
  }
}
.cid-uUyKBSpbFX .accordion-title {
  padding: 0 20px;
  width: 50%;
  color: #5F6AD4;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .cid-uUyKBSpbFX .accordion-title {
    padding: 0 10px;
  }
}
.cid-uUyKBSpbFX .panel-group {
  display: flex;
  flex-wrap: wrap;
  border: none;
  padding: 0 !important;
}
.cid-uUyKBSpbFX .card {
  width: 50%;
  padding: 0 20px !important;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .cid-uUyKBSpbFX .card {
    padding: 0 10px !important;
  }
}
@media (max-width: 991px) {
  .cid-uUyKBSpbFX .card {
    width: 100%;
  }
}
.cid-uUyKBSpbFX .card-border {
  height: 2px;
  width: 100%;
  background-color: #edefeb;
  margin-top: auto;
}
.cid-uUyKBSpbFX .card-border-top {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uUyKBSpbFX .card-border-top2 {
    display: none;
  }
}
.cid-uUyKBSpbFX .mbr-iconfont {
  font-size: 24px !important;
  font-family: 'Moririse2' !important;
  color: #ffffff;
  margin-left: 1rem;
  padding: 8px;
  background-color: #1cb3ac;
  transition: all ease-in-out 0.3s;
  border-radius: 50%;
}
.cid-uUyKBSpbFX .card-header {
  border-bottom: none !important;
  padding: 15px 0 !important;
}
.cid-uUyKBSpbFX .card-header:hover .mbr-iconfont {
  background-color: #cecec1 !important;
}
.cid-uUyKBSpbFX .card-header .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-uUyKBSpbFX .panel-body {
  padding-bottom: 20px;
}
.cid-uUyKBSpbFX .panel-text {
  margin-bottom: 20px !important;
  color: #edefeb;
}
.cid-uUyKBSpbFX .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uUyKBSpbFX .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uUyKBSpbFX .panel-title-edit {
  color: #ffffff;
}
.cid-uUyKs2WKhj {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uUyKs2WKhj .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uo3moSMoXN.popup-builder {
  background-color: #ffffff;
}
.cid-uo3moSMoXN.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uo3moSMoXN.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uo3moSMoXN .modal-content,
.cid-uo3moSMoXN .modal-dialog {
  height: auto;
}
.cid-uo3moSMoXN .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uo3moSMoXN .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uo3moSMoXN .form-wrapper .mbr-form .form-group,
  .cid-uo3moSMoXN .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uo3moSMoXN .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uo3moSMoXN .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-uo3moSMoXN .mbr-text {
  text-align: left;
}
.cid-uo3moSMoXN .pt-0 {
  padding-top: 0 !important;
}
.cid-uo3moSMoXN .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uo3moSMoXN .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uo3moSMoXN .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uo3moSMoXN .modal-open {
  overflow: hidden;
}
.cid-uo3moSMoXN .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uo3moSMoXN .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uo3moSMoXN .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uo3moSMoXN .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-uo3moSMoXN .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uo3moSMoXN .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uo3moSMoXN .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uo3moSMoXN .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-uo3moSMoXN .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uo3moSMoXN .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uo3moSMoXN .modal-backdrop.fade {
  opacity: 0;
}
.cid-uo3moSMoXN .modal-backdrop.show {
  opacity: .5;
}
.cid-uo3moSMoXN .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-uo3moSMoXN .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uo3moSMoXN .modal-header {
    padding: 1rem;
  }
}
.cid-uo3moSMoXN .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uo3moSMoXN .modal-header .close svg {
  fill: #353535;
}
.cid-uo3moSMoXN .modal-header .close:hover {
  opacity: 1;
}
.cid-uo3moSMoXN .modal-header .close:focus {
  outline: none;
}
.cid-uo3moSMoXN .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uo3moSMoXN .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uo3moSMoXN .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uo3moSMoXN .modal-body {
    padding: 1rem;
  }
}
.cid-uo3moSMoXN .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-uo3moSMoXN .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uo3moSMoXN .modal-footer {
    padding: 1rem;
  }
}
.cid-uo3moSMoXN .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uo3moSMoXN .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uo3moSMoXN .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uo3moSMoXN .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uo3moSMoXN .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uo3moSMoXN .modal-lg,
  .cid-uo3moSMoXN .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uo3moSMoXN .modal-xl {
    max-width: 1140px;
  }
}
.cid-uo3moSMoXN .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uo3moSMoXN .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-uo3moSMoXN .form-group {
  margin-bottom: 1rem;
}
.cid-uo3moSMoXN .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uo3moSMoXN .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uo3moSMoXN .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-uo3moSMoXN .mbr-section-btn {
  margin: 0;
}
.cid-uo3moSMoXN .mbr-section-btn .btn {
  margin: 0;
}
.cid-uo25svXXBM.popup-builder {
  background-color: #ffffff;
}
.cid-uo25svXXBM.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uo25svXXBM.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uo25svXXBM .modal-content,
.cid-uo25svXXBM .modal-dialog {
  height: auto;
}
.cid-uo25svXXBM .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uo25svXXBM .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uo25svXXBM .form-wrapper .mbr-form .form-group,
  .cid-uo25svXXBM .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uo25svXXBM .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uo25svXXBM .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-uo25svXXBM .mbr-text {
  text-align: left;
}
.cid-uo25svXXBM .pt-0 {
  padding-top: 0 !important;
}
.cid-uo25svXXBM .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uo25svXXBM .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uo25svXXBM .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uo25svXXBM .modal-open {
  overflow: hidden;
}
.cid-uo25svXXBM .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uo25svXXBM .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uo25svXXBM .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uo25svXXBM .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-uo25svXXBM .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uo25svXXBM .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uo25svXXBM .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uo25svXXBM .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-uo25svXXBM .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uo25svXXBM .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uo25svXXBM .modal-backdrop.fade {
  opacity: 0;
}
.cid-uo25svXXBM .modal-backdrop.show {
  opacity: .5;
}
.cid-uo25svXXBM .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-uo25svXXBM .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uo25svXXBM .modal-header {
    padding: 1rem;
  }
}
.cid-uo25svXXBM .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uo25svXXBM .modal-header .close svg {
  fill: #353535;
}
.cid-uo25svXXBM .modal-header .close:hover {
  opacity: 1;
}
.cid-uo25svXXBM .modal-header .close:focus {
  outline: none;
}
.cid-uo25svXXBM .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #2376a3;
}
.cid-uo25svXXBM .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uo25svXXBM .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uo25svXXBM .modal-body {
    padding: 1rem;
  }
}
.cid-uo25svXXBM .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-uo25svXXBM .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uo25svXXBM .modal-footer {
    padding: 1rem;
  }
}
.cid-uo25svXXBM .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uo25svXXBM .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uo25svXXBM .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uo25svXXBM .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uo25svXXBM .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uo25svXXBM .modal-lg,
  .cid-uo25svXXBM .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uo25svXXBM .modal-xl {
    max-width: 1140px;
  }
}
.cid-uo25svXXBM .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uo25svXXBM .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-uo25svXXBM .form-group {
  margin-bottom: 1rem;
}
.cid-uo25svXXBM .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uo25svXXBM .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uo25svXXBM .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-uo25svXXBM .mbr-section-btn {
  margin: 0;
}
.cid-uo25svXXBM .mbr-section-btn .btn {
  margin: 0;
}
@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;
}

.embla__button,
.carousel-control {
  background-color: #edefea !important;
  opacity: 0.8 !important;
  color: #464845 !important;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea !important;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

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;
}

/*! 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;
  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);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    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.3rem !important;
  height: auto;
  padding: 1.2rem 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;
}

.row > * {
  padding-right: 1rem;
  padding-left: 1rem;
}

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 {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

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;
}

.container,
.container-fluid {
  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: 992px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.app-video-wrapper > img {
  opacity: 1;
}

.app-video-wrapper {
  background: transparent;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.cid-uVefYhZED6 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-uVefYhZED6 nav.navbar {
  position: fixed;
}
.cid-uVefYhZED6 .navbar-logo {
  margin-right: 1rem !important;
}
.cid-uVefYhZED6 .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-uVefYhZED6 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uVefYhZED6 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uVefYhZED6 .dropdown-item:hover,
.cid-uVefYhZED6 .dropdown-item:focus {
  background: #269213 !important;
  color: white !important;
}
.cid-uVefYhZED6 .dropdown-item:hover span {
  color: white;
}
.cid-uVefYhZED6 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uVefYhZED6 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uVefYhZED6 .nav-dropdown .link {
  padding: 0 1.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uVefYhZED6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uVefYhZED6 .nav-link {
  position: relative;
}
.cid-uVefYhZED6 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uVefYhZED6 .container {
    flex-wrap: nowrap;
  }
}
.cid-uVefYhZED6 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uVefYhZED6 .dropdown-menu,
.cid-uVefYhZED6 .navbar.opened {
  background: #000000 !important;
}
.cid-uVefYhZED6 .nav-item:focus,
.cid-uVefYhZED6 .nav-link:focus {
  outline: none;
}
.cid-uVefYhZED6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uVefYhZED6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uVefYhZED6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uVefYhZED6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVefYhZED6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVefYhZED6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVefYhZED6 .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uVefYhZED6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uVefYhZED6 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uVefYhZED6 .navbar .navbar-logo img {
  width: auto;
}
.cid-uVefYhZED6 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uVefYhZED6 .navbar.collapsed {
  justify-content: center;
}
.cid-uVefYhZED6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVefYhZED6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uVefYhZED6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVefYhZED6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVefYhZED6 .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-uVefYhZED6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVefYhZED6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uVefYhZED6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uVefYhZED6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVefYhZED6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVefYhZED6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVefYhZED6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uVefYhZED6 .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-uVefYhZED6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uVefYhZED6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uVefYhZED6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uVefYhZED6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uVefYhZED6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uVefYhZED6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uVefYhZED6 .navbar.navbar-short {
  min-height: 80px;
}
.cid-uVefYhZED6 .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uVefYhZED6 .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uVefYhZED6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uVefYhZED6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVefYhZED6 .dropdown-item.active,
.cid-uVefYhZED6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uVefYhZED6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uVefYhZED6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVefYhZED6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVefYhZED6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uVefYhZED6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uVefYhZED6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVefYhZED6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uVefYhZED6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uVefYhZED6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uVefYhZED6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uVefYhZED6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uVefYhZED6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVefYhZED6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVefYhZED6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uVefYhZED6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVefYhZED6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uVefYhZED6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uVefYhZED6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVefYhZED6 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uVefYhZED6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uVefYhZED6 .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-uVefYhZED6 .navbar {
    height: 70px;
  }
  .cid-uVefYhZED6 .navbar.opened {
    height: auto;
  }
  .cid-uVefYhZED6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uVB3ZhqzQT {
  padding-top: 45px;
  padding-bottom: 120px;
}
.cid-uVB3ZhqzQT .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uVB3ZhqzQT .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-uVB3ZhqzQT .mbr-figure img {
    width: 100% !important;
  }
}
.cid-uVB3ZhqzQT .mbr-text,
.cid-uVB3ZhqzQT .mbr-section-btn {
  color: #020e36;
}
.cid-uVBgc525AZ {
  padding-top: 45px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/bg01-655x659.jpg");
  background-attachment: fixed;
}
.cid-uVBgc525AZ .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-uVBgc525AZ .form-control,
.cid-uVBgc525AZ .field-input {
  padding: 0.5rem;
  background-color: #faf9fc;
  border-color: #b1e695;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uVBgc525AZ .form-control::-webkit-input-placeholder,
.cid-uVBgc525AZ .field-input::-webkit-input-placeholder,
.cid-uVBgc525AZ .form-control::-webkit-input-placeholder,
.cid-uVBgc525AZ .field-input::-webkit-input-placeholder {
  color: #000000;
}
.cid-uVBgc525AZ .form-control:-moz-placeholder,
.cid-uVBgc525AZ .field-input:-moz-placeholder,
.cid-uVBgc525AZ .form-control:-moz-placeholder,
.cid-uVBgc525AZ .field-input:-moz-placeholder {
  color: #000000;
}
.cid-uVBgc525AZ .form-control:hover,
.cid-uVBgc525AZ .field-input:hover,
.cid-uVBgc525AZ .form-control:focus,
.cid-uVBgc525AZ .field-input:focus {
  background-color: #2a9cbf;
  border-color: #1387dc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uVBgc525AZ .form-control:hover::-webkit-input-placeholder,
.cid-uVBgc525AZ .field-input:hover::-webkit-input-placeholder,
.cid-uVBgc525AZ .form-control:focus::-webkit-input-placeholder,
.cid-uVBgc525AZ .field-input:focus::-webkit-input-placeholder,
.cid-uVBgc525AZ .form-control:hover::-webkit-input-placeholder,
.cid-uVBgc525AZ .field-input:hover::-webkit-input-placeholder,
.cid-uVBgc525AZ .form-control:focus::-webkit-input-placeholder,
.cid-uVBgc525AZ .field-input:focus::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-uVBgc525AZ .form-control:hover:-moz-placeholder,
.cid-uVBgc525AZ .field-input:hover:-moz-placeholder,
.cid-uVBgc525AZ .form-control:focus:-moz-placeholder,
.cid-uVBgc525AZ .field-input:focus:-moz-placeholder,
.cid-uVBgc525AZ .form-control:hover:-moz-placeholder,
.cid-uVBgc525AZ .field-input:hover:-moz-placeholder,
.cid-uVBgc525AZ .form-control:focus:-moz-placeholder,
.cid-uVBgc525AZ .field-input:focus:-moz-placeholder {
  color: #ffffff;
}
.cid-uVBgc525AZ ƒ .jq-number__spin:hover,
.cid-uVBgc525AZ .jq-number__spin:focus {
  background-color: #2a9cbf;
  border-color: #1387dc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uVBgc525AZ .jq-number__spin {
  background-color: #faf9fc;
  border-color: #b1e695;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uVBgc525AZ .jq-selectbox li,
.cid-uVBgc525AZ .jq-selectbox li {
  background-color: #faf9fc;
  color: #000000;
}
.cid-uVBgc525AZ .jq-selectbox li:hover,
.cid-uVBgc525AZ .jq-selectbox li.selected {
  background-color: #2a9cbf;
  color: #ffffff;
}
.cid-uVBgc525AZ .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uVBgc525AZ .jq-number__spin.minus:hover:after,
.cid-uVBgc525AZ .jq-number__spin.plus:hover:after {
  border-top-color: #faf9fc;
  border-bottom-color: #faf9fc;
}
.cid-uVBgc525AZ .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uVBgc525AZ .jq-number__spin.minus:after,
.cid-uVBgc525AZ .jq-number__spin.plus:after {
  border-top-color: #2a9cbf;
  border-bottom-color: #2a9cbf;
}
.cid-uVBgc525AZ input::-webkit-clear-button {
  display: none;
}
.cid-uVBgc525AZ input::-webkit-inner-spin-button {
  display: none;
}
.cid-uVBgc525AZ input::-webkit-outer-spin-button {
  display: none;
}
.cid-uVBgc525AZ input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uVBgc525AZ H4 {
  color: #ffffff;
  text-align: center;
}
.cid-uVBgc525AZ LABEL {
  color: #ffffff;
}
.cid-uVBgc525AZ P {
  color: #ffffff;
}
.cid-uVBgc525AZ H3 {
  color: #ffffff;
}
.cid-uVBgc525AZ H5 {
  color: #ffffff;
}
.cid-uVBgc525AZ .seminar-location {
  font-size: 1.3rem;
  line-height: 2.2rem;
  margin-top: 0rem;
}
.cid-uVfVDlPY7B {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/bg01-655x659.jpg");
  background-attachment: fixed;
}
.cid-uVfVDlPY7B .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-uVfVDlPY7B .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVfVDlPY7B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVfVDlPY7B .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uVfVDlPY7B .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uVfVDlPY7B {
    align-items: center;
  }
  .cid-uVfVDlPY7B .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uVfVDlPY7B .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uVfVDlPY7B {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uVfVDlPY7B .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uVfVDlPY7B .content-wrap {
    width: 100%;
  }
}
.cid-uVfVDlPY7B .mbr-section-title {
  text-align: center;
}
.cid-uVfVDlPY7B .mbr-text,
.cid-uVfVDlPY7B .mbr-section-btn {
  text-align: center;
}
.cid-uVPaEM0gUn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/bg01-655x659.jpg");
  background-attachment: fixed;
}
.cid-uVPaEM0gUn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVPaEM0gUn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVPaEM0gUn .row {
  justify-content: center;
}
.cid-uVPaEM0gUn .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uVPaEM0gUn .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
  background-image: linear-gradient(0deg, #ffffff, #ffffff 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uVPaEM0gUn .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uVPaEM0gUn .mbr-section-title {
  color: #ffffff;
}
.cid-uVPaEM0gUn .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uVPaEM0gUn .mbr-section-title,
.cid-uVPaEM0gUn .mbr-section-btn {
  text-align: center;
}
.cid-uVPaGlckwc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/bg01-655x659.jpg");
  background-attachment: fixed;
}
.cid-uVPaGlckwc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVPaGlckwc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVPaGlckwc .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uVPaGlckwc .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uVPaGlckwc .content-wrapper {
    padding: 0;
  }
}
.cid-uVPaGlckwc .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 120px;
}
@media (max-width: 1200px) {
  .cid-uVPaGlckwc .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uVPaGlckwc .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uVPaGlckwc .items-wrapper {
  justify-content: center;
}
.cid-uVPaGlckwc .items-wrapper .item-wrap {
  position: relative;
  height: 100%;
  margin-bottom: 32px;
}
.cid-uVPaGlckwc .items-wrapper .item-wrap img {
  height: 150px;
  object-fit: contain;
}
.cid-uVPaGlckwc .mbr-section-title,
.cid-uVPaGlckwc .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uVPaHe0ANH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/bg01-655x659.jpg");
  background-attachment: fixed;
}
.cid-uVPaHe0ANH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVPaHe0ANH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVPaHe0ANH .row {
  justify-content: center;
}
.cid-uVPaHe0ANH .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uVPaHe0ANH .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
  background-image: linear-gradient(0deg, #ffffff, #ffffff 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uVPaHe0ANH .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uVPaHe0ANH .mbr-section-title {
  color: #ffffff;
}
.cid-uVPaHe0ANH .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uVPaHe0ANH .mbr-section-title,
.cid-uVPaHe0ANH .mbr-section-btn {
  text-align: center;
}
.cid-uVPaT58ImH {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/bg01-655x659.jpg");
  background-attachment: fixed;
}
.cid-uVPaT58ImH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVPaT58ImH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVPaT58ImH .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uVPaT58ImH .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uVPaT58ImH .content-wrapper {
    padding: 0;
  }
}
.cid-uVPaT58ImH .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 120px;
}
@media (max-width: 1200px) {
  .cid-uVPaT58ImH .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uVPaT58ImH .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uVPaT58ImH .items-wrapper {
  justify-content: center;
}
.cid-uVPaT58ImH .items-wrapper .item-wrap {
  position: relative;
  height: 100%;
  margin-bottom: 32px;
}
.cid-uVPaT58ImH .items-wrapper .item-wrap img {
  height: 150px;
  object-fit: contain;
}
.cid-uVPaT58ImH .mbr-section-title,
.cid-uVPaT58ImH .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uVefYwhIia {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uVefYwhIia .media-container-row .mbr-text {
  color: #ffffff;
}
@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;
}

.embla__button,
.carousel-control {
  background-color: #edefea !important;
  opacity: 0.8 !important;
  color: #464845 !important;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea !important;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

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;
}

/*! 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;
  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);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    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.3rem !important;
  height: auto;
  padding: 1.2rem 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;
}

.row > * {
  padding-right: 1rem;
  padding-left: 1rem;
}

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 {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

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;
}

.container,
.container-fluid {
  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: 992px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.app-video-wrapper > img {
  opacity: 1;
}

.app-video-wrapper {
  background: transparent;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.cid-uVegc54KRI {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-uVegc54KRI nav.navbar {
  position: fixed;
}
.cid-uVegc54KRI .navbar-logo {
  margin-right: 1rem !important;
}
.cid-uVegc54KRI .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-uVegc54KRI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uVegc54KRI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uVegc54KRI .dropdown-item:hover,
.cid-uVegc54KRI .dropdown-item:focus {
  background: #269213 !important;
  color: white !important;
}
.cid-uVegc54KRI .dropdown-item:hover span {
  color: white;
}
.cid-uVegc54KRI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uVegc54KRI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uVegc54KRI .nav-dropdown .link {
  padding: 0 1.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uVegc54KRI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uVegc54KRI .nav-link {
  position: relative;
}
.cid-uVegc54KRI .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uVegc54KRI .container {
    flex-wrap: nowrap;
  }
}
.cid-uVegc54KRI .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uVegc54KRI .dropdown-menu,
.cid-uVegc54KRI .navbar.opened {
  background: #000000 !important;
}
.cid-uVegc54KRI .nav-item:focus,
.cid-uVegc54KRI .nav-link:focus {
  outline: none;
}
.cid-uVegc54KRI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uVegc54KRI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uVegc54KRI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uVegc54KRI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVegc54KRI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVegc54KRI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVegc54KRI .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uVegc54KRI .navbar.opened {
  transition: all 0.3s;
}
.cid-uVegc54KRI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uVegc54KRI .navbar .navbar-logo img {
  width: auto;
}
.cid-uVegc54KRI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uVegc54KRI .navbar.collapsed {
  justify-content: center;
}
.cid-uVegc54KRI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVegc54KRI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uVegc54KRI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVegc54KRI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVegc54KRI .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-uVegc54KRI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVegc54KRI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uVegc54KRI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uVegc54KRI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVegc54KRI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVegc54KRI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVegc54KRI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uVegc54KRI .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-uVegc54KRI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uVegc54KRI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uVegc54KRI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uVegc54KRI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uVegc54KRI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uVegc54KRI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uVegc54KRI .navbar.navbar-short {
  min-height: 80px;
}
.cid-uVegc54KRI .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uVegc54KRI .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uVegc54KRI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uVegc54KRI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVegc54KRI .dropdown-item.active,
.cid-uVegc54KRI .dropdown-item:active {
  background-color: transparent;
}
.cid-uVegc54KRI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uVegc54KRI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVegc54KRI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVegc54KRI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uVegc54KRI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uVegc54KRI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVegc54KRI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uVegc54KRI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uVegc54KRI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uVegc54KRI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uVegc54KRI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uVegc54KRI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVegc54KRI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVegc54KRI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uVegc54KRI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVegc54KRI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uVegc54KRI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uVegc54KRI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVegc54KRI .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uVegc54KRI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uVegc54KRI .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-uVegc54KRI .navbar {
    height: 70px;
  }
  .cid-uVegc54KRI .navbar.opened {
    height: auto;
  }
  .cid-uVegc54KRI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uVB4Wx4XqQ {
  padding-top: 45px;
  padding-bottom: 120px;
}
.cid-uVB4Wx4XqQ .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uVB4Wx4XqQ .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-uVB4Wx4XqQ .mbr-figure img {
    width: 100% !important;
  }
}
.cid-uVB4Wx4XqQ .mbr-text,
.cid-uVB4Wx4XqQ .mbr-section-btn {
  color: #020e36;
}
.cid-uVegccpogx {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/bg01-655x659.jpg");
  background-attachment: fixed;
}
.cid-uVegccpogx .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-uVegccpogx .form-control,
.cid-uVegccpogx .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uVegccpogx .form-control::-webkit-input-placeholder,
.cid-uVegccpogx .field-input::-webkit-input-placeholder,
.cid-uVegccpogx .form-control::-webkit-input-placeholder,
.cid-uVegccpogx .field-input::-webkit-input-placeholder {
  color: #858383;
}
.cid-uVegccpogx .form-control:-moz-placeholder,
.cid-uVegccpogx .field-input:-moz-placeholder,
.cid-uVegccpogx .form-control:-moz-placeholder,
.cid-uVegccpogx .field-input:-moz-placeholder {
  color: #858383;
}
.cid-uVegccpogx .form-control:hover,
.cid-uVegccpogx .field-input:hover,
.cid-uVegccpogx .form-control:focus,
.cid-uVegccpogx .field-input:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uVegccpogx .form-control:hover::-webkit-input-placeholder,
.cid-uVegccpogx .field-input:hover::-webkit-input-placeholder,
.cid-uVegccpogx .form-control:focus::-webkit-input-placeholder,
.cid-uVegccpogx .field-input:focus::-webkit-input-placeholder,
.cid-uVegccpogx .form-control:hover::-webkit-input-placeholder,
.cid-uVegccpogx .field-input:hover::-webkit-input-placeholder,
.cid-uVegccpogx .form-control:focus::-webkit-input-placeholder,
.cid-uVegccpogx .field-input:focus::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-uVegccpogx .form-control:hover:-moz-placeholder,
.cid-uVegccpogx .field-input:hover:-moz-placeholder,
.cid-uVegccpogx .form-control:focus:-moz-placeholder,
.cid-uVegccpogx .field-input:focus:-moz-placeholder,
.cid-uVegccpogx .form-control:hover:-moz-placeholder,
.cid-uVegccpogx .field-input:hover:-moz-placeholder,
.cid-uVegccpogx .form-control:focus:-moz-placeholder,
.cid-uVegccpogx .field-input:focus:-moz-placeholder {
  color: #c1c1c1;
}
.cid-uVegccpogx .jq-number__spin:hover,
.cid-uVegccpogx .jq-number__spin:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uVegccpogx .jq-number__spin {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uVegccpogx .jq-selectbox li,
.cid-uVegccpogx .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uVegccpogx .jq-selectbox li:hover,
.cid-uVegccpogx .jq-selectbox li.selected {
  background-color: #efefef;
  color: #000000;
}
.cid-uVegccpogx .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uVegccpogx .jq-number__spin.minus:hover:after,
.cid-uVegccpogx .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uVegccpogx .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uVegccpogx .jq-number__spin.minus:after,
.cid-uVegccpogx .jq-number__spin.plus:after {
  border-top-color: #efefef;
  border-bottom-color: #efefef;
}
.cid-uVegccpogx input::-webkit-clear-button {
  display: none;
}
.cid-uVegccpogx input::-webkit-inner-spin-button {
  display: none;
}
.cid-uVegccpogx input::-webkit-outer-spin-button {
  display: none;
}
.cid-uVegccpogx input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uVegccpogx H4 {
  color: #ffffff;
  text-align: center;
}
.cid-uVegccpogx LABEL {
  color: #ffffff;
}
.cid-uVegccpogx P {
  color: #ffffff;
}
.cid-uVfVcbm4C1 {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/bg01-655x659.jpg");
  background-attachment: fixed;
}
.cid-uVfVcbm4C1 .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-uVfVcbm4C1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVfVcbm4C1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVfVcbm4C1 .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uVfVcbm4C1 .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uVfVcbm4C1 {
    align-items: center;
  }
  .cid-uVfVcbm4C1 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uVfVcbm4C1 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uVfVcbm4C1 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uVfVcbm4C1 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uVfVcbm4C1 .content-wrap {
    width: 100%;
  }
}
.cid-uVfVcbm4C1 .mbr-section-title {
  text-align: center;
}
.cid-uVfVcbm4C1 .mbr-text,
.cid-uVfVcbm4C1 .mbr-section-btn {
  text-align: center;
}
.cid-uVPb4SlWBB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/bg01-655x659.jpg");
  background-attachment: fixed;
}
.cid-uVPb4SlWBB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVPb4SlWBB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVPb4SlWBB .row {
  justify-content: center;
}
.cid-uVPb4SlWBB .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uVPb4SlWBB .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
  background-image: linear-gradient(0deg, #ffffff, #ffffff 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uVPb4SlWBB .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uVPb4SlWBB .mbr-section-title {
  color: #ffffff;
}
.cid-uVPb4SlWBB .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uVPb4SlWBB .mbr-section-title,
.cid-uVPb4SlWBB .mbr-section-btn {
  text-align: center;
}
.cid-uVPb6rA092 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/bg01-655x659.jpg");
  background-attachment: fixed;
}
.cid-uVPb6rA092 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVPb6rA092 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVPb6rA092 .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uVPb6rA092 .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uVPb6rA092 .content-wrapper {
    padding: 0;
  }
}
.cid-uVPb6rA092 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 120px;
}
@media (max-width: 1200px) {
  .cid-uVPb6rA092 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uVPb6rA092 .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uVPb6rA092 .items-wrapper {
  justify-content: center;
}
.cid-uVPb6rA092 .items-wrapper .item-wrap {
  position: relative;
  height: 100%;
  margin-bottom: 32px;
}
.cid-uVPb6rA092 .items-wrapper .item-wrap img {
  height: 150px;
  object-fit: contain;
}
.cid-uVPb6rA092 .mbr-section-title,
.cid-uVPb6rA092 .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uVPb5Cf20L {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/bg01-655x659.jpg");
  background-attachment: fixed;
}
.cid-uVPb5Cf20L .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVPb5Cf20L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVPb5Cf20L .row {
  justify-content: center;
}
.cid-uVPb5Cf20L .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uVPb5Cf20L .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
  background-image: linear-gradient(0deg, #ffffff, #ffffff 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uVPb5Cf20L .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uVPb5Cf20L .mbr-section-title {
  color: #ffffff;
}
.cid-uVPb5Cf20L .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uVPb5Cf20L .mbr-section-title,
.cid-uVPb5Cf20L .mbr-section-btn {
  text-align: center;
}
.cid-uVPb86m7Yd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/bg01-655x659.jpg");
  background-attachment: fixed;
}
.cid-uVPb86m7Yd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVPb86m7Yd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVPb86m7Yd .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uVPb86m7Yd .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uVPb86m7Yd .content-wrapper {
    padding: 0;
  }
}
.cid-uVPb86m7Yd .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 120px;
}
@media (max-width: 1200px) {
  .cid-uVPb86m7Yd .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uVPb86m7Yd .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uVPb86m7Yd .items-wrapper {
  justify-content: center;
}
.cid-uVPb86m7Yd .items-wrapper .item-wrap {
  position: relative;
  height: 100%;
  margin-bottom: 32px;
}
.cid-uVPb86m7Yd .items-wrapper .item-wrap img {
  height: 150px;
  object-fit: contain;
}
.cid-uVPb86m7Yd .mbr-section-title,
.cid-uVPb86m7Yd .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uVegcku05l {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uVegcku05l .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uVHbotf2ye.popup-builder {
  background-color: #ffffff;
}
.cid-uVHbotf2ye.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uVHbotf2ye.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uVHbotf2ye .modal-content,
.cid-uVHbotf2ye .modal-dialog {
  height: auto;
}
.cid-uVHbotf2ye .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uVHbotf2ye .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uVHbotf2ye .form-wrapper .mbr-form .form-group,
  .cid-uVHbotf2ye .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uVHbotf2ye .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uVHbotf2ye .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-uVHbotf2ye .mbr-text {
  text-align: center;
}
.cid-uVHbotf2ye .pt-0 {
  padding-top: 0 !important;
}
.cid-uVHbotf2ye .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uVHbotf2ye .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uVHbotf2ye .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uVHbotf2ye .modal-open {
  overflow: hidden;
}
.cid-uVHbotf2ye .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uVHbotf2ye .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uVHbotf2ye .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uVHbotf2ye .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-uVHbotf2ye .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uVHbotf2ye .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uVHbotf2ye .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uVHbotf2ye .modal-content {
  background: #2aefc1;
  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-uVHbotf2ye .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uVHbotf2ye .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uVHbotf2ye .modal-backdrop.fade {
  opacity: 0;
}
.cid-uVHbotf2ye .modal-backdrop.show {
  opacity: .5;
}
.cid-uVHbotf2ye .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-uVHbotf2ye .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uVHbotf2ye .modal-header {
    padding: 1rem;
  }
}
.cid-uVHbotf2ye .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uVHbotf2ye .modal-header .close svg {
  fill: #353535;
}
.cid-uVHbotf2ye .modal-header .close:hover {
  opacity: 1;
}
.cid-uVHbotf2ye .modal-header .close:focus {
  outline: none;
}
.cid-uVHbotf2ye .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #0e3d96;
}
.cid-uVHbotf2ye .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uVHbotf2ye .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uVHbotf2ye .modal-body {
    padding: 1rem;
  }
}
.cid-uVHbotf2ye .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-uVHbotf2ye .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uVHbotf2ye .modal-footer {
    padding: 1rem;
  }
}
.cid-uVHbotf2ye .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uVHbotf2ye .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uVHbotf2ye .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uVHbotf2ye .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uVHbotf2ye .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uVHbotf2ye .modal-lg,
  .cid-uVHbotf2ye .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uVHbotf2ye .modal-xl {
    max-width: 1140px;
  }
}
.cid-uVHbotf2ye .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uVHbotf2ye .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-uVHbotf2ye .form-group {
  margin-bottom: 1rem;
}
.cid-uVHbotf2ye .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uVHbotf2ye .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uVHbotf2ye .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-uVHbotf2ye .mbr-section-btn {
  margin: 0;
}
.cid-uVHbotf2ye .mbr-section-btn .btn {
  margin: 0;
}
