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

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

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

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

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

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

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

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

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

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

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1.5;
  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;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.media {
  display: -webkit-flex;
}

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

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

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

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

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

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

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

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

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

.carousel-item img {
  margin: auto;
}

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

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

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

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

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

.card-img {
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

:focus {
  outline: none;
}

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

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

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

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

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

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

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

.app-video-wrapper > img {
  opacity: 1;
}

.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;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #6592e6 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #6592e6 !important;
  border-color: #6592e6 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #2260d2 !important;
  border-color: #2260d2 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2260d2 !important;
  border-color: #2260d2 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #6592e6;
  color: #6592e6;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #2260d2 !important;
  background-color: transparent!important;
  border-color: #2260d2 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #6592e6 !important;
  border-color: #6592e6 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ff6666;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: #ff0f0f !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #47b5ed;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: #148cca !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #40b0bf;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: #2a747e !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffe161;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: #ffd10a !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff9966;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: #ff5f0f !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !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: #6592e6 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #205ac5 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !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: #6592e6;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #6592e6;
  border-color: #6592e6;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #6592e6;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #6592e6 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #6592e6;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #6592e6;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #6592e6;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #6592e6;
  border-bottom-color: #6592e6;
}
.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: #6592e6 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ff6666 !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='%236592e6' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-tRjmdQ2W2X {
  z-index: 1000;
  width: 100%;
}
.cid-tRjmdQ2W2X nav.navbar {
  position: fixed;
}
.cid-tRjmdQ2W2X .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-tRjmdQ2W2X .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tRjmdQ2W2X .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tRjmdQ2W2X .dropdown-item:hover,
.cid-tRjmdQ2W2X .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tRjmdQ2W2X .dropdown-item:hover span {
  color: white;
}
.cid-tRjmdQ2W2X .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tRjmdQ2W2X .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tRjmdQ2W2X .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tRjmdQ2W2X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tRjmdQ2W2X .nav-link {
  position: relative;
}
.cid-tRjmdQ2W2X .container {
  display: flex;
  margin: auto;
}
.cid-tRjmdQ2W2X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tRjmdQ2W2X .dropdown-menu,
.cid-tRjmdQ2W2X .navbar.opened {
  background: #000000 !important;
}
.cid-tRjmdQ2W2X .nav-item:focus,
.cid-tRjmdQ2W2X .nav-link:focus {
  outline: none;
}
.cid-tRjmdQ2W2X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tRjmdQ2W2X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tRjmdQ2W2X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tRjmdQ2W2X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tRjmdQ2W2X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tRjmdQ2W2X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tRjmdQ2W2X .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.8);
}
.cid-tRjmdQ2W2X .navbar.opened {
  transition: all 0.3s;
}
.cid-tRjmdQ2W2X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tRjmdQ2W2X .navbar .navbar-logo img {
  width: auto;
}
.cid-tRjmdQ2W2X .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tRjmdQ2W2X .navbar.collapsed {
  justify-content: center;
}
.cid-tRjmdQ2W2X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tRjmdQ2W2X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tRjmdQ2W2X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-tRjmdQ2W2X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tRjmdQ2W2X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tRjmdQ2W2X .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-tRjmdQ2W2X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tRjmdQ2W2X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tRjmdQ2W2X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tRjmdQ2W2X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tRjmdQ2W2X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tRjmdQ2W2X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tRjmdQ2W2X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tRjmdQ2W2X .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-tRjmdQ2W2X .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tRjmdQ2W2X .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tRjmdQ2W2X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tRjmdQ2W2X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tRjmdQ2W2X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tRjmdQ2W2X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tRjmdQ2W2X .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tRjmdQ2W2X .navbar.navbar-short {
  min-height: 60px;
}
.cid-tRjmdQ2W2X .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tRjmdQ2W2X .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tRjmdQ2W2X .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tRjmdQ2W2X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tRjmdQ2W2X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tRjmdQ2W2X .dropdown-item.active,
.cid-tRjmdQ2W2X .dropdown-item:active {
  background-color: transparent;
}
.cid-tRjmdQ2W2X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tRjmdQ2W2X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tRjmdQ2W2X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tRjmdQ2W2X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tRjmdQ2W2X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tRjmdQ2W2X .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tRjmdQ2W2X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tRjmdQ2W2X .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tRjmdQ2W2X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tRjmdQ2W2X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tRjmdQ2W2X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tRjmdQ2W2X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRjmdQ2W2X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRjmdQ2W2X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tRjmdQ2W2X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRjmdQ2W2X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tRjmdQ2W2X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tRjmdQ2W2X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRjmdQ2W2X .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tRjmdQ2W2X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tRjmdQ2W2X .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-tRjmdQ2W2X .navbar {
    height: 70px;
  }
  .cid-tRjmdQ2W2X .navbar.opened {
    height: auto;
  }
  .cid-tRjmdQ2W2X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tP3hDZAAQy {
  background-image: url("../../../assets/images/mbr-2.jpg");
}
.cid-tP3hDZAAQy .mbr-fallback-image.disabled {
  display: none;
}
.cid-tP3hDZAAQy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPaaoxbROj {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tPaaoxbROj code {
  color: #3384d6;
  font-size: 0.8rem;
}
.cid-tRjvdlIdq3 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #e1e1e1;
}
.cid-tRjvdlIdq3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRjvdlIdq3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tRjvdlIdq3 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tRjvdlIdq3 .row {
  flex-direction: row-reverse;
}
.cid-tRjvdlIdq3 img {
  width: 100%;
}
.cid-tP8DNdntxg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
  overflow: hidden;
  border-bottom: 2px solid red;
}
.cid-tP8DNdntxg .bg-vid-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tP8DNdntxg video.cover {
  width: 100%;
  min-width: 240vh;
  height: auto;
}
.cid-tP8DNdntxg .container-fluid {
  padding-left: 0px;
  padding-right: 0px;
}
.cid-udpqhcABSe {
  border-bottom: 2px solid red;
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-5.jpg");
}
.cid-udpqhcABSe .mbr-fallback-image.disabled {
  display: none;
}
.cid-udpqhcABSe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udpqhcABSe .mbr-section-title {
  text-align: center;
  color: #0000ff;
}
.cid-udpqhcABSe .mbr-text,
.cid-udpqhcABSe .mbr-section-btn {
  color: #9fdbf8;
}
.cid-udpqhcABSe .image {
  border: 10px solid red;
  border-radius: 50%;
  border-top: 10px solid blue;
  border-bottom: 10px solid blue;
  width: 250px;
  height: 250px;
  animation: spin 15s linear infinite;
}
@keyframes spin {
  from {
    transform: rotate(360deg);
  }
  to {
    transform: rotate(0deg);
  }
}
.cid-udpqhcABSe .image:hover {
  animation-play-state: paused;
  cursor: wait;
}
.cid-udpqhcABSe .mylogo {
  position: absolute;
  display: block;
  width: 80px;
  height: auto;
  margin-top: 90px;
  margin-left: auto;
  margin-right: auto;
  transition: all 0.3s linear;
}
.cid-udpqhcABSe .mylogo:hover {
  cursor: pointer;
  transform: scale(1.25);
}
.cid-tP3k7qurcu {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #000000;
}
.cid-tP3oM0N0GY {
  z-index: 1000;
  width: 100%;
}
.cid-tP3oM0N0GY nav.navbar {
  position: fixed;
}
.cid-tP3oM0N0GY .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-tP3oM0N0GY .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tP3oM0N0GY .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tP3oM0N0GY .dropdown-item:hover,
.cid-tP3oM0N0GY .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tP3oM0N0GY .dropdown-item:hover span {
  color: white;
}
.cid-tP3oM0N0GY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tP3oM0N0GY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tP3oM0N0GY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tP3oM0N0GY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tP3oM0N0GY .nav-link {
  position: relative;
}
.cid-tP3oM0N0GY .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tP3oM0N0GY .container {
    flex-wrap: nowrap;
  }
}
.cid-tP3oM0N0GY .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tP3oM0N0GY .dropdown-menu,
.cid-tP3oM0N0GY .navbar.opened {
  background: #000000 !important;
}
.cid-tP3oM0N0GY .nav-item:focus,
.cid-tP3oM0N0GY .nav-link:focus {
  outline: none;
}
.cid-tP3oM0N0GY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tP3oM0N0GY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tP3oM0N0GY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tP3oM0N0GY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tP3oM0N0GY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tP3oM0N0GY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tP3oM0N0GY .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.8);
}
.cid-tP3oM0N0GY .navbar.opened {
  transition: all 0.3s;
}
.cid-tP3oM0N0GY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tP3oM0N0GY .navbar .navbar-logo img {
  width: auto;
}
.cid-tP3oM0N0GY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tP3oM0N0GY .navbar.collapsed {
  justify-content: center;
}
.cid-tP3oM0N0GY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tP3oM0N0GY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tP3oM0N0GY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-tP3oM0N0GY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tP3oM0N0GY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tP3oM0N0GY .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-tP3oM0N0GY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tP3oM0N0GY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tP3oM0N0GY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tP3oM0N0GY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tP3oM0N0GY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tP3oM0N0GY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tP3oM0N0GY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tP3oM0N0GY .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-tP3oM0N0GY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tP3oM0N0GY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tP3oM0N0GY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tP3oM0N0GY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tP3oM0N0GY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tP3oM0N0GY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tP3oM0N0GY .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tP3oM0N0GY .navbar.navbar-short {
  min-height: 60px;
}
.cid-tP3oM0N0GY .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tP3oM0N0GY .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tP3oM0N0GY .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tP3oM0N0GY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tP3oM0N0GY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tP3oM0N0GY .dropdown-item.active,
.cid-tP3oM0N0GY .dropdown-item:active {
  background-color: transparent;
}
.cid-tP3oM0N0GY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tP3oM0N0GY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tP3oM0N0GY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tP3oM0N0GY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tP3oM0N0GY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tP3oM0N0GY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tP3oM0N0GY ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tP3oM0N0GY .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tP3oM0N0GY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tP3oM0N0GY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tP3oM0N0GY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tP3oM0N0GY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tP3oM0N0GY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tP3oM0N0GY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tP3oM0N0GY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tP3oM0N0GY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tP3oM0N0GY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tP3oM0N0GY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tP3oM0N0GY .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tP3oM0N0GY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tP3oM0N0GY .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-tP3oM0N0GY .navbar {
    height: 70px;
  }
  .cid-tP3oM0N0GY .navbar.opened {
    height: auto;
  }
  .cid-tP3oM0N0GY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tP3oM0N0GY #id-nav {
  transition: background 0.5s ease;
}
.cid-tP3oM16UVp {
  background-image: url("../../../assets/images/mbr-13.jpg");
}
.cid-tP3oM16UVp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tP3oM16UVp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tP3oM16UVp svg {
  width: auto;
  height: 16px;
  margin-bottom: 0px;
  fill: white;
}
.cid-tP3oM16UVp svg:hover {
  fill: #e2e2e2;
}
.cid-tUrj6nBakd {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #bed3f9;
}
.cid-tUrj6nBakd .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-tUrj6nBakd .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-tUrj6nBakd .counter-container ol li {
  list-style: none;
  padding-left: 1rem;
  position: relative;
}
.cid-tUrj6nBakd .counter-container ol li:before {
  position: absolute;
  left: -40px;
  margin-top: 5px;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #ffffff;
  background: #6592e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tUlQEeAbhY {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tUlQEeAbhY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUlQEeAbhY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUlQEeAbhY .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-tUlQEeAbhY .bg-facebook:hover {
  background: #0b60cb;
}
.cid-tUlQEeAbhY .bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-tUlQEeAbhY .bg-twitter:hover {
  background: #0c85d0;
}
.cid-tUlQEeAbhY .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-tUlQEeAbhY .bg-instagram:hover {
  background: #bd005c;
}
.cid-tUlQEeAbhY .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 62px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-tUlQEeAbhY [class^="socicon-"]:before,
.cid-tUlQEeAbhY [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tUlQEeAbhY svg {
  width: auto;
  height: 32px;
  margin-bottom: 10px;
  fill: white;
}
.cid-tUlQEeAbhY svg:hover {
  fill: white;
}
.cid-tUqpT4Umrx {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tUqpT4Umrx code {
  color: #3384d6;
  font-size: 0.8rem;
}
.cid-tUqpT4Umrx svg {
  width: auto;
  height: 25px;
  fill: black;
  margin-bottom: 4px;
}
.cid-tP3oM1knU5 {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #9fdbf8;
}
.cid-tP3oM1knU5 .mbr-text {
  text-align: center;
}
.cid-tP3oM1knU5 .mbr-section-subtitle {
  text-align: center;
}
.cid-tPvVPY2KDM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #9fdbf8;
}
.cid-tPvVPY2KDM .mbr-text {
  text-align: center;
}
.cid-tPsmHxqT3H {
  padding-top: 1rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #9fdbf8;
}
.cid-tPsmHxqT3H .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPsmHxqT3H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPsmHxqT3H .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tPsmHxqT3H .container-fluid {
    padding: 0 20px;
  }
}
.cid-tPsmHxqT3H .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tPsmHxqT3H .container {
    padding: 0 20px;
  }
  .cid-tPsmHxqT3H .container .row {
    padding: 0;
  }
}
.cid-tPsmHxqT3H .row {
  justify-content: center;
}
.cid-tPsmHxqT3H .title-wrapper {
  position: relative;
}
.cid-tPsmHxqT3H .title-wrapper .mbr-section-title {
  position: relative;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-tPsmHxqT3H .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tPsmHxqT3H .title-wrapper .container-color {
  position: absolute;
  top: 0;
  left: -60%;
  height: 100px;
  width: 100%;
  background-color: #232323;
}
@media (max-width: 992px) {
  .cid-tPsmHxqT3H .title-wrapper .container-color {
    left: -20%;
  }
}
@media (max-width: 992px) {
  .cid-tPsmHxqT3H .card {
    margin-bottom: 40px;
  }
}
.cid-tPsmHxqT3H .card .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-tPsmHxqT3H .card .card-wrapper .text-wrap .mbr-card-title {
  margin-bottom: 20px;
}
.cid-tPsmHxqT3H .card .card-wrapper .text-wrap .mbr-text {
  margin-bottom: 10px;
}
.cid-tPsmHxqT3H .card .card-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tPsmHxqT3H .mbr-section-title {
  color: #222222;
}
.cid-tPsmHxqT3H .mbr-card-title {
  color: #222222;
}
.cid-tPsmHxqT3H .mbr-text {
  color: #545454;
}
.cid-tPsmHxqT3H .card-wrapper {
  border: 2px solid #888888;
  padding: 5px;
  background-color: white;
}
@media (max-width: 767px) {
  .cid-tPsmHxqT3H .myButtonCenter {
    text-align: center;
  }
}
.cid-tPvWnZj1ij {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #22a5e5;
}
.cid-tPvWnZj1ij .mbr-text {
  text-align: center;
}
.cid-tPvUoJfsMs {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #22a5e5;
}
.cid-tPvUoJfsMs .row {
  align-items: center;
  width: 100%;
}
.cid-tPvUoJfsMs .grid-container {
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  padding: 0;
  margin-bottom: 1.25rem;
}
@media (max-width: 991px) {
  .cid-tPvUoJfsMs .grid-container {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .cid-tPvUoJfsMs .grid-container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.cid-tPvUoJfsMs .content-container {
  display: flex;
  padding: 0 !important;
  background-color: #f3f4ef;
}
.cid-tPvUoJfsMs .text-container {
  padding: 32px 32px 16px;
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-tPvUoJfsMs .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  border: 2px solid #888888;
  padding: 20px;
}
.cid-tPvUoJfsMs .header-wrap {
  display: flex;
  align-items: flex-start;
  margin-bottom: 16px;
  width: 100%;
  flex-wrap: wrap;
}
.cid-tPvUoJfsMs .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #1b1f0a;
  border-radius: 0.5rem;
  padding: 9px;
}
.cid-tPvUoJfsMs .label-text {
  margin-bottom: 0;
  color: #1B1F0A;
  margin-left: auto;
  padding: 0.375rem 0;
}
.cid-tPvUoJfsMs .label-text span {
  padding: 0.375rem 0.625rem;
  border-style: solid;
  border-width: 1px;
  border-color: currentColor;
  border-radius: 100vw;
  color: currentColor;
}
.cid-tPvUoJfsMs .mbr-section-title {
  width: 100%;
  color: #1B1F0A;
  margin-bottom: 4px;
}
.cid-tPvUoJfsMs .mbr-text {
  letter-spacing: inherit;
  color: #1B1F0A;
  width: 100%;
  margin-bottom: 4px;
  opacity: 0.8;
}
.cid-tPvUoJfsMs .btn-container {
  width: 100%;
}
.cid-tPvUoJfsMs .mbr-section-btn .mobi-mbri {
  transition: .3s all;
}
.cid-tPvUoJfsMs .mbr-section-btn .btn:hover .mobi-mbri {
  margin-left: 1rem;
}
@media (max-width: 575px) {
  .cid-tPvUoJfsMs .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tPvUoJfsMs .mbr-section-btn .btn {
    width: auto;
  }
}
.cid-tQ6nGTrN0Q {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #bde5f9;
}
.cid-tQ6nGTrN0Q .nav-tabs .nav-item.open .nav-link:focus,
.cid-tQ6nGTrN0Q .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-tQ6nGTrN0Q .nav-tabs {
  display: flex;
  flex-wrap: nowrap;
  gap: 1vw;
  border: none;
}
@media (max-width: 767px) {
  .cid-tQ6nGTrN0Q .nav-tabs {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-tQ6nGTrN0Q .nav-item {
    width: 100%;
    margin: 0 0 0.5rem 0;
  }
}
.cid-tQ6nGTrN0Q .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  height: 100%;
  border-radius: 0 !important;
  border-top-left-radius: 20px !important;
  border-top-right-radius: 20px !important;
  text-align: center;
  background-color: #0b2b5c;
}
.cid-tQ6nGTrN0Q .nav-tabs .nav-link:not(.active) {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tQ6nGTrN0Q .nav-tabs .nav-link {
    text-align: left;
    padding: 1rem 2rem;
    border-radius: 30px !important;
  }
}
.cid-tQ6nGTrN0Q .nav-tabs .nav-item {
  width: 100%;
}
.cid-tQ6nGTrN0Q .nav-link,
.cid-tQ6nGTrN0Q .nav-link.active {
  padding: 1rem auto;
  background: #ffffff;
}
.cid-tQ6nGTrN0Q .nav-tabs .nav-link.active {
  color: #0b2b5c;
}
.cid-tQ6nGTrN0Q .tab-content {
  background: #ffffff;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
@media (max-width: 768px) {
  .cid-tQ6nGTrN0Q .tab-content {
    border-radius: 30px !important;
  }
}
.cid-tQ6nGTrN0Q .logo-container img {
  max-width: 180px;
}
@media screen and (min-width: 767px) {
  .cid-tQ6nGTrN0Q .logo-container {
    border-right: 1px solid #0b2b5c;
  }
}
.cid-tQ6nGTrN0Q H4 {
  text-align: center;
}
.cid-tQ6nGTrN0Q H3 {
  text-align: center;
}
@media (max-width: 992px) and (min-width: 768px) {
  .cid-tQ6nGTrN0Q .nav-link {
    font-size: 1.2rem;
  }
}
.cid-tS5IO9zmTl {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tS5IO9zmTl code {
  color: #3384d6;
  font-size: 0.8rem;
}
.cid-tS5IO9zmTl .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-tS5IO9zmTl .mbr-section-subtitle {
  color: #232323;
  text-align: center;
}
.cid-tS5IO9zmTl table {
  background-color: #bde5f9;
}
.cid-tS5IO9zmTl thead,
.cid-tS5IO9zmTl tbody {
  white-space: nowrap;
}
.cid-tSbstVFAet {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tSbsyOM4LH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tSbsyOM4LH code {
  color: #3384d6;
  font-size: 0.8rem;
}
.cid-tSbsyOM4LH .mbr-section-title {
  color: #232323;
}
.cid-tSbsyOM4LH .mbr-section-subtitle {
  color: #232323;
}
.cid-tSbsyOM4LH table {
  background-color: #bde5f9;
}
.cid-tSbsyOM4LH thead,
.cid-tSbsyOM4LH tbody {
  white-space: nowrap;
}
.cid-tSgjO1lNyJ {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tSgjO1lNyJ code {
  color: #3384d6;
  font-size: 0.8rem;
}
.cid-tSgjO1lNyJ .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-tSgjO1lNyJ .mbr-section-subtitle {
  color: #232323;
  text-align: center;
}
.cid-tSgjO1lNyJ table {
  background-color: #bde5f9;
}
.cid-tSgjO1lNyJ thead,
.cid-tSgjO1lNyJ tbody {
  white-space: nowrap;
}
.cid-tSgjO1lNyJ .sortsymbol svg {
  color: #6ec7f2;
}
.cid-tSgAeqQ326 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tSgAeqQ326 code {
  color: #3384d6;
  font-size: 0.8rem;
}
.cid-tSgAeqQ326 .mbr-section-title {
  color: #232323;
}
.cid-tSgAeqQ326 .mbr-section-subtitle {
  color: #232323;
}
.cid-tSgAeqQ326 table {
  background-color: #bde5f9;
}
.cid-tSgAeqQ326 thead,
.cid-tSgAeqQ326 tbody {
  white-space: nowrap;
}
.cid-tUatFgu2Hi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bde5f9;
}
.cid-tUatFgu2Hi code {
  color: #3384d6;
  font-size: 0.8rem;
}
.cid-tR2wO2Yy5g {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-tR2wO2Yy5g iframe,
.cid-tR2wO2Yy5g img,
.cid-tR2wO2Yy5g video {
  width: 100%;
}
.cid-tR2wO2Yy5g .mbr-media {
  position: relative;
}
.cid-tR2wO2Yy5g .mbr-media img {
  width: 100%;
  object-fit: cover;
  cursor: pointer;
}
.cid-tR2wO2Yy5g .icon-wrap {
  left: 50%;
  top: 10%;
  transform: translate(-50%, -50%);
  position: absolute;
  cursor: pointer;
}
.cid-tR2wO2Yy5g .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-tR2wO2Yy5g .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tR2wO2Yy5g .modalWindow {
    width: 100vw;
    height: 100vh;
  }
}
.cid-tR2wO2Yy5g .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tR2wO2Yy5g .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tR2wO2Yy5g .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tR2wO2Yy5g .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tR2wO2Yy5g .mbr-section-title {
  color: #ffffff;
}
.cid-tR2wO2Yy5g .mbr-section-subtitle {
  color: #e43f3f;
}
.cid-tP3oM1uaTF {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #000000;
}
.cid-tUPiiNSW2w.popup-builder {
  background-color: #ffffff;
}
.cid-tUPiiNSW2w.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tUPiiNSW2w.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tUPiiNSW2w .modal-content,
.cid-tUPiiNSW2w .modal-dialog {
  height: auto;
}
.cid-tUPiiNSW2w .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tUPiiNSW2w .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tUPiiNSW2w .form-wrapper .mbr-form .form-group,
  .cid-tUPiiNSW2w .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tUPiiNSW2w .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tUPiiNSW2w .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-tUPiiNSW2w .mbr-text {
  text-align: center;
}
.cid-tUPiiNSW2w .pt-0 {
  padding-top: 0 !important;
}
.cid-tUPiiNSW2w .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tUPiiNSW2w .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tUPiiNSW2w .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tUPiiNSW2w .modal-open {
  overflow: hidden;
}
.cid-tUPiiNSW2w .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tUPiiNSW2w .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tUPiiNSW2w .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tUPiiNSW2w .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-tUPiiNSW2w .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tUPiiNSW2w .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tUPiiNSW2w .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tUPiiNSW2w .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-tUPiiNSW2w .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tUPiiNSW2w .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tUPiiNSW2w .modal-backdrop.fade {
  opacity: 0;
}
.cid-tUPiiNSW2w .modal-backdrop.show {
  opacity: .5;
}
.cid-tUPiiNSW2w .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-tUPiiNSW2w .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tUPiiNSW2w .modal-header {
    padding: 1rem;
  }
}
.cid-tUPiiNSW2w .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tUPiiNSW2w .modal-header .close svg {
  fill: #353535;
}
.cid-tUPiiNSW2w .modal-header .close:hover {
  opacity: 1;
}
.cid-tUPiiNSW2w .modal-header .close:focus {
  outline: none;
}
.cid-tUPiiNSW2w .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tUPiiNSW2w .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tUPiiNSW2w .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tUPiiNSW2w .modal-body {
    padding: 1rem;
  }
}
.cid-tUPiiNSW2w .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-tUPiiNSW2w .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tUPiiNSW2w .modal-footer {
    padding: 1rem;
  }
}
.cid-tUPiiNSW2w .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tUPiiNSW2w .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tUPiiNSW2w .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tUPiiNSW2w .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tUPiiNSW2w .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tUPiiNSW2w .modal-lg,
  .cid-tUPiiNSW2w .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tUPiiNSW2w .modal-xl {
    max-width: 1140px;
  }
}
.cid-tUPiiNSW2w .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tUPiiNSW2w .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-tUPiiNSW2w .form-group {
  margin-bottom: 1rem;
}
.cid-tUPiiNSW2w .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tUPiiNSW2w .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tUPiiNSW2w .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-tUPiiNSW2w .mbr-section-btn {
  margin: 0;
}
.cid-tUPiiNSW2w .mbr-section-btn .btn {
  margin: 0;
}
.cid-tUPiiNSW2w button-cookie {
  display: inline-block;
  color: red;
  text-decoration: underline;
  border: 1px solid #000;
  border-radius: 20px;
  background-color: #e2e2e2;
  height: 100px;
  padding: 5px 10px;
  box-shadow: 2px 2px 3px #999999;
  font-size: 1.2rem;
  text-align: center;
  cursor: pointer;
}
.cid-tUPiiNSW2w button-cookie:hover {
  color: blue;
}
.cid-tPBJVKJGDy {
  z-index: 1000;
  width: 100%;
}
.cid-tPBJVKJGDy nav.navbar {
  position: fixed;
}
.cid-tPBJVKJGDy .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-tPBJVKJGDy .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tPBJVKJGDy .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tPBJVKJGDy .dropdown-item:hover,
.cid-tPBJVKJGDy .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tPBJVKJGDy .dropdown-item:hover span {
  color: white;
}
.cid-tPBJVKJGDy .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tPBJVKJGDy .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tPBJVKJGDy .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tPBJVKJGDy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tPBJVKJGDy .nav-link {
  position: relative;
}
.cid-tPBJVKJGDy .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tPBJVKJGDy .container {
    flex-wrap: nowrap;
  }
}
.cid-tPBJVKJGDy .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tPBJVKJGDy .dropdown-menu,
.cid-tPBJVKJGDy .navbar.opened {
  background: #000000 !important;
}
.cid-tPBJVKJGDy .nav-item:focus,
.cid-tPBJVKJGDy .nav-link:focus {
  outline: none;
}
.cid-tPBJVKJGDy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tPBJVKJGDy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tPBJVKJGDy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tPBJVKJGDy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tPBJVKJGDy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tPBJVKJGDy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tPBJVKJGDy .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.8);
}
.cid-tPBJVKJGDy .navbar.opened {
  transition: all 0.3s;
}
.cid-tPBJVKJGDy .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tPBJVKJGDy .navbar .navbar-logo img {
  width: auto;
}
.cid-tPBJVKJGDy .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tPBJVKJGDy .navbar.collapsed {
  justify-content: center;
}
.cid-tPBJVKJGDy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tPBJVKJGDy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tPBJVKJGDy .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-tPBJVKJGDy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tPBJVKJGDy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tPBJVKJGDy .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-tPBJVKJGDy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tPBJVKJGDy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tPBJVKJGDy .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tPBJVKJGDy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tPBJVKJGDy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tPBJVKJGDy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tPBJVKJGDy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tPBJVKJGDy .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-tPBJVKJGDy .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tPBJVKJGDy .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tPBJVKJGDy .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tPBJVKJGDy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tPBJVKJGDy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tPBJVKJGDy .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tPBJVKJGDy .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tPBJVKJGDy .navbar.navbar-short {
  min-height: 60px;
}
.cid-tPBJVKJGDy .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tPBJVKJGDy .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tPBJVKJGDy .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tPBJVKJGDy .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tPBJVKJGDy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tPBJVKJGDy .dropdown-item.active,
.cid-tPBJVKJGDy .dropdown-item:active {
  background-color: transparent;
}
.cid-tPBJVKJGDy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tPBJVKJGDy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tPBJVKJGDy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tPBJVKJGDy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tPBJVKJGDy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tPBJVKJGDy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tPBJVKJGDy ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tPBJVKJGDy .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tPBJVKJGDy button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tPBJVKJGDy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tPBJVKJGDy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tPBJVKJGDy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPBJVKJGDy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPBJVKJGDy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tPBJVKJGDy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPBJVKJGDy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tPBJVKJGDy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tPBJVKJGDy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPBJVKJGDy .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tPBJVKJGDy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tPBJVKJGDy .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-tPBJVKJGDy .navbar {
    height: 70px;
  }
  .cid-tPBJVKJGDy .navbar.opened {
    height: auto;
  }
  .cid-tPBJVKJGDy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tPBJVKJGDy #id-nav {
  transition: background 0.5s ease;
}
.cid-tPBJVL6ngM {
  background-image: url("../../../assets/images/mbr-10.jpg");
}
.cid-tPBJVL6ngM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPBJVL6ngM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPBJVME5tC {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-8.jpg");
}
.cid-tPBJVME5tC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPBJVME5tC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPBJVME5tC .mbr-text,
.cid-tPBJVME5tC .mbr-section-btn {
  color: #232323;
}
.cid-tPBJVME5tC .card-title,
.cid-tPBJVME5tC .card-box {
  color: #ffffff;
}
.cid-tPBJVME5tC .mbr-text,
.cid-tPBJVME5tC .link-wrap {
  color: #ffffff;
}
.cid-tPBJVME5tC .vignette::after {
  box-shadow: inset 0px 0px 185px #01017a;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
}
.cid-tPBJVMW7HU {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tPBJVMW7HU code {
  color: #3384d6;
  font-size: 1.0rem;
}
.cid-tPBJVMW7HU .vignette::after {
  box-shadow: inset 0px 0px 85px rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
}
.cid-tPCJCDEys3 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #bed3f9;
}
.cid-tPCJCDEys3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPCJCDEys3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tPCJCDEys3 .image-wrapper {
    margin-bottom: 1rem;
  }
  .cid-tPCJCDEys3 .mytoppadding {
    padding-top: 50px;
  }
}
.cid-tPCJCDEys3 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tPCJCDEys3 .text-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tPCJCDEys3 .myview {
    max-width: 80%;
    margin-left: 10%;
  }
}
.cid-tPCJCDEys3 code {
  color: #3384d6;
  font-size: 0.8rem;
}
.cid-tPCJCDEys3 .vignette {
  position: relative;
  display: inline-block;
  border-radius: 20px;
  transition: all 0.5s linear;
}
.cid-tPCJCDEys3 .vignette img {
  display: block;
  border-radius: 20px;
}
.cid-tPCJCDEys3 .vignette::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  box-shadow: inset 0px 0px 100px #01017a;
}
.cid-tPCJCDEys3 .vignette:hover {
  border-radius: 20px;
  box-shadow: 25px 25px 25px rgba(0, 0, 0, 0.4);
  transform: scale(1.05);
}
.cid-tPCJCDEys3 .mycursor {
  cursor: url('https://www.mobirise-tutorials.com/Test-Temp/sound/sound.png'), pointer;
}
.cid-tPCJCDEys3 .mbr-section-title {
  color: #ffffff;
}
.cid-tPCJCDEys3 .mbr-description {
  color: #4479d9;
}
.cid-tPDenmgnyl {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #bed3f9;
}
.cid-tPDenmgnyl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPDenmgnyl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tPDenmgnyl .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tPDenmgnyl .row {
  flex-direction: row-reverse;
}
.cid-tPDenmgnyl img {
  width: 100%;
}
.cid-tPBJVNfKTR {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
@media (min-width: 992px) {
  .cid-tPBJVNfKTR .carousel {
    min-height: 500px;
  }
  .cid-tPBJVNfKTR .carousel img {
    max-height: 500px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tPBJVNfKTR .carousel {
    min-height: 325px;
  }
  .cid-tPBJVNfKTR .carousel img {
    max-height: 325px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-tPBJVNfKTR .carousel {
    min-height: 275px;
  }
  .cid-tPBJVNfKTR .carousel img {
    max-height: 275px;
    object-fit: contain;
  }
  .cid-tPBJVNfKTR .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tPBJVNfKTR .content-slider-wrap {
    width: 100% !important;
  }
  .cid-tPBJVNfKTR .carousel-caption {
    top: 40px;
  }
}
.cid-tPBJVNfKTR .carousel,
.cid-tPBJVNfKTR .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tPBJVNfKTR .item-wrapper {
  width: 100%;
}
.cid-tPBJVNfKTR .carousel-caption {
  bottom: 40px;
}
.cid-tPBJVNfKTR .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-tPBJVNfKTR .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tPBJVNfKTR .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tPBJVNfKTR .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tPBJVNfKTR .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tPBJVNfKTR .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tPBJVNfKTR .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tPBJVNfKTR .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tPBJVNfKTR .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tPBJVNfKTR .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tPBJVNfKTR .carousel-indicators li.active,
.cid-tPBJVNfKTR .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tPBJVNfKTR .carousel-indicators li::after,
.cid-tPBJVNfKTR .carousel-indicators li::before {
  content: none;
}
.cid-tPBJVNfKTR .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tPBJVNfKTR .carousel-indicators {
    display: none !important;
  }
}
@keyframes slideFromLeft {
  0% {
    transform: translateX(-100vw);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slideFromRight {
  0% {
    transform: translateX(100vw);
  }
  100% {
    transform: translateX(0);
  }
}
.cid-tPBJVNfKTR .slide-in-left {
  animation: slideFromLeft 1s forwards;
  animation-delay: 1s;
}
.cid-tPBJVNfKTR .slide-in-right {
  animation: slideFromRight 1s forwards;
  animation-delay: 1s;
}
.cid-tPBU3sEKbT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tPBU3sEKbT code {
  color: #3384d6;
  font-size: 1.0rem;
}
.cid-tZ9VSGTIsV {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #dbf3ff;
}
.cid-tZ9VSGTIsV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZ9VSGTIsV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tZ9VSGTIsV .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tZ9VSGTIsV img {
  width: 100%;
  border-radius: 20px;
  box-shadow: 5px 5px 5px #888888;
}
@media (max-width: 767px) {
  .cid-tZ9VSGTIsV img {
    height: 300px;
    object-fit: cover;
    object-position: 100% 0;
  }
}
.cid-tZ9VSGTIsV img:hover {
  filter: blur(2px);
  transition: all 0.5s linear;
}
@media (min-width: 992px) {
  .cid-tZ9VSGTIsV .text-wrapper {
    padding: 2rem;
  }
}
.cid-tZ9VSGTIsV code {
  color: #3384d6;
  font-size: 0.7rem;
}
.cid-tVmZA3UPA2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bde5f9;
}
.cid-tVmZA3UPA2 .kreis {
  width: 50%;
  height: auto;
  margin: 0px auto 0px auto;
  border-radius: 50%;
  border: 10px solid #fff;
  box-shadow: 5px 5px 5px #232323, -3px -3px #24548b;
  background-image: linear-gradient(blue, yellow);
  cursor: pointer;
  transition: all 0.5s linear;
}
.cid-tVmZA3UPA2 .kreis:hover {
  box-shadow: 25px 25px 25px rgba(0, 0, 0, 0.6), -3px -3px #24548b;
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-tVmZA3UPA2 .kreis {
    width: 80%;
  }
}
.cid-tVmZA3UPA2 .bild-rund {
  border-radius: 50%;
}
.cid-tVmZA3UPA2 .mbr-text {
  text-align: center;
}
.cid-tVmZA3UPA2 .mbr-section-subtitle {
  text-align: center;
}
.cid-tVmZA3UPA2 .mbr-section-title {
  text-align: center;
}
.cid-tVn8DdQRet {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tVn8DdQRet code {
  color: #3384d6;
  font-size: 1.0rem;
}
.cid-tVsR7h0hLS {
  padding-top: 5rem;
  padding-bottom: 7rem;
  background-color: #bde5f9;
  background-image: linear-gradient(white, #bed3f9);
}
.cid-tVsPlppaTz {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #bed3f9;
  border-top: 2px solid red;
}
.cid-tVsPlppaTz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVsPlppaTz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tVsPlppaTz .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tVsPlppaTz img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tVsPlppaTz .text-wrapper {
    padding: 2rem;
  }
}
.cid-tVsPlppaTz .kreis {
  width: 60%;
  height: auto;
  margin: 0px auto 0px auto;
  border-radius: 50%;
  border: 10px solid #fff;
  box-shadow: 4px 4px 4px #232323, -2px -2px #24548b;
  background-image: linear-gradient(blue, yellow);
  cursor: pointer;
  transition: all 0.5s linear;
}
.cid-tVsPlppaTz .kreis:hover {
  box-shadow: 25px 25px 25px rgba(0, 0, 0, 0.6), -2px -2px #24548b;
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-tVsPlppaTz .kreis {
    width: 80%;
  }
}
.cid-tVsPlppaTz .bild-rund {
  border-radius: 60%;
}
.cid-tVsPlppaTz .move {
  margin-top: -110px;
}
.cid-uefguFVpUr {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #dbf3ff;
}
.cid-uefguFVpUr code {
  color: #3384d6;
  font-size: 1.0rem;
}
.cid-ud62mdLOMA {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-ud62mdLOMA code {
  color: #3384d6;
  font-size: 1.0rem;
}
.cid-ud61PygGAR {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-ud61PygGAR .mbr-section-subtitle {
  text-align: center;
  color: #fafafa;
}
.cid-ud61PygGAR .mbr-text {
  text-align: center;
}
.cid-ud61PygGAR .image {
  width: 150px;
  height: 150px;
  animation: spin 4s linear infinite;
}
@keyframes spin {
  from {
    transform: rotate(360deg);
  }
  to {
    transform: rotate(0deg);
  }
}
.cid-ud61PygGAR .image:hover {
  animation-play-state: paused;
  cursor: wait;
}
.cid-ud61PygGAR .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tPBJVNFDRD {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #000000;
}
.cid-tPDOmFWCNE.popup-builder {
  background-color: #ffffff;
}
.cid-tPDOmFWCNE.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tPDOmFWCNE.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tPDOmFWCNE .modal-content,
.cid-tPDOmFWCNE .modal-dialog {
  height: auto;
}
.cid-tPDOmFWCNE .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tPDOmFWCNE .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tPDOmFWCNE .form-wrapper .mbr-form .form-group,
  .cid-tPDOmFWCNE .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tPDOmFWCNE .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tPDOmFWCNE .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-tPDOmFWCNE .mbr-text {
  text-align: left;
}
.cid-tPDOmFWCNE .pt-0 {
  padding-top: 0 !important;
}
.cid-tPDOmFWCNE .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tPDOmFWCNE .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tPDOmFWCNE .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tPDOmFWCNE .modal-open {
  overflow: hidden;
}
.cid-tPDOmFWCNE .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tPDOmFWCNE .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tPDOmFWCNE .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tPDOmFWCNE .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-tPDOmFWCNE .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tPDOmFWCNE .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tPDOmFWCNE .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tPDOmFWCNE .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-tPDOmFWCNE .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tPDOmFWCNE .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tPDOmFWCNE .modal-backdrop.fade {
  opacity: 0;
}
.cid-tPDOmFWCNE .modal-backdrop.show {
  opacity: .5;
}
.cid-tPDOmFWCNE .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-tPDOmFWCNE .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tPDOmFWCNE .modal-header {
    padding: 1rem;
  }
}
.cid-tPDOmFWCNE .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tPDOmFWCNE .modal-header .close svg {
  fill: #353535;
}
.cid-tPDOmFWCNE .modal-header .close:hover {
  opacity: 1;
}
.cid-tPDOmFWCNE .modal-header .close:focus {
  outline: none;
}
.cid-tPDOmFWCNE .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: left;
}
.cid-tPDOmFWCNE .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tPDOmFWCNE .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tPDOmFWCNE .modal-body {
    padding: 1rem;
  }
}
.cid-tPDOmFWCNE .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-tPDOmFWCNE .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tPDOmFWCNE .modal-footer {
    padding: 1rem;
  }
}
.cid-tPDOmFWCNE .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tPDOmFWCNE .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tPDOmFWCNE .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tPDOmFWCNE .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tPDOmFWCNE .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tPDOmFWCNE .modal-lg,
  .cid-tPDOmFWCNE .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tPDOmFWCNE .modal-xl {
    max-width: 1140px;
  }
}
.cid-tPDOmFWCNE .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tPDOmFWCNE .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-tPDOmFWCNE .form-group {
  margin-bottom: 1rem;
}
.cid-tPDOmFWCNE .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tPDOmFWCNE .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tPDOmFWCNE .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-tPDOmFWCNE .mbr-section-btn {
  margin: 0;
}
.cid-tPDOmFWCNE .mbr-section-btn .btn {
  margin: 0;
}
.cid-tPDOmFWCNE code {
  color: #3384d6;
  font-size: 0.8rem;
}
.cid-tVo3plziM4.popup-builder {
  background-color: #ffffff;
}
.cid-tVo3plziM4.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tVo3plziM4.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tVo3plziM4 .modal-content,
.cid-tVo3plziM4 .modal-dialog {
  height: auto;
}
.cid-tVo3plziM4 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tVo3plziM4 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tVo3plziM4 .form-wrapper .mbr-form .form-group,
  .cid-tVo3plziM4 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tVo3plziM4 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tVo3plziM4 .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-tVo3plziM4 .mbr-text {
  text-align: center;
}
.cid-tVo3plziM4 .pt-0 {
  padding-top: 0 !important;
}
.cid-tVo3plziM4 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tVo3plziM4 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tVo3plziM4 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tVo3plziM4 .modal-open {
  overflow: hidden;
}
.cid-tVo3plziM4 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tVo3plziM4 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tVo3plziM4 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tVo3plziM4 .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-tVo3plziM4 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tVo3plziM4 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tVo3plziM4 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tVo3plziM4 .modal-content {
  background: #bed3f9;
  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-tVo3plziM4 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tVo3plziM4 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tVo3plziM4 .modal-backdrop.fade {
  opacity: 0;
}
.cid-tVo3plziM4 .modal-backdrop.show {
  opacity: .5;
}
.cid-tVo3plziM4 .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-tVo3plziM4 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tVo3plziM4 .modal-header {
    padding: 1rem;
  }
}
.cid-tVo3plziM4 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tVo3plziM4 .modal-header .close svg {
  fill: #353535;
}
.cid-tVo3plziM4 .modal-header .close:hover {
  opacity: 1;
}
.cid-tVo3plziM4 .modal-header .close:focus {
  outline: none;
}
.cid-tVo3plziM4 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tVo3plziM4 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tVo3plziM4 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tVo3plziM4 .modal-body {
    padding: 1rem;
  }
}
.cid-tVo3plziM4 .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-tVo3plziM4 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tVo3plziM4 .modal-footer {
    padding: 1rem;
  }
}
.cid-tVo3plziM4 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tVo3plziM4 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tVo3plziM4 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tVo3plziM4 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tVo3plziM4 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tVo3plziM4 .modal-lg,
  .cid-tVo3plziM4 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tVo3plziM4 .modal-xl {
    max-width: 1140px;
  }
}
.cid-tVo3plziM4 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tVo3plziM4 .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-tVo3plziM4 .form-group {
  margin-bottom: 1rem;
}
.cid-tVo3plziM4 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tVo3plziM4 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tVo3plziM4 .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-tVo3plziM4 .mbr-section-btn {
  margin: 0;
}
.cid-tVo3plziM4 .mbr-section-btn .btn {
  margin: 0;
}
.cid-tQtsLaHiAY {
  z-index: 1000;
  width: 100%;
}
.cid-tQtsLaHiAY nav.navbar {
  position: fixed;
}
.cid-tQtsLaHiAY .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-tQtsLaHiAY .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tQtsLaHiAY .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tQtsLaHiAY .dropdown-item:hover,
.cid-tQtsLaHiAY .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tQtsLaHiAY .dropdown-item:hover span {
  color: white;
}
.cid-tQtsLaHiAY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tQtsLaHiAY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tQtsLaHiAY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tQtsLaHiAY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tQtsLaHiAY .nav-link {
  position: relative;
}
.cid-tQtsLaHiAY .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tQtsLaHiAY .container {
    flex-wrap: nowrap;
  }
}
.cid-tQtsLaHiAY .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tQtsLaHiAY .dropdown-menu,
.cid-tQtsLaHiAY .navbar.opened {
  background: #000000 !important;
}
.cid-tQtsLaHiAY .nav-item:focus,
.cid-tQtsLaHiAY .nav-link:focus {
  outline: none;
}
.cid-tQtsLaHiAY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tQtsLaHiAY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tQtsLaHiAY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tQtsLaHiAY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tQtsLaHiAY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tQtsLaHiAY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tQtsLaHiAY .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.8);
}
.cid-tQtsLaHiAY .navbar.opened {
  transition: all 0.3s;
}
.cid-tQtsLaHiAY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tQtsLaHiAY .navbar .navbar-logo img {
  width: auto;
}
.cid-tQtsLaHiAY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tQtsLaHiAY .navbar.collapsed {
  justify-content: center;
}
.cid-tQtsLaHiAY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tQtsLaHiAY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tQtsLaHiAY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-tQtsLaHiAY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tQtsLaHiAY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tQtsLaHiAY .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-tQtsLaHiAY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tQtsLaHiAY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tQtsLaHiAY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tQtsLaHiAY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tQtsLaHiAY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tQtsLaHiAY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tQtsLaHiAY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tQtsLaHiAY .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-tQtsLaHiAY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tQtsLaHiAY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tQtsLaHiAY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tQtsLaHiAY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tQtsLaHiAY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tQtsLaHiAY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tQtsLaHiAY .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tQtsLaHiAY .navbar.navbar-short {
  min-height: 60px;
}
.cid-tQtsLaHiAY .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tQtsLaHiAY .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tQtsLaHiAY .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tQtsLaHiAY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tQtsLaHiAY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tQtsLaHiAY .dropdown-item.active,
.cid-tQtsLaHiAY .dropdown-item:active {
  background-color: transparent;
}
.cid-tQtsLaHiAY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tQtsLaHiAY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tQtsLaHiAY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tQtsLaHiAY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tQtsLaHiAY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tQtsLaHiAY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tQtsLaHiAY ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tQtsLaHiAY .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tQtsLaHiAY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tQtsLaHiAY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tQtsLaHiAY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tQtsLaHiAY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tQtsLaHiAY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tQtsLaHiAY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tQtsLaHiAY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tQtsLaHiAY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tQtsLaHiAY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tQtsLaHiAY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tQtsLaHiAY .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tQtsLaHiAY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tQtsLaHiAY .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-tQtsLaHiAY .navbar {
    height: 70px;
  }
  .cid-tQtsLaHiAY .navbar.opened {
    height: auto;
  }
  .cid-tQtsLaHiAY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tQtsLaHiAY #id-nav {
  transition: background 0.5s ease;
}
.cid-tQtsLb1lRt {
  background-image: url("../../../assets/images/mbr-19.jpg");
}
.cid-tQtsLb1lRt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQtsLb1lRt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQyJvZ5tUO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tQyJvZ5tUO code {
  color: #3384d6;
  font-size: 0.8rem;
}
.cid-tQtuS6p0dA {
  background-image: url("../../../assets/images/mbr-14.jpg");
}
.cid-tQtuS6p0dA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQtuS6p0dA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQtuS6p0dA .mbr-section-title {
  color: #ffffff;
}
.cid-tQtuS6p0dA .mbr-text,
.cid-tQtuS6p0dA .mbr-section-btn {
  color: #ffffff;
}
.cid-tQtuSHstn8 {
  background-image: url("../../../assets/images/mbr-15.jpg");
}
.cid-tQtuSHstn8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQtuSHstn8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQtuTaa7B9 {
  background-image: url("../../../assets/images/mbr-18.jpg");
}
.cid-tQtuTaa7B9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQtuTaa7B9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQtuTaa7B9 .mbr-section-title {
  text-align: right;
  color: #e43f3f;
}
.cid-tQtuTaa7B9 .mbr-text,
.cid-tQtuTaa7B9 .mbr-section-btn {
  text-align: right;
}
.cid-tQvLBppyHJ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
@media (min-width: 768px) {
  .cid-tQvLBppyHJ .myimgpadding {
    padding-top: 2rem;
    padding-bottom: 1rem;
  }
}
.cid-tQvLBppyHJ .mytextcolor {
  color: #8caff0;
}
.cid-tQtsLd2DGt {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #000000;
}
.cid-tRk2JuUjYj {
  z-index: 1000;
  width: 100%;
  height: 0 !important;
}
.cid-tRk2JuUjYj .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-tRk2JuUjYj .dropdown-menu {
  padding: 0;
}
.cid-tRk2JuUjYj .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-tRk2JuUjYj .dropdown-item {
    text-align: left !important;
  }
}
.cid-tRk2JuUjYj .dropdown-item:hover {
  background-position: right !important;
}
.cid-tRk2JuUjYj .dropdown-item:hover:after {
  color: #6592e6;
}
.cid-tRk2JuUjYj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tRk2JuUjYj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tRk2JuUjYj .nav-link {
  position: relative;
}
.cid-tRk2JuUjYj .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
.cid-tRk2JuUjYj .dropdown-menu,
.cid-tRk2JuUjYj .navbar.opened {
  background: #000000 !important;
}
.cid-tRk2JuUjYj .nav-item:focus,
.cid-tRk2JuUjYj .nav-link:focus {
  outline: none;
}
.cid-tRk2JuUjYj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tRk2JuUjYj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tRk2JuUjYj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tRk2JuUjYj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tRk2JuUjYj .navbar {
  min-height: 70px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
  position: absolute ;
}
.cid-tRk2JuUjYj .navbar.opened {
  transition: all 0.3s;
}
.cid-tRk2JuUjYj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tRk2JuUjYj .navbar .navbar-logo img {
  width: auto;
}
.cid-tRk2JuUjYj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-tRk2JuUjYj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tRk2JuUjYj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tRk2JuUjYj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tRk2JuUjYj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tRk2JuUjYj .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-tRk2JuUjYj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tRk2JuUjYj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tRk2JuUjYj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tRk2JuUjYj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tRk2JuUjYj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tRk2JuUjYj .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-tRk2JuUjYj .navbar {
    min-height: 70px;
  }
}
.cid-tRk2JuUjYj .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-tRk2JuUjYj .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding: 10px 15px 10px 0 !important;
}
.cid-tRk2JuUjYj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tRk2JuUjYj .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-tRk2JuUjYj .navbar-brand {
    min-height: 70px;
  }
}
.cid-tRk2JuUjYj .dropdown-item.active,
.cid-tRk2JuUjYj .dropdown-item:active {
  background-color: transparent;
}
.cid-tRk2JuUjYj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tRk2JuUjYj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tRk2JuUjYj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tRk2JuUjYj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tRk2JuUjYj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tRk2JuUjYj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tRk2JuUjYj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tRk2JuUjYj button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-tRk2JuUjYj button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-tRk2JuUjYj button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-tRk2JuUjYj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-tRk2JuUjYj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-tRk2JuUjYj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tRk2JuUjYj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tRk2JuUjYj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tRk2JuUjYj nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRk2JuUjYj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tRk2JuUjYj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tRk2JuUjYj nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRk2JuUjYj .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-tRk2JuUjYj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tRk2JuUjYj .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-tRk2JuUjYj .navbar {
    height: 70px;
  }
  .cid-tRk2JuUjYj .navbar.opened {
    height: auto;
  }
  .cid-tRk2JuUjYj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tRk2JuUjYj .navbar-short {
  min-height: 70px;
  background: #000000;
}
@media (max-width: 575px) {
  .cid-tRk2JuUjYj .navbar-short {
    min-height: 70px;
  }
}
.cid-tRk2JuUjYj .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-tRk2JuUjYj .navbar-nav {
  display: flex !important;
  padding-bottom: 10px;
}
.cid-tRk2JuUjYj .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
  font-weight: 900;
  transition: 0.3s all;
}
.cid-tRk2JuUjYj .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 0 !important;
  transition: 0.3s all;
  opacity: 1;
  font-weight: inherit !important;
  justify-content: flex-start;
}
.cid-tRk2JuUjYj .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-tRk2JuUjYj .navbar-nav .nav-item .nav-link:hover,
.cid-tRk2JuUjYj .navbar-nav .nav-item .nav-link:focus,
.cid-tRk2JuUjYj .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #6592e6 !important;
}
.cid-tRk2JuUjYj .navbar-nav .nav-item:not(:first-child) {
  margin-top: 1.5rem !important;
}
.cid-tRk2JuUjYj .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #123c87 !important;
}
.cid-tRk2JuUjYj .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-tRk2JuUjYj .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-tRk2JuUjYj button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
  padding: 0;
}
.cid-tRk2JuUjYj button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 37px;
  height: 37px;
  transition: all 0.3s;
}
.cid-tRk2JuUjYj button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 0;
  width: 37px;
  height: 2px;
  background-color: #ffffff;
}
.cid-tRk2JuUjYj button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 9px;
  transition: all 0.2s;
}
.cid-tRk2JuUjYj button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 17px;
  width: 27px;
  height: 3px;
  transition: all 0.15s;
}
.cid-tRk2JuUjYj button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 17px;
  width: 27px;
  height: 3px;
  transition: all 0.15s;
}
.cid-tRk2JuUjYj button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 26px;
  transition: all 0.2s;
}
.cid-tRk2JuUjYj .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 37px;
  height: 37px;
  transition: all 0.3s;
  opacity: 1 !important;
  outline: none;
  border: none;
  cursor: pointer;
  position: absolute;
  top: 1.5rem;
  right: 2rem;
  z-index: 20;
  align-self: center;
  padding: 0;
}
.cid-tRk2JuUjYj .btn-close .hamburger-offcanvas {
  position: relative;
  width: 37px;
  height: 37px;
  transition: all 0.3s;
}
.cid-tRk2JuUjYj .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 0;
  width: 37px;
  height: 2px;
  background-color: #ffffff;
}
.cid-tRk2JuUjYj .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-tRk2JuUjYj .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 50%;
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-tRk2JuUjYj .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 50%;
  transform: rotate(-45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-tRk2JuUjYj .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-tRk2JuUjYj .offcanvas-end {
  right: 0 !important;
  transform: translateX(100%);
}
.cid-tRk2JuUjYj .offcanvas.show {
  transform: translateX(0);
}
.cid-tRk2JuUjYj .offcanvas {
  width: 36%;
  padding: 10px;
  border-left: none !important;
  background-color: transparent !important;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1199px) {
  .cid-tRk2JuUjYj .offcanvas {
    width: 512px;
  }
}
@media (max-width: 767px) {
  .cid-tRk2JuUjYj .offcanvas {
    width: 100%;
  }
}
.cid-tRk2JuUjYj .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tRk2JuUjYj .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 3rem 2.5rem 2.5rem;
  border-radius: 1.5rem;
  width: 100%;
  text-align: left;
  background-color: #123c87;
  box-shadow: none;
  overflow: auto;
}
.cid-tRk2JuUjYj .offcanvas-body .offcanvas_head {
  width: 100%;
  padding-bottom: 20px;
}
.cid-tRk2JuUjYj .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tRk2JuUjYj .modal-backdrop.show {
  opacity: 0 !important;
}
.cid-tRk2JuUjYj .offcanvas_link {
  width: 100%;
  padding: 0;
  margin-top: 0;
}
.cid-tRk2JuUjYj .offcanvas_foot {
  width: 100%;
  margin-top: auto;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  padding-top: 10px;
}
.cid-tRk2JuUjYj .offcanvas_btn {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
}
.cid-tRk2JuUjYj .offcanvas_btn .mbr-section-btn {
  width: 100%;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-tRk2JuUjYj .offcanvas_btn .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-tRk2JuUjYj .second-links {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 2;
  grid-row-end: 3;
}
.cid-tRk2JuUjYj .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #f6f6ef;
  transition: 0.3s all;
}
.cid-tRk2JuUjYj .list li {
  width: 100%;
  color: inherit !important;
  transition: 0.3s all;
}
.cid-tRk2JuUjYj .list li:hover {
  color: #6592e6 !important;
}
.cid-tRk2JuUjYj .list a {
  color: inherit !important;
  line-height: inherit !important;
  font-weight: inherit !important;
  transition: 0.3s all;
}
.cid-tRk2JuUjYj .list a:hover {
  color: #6592e6 !important;
  line-height: inherit !important;
}
.cid-tRk2JuUjYj .second-list {
  display: grid;
  grid-auto-flow: row;
  grid-auto-columns: 1fr 1fr;
  grid-column-gap: 2rem;
  grid-row-gap: 0.5rem;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
@media (max-width: 991px) {
  .cid-tRk2JuUjYj .second-list {
    grid-auto-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.cid-tRk2JuUjYj .second-list li {
  line-height: 1.5;
  opacity: 0.8;
}
.cid-tRk2JuUjYj .second-list li:hover {
  opacity: 1;
}
.cid-tRk2JuUjYj .footer-text {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 2;
  grid-row-end: 3;
  color: #f6f6ef;
  margin-bottom: 0;
  opacity: 0.8;
  align-self: end;
  text-align: right;
}
.cid-tRjNBqpr9s {
  background-image: url("../../../assets/images/mbr-24.jpg");
}
.cid-tRjNBqpr9s .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRjNBqpr9s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRjNBqFnQk {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tRjNBqFnQk code {
  color: #3384d6;
  font-size: 0.8rem;
}
.cid-tRjNBqSKsV {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tRjNBqSKsV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRjNBqSKsV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tRjNBqSKsV .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tRjNBqSKsV .row {
  flex-direction: row-reverse;
}
.cid-tRjNBqSKsV img {
  width: 100%;
}
.cid-tRjNBqSKsV .mbr-description {
  color: #ffffff;
}
.cid-tRp47aAVk0 {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #9fdbf8;
}
.cid-tRp47aAVk0 code {
  color: #3384d6;
  font-size: 0.8rem;
}
.cid-tRp47aAVk0 button {
  border-radius: 30px;
}
.cid-tRp47aAVk0 .offcanvas-header {
  background-color: #123c87;
  padding: 1.5rem 1rem;
}
.cid-tRp47aAVk0 .offcanvas {
  background-color: #47b5ed;
  padding-top: 30px;
}
.cid-tRp47aAVk0 H5 {
  color: #ffffff;
}
.cid-tRp47aAVk0 .wharf {
  display: flex;
  width: 159px;
  height: 39px;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 600;
  border-bottom-right-radius: 15px;
}
.cid-tRp47aAVk0 .flotter-wharf {
  position: fixed;
  top: 50%;
  rotate: -90deg;
  z-index: 999;
  left: -60px;
  display: inline-block;
  width: 159px;
  border-bottom-left-radius: 15px;
}
@media (max-width: 500px) {
  .cid-tRp47aAVk0 .wharf {
    display: none;
  }
  .cid-tRp47aAVk0 .flotter-wharf {
    display: none;
  }
}
.cid-tRjNBr8v2I {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
  overflow: hidden;
  border-bottom: 2px solid red;
}
.cid-tRjNBr8v2I .bg-vid-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tRjNBr8v2I video.cover {
  width: 100%;
  min-width: 240vh;
  height: auto;
}
.cid-tRjNBr8v2I .container-fluid {
  padding-left: 0px;
  padding-right: 0px;
}
.cid-tRjNBrjIl0 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #000000;
}
.cid-tV5xX64bNq {
  z-index: 1000;
  width: 100%;
}
.cid-tV5xX64bNq nav.navbar {
  position: fixed;
}
.cid-tV5xX64bNq .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-tV5xX64bNq .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tV5xX64bNq .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tV5xX64bNq .dropdown-item:hover,
.cid-tV5xX64bNq .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tV5xX64bNq .dropdown-item:hover span {
  color: white;
}
.cid-tV5xX64bNq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tV5xX64bNq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tV5xX64bNq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tV5xX64bNq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tV5xX64bNq .nav-link {
  position: relative;
}
.cid-tV5xX64bNq .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tV5xX64bNq .container {
    flex-wrap: nowrap;
  }
}
.cid-tV5xX64bNq .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tV5xX64bNq .dropdown-menu,
.cid-tV5xX64bNq .navbar.opened {
  background: #000000 !important;
}
.cid-tV5xX64bNq .nav-item:focus,
.cid-tV5xX64bNq .nav-link:focus {
  outline: none;
}
.cid-tV5xX64bNq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tV5xX64bNq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tV5xX64bNq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tV5xX64bNq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tV5xX64bNq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tV5xX64bNq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tV5xX64bNq .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.8);
}
.cid-tV5xX64bNq .navbar.opened {
  transition: all 0.3s;
}
.cid-tV5xX64bNq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tV5xX64bNq .navbar .navbar-logo img {
  width: auto;
}
.cid-tV5xX64bNq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tV5xX64bNq .navbar.collapsed {
  justify-content: center;
}
.cid-tV5xX64bNq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tV5xX64bNq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tV5xX64bNq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-tV5xX64bNq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tV5xX64bNq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tV5xX64bNq .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-tV5xX64bNq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tV5xX64bNq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tV5xX64bNq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tV5xX64bNq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tV5xX64bNq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tV5xX64bNq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tV5xX64bNq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tV5xX64bNq .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-tV5xX64bNq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tV5xX64bNq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tV5xX64bNq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tV5xX64bNq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tV5xX64bNq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tV5xX64bNq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tV5xX64bNq .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tV5xX64bNq .navbar.navbar-short {
  min-height: 60px;
}
.cid-tV5xX64bNq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tV5xX64bNq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tV5xX64bNq .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tV5xX64bNq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tV5xX64bNq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tV5xX64bNq .dropdown-item.active,
.cid-tV5xX64bNq .dropdown-item:active {
  background-color: transparent;
}
.cid-tV5xX64bNq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tV5xX64bNq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tV5xX64bNq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tV5xX64bNq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tV5xX64bNq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tV5xX64bNq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tV5xX64bNq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tV5xX64bNq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tV5xX64bNq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tV5xX64bNq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tV5xX64bNq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tV5xX64bNq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tV5xX64bNq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tV5xX64bNq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tV5xX64bNq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tV5xX64bNq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tV5xX64bNq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tV5xX64bNq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tV5xX64bNq .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tV5xX64bNq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tV5xX64bNq .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-tV5xX64bNq .navbar {
    height: 70px;
  }
  .cid-tV5xX64bNq .navbar.opened {
    height: auto;
  }
  .cid-tV5xX64bNq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tV5xX64bNq #id-nav {
  transition: background 0.5s ease;
}
.cid-tV5xX6oh1d {
  background-image: url("../../../assets/images/mbr-1.jpg");
}
.cid-tV5xX6oh1d .mbr-fallback-image.disabled {
  display: none;
}
.cid-tV5xX6oh1d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tV5xX6oh1d svg {
  width: auto;
  height: 16px;
  margin-bottom: 0px;
  fill: white;
}
.cid-tV5xX6oh1d svg:hover {
  fill: #e2e2e2;
}
.cid-tV5yRFIPqy {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #bde5f9;
  overflow-x: hidden;
}
.cid-tV5yRFIPqy a:hover {
  text-decoration: underline;
}
.cid-tV5xXcNYqJ {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #000000;
}
