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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.media {
  display: -webkit-flex;
}

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

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

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

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

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

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

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

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

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

.carousel-item img {
  margin: auto;
}

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

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

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

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

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

.card-img {
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

:focus {
  outline: none;
}

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

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

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

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

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

.container,
.container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}

.row {
  margin-left: -16px;
  margin-right: -16px;
}
.row > [class*=col] {
  padding-left: 16px;
  padding-right: 16px;
}

@media (min-width: 992px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.app-video-wrapper > img {
  opacity: 1;
}

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

.item {
  position: relative;
}

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

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

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

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 0 !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Poppins', sans-serif;
  font-size: 5rem;
  line-height: 1.5;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Poppins', sans-serif;
  font-size: 3.2rem;
  line-height: 1.5;
}
.display-2 > .mbr-iconfont {
  font-size: 4rem;
}
.display-4 {
  font-family: 'Poppins', sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1rem;
}
.display-5 {
  font-family: 'Poppins', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Hind', sans-serif;
  font-size: 1rem;
  line-height: 1.8;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.56rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((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.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #3d79ed !important;
}
.bg-success {
  background-color: #3a341c !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #a0e2e1 !important;
}
.bg-danger {
  background-color: #edefeb !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #3d79ed !important;
  border-color: #3d79ed !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #6c99f1 !important;
  border-color: #6c99f1 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #6c99f1 !important;
  border-color: #6c99f1 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
  color: #d70081 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #d70081 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info,
.btn-info:active {
  background-color: #320707 !important;
  border-color: #320707 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
}
.btn-success,
.btn-success:active {
  background-color: #3a341c !important;
  border-color: #3a341c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
  color: #1f6463 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1f6463 !important;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #edefeb !important;
  border-color: #edefeb !important;
  color: #6e7a61 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #6e7a61 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #3d79ed;
  color: #3d79ed;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #124ec1 !important;
  background-color: transparent !important;
  border-color: #124ec1 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #3d79ed !important;
  border-color: #3d79ed !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffd7ef;
  color: #ffd7ef;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff80cc !important;
  background-color: transparent !important;
  border-color: #ff80cc !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #d70081 !important;
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #320707;
  color: #320707;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #320707 !important;
  border-color: #320707 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #3a341c;
  color: #3a341c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3a341c !important;
  border-color: #3a341c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #a0e2e1;
  color: #a0e2e1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5ececc !important;
  background-color: transparent !important;
  border-color: #5ececc !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #1f6463 !important;
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #edefeb;
  color: #edefeb;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #c2c8bb !important;
  background-color: transparent !important;
  border-color: #c2c8bb !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #6e7a61 !important;
  background-color: #edefeb !important;
  border-color: #edefeb !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: #3d79ed !important;
}
.text-secondary {
  color: #ffd7ef !important;
}
.text-success {
  color: #3a341c !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #a0e2e1 !important;
}
.text-danger {
  color: #edefeb !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #1148b3 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff71c6 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #52cac8 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #bac2b2 !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: #3d79ed;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #320707;
}
.alert-warning {
  background-color: #a0e2e1;
}
.alert-danger {
  background-color: #edefeb;
}
.mbr-gallery-filter li.active .btn {
  background-color: #3d79ed;
  border-color: #3d79ed;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #3d79ed;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #f8fafe;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c0b27c;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f3abab;
}
.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*/
.form-control {
  font-family: 'Hind', sans-serif;
  font-size: 1rem;
  line-height: 1.8;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #3d79ed !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Hind', sans-serif;
  font-size: 1rem;
  line-height: 1.8;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #3d79ed;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #3d79ed;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #3d79ed;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #3d79ed;
  border-bottom-color: #3d79ed;
}
.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: #3d79ed !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: #ffd7ef !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='%233d79ed' %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-tP5wJ6Q0cT {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tP5wJ6Q0cT nav.navbar {
  position: fixed;
}
.cid-tP5wJ6Q0cT .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-tP5wJ6Q0cT .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tP5wJ6Q0cT .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tP5wJ6Q0cT .dropdown-item:hover,
.cid-tP5wJ6Q0cT .dropdown-item:focus {
  background: #3d79ed !important;
  color: white !important;
}
.cid-tP5wJ6Q0cT .dropdown-item:hover span {
  color: white;
}
.cid-tP5wJ6Q0cT .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tP5wJ6Q0cT .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tP5wJ6Q0cT .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tP5wJ6Q0cT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tP5wJ6Q0cT .nav-link {
  position: relative;
}
.cid-tP5wJ6Q0cT .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tP5wJ6Q0cT .container {
    flex-wrap: nowrap;
  }
}
.cid-tP5wJ6Q0cT .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tP5wJ6Q0cT .dropdown-menu,
.cid-tP5wJ6Q0cT .navbar.opened {
  background: #000000 !important;
}
.cid-tP5wJ6Q0cT .nav-item:focus,
.cid-tP5wJ6Q0cT .nav-link:focus {
  outline: none;
}
.cid-tP5wJ6Q0cT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tP5wJ6Q0cT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tP5wJ6Q0cT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tP5wJ6Q0cT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tP5wJ6Q0cT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tP5wJ6Q0cT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tP5wJ6Q0cT .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-tP5wJ6Q0cT .navbar.opened {
  transition: all 0.3s;
}
.cid-tP5wJ6Q0cT .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tP5wJ6Q0cT .navbar .navbar-logo img {
  width: auto;
}
.cid-tP5wJ6Q0cT .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tP5wJ6Q0cT .navbar.collapsed {
  justify-content: center;
}
.cid-tP5wJ6Q0cT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tP5wJ6Q0cT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tP5wJ6Q0cT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-tP5wJ6Q0cT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tP5wJ6Q0cT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tP5wJ6Q0cT .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-tP5wJ6Q0cT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tP5wJ6Q0cT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tP5wJ6Q0cT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tP5wJ6Q0cT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tP5wJ6Q0cT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tP5wJ6Q0cT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tP5wJ6Q0cT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tP5wJ6Q0cT .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-tP5wJ6Q0cT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tP5wJ6Q0cT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tP5wJ6Q0cT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tP5wJ6Q0cT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tP5wJ6Q0cT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tP5wJ6Q0cT .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tP5wJ6Q0cT .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tP5wJ6Q0cT .navbar.navbar-short {
  min-height: 60px;
}
.cid-tP5wJ6Q0cT .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tP5wJ6Q0cT .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tP5wJ6Q0cT .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-tP5wJ6Q0cT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tP5wJ6Q0cT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tP5wJ6Q0cT .dropdown-item.active,
.cid-tP5wJ6Q0cT .dropdown-item:active {
  background-color: transparent;
}
.cid-tP5wJ6Q0cT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tP5wJ6Q0cT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tP5wJ6Q0cT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tP5wJ6Q0cT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tP5wJ6Q0cT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tP5wJ6Q0cT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tP5wJ6Q0cT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tP5wJ6Q0cT .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tP5wJ6Q0cT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tP5wJ6Q0cT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f7f7f7;
}
.cid-tP5wJ6Q0cT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tP5wJ6Q0cT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tP5wJ6Q0cT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tP5wJ6Q0cT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tP5wJ6Q0cT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tP5wJ6Q0cT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tP5wJ6Q0cT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tP5wJ6Q0cT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tP5wJ6Q0cT .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tP5wJ6Q0cT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tP5wJ6Q0cT .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-tP5wJ6Q0cT .navbar {
    height: 70px;
  }
  .cid-tP5wJ6Q0cT .navbar.opened {
    height: auto;
  }
  .cid-tP5wJ6Q0cT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uiYT2AQwjA.popup-builder {
  background-color: #ffffff;
}
.cid-uiYT2AQwjA.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uiYT2AQwjA.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uiYT2AQwjA .modal-content,
.cid-uiYT2AQwjA .modal-dialog {
  height: auto;
}
.cid-uiYT2AQwjA .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uiYT2AQwjA .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uiYT2AQwjA .form-wrapper .mbr-form .form-group,
  .cid-uiYT2AQwjA .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uiYT2AQwjA .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uiYT2AQwjA .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-uiYT2AQwjA .mbr-text {
  text-align: center;
  color: #232323;
}
.cid-uiYT2AQwjA .pt-0 {
  padding-top: 0 !important;
}
.cid-uiYT2AQwjA .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uiYT2AQwjA .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uiYT2AQwjA .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uiYT2AQwjA .modal-open {
  overflow: hidden;
}
.cid-uiYT2AQwjA .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uiYT2AQwjA .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uiYT2AQwjA .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uiYT2AQwjA .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-uiYT2AQwjA .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uiYT2AQwjA .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uiYT2AQwjA .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uiYT2AQwjA .modal-content {
  background: #000000;
  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-uiYT2AQwjA .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uiYT2AQwjA .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uiYT2AQwjA .modal-backdrop.fade {
  opacity: 0;
}
.cid-uiYT2AQwjA .modal-backdrop.show {
  opacity: .5;
}
.cid-uiYT2AQwjA .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-uiYT2AQwjA .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uiYT2AQwjA .modal-header {
    padding: 1rem;
  }
}
.cid-uiYT2AQwjA .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uiYT2AQwjA .modal-header .close svg {
  fill: #ffffff;
}
.cid-uiYT2AQwjA .modal-header .close:hover {
  opacity: 1;
}
.cid-uiYT2AQwjA .modal-header .close:focus {
  outline: none;
}
.cid-uiYT2AQwjA .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-uiYT2AQwjA .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uiYT2AQwjA .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uiYT2AQwjA .modal-body {
    padding: 1rem;
  }
}
.cid-uiYT2AQwjA .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-uiYT2AQwjA .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uiYT2AQwjA .modal-footer {
    padding: 1rem;
  }
}
.cid-uiYT2AQwjA .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uiYT2AQwjA .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uiYT2AQwjA .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uiYT2AQwjA .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uiYT2AQwjA .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uiYT2AQwjA .modal-lg,
  .cid-uiYT2AQwjA .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uiYT2AQwjA .modal-xl {
    max-width: 1140px;
  }
}
.cid-uiYT2AQwjA .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uiYT2AQwjA .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-uiYT2AQwjA .form-group {
  margin-bottom: 1rem;
}
.cid-uiYT2AQwjA .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uiYT2AQwjA .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uiYT2AQwjA .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-uiYT2AQwjA .mbr-section-btn {
  margin: 0;
}
.cid-uiYT2AQwjA .mbr-section-btn .btn {
  margin: 0;
}
.cid-tJS6uM4N87 {
  background-image: url("../../../assets/images/nn-carbon-background.webp");
}
.cid-tJS6uM4N87 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJS6uM4N87 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
}
.cid-tJS6uM4N87 .topbg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: #232323;
}
.cid-tJS6uM4N87 .mbr-section-title {
  color: #f7f7f7;
}
.cid-tJS6uM4N87 .mbr-text,
.cid-tJS6uM4N87 .mbr-section-btn {
  color: #f7f7f7;
}
.cid-tMlEXTHLbS {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/nengelken-comp2400-aaron-burden-2400x1802.webp");
}
.cid-tMlEXTHLbS .mbr-overlay {
  background: #000000;
  opacity: 0.1;
}
.cid-tMlEXTHLbS img,
.cid-tMlEXTHLbS .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tMlEXTHLbS .item:focus,
.cid-tMlEXTHLbS span:focus {
  outline: none;
}
.cid-tMlEXTHLbS .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tMlEXTHLbS .item {
    margin-bottom: 1rem;
  }
}
.cid-tMlEXTHLbS .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tMlEXTHLbS .item {
  padding: 0;
  margin: 0;
}
.cid-tMlEXTHLbS .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-tMlEXTHLbS .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-tMlEXTHLbS .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tMlEXTHLbS .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-tMlEXTHLbS .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tMlEXTHLbS .item-title {
  text-align: left;
}
.cid-tMlEXTHLbS .item-subtitle {
  text-align: left;
}
.cid-tMlEXTHLbS .mbr-text,
.cid-tMlEXTHLbS .item .mbr-section-btn {
  text-align: left;
}
.cid-tMlEXTHLbS .content-head {
  max-width: 800px;
}
.cid-tMlEXTHLbS .mbr-section-subtitle,
.cid-tMlEXTHLbS .mbr-section-head .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-tP4tyWFsJD {
  display: flex;
  padding-top: 180px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/carbon-fibre-2000x1334.webp");
}
.cid-tP4tyWFsJD .mbr-overlay {
  background-color: #ffa600;
  opacity: 0.5;
}
.cid-tP4tyWFsJD .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-tP4tyWFsJD {
    align-items: center;
  }
  .cid-tP4tyWFsJD .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tP4tyWFsJD .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tP4tyWFsJD {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tP4tyWFsJD .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tP4tyWFsJD .content-wrap {
    width: 100%;
  }
}
.cid-tP4tyWFsJD .mbr-section-title {
  text-align: center;
}
.cid-tP4tyWFsJD .mbr-text,
.cid-tP4tyWFsJD .mbr-section-btn {
  text-align: center;
}
.cid-tP4sAPmyDK {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #edefeb;
}
.cid-tP4sAPmyDK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tP4sAPmyDK .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-tP4sAPmyDK .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tP4sAPmyDK .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tP4sAPmyDK .image-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 992px) {
  .cid-tP4sAPmyDK .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tP4sAPmyDK .mbr-section-title {
  color: #260a30;
}
.cid-tP4sAPmyDK .mbr-text,
.cid-tP4sAPmyDK .mbr-section-btn {
  color: #260a30;
}
.cid-tLAX5BnXkJ {
  display: flex;
  padding-top: 180px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/mbr-1920x1280.webp");
}
.cid-tLAX5BnXkJ .mbr-overlay {
  background-color: #ffa600;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-tLAX5BnXkJ {
    align-items: center;
  }
  .cid-tLAX5BnXkJ .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tLAX5BnXkJ .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tLAX5BnXkJ {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tLAX5BnXkJ .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tLAX5BnXkJ .content-wrap {
    width: 100%;
  }
}
.cid-tLAX5BnXkJ .mbr-section-title {
  text-align: center;
}
.cid-tLAX5BnXkJ .mbr-text,
.cid-tLAX5BnXkJ .mbr-section-btn {
  text-align: center;
}
.cid-tP4yFm0rNI {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #edefeb;
}
.cid-tP4yFm0rNI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tP4yFm0rNI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tP4yFm0rNI .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tP4yFm0rNI .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-tP4yFm0rNI .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-tP4yFm0rNI .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-tP4yFm0rNI .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #3d74ed;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #edefeb;
  height: 80px;
  border-radius: 50%;
}
.cid-tP4yFm0rNI .mbr-section-title {
  color: #232323;
}
.cid-tP4yFm0rNI .mbr-section-subtitle {
  color: #232323;
}
.cid-tP4yFm0rNI .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-tP4yFm0rNI .card-box .item-footer {
  margin-top: auto;
}
.cid-tP4yFm0rNI .content-head {
  max-width: 800px;
}
.cid-tP4Er5Uc3V {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/carbon-fibre-2000x1334.webp");
}
.cid-tP4Er5Uc3V .mbr-fallback-image.disabled {
  display: none;
}
.cid-tP4Er5Uc3V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tP4Er5Uc3V .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tP4Er5Uc3V .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-tP4Er5Uc3V .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-tP4Er5Uc3V .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-tP4Er5Uc3V .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #3d74ed;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #edefeb;
  height: 80px;
  border-radius: 50%;
}
.cid-tP4Er5Uc3V .mbr-section-title {
  color: #f7f7f7;
}
.cid-tP4Er5Uc3V .mbr-section-subtitle {
  color: #f7f7f7;
}
.cid-tP4Er5Uc3V .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-tP4Er5Uc3V .card-box .item-footer {
  margin-top: auto;
}
.cid-tP4Er5Uc3V .content-head {
  max-width: 800px;
}
.cid-tP4Er5Uc3V .card-text {
  color: #4e4e4e;
}
.cid-tJS9vXDdRK {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #000000;
}
.cid-tJS9vXDdRK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJS9vXDdRK .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-tJS9vXDdRK .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tJS9vXDdRK .row {
  flex-direction: row-reverse;
}
.cid-tJS9vXDdRK .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tJS9vXDdRK .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tJS9vXDdRK .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tJS9vXDdRK .mbr-section-title {
  color: #f7f7f7;
  text-align: right;
}
.cid-tJS9vXDdRK .mbr-text,
.cid-tJS9vXDdRK .mbr-section-btn {
  color: #f7f7f7;
  text-align: right;
}
.cid-tP4S5WaeDt {
  display: flex;
  padding-top: 240px;
  padding-bottom: 240px;
  background-image: url("../../../assets/images/mbr-1920x1280.webp");
}
.cid-tP4S5WaeDt .mbr-overlay {
  background-color: #ffa600;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-tP4S5WaeDt {
    align-items: center;
  }
  .cid-tP4S5WaeDt .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tP4S5WaeDt .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tP4S5WaeDt {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tP4S5WaeDt .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tP4S5WaeDt .content-wrap {
    width: 100%;
  }
}
.cid-tP4S5WaeDt .mbr-section-title {
  text-align: center;
}
.cid-tP4S5WaeDt .mbr-text,
.cid-tP4S5WaeDt .mbr-section-btn {
  text-align: center;
}
.cid-tP4SSxKwb8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tP4SSxKwb8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tP4SSxKwb8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tP4SSxKwb8 .container-fluid {
  padding: 0 16px;
}
@media (max-width: 992px) {
  .cid-tP4SSxKwb8 .container-fluid {
    padding: 0 12px;
  }
}
.cid-tP4SSxKwb8 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tP4SSxKwb8 .container {
    padding: 0 20px;
  }
}
.cid-tP4SSxKwb8 .card {
  padding: 0;
}
.cid-tP4SSxKwb8 .image-wrapper {
  position: relative;
  height: 450px;
  display: flex;
  justify-content: center;
}
.cid-tP4SSxKwb8 .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tP4SSxKwb8 .image-wrapper .text-wrapper {
  position: relative;
  padding: 0 64px;
}
@media (max-width: 768px) {
  .cid-tP4SSxKwb8 .image-wrapper .text-wrapper {
    padding: 50px 20px;
  }
}
.cid-tP4SSxKwb8 .image-wrapper .text-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tP4SSxKwb8 .image-wrapper .text-wrapper .mbr-text {
  margin-bottom: 64px;
}
.cid-tP4SSxKwb8 .image-wrapper .text-wrapper .mbr-section-btn .btn {
  color: #3d79ed !important;
}
.cid-tP4SSxKwb8 .image-wrap {
  position: relative;
  height: 100%;
}
.cid-tP4SSxKwb8 .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tP4SSxKwb8 .mbr-section-title {
  color: #ffffff;
}
.cid-tP4SSxKwb8 .mbr-text {
  color: #ffffff;
}
.cid-uldXaJpeZv {
  display: flex;
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/carbon-fibre-2000x1334.webp");
}
.cid-uldXaJpeZv .mbr-overlay {
  background-color: #ffa600;
  opacity: 0.5;
}
.cid-uldXaJpeZv .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-uldXaJpeZv {
    align-items: center;
  }
  .cid-uldXaJpeZv .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uldXaJpeZv .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uldXaJpeZv {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uldXaJpeZv .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uldXaJpeZv .content-wrap {
    width: 100%;
  }
}
.cid-uldXaJpeZv .mbr-section-title {
  text-align: center;
}
.cid-uldXaJpeZv .mbr-text,
.cid-uldXaJpeZv .mbr-section-btn {
  text-align: center;
}
.cid-tP4X84Nf1J {
  padding-top: 135px;
  padding-bottom: 135px;
  background-color: #232323;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tP4X84Nf1J .container-fluid {
  padding: 0;
}
.cid-tP4X84Nf1J .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tP4X84Nf1J .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tP4X84Nf1J .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tP4X84Nf1J .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tP4X84Nf1J .mbr-gallery-item {
  padding: 5px !important;
}
.cid-tP4X84Nf1J .mbr-gallery-filter {
  padding-top: 0;
  padding-bottom: 2rem;
}
.cid-tP4X84Nf1J .mbr-gallery-filter .btn {
  color: #74a3c7 !important;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0px !important;
  border: none;
  background: transparent;
  padding: 5px 12px;
}
.cid-tP4X84Nf1J .mbr-gallery-filter ul {
  display: block;
}
.cid-tP4X84Nf1J .mbr-gallery-filter ul li {
  position: relative;
  margin: 5px;
}
.cid-tP4X84Nf1J .mbr-gallery-filter li.active .btn {
  color: #333333 !important;
  background: transparent;
  border: 1px solid #dddfe0 !important;
}
.cid-tP4X84Nf1J .mbr-gallery-filter .btn::after {
  bottom: 0.5rem;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  width: 4px;
  transition: all 0.3s ease-in-out;
  background: #333333 !important;
}
.cid-tP4X84Nf1J .mbr-gallery-title {
  display: block;
  display: none !important;
  width: 100%;
  margin: 0;
  padding: 1rem 0 1rem 1rem;
  color: #222;
  text-align: left;
}
.cid-tP4X84Nf1J .mbr-gallery-item > div:hover .mbr-gallery-title {
  top: 0;
  right: 0;
  display: block;
  visibility: visible;
  opacity: 1;
}
.cid-tP4X84Nf1J .mbr-gallery-item > div:hover .icon-focus {
  top: calc(50% - 47px);
  top: calc(50% - 24px);
}
.cid-tP4X84Nf1J .icon-focus:before {
  content: '\e96b';
}
.cid-tP4X84Nf1J .icon-focus {
  transition: all .3s;
  font-size: 3rem !important;
  top: 50%;
  left: calc(50% - 24px);
  width: 48px padding: 0 8px;
  border-radius: 50%;
  color: #ffffff !important;
}
.cid-tP4X84Nf1J .icon-focus::after {
  border: 2px solid #fff;
  content: '';
  position: absolute;
  top: -20px;
  left: -20px;
  border-radius: 50%;
  width: 90px;
  height: 90px;
}
.cid-tP4X84Nf1J .mbr-section-title {
  margin: 0;
}
.cid-tQz1VJPcwC {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-tQz1VJPcwC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQz1VJPcwC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQz1VJPcwC .container-fluid {
  padding: 0 22px;
}
@media (max-width: 992px) {
  .cid-tQz1VJPcwC .container-fluid {
    padding: 0 16px;
  }
}
.cid-tQz1VJPcwC .container-fluid .row {
  padding: 0;
}
.cid-tQz1VJPcwC .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tQz1VJPcwC .image-wrapper img {
  width: 450px;
  height: 450px;
  object-fit: cover;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-tQz1VJPcwC .image-wrapper img {
    width: 250px;
    height: 250px;
    margin-bottom: 32px;
  }
}
.cid-tQz1VJPcwC .title-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding-left: 115px;
  border-left: 2px solid #edefeb;
}
@media (max-width: 992px) {
  .cid-tQz1VJPcwC .title-wrapper {
    padding: 0;
    border: none;
  }
}
.cid-tQz1VJPcwC .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
  width: 100%;
}
.cid-tQz1VJPcwC .title-wrapper .mbr-text {
  margin-bottom: 32px;
  width: 100%;
}
.cid-tQz1VJPcwC .title-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-tQz1VJPcwC .mbr-section-title {
  color: #495DFF;
}
.cid-tQz1VJPcwC .mbr-text {
  color: #a6a99c;
}
.cid-tQz1VJPcwC .mbr-section-title,
.cid-tQz1VJPcwC .mbr-section-btn {
  color: #757b62;
}
.cid-tQoHsTlyXs {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #000000;
}
.cid-tQoHsTlyXs .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tQoHsTlyXs textarea {
  min-height: 160px;
}
@media (min-width: 992px) {
  .cid-tQoHsTlyXs .text {
    max-width: 360px;
  }
}
.cid-tQoHsTlyXs .align-right {
  width: 100%;
}
.cid-tQoHsTlyXs .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-tQoHsTlyXs .socicon-wrap .mbr-iconfont {
  font-size: 1.1rem;
  color: #ffffff !important;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-tQoHsTlyXs .form-control,
.cid-tQoHsTlyXs .field-input {
  padding: 0.5rem;
  background-color: transparent;
  border-radius: 0px;
  border: 0px !important;
  border-bottom: 2px solid #555555 !important;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tQoHsTlyXs .form-control::-webkit-input-placeholder,
.cid-tQoHsTlyXs .field-input::-webkit-input-placeholder,
.cid-tQoHsTlyXs .form-control::-webkit-input-placeholder,
.cid-tQoHsTlyXs .field-input::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-tQoHsTlyXs .form-control:-moz-placeholder,
.cid-tQoHsTlyXs .field-input:-moz-placeholder,
.cid-tQoHsTlyXs .form-control:-moz-placeholder,
.cid-tQoHsTlyXs .field-input:-moz-placeholder {
  color: #ffffff;
}
.cid-tQoHsTlyXs .form-control:hover,
.cid-tQoHsTlyXs .field-input:hover,
.cid-tQoHsTlyXs .form-control:focus,
.cid-tQoHsTlyXs .field-input:focus {
  border-color: #ffffff !important;
  color: #ffffff;
  box-shadow: none !important;
  outline: none !important;
}
.cid-tQoHsTlyXs .form-control:hover::-webkit-input-placeholder,
.cid-tQoHsTlyXs .field-input:hover::-webkit-input-placeholder,
.cid-tQoHsTlyXs .form-control:focus::-webkit-input-placeholder,
.cid-tQoHsTlyXs .field-input:focus::-webkit-input-placeholder,
.cid-tQoHsTlyXs .form-control:hover::-webkit-input-placeholder,
.cid-tQoHsTlyXs .field-input:hover::-webkit-input-placeholder,
.cid-tQoHsTlyXs .form-control:focus::-webkit-input-placeholder,
.cid-tQoHsTlyXs .field-input:focus::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-tQoHsTlyXs .form-control:hover:-moz-placeholder,
.cid-tQoHsTlyXs .field-input:hover:-moz-placeholder,
.cid-tQoHsTlyXs .form-control:focus:-moz-placeholder,
.cid-tQoHsTlyXs .field-input:focus:-moz-placeholder,
.cid-tQoHsTlyXs .form-control:hover:-moz-placeholder,
.cid-tQoHsTlyXs .field-input:hover:-moz-placeholder,
.cid-tQoHsTlyXs .form-control:focus:-moz-placeholder,
.cid-tQoHsTlyXs .field-input:focus:-moz-placeholder {
  color: #ffffff;
}
.cid-tQoHsTlyXs .jq-number__spin:hover,
.cid-tQoHsTlyXs .jq-number__spin:focus {
  border-color: #ffffff;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-tQoHsTlyXs .jq-number__spin {
  border-color: #555555;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tQoHsTlyXs input::-webkit-clear-button {
  display: none;
}
.cid-tQoHsTlyXs input::-webkit-inner-spin-button {
  display: none;
}
.cid-tQoHsTlyXs input::-webkit-outer-spin-button {
  display: none;
}
.cid-tQoHsTlyXs input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-tQoHsTlyXs .title {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tQoHsTlyXs .socicon-wrap {
    margin: auto;
  }
}
.cid-tQoHsTlyXs .mbr-text {
  color: #999999;
}
.cid-tQoSrOjtne {
  padding-top: 0px;
  padding-bottom: 120px;
  background-color: #000000;
  overflow: hidden;
}
.cid-tPf10o0D0W {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tPf10o0D0W nav.navbar {
  position: fixed;
}
.cid-tPf10o0D0W .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-tPf10o0D0W .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tPf10o0D0W .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tPf10o0D0W .dropdown-item:hover,
.cid-tPf10o0D0W .dropdown-item:focus {
  background: #3d79ed !important;
  color: white !important;
}
.cid-tPf10o0D0W .dropdown-item:hover span {
  color: white;
}
.cid-tPf10o0D0W .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tPf10o0D0W .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tPf10o0D0W .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tPf10o0D0W .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tPf10o0D0W .nav-link {
  position: relative;
}
.cid-tPf10o0D0W .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tPf10o0D0W .container {
    flex-wrap: nowrap;
  }
}
.cid-tPf10o0D0W .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tPf10o0D0W .dropdown-menu,
.cid-tPf10o0D0W .navbar.opened {
  background: #000000 !important;
}
.cid-tPf10o0D0W .nav-item:focus,
.cid-tPf10o0D0W .nav-link:focus {
  outline: none;
}
.cid-tPf10o0D0W .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tPf10o0D0W .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tPf10o0D0W .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tPf10o0D0W .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tPf10o0D0W .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tPf10o0D0W .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tPf10o0D0W .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-tPf10o0D0W .navbar.opened {
  transition: all 0.3s;
}
.cid-tPf10o0D0W .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tPf10o0D0W .navbar .navbar-logo img {
  width: auto;
}
.cid-tPf10o0D0W .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tPf10o0D0W .navbar.collapsed {
  justify-content: center;
}
.cid-tPf10o0D0W .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tPf10o0D0W .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tPf10o0D0W .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-tPf10o0D0W .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tPf10o0D0W .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tPf10o0D0W .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-tPf10o0D0W .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tPf10o0D0W .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tPf10o0D0W .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tPf10o0D0W .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tPf10o0D0W .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tPf10o0D0W .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tPf10o0D0W .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tPf10o0D0W .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-tPf10o0D0W .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tPf10o0D0W .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tPf10o0D0W .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tPf10o0D0W .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tPf10o0D0W .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tPf10o0D0W .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tPf10o0D0W .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tPf10o0D0W .navbar.navbar-short {
  min-height: 60px;
}
.cid-tPf10o0D0W .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tPf10o0D0W .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tPf10o0D0W .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-tPf10o0D0W .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tPf10o0D0W .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tPf10o0D0W .dropdown-item.active,
.cid-tPf10o0D0W .dropdown-item:active {
  background-color: transparent;
}
.cid-tPf10o0D0W .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tPf10o0D0W .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tPf10o0D0W .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tPf10o0D0W .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tPf10o0D0W .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tPf10o0D0W .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tPf10o0D0W ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tPf10o0D0W .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tPf10o0D0W button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tPf10o0D0W button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f7f7f7;
}
.cid-tPf10o0D0W button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tPf10o0D0W button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPf10o0D0W button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPf10o0D0W button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tPf10o0D0W nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPf10o0D0W nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tPf10o0D0W nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tPf10o0D0W nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPf10o0D0W .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tPf10o0D0W a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tPf10o0D0W .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-tPf10o0D0W .navbar {
    height: 70px;
  }
  .cid-tPf10o0D0W .navbar.opened {
    height: auto;
  }
  .cid-tPf10o0D0W .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tPf10pxUPb {
  background-image: url("../../../assets/images/hassan-pasha-nebmedmvwgw-unsplash-2000x1323.webp");
}
.cid-tPf10pxUPb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPf10pxUPb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPf10pxUPb .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-tPf10pxUPb .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tPf10pxUPb .mbr-text,
.cid-tPf10pxUPb .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-tPf10qAGj8 {
  padding-top: 180px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-tPf10qAGj8 h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-tPf10qAGj8 h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tPf10qAGj8 h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tPf10qAGj8 .mbr-text,
.cid-tPf10qAGj8 .mbr-section-btn {
  color: #767676;
}
@media (max-width: 768px) {
  .cid-tPf10qAGj8 h3:before,
  .cid-tPf10qAGj8 h3:after {
    display: none;
  }
}
.cid-tPf10qAGj8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPf10qAGj8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPf7yI4cY8 {
  padding-top: 180px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/rob-walsh-82olcn3uyou-unsplash.webp");
}
.cid-tPf7yI4cY8 .btn {
  margin: 0.2rem !important;
}
.cid-tPf7yI4cY8 .row {
  justify-content: flex-end;
}
.cid-tPf7yI4cY8 .mbr-text,
.cid-tPf7yI4cY8 .mbr-section-btn {
  color: #cccccc;
}
.cid-tPf7yI4cY8 H3 {
  color: #cccccc;
}
.cid-tPf7yI4cY8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPf7yI4cY8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPf7irV65G {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tPf7irV65G .container-fluid {
  padding: 0;
}
.cid-tPf7irV65G .image-container {
  display: grid;
  grid-template-rows: 8fr 8fr;
  grid-template-columns: 10fr 9fr;
  grid-template-areas: "img1 img3" "img2 img3";
}
.cid-tPf7irV65G .img1 {
  grid-area: img1;
}
.cid-tPf7irV65G .img2 {
  grid-area: img2;
}
.cid-tPf7irV65G .img3 {
  grid-area: img3;
}
.cid-tPf7irV65G img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tPnd3tDzsr {
  padding-top: 180px;
  padding-bottom: 135px;
  background-color: #232323;
}
.cid-tPnd3tDzsr h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-tPnd3tDzsr h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tPnd3tDzsr h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tPnd3tDzsr .mbr-text,
.cid-tPnd3tDzsr .mbr-section-btn {
  color: #767676;
}
@media (max-width: 768px) {
  .cid-tPnd3tDzsr h3:before,
  .cid-tPnd3tDzsr h3:after {
    display: none;
  }
}
.cid-tPnd3tDzsr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPnd3tDzsr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPnd3tDzsr H3 {
  color: #f7f7f7;
}
.cid-tPf3pP5xjd {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-tPf3pP5xjd .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPf3pP5xjd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tPf3pP5xjd .container {
    padding: 0 16px;
  }
}
.cid-tPf3pP5xjd .link-wrap:hover .row .title-wrapper {
  opacity: .75;
}
.cid-tPf3pP5xjd .link-wrap:hover .row .image-wrapper {
  opacity: .75;
}
.cid-tPf3pP5xjd .title-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
  transition: all 0.3s ease-out;
}
@media (max-width: 992px) {
  .cid-tPf3pP5xjd .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tPf3pP5xjd .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-tPf3pP5xjd .title-wrapper .mbr-date {
  margin-bottom: 0;
}
.cid-tPf3pP5xjd .image-wrapper {
  transition: all 0.3s ease-out;
}
.cid-tPf3pP5xjd .image-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-tPf3pP5xjd .image-wrapper img {
    height: 300px;
  }
}
.cid-tPf3pP5xjd .mbr-section-title {
  color: #08323C;
  text-align: right;
}
.cid-tPf3pP5xjd .mbr-date {
  color: #08323C;
}
.cid-tPf3evac5n {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-tPf3evac5n .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPf3evac5n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPf3evac5n .mbr-section-title {
  color: #3d74ed;
}
.cid-tPf3evac5n .mbr-section-subtitle {
  color: #e3ebf3;
}
.cid-tPf3evac5n .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 1399px) {
  .cid-tPf3evac5n .mbr-section-btn {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .cid-tPf3evac5n .mbr-section-btn {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .cid-tPf3evac5n .mbr-section-btn {
    margin-top: 2px;
  }
}
.cid-tPf3evac5n .text-wrap {
  display: flex;
  column-gap: 20px;
  width: 100%;
  margin-top: 60px;
}
@media (max-width: 1399px) {
  .cid-tPf3evac5n .text-wrap {
    margin-top: 40px;
  }
}
@media (max-width: 991px) {
  .cid-tPf3evac5n .text-wrap {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tPf3evac5n .text-wrap {
    flex-wrap: wrap;
    row-gap: 12px;
    margin-top: 12px;
  }
}
.cid-tPf3evac5n .mbr-text {
  width: 1px;
  flex-grow: 1;
  color: #7787a5;
}
@media (max-width: 767px) {
  .cid-tPf3evac5n .mbr-text {
    width: 100%;
  }
}
.cid-tPf3Qx0Ss8 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-tPf3Qx0Ss8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPf3Qx0Ss8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPf3Qx0Ss8 .container-fluid {
  padding: 0 22px;
}
@media (max-width: 992px) {
  .cid-tPf3Qx0Ss8 .container-fluid {
    padding: 0 16px;
  }
}
.cid-tPf3Qx0Ss8 .container-fluid .row {
  padding: 0;
}
.cid-tPf3Qx0Ss8 .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tPf3Qx0Ss8 .image-wrapper img {
  width: 450px;
  height: 450px;
  object-fit: cover;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-tPf3Qx0Ss8 .image-wrapper img {
    width: 250px;
    height: 250px;
    margin-bottom: 32px;
  }
}
.cid-tPf3Qx0Ss8 .title-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding-left: 115px;
  border-left: 2px solid #edefeb;
}
@media (max-width: 992px) {
  .cid-tPf3Qx0Ss8 .title-wrapper {
    padding: 0;
    border: none;
  }
}
.cid-tPf3Qx0Ss8 .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
  width: 100%;
}
.cid-tPf3Qx0Ss8 .title-wrapper .mbr-text {
  margin-bottom: 32px;
  width: 100%;
}
.cid-tPf3Qx0Ss8 .title-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-tPf3Qx0Ss8 .mbr-section-title {
  color: #495DFF;
}
.cid-tPf3Qx0Ss8 .mbr-text {
  color: #a6a99c;
}
.cid-tPf3Qx0Ss8 .mbr-section-title,
.cid-tPf3Qx0Ss8 .mbr-section-btn {
  color: #757b62;
}
.cid-tQoHj75wFh {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #000000;
}
.cid-tQoHj75wFh .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tQoHj75wFh textarea {
  min-height: 160px;
}
@media (min-width: 992px) {
  .cid-tQoHj75wFh .text {
    max-width: 360px;
  }
}
.cid-tQoHj75wFh .align-right {
  width: 100%;
}
.cid-tQoHj75wFh .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-tQoHj75wFh .socicon-wrap .mbr-iconfont {
  font-size: 1.1rem;
  color: #ffffff !important;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-tQoHj75wFh .form-control,
.cid-tQoHj75wFh .field-input {
  padding: 0.5rem;
  background-color: transparent;
  border-radius: 0px;
  border: 0px !important;
  border-bottom: 2px solid #555555 !important;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tQoHj75wFh .form-control::-webkit-input-placeholder,
.cid-tQoHj75wFh .field-input::-webkit-input-placeholder,
.cid-tQoHj75wFh .form-control::-webkit-input-placeholder,
.cid-tQoHj75wFh .field-input::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-tQoHj75wFh .form-control:-moz-placeholder,
.cid-tQoHj75wFh .field-input:-moz-placeholder,
.cid-tQoHj75wFh .form-control:-moz-placeholder,
.cid-tQoHj75wFh .field-input:-moz-placeholder {
  color: #ffffff;
}
.cid-tQoHj75wFh .form-control:hover,
.cid-tQoHj75wFh .field-input:hover,
.cid-tQoHj75wFh .form-control:focus,
.cid-tQoHj75wFh .field-input:focus {
  border-color: #ffffff !important;
  color: #ffffff;
  box-shadow: none !important;
  outline: none !important;
}
.cid-tQoHj75wFh .form-control:hover::-webkit-input-placeholder,
.cid-tQoHj75wFh .field-input:hover::-webkit-input-placeholder,
.cid-tQoHj75wFh .form-control:focus::-webkit-input-placeholder,
.cid-tQoHj75wFh .field-input:focus::-webkit-input-placeholder,
.cid-tQoHj75wFh .form-control:hover::-webkit-input-placeholder,
.cid-tQoHj75wFh .field-input:hover::-webkit-input-placeholder,
.cid-tQoHj75wFh .form-control:focus::-webkit-input-placeholder,
.cid-tQoHj75wFh .field-input:focus::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-tQoHj75wFh .form-control:hover:-moz-placeholder,
.cid-tQoHj75wFh .field-input:hover:-moz-placeholder,
.cid-tQoHj75wFh .form-control:focus:-moz-placeholder,
.cid-tQoHj75wFh .field-input:focus:-moz-placeholder,
.cid-tQoHj75wFh .form-control:hover:-moz-placeholder,
.cid-tQoHj75wFh .field-input:hover:-moz-placeholder,
.cid-tQoHj75wFh .form-control:focus:-moz-placeholder,
.cid-tQoHj75wFh .field-input:focus:-moz-placeholder {
  color: #ffffff;
}
.cid-tQoHj75wFh .jq-number__spin:hover,
.cid-tQoHj75wFh .jq-number__spin:focus {
  border-color: #ffffff;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-tQoHj75wFh .jq-number__spin {
  border-color: #555555;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tQoHj75wFh input::-webkit-clear-button {
  display: none;
}
.cid-tQoHj75wFh input::-webkit-inner-spin-button {
  display: none;
}
.cid-tQoHj75wFh input::-webkit-outer-spin-button {
  display: none;
}
.cid-tQoHj75wFh input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-tQoHj75wFh .title {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tQoHj75wFh .socicon-wrap {
    margin: auto;
  }
}
.cid-tQoHj75wFh .mbr-text {
  color: #999999;
}
.cid-tQoSrOjtne {
  padding-top: 0px;
  padding-bottom: 120px;
  background-color: #000000;
  overflow: hidden;
}
.cid-tPbk0yi8oi {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tPbk0yi8oi nav.navbar {
  position: fixed;
}
.cid-tPbk0yi8oi .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-tPbk0yi8oi .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tPbk0yi8oi .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tPbk0yi8oi .dropdown-item:hover,
.cid-tPbk0yi8oi .dropdown-item:focus {
  background: #3d79ed !important;
  color: white !important;
}
.cid-tPbk0yi8oi .dropdown-item:hover span {
  color: white;
}
.cid-tPbk0yi8oi .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tPbk0yi8oi .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tPbk0yi8oi .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tPbk0yi8oi .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tPbk0yi8oi .nav-link {
  position: relative;
}
.cid-tPbk0yi8oi .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tPbk0yi8oi .container {
    flex-wrap: nowrap;
  }
}
.cid-tPbk0yi8oi .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tPbk0yi8oi .dropdown-menu,
.cid-tPbk0yi8oi .navbar.opened {
  background: #000000 !important;
}
.cid-tPbk0yi8oi .nav-item:focus,
.cid-tPbk0yi8oi .nav-link:focus {
  outline: none;
}
.cid-tPbk0yi8oi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tPbk0yi8oi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tPbk0yi8oi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tPbk0yi8oi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tPbk0yi8oi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tPbk0yi8oi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tPbk0yi8oi .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-tPbk0yi8oi .navbar.opened {
  transition: all 0.3s;
}
.cid-tPbk0yi8oi .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tPbk0yi8oi .navbar .navbar-logo img {
  width: auto;
}
.cid-tPbk0yi8oi .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tPbk0yi8oi .navbar.collapsed {
  justify-content: center;
}
.cid-tPbk0yi8oi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tPbk0yi8oi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tPbk0yi8oi .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-tPbk0yi8oi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tPbk0yi8oi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tPbk0yi8oi .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-tPbk0yi8oi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tPbk0yi8oi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tPbk0yi8oi .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tPbk0yi8oi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tPbk0yi8oi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tPbk0yi8oi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tPbk0yi8oi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tPbk0yi8oi .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-tPbk0yi8oi .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tPbk0yi8oi .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tPbk0yi8oi .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tPbk0yi8oi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tPbk0yi8oi .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tPbk0yi8oi .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tPbk0yi8oi .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tPbk0yi8oi .navbar.navbar-short {
  min-height: 60px;
}
.cid-tPbk0yi8oi .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tPbk0yi8oi .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tPbk0yi8oi .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-tPbk0yi8oi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tPbk0yi8oi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tPbk0yi8oi .dropdown-item.active,
.cid-tPbk0yi8oi .dropdown-item:active {
  background-color: transparent;
}
.cid-tPbk0yi8oi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tPbk0yi8oi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tPbk0yi8oi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tPbk0yi8oi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tPbk0yi8oi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tPbk0yi8oi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tPbk0yi8oi ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tPbk0yi8oi .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tPbk0yi8oi button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tPbk0yi8oi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f7f7f7;
}
.cid-tPbk0yi8oi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tPbk0yi8oi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPbk0yi8oi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPbk0yi8oi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tPbk0yi8oi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPbk0yi8oi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tPbk0yi8oi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tPbk0yi8oi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPbk0yi8oi .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tPbk0yi8oi a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tPbk0yi8oi .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-tPbk0yi8oi .navbar {
    height: 70px;
  }
  .cid-tPbk0yi8oi .navbar.opened {
    height: auto;
  }
  .cid-tPbk0yi8oi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tPbkkcC0IX {
  background-image: url("../../../assets/images/yoel-peterson-vemdqk-aksw-unsplash-3329x2081.webp");
}
.cid-tPbkkcC0IX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPbkkcC0IX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPbkkcC0IX .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-tPbkkcC0IX .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tPbkkcC0IX .mbr-text,
.cid-tPbkkcC0IX .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-tPbxb3clpK {
  padding-top: 225px;
  padding-bottom: 180px;
  background-color: #ffffff;
}
.cid-tPbxb3clpK h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-tPbxb3clpK h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tPbxb3clpK h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tPbxb3clpK .mbr-text,
.cid-tPbxb3clpK .mbr-section-btn {
  color: #767676;
}
@media (max-width: 768px) {
  .cid-tPbxb3clpK h3:before,
  .cid-tPbxb3clpK h3:after {
    display: none;
  }
}
.cid-tPbxb3clpK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPbxb3clpK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPbsteSCEP {
  background-color: #f7f7f7;
}
.cid-tPbsteSCEP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPbsteSCEP .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-tPbsteSCEP .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tPbsteSCEP .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tPbsteSCEP .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tPbsteSCEP .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tPbsteSCEP .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-tPbsteSCEP .mbr-text,
.cid-tPbsteSCEP .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-tPbwFSNUSX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-tPbwFSNUSX .mbr-text {
    text-align: center;
  }
}
.cid-tPbwFSNUSX .container-fluid {
  padding: 0;
}
.cid-tPbwFSNUSX .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-tPbwFSNUSX img {
  height: 100%;
  object-fit: cover;
}
.cid-tPbwFSNUSX .mbr-figure {
  height: 100%;
}
.cid-tPbwFSNUSX .col-lg-6 {
  padding: 0;
}
.cid-tPbwFSNUSX .row {
  margin: 0;
}
.cid-tPbwFSNUSX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPbwFSNUSX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPbE86Aozl {
  padding-top: 180px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-tPbE86Aozl h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-tPbE86Aozl h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tPbE86Aozl h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tPbE86Aozl .mbr-text,
.cid-tPbE86Aozl .mbr-section-btn {
  color: #767676;
}
@media (max-width: 768px) {
  .cid-tPbE86Aozl h3:before,
  .cid-tPbE86Aozl h3:after {
    display: none;
  }
}
.cid-tPbE86Aozl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPbE86Aozl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPbwJAdoJH {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
@media (max-width: 767px) {
  .cid-tPbwJAdoJH .mbr-text {
    text-align: center;
  }
}
.cid-tPbwJAdoJH .container-fluid {
  padding: 0;
}
.cid-tPbwJAdoJH .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-tPbwJAdoJH img {
  height: 100%;
  object-fit: cover;
}
.cid-tPbwJAdoJH .mbr-figure {
  height: 100%;
}
.cid-tPbwJAdoJH .col-lg-7 {
  padding: 0;
}
.cid-tPbwJAdoJH .row {
  margin: 0;
}
.cid-tPbwJAdoJH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPbwJAdoJH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPy2bcKN58 {
  display: flex;
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tPy2bcKN58 .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-tPy2bcKN58 {
    align-items: center;
  }
  .cid-tPy2bcKN58 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tPy2bcKN58 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tPy2bcKN58 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tPy2bcKN58 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tPy2bcKN58 .content-wrap {
    width: 100%;
  }
}
.cid-tPy2bcKN58 .mbr-section-title {
  text-align: center;
  color: #4e4e4e;
}
.cid-tPy2bcKN58 .mbr-text,
.cid-tPy2bcKN58 .mbr-section-btn {
  text-align: center;
  color: #4e4e4e;
}
.cid-tPbGKBCjio {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/adobestock-67778086-2000x2302.webp");
}
.cid-tPbGKBCjio .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPbGKBCjio .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tPbGKBCjio .container {
    padding: 0 30px;
  }
}
.cid-tPbGKBCjio .text-wrapper {
  min-height: 600px;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-tPbGKBCjio .text-wrapper {
    min-height: 250px;
  }
}
.cid-tPbGKBCjio .text-wrapper .mbr-text {
  width: 100%;
  margin: 25px 0;
}
.cid-tPbGKBCjio .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tPyzPr9wQV {
  padding-top: 180px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-tPyzPr9wQV h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-tPyzPr9wQV h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tPyzPr9wQV h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tPyzPr9wQV .mbr-text,
.cid-tPyzPr9wQV .mbr-section-btn {
  color: #767676;
}
@media (max-width: 768px) {
  .cid-tPyzPr9wQV h3:before,
  .cid-tPyzPr9wQV h3:after {
    display: none;
  }
}
.cid-tPyzPr9wQV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPyzPr9wQV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPbk0EHuyV {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #000000;
}
.cid-tPbk0EHuyV .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tPbk0EHuyV textarea {
  min-height: 160px;
}
@media (min-width: 992px) {
  .cid-tPbk0EHuyV .text {
    max-width: 360px;
  }
}
.cid-tPbk0EHuyV .align-right {
  width: 100%;
}
.cid-tPbk0EHuyV .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-tPbk0EHuyV .socicon-wrap .mbr-iconfont {
  font-size: 1.1rem;
  color: #ffffff !important;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-tPbk0EHuyV .form-control,
.cid-tPbk0EHuyV .field-input {
  padding: 0.5rem;
  background-color: transparent;
  border-radius: 0px;
  border: 0px !important;
  border-bottom: 2px solid #555555 !important;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tPbk0EHuyV .form-control::-webkit-input-placeholder,
.cid-tPbk0EHuyV .field-input::-webkit-input-placeholder,
.cid-tPbk0EHuyV .form-control::-webkit-input-placeholder,
.cid-tPbk0EHuyV .field-input::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-tPbk0EHuyV .form-control:-moz-placeholder,
.cid-tPbk0EHuyV .field-input:-moz-placeholder,
.cid-tPbk0EHuyV .form-control:-moz-placeholder,
.cid-tPbk0EHuyV .field-input:-moz-placeholder {
  color: #ffffff;
}
.cid-tPbk0EHuyV .form-control:hover,
.cid-tPbk0EHuyV .field-input:hover,
.cid-tPbk0EHuyV .form-control:focus,
.cid-tPbk0EHuyV .field-input:focus {
  border-color: #ffffff !important;
  color: #ffffff;
  box-shadow: none !important;
  outline: none !important;
}
.cid-tPbk0EHuyV .form-control:hover::-webkit-input-placeholder,
.cid-tPbk0EHuyV .field-input:hover::-webkit-input-placeholder,
.cid-tPbk0EHuyV .form-control:focus::-webkit-input-placeholder,
.cid-tPbk0EHuyV .field-input:focus::-webkit-input-placeholder,
.cid-tPbk0EHuyV .form-control:hover::-webkit-input-placeholder,
.cid-tPbk0EHuyV .field-input:hover::-webkit-input-placeholder,
.cid-tPbk0EHuyV .form-control:focus::-webkit-input-placeholder,
.cid-tPbk0EHuyV .field-input:focus::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-tPbk0EHuyV .form-control:hover:-moz-placeholder,
.cid-tPbk0EHuyV .field-input:hover:-moz-placeholder,
.cid-tPbk0EHuyV .form-control:focus:-moz-placeholder,
.cid-tPbk0EHuyV .field-input:focus:-moz-placeholder,
.cid-tPbk0EHuyV .form-control:hover:-moz-placeholder,
.cid-tPbk0EHuyV .field-input:hover:-moz-placeholder,
.cid-tPbk0EHuyV .form-control:focus:-moz-placeholder,
.cid-tPbk0EHuyV .field-input:focus:-moz-placeholder {
  color: #ffffff;
}
.cid-tPbk0EHuyV .jq-number__spin:hover,
.cid-tPbk0EHuyV .jq-number__spin:focus {
  border-color: #ffffff;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-tPbk0EHuyV .jq-number__spin {
  border-color: #555555;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tPbk0EHuyV input::-webkit-clear-button {
  display: none;
}
.cid-tPbk0EHuyV input::-webkit-inner-spin-button {
  display: none;
}
.cid-tPbk0EHuyV input::-webkit-outer-spin-button {
  display: none;
}
.cid-tPbk0EHuyV input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-tPbk0EHuyV .title {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tPbk0EHuyV .socicon-wrap {
    margin: auto;
  }
}
.cid-tPbk0EHuyV .mbr-text {
  color: #999999;
}
.cid-tQoSrOjtne {
  padding-top: 0px;
  padding-bottom: 120px;
  background-color: #000000;
  overflow: hidden;
}
.cid-tQt5UA2QMA {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tQt5UA2QMA nav.navbar {
  position: fixed;
}
.cid-tQt5UA2QMA .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-tQt5UA2QMA .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tQt5UA2QMA .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tQt5UA2QMA .dropdown-item:hover,
.cid-tQt5UA2QMA .dropdown-item:focus {
  background: #3d79ed !important;
  color: white !important;
}
.cid-tQt5UA2QMA .dropdown-item:hover span {
  color: white;
}
.cid-tQt5UA2QMA .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tQt5UA2QMA .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tQt5UA2QMA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tQt5UA2QMA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tQt5UA2QMA .nav-link {
  position: relative;
}
.cid-tQt5UA2QMA .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tQt5UA2QMA .container {
    flex-wrap: nowrap;
  }
}
.cid-tQt5UA2QMA .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tQt5UA2QMA .dropdown-menu,
.cid-tQt5UA2QMA .navbar.opened {
  background: #000000 !important;
}
.cid-tQt5UA2QMA .nav-item:focus,
.cid-tQt5UA2QMA .nav-link:focus {
  outline: none;
}
.cid-tQt5UA2QMA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tQt5UA2QMA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tQt5UA2QMA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tQt5UA2QMA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tQt5UA2QMA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tQt5UA2QMA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tQt5UA2QMA .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-tQt5UA2QMA .navbar.opened {
  transition: all 0.3s;
}
.cid-tQt5UA2QMA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tQt5UA2QMA .navbar .navbar-logo img {
  width: auto;
}
.cid-tQt5UA2QMA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tQt5UA2QMA .navbar.collapsed {
  justify-content: center;
}
.cid-tQt5UA2QMA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tQt5UA2QMA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tQt5UA2QMA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-tQt5UA2QMA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tQt5UA2QMA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tQt5UA2QMA .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-tQt5UA2QMA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tQt5UA2QMA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tQt5UA2QMA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tQt5UA2QMA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tQt5UA2QMA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tQt5UA2QMA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tQt5UA2QMA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tQt5UA2QMA .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-tQt5UA2QMA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tQt5UA2QMA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tQt5UA2QMA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tQt5UA2QMA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tQt5UA2QMA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tQt5UA2QMA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tQt5UA2QMA .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tQt5UA2QMA .navbar.navbar-short {
  min-height: 60px;
}
.cid-tQt5UA2QMA .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tQt5UA2QMA .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tQt5UA2QMA .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-tQt5UA2QMA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tQt5UA2QMA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tQt5UA2QMA .dropdown-item.active,
.cid-tQt5UA2QMA .dropdown-item:active {
  background-color: transparent;
}
.cid-tQt5UA2QMA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tQt5UA2QMA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tQt5UA2QMA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tQt5UA2QMA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tQt5UA2QMA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tQt5UA2QMA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tQt5UA2QMA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tQt5UA2QMA .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tQt5UA2QMA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tQt5UA2QMA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f7f7f7;
}
.cid-tQt5UA2QMA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tQt5UA2QMA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tQt5UA2QMA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tQt5UA2QMA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tQt5UA2QMA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tQt5UA2QMA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tQt5UA2QMA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tQt5UA2QMA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tQt5UA2QMA .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tQt5UA2QMA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tQt5UA2QMA .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-tQt5UA2QMA .navbar {
    height: 70px;
  }
  .cid-tQt5UA2QMA .navbar.opened {
    height: auto;
  }
  .cid-tQt5UA2QMA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tQtlXBE4R3 {
  display: flex;
  background-image: url("../../../assets/images/christopher-burns-qagnhezu-5q-unsplash.webp");
}
.cid-tQtlXBE4R3 .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
.cid-tQtlXBE4R3 .content-wrap {
  padding: 5rem 1rem;
  max-width: 800px;
}
@media (min-width: 768px) {
  .cid-tQtlXBE4R3 {
    align-items: center;
  }
  .cid-tQtlXBE4R3 .row {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tQtlXBE4R3 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tQtlXBE4R3 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tQtlXBE4R3 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tQtlXBE4R3 .content-wrap {
    width: 100%;
  }
}
.cid-tQtlXBE4R3 .mbr-section-title {
  text-align: left;
}
.cid-tQtlXBE4R3 .mbr-text,
.cid-tQtlXBE4R3 .mbr-section-btn {
  text-align: left;
}
.cid-tQt7Hl0Vxb {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #fbfbfb;
}
.cid-tQt7Hl0Vxb .title-wrapper {
  margin: 0 150px;
}
@media (max-width: 992px) {
  .cid-tQt7Hl0Vxb .title-wrapper {
    margin: 0 30px;
  }
}
.cid-tQt7Hl0Vxb .title-wrapper .mbr-section-title {
  margin-bottom: 83.5px;
}
@media (max-width: 768px) {
  .cid-tQt7Hl0Vxb .title-wrapper .mbr-section-title {
    margin-bottom: 50.4px;
  }
}
.cid-tQt7Hl0Vxb .text-wrapper {
  margin: 0 150px;
  padding: 86px 0;
  border-top: 1px solid #cbcbcb;
}
@media (max-width: 992px) {
  .cid-tQt7Hl0Vxb .text-wrapper {
    margin: 0 30px;
  }
}
@media (max-width: 768px) {
  .cid-tQt7Hl0Vxb .text-wrapper {
    padding: 50.4px 0;
  }
}
.cid-tQt7Hl0Vxb .text-wrapper .mbr-section-subtitle {
  margin: 0;
}
@media (max-width: 768px) {
  .cid-tQt7Hl0Vxb .text-wrapper .mbr-section-subtitle {
    margin-bottom: 33.6px;
  }
}
.cid-tQt7Hl0Vxb .text-wrapper .mbr-text {
  margin: 0;
}
.cid-tQt7Hl0Vxb .mbr-section-title {
  color: #1E1C21;
}
.cid-tQt7Hl0Vxb .mbr-section-subtitle {
  color: #1E1C21;
}
.cid-tQt7Hl0Vxb .mbr-text {
  color: #1E1C21;
}
.cid-tQtiXM6PWq {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #292929;
}
.cid-tQtiXM6PWq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQtiXM6PWq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tQtiXM6PWq .container {
    padding: 0 30px;
  }
}
.cid-tQtiXM6PWq .row {
  justify-content: center;
}
.cid-tQtiXM6PWq .title-wrapper {
  margin: 0 12%;
  border-bottom: 1px solid #f1f4e9;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tQtiXM6PWq .title-wrapper {
    margin: 0 0 50px 0;
  }
}
@media (max-width: 992px) {
  .cid-tQtiXM6PWq .title-wrapper {
    margin: 0;
  }
}
.cid-tQtiXM6PWq .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-tQtiXM6PWq .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-tQtiXM6PWq .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-tQtiXM6PWq .text-wrapper .mbr-name {
  margin-bottom: 0;
}
.cid-tQtiXM6PWq .mbr-section-subtitle {
  color: #f1f4e9;
  text-align: center;
}
.cid-tQtiXM6PWq .mbr-section-title {
  color: #f1f4e9;
  text-align: center;
}
.cid-tQtiXM6PWq .mbr-text {
  color: #f1f4e9;
}
.cid-tQtiXM6PWq .mbr-name {
  color: #f1f4e9;
  text-align: center;
}
.cid-tQt89sVbEA {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tQt89sVbEA h2,
.cid-tQt89sVbEA h3,
.cid-tQt89sVbEA h4,
.cid-tQt89sVbEA p {
  margin: 0;
}
.cid-tQt89sVbEA .image-wrap {
  width: 100%;
  margin-bottom: 28px;
}
.cid-tQt89sVbEA .image-wrap img {
  width: 100%;
  height: auto;
}
.cid-tQt89sVbEA .text-wrap {
  margin-top: 10px;
  margin-bottom: 30px;
}
.cid-tQt89sVbEA .mbr-section-title {
  color: #000000;
  margin-bottom: 22px;
}
.cid-tQt89sVbEA .mbr-section-subtitle {
  margin-bottom: 5px;
  text-align: right;
}
.cid-tQt89sVbEA .mbr-text {
  color: #6b6b6b;
  margin-bottom: 10px;
}
.cid-tQt6Uti1Yx {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #edefeb;
}
.cid-tQt6Uti1Yx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQt6Uti1Yx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tQt6Uti1Yx .container {
    padding: 0 30px;
  }
}
.cid-tQt6Uti1Yx .row {
  justify-content: center;
}
.cid-tQt6Uti1Yx .title-wrapper {
  margin: 0 12%;
  border-bottom: 1px solid #757b62;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tQt6Uti1Yx .title-wrapper {
    margin: 0 0 50px 0;
  }
}
@media (max-width: 992px) {
  .cid-tQt6Uti1Yx .title-wrapper {
    margin: 0;
  }
}
.cid-tQt6Uti1Yx .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-tQt6Uti1Yx .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-tQt6Uti1Yx .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-tQt6Uti1Yx .text-wrapper .mbr-name {
  margin-bottom: 0;
}
.cid-tQt6Uti1Yx .mbr-section-subtitle {
  color: #f1f4e9;
  text-align: center;
}
.cid-tQt6Uti1Yx .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-tQt6Uti1Yx .mbr-text {
  color: #a6a99c;
}
.cid-tQt6Uti1Yx .mbr-name {
  color: #f1f4e9;
  text-align: center;
}
.cid-tQt7OV6vyY {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tQt7OV6vyY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQt7OV6vyY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQt7OV6vyY .row {
  justify-content: flex-start;
}
.cid-tQt7OV6vyY .mbr-section-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
}
.cid-tQt7OV6vyY .mbr-section-subtitle {
  color: #1d191f;
  margin-bottom: 0 !important;
  margin-top: 20px;
}
.cid-tQt7YrZD3y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tQt7YrZD3y .mbr-section-title {
  color: #000000;
}
.cid-tQt7YrZD3y .link-col {
  margin-bottom: 0;
  margin-top: auto;
}
.cid-tQt7YrZD3y .row {
  justify-content: space-between;
}
.cid-tQt7YrZD3y .col-lg-5 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-tQt7YrZD3y .image-wrapper {
    margin-top: 2rem;
  }
}
@media (min-width: 1400px) {
  .cid-tQt7YrZD3y .image-wrapper {
    margin-left: 4rem;
  }
}
.cid-tQt7YrZD3y .link-wrapper {
  display: flex;
  align-items: flex-end;
  cursor: pointer;
  margin-top: 2rem;
}
.cid-tQt7YrZD3y .link-wrapper .link-icon {
  font-size: 6rem;
  transform: rotate(-45deg) translate(-20px, 30px);
  padding-left: 1rem;
  transition: all 0.3s;
  transform-origin: left;
}
@media (max-width: 1400px) {
  .cid-tQt7YrZD3y .link-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tQt7YrZD3y .link-wrapper {
    justify-content: center;
  }
}
.cid-tQt7YrZD3y .link-wrapper:hover .link-icon {
  transform: rotate(-45deg) scale(0.5) translate(-30px, 50px);
}
.cid-tQt7YrZD3y .mbr-section-subtitle {
  width: fit-content;
  text-align: center;
  background: #000000;
  cursor: pointer;
  transform: rotate(-90deg);
  display: block;
  transform-origin: left;
  margin-left: 4.1rem;
  padding: 2rem 4rem;
  padding-bottom: 2.5rem;
  margin-bottom: 0;
  color: #ffffff;
  transition: all 0.3s;
}
.cid-tQt7YrZD3y .mbr-section-subtitle:hover {
  background: #3d79ed;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tQt7YrZD3y .mbr-section-subtitle {
    width: 300px;
    padding: 2rem 2rem;
    margin-left: 3.5rem;
  }
}
.cid-tQt7YrZD3y .link,
.cid-tQt7YrZD3y .link-icon {
  color: #000000;
}
.cid-tQt7YrZD3y .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQt7YrZD3y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQt5UAHv3z {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #000000;
}
.cid-tQt5UAHv3z .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tQt5UAHv3z textarea {
  min-height: 160px;
}
@media (min-width: 992px) {
  .cid-tQt5UAHv3z .text {
    max-width: 360px;
  }
}
.cid-tQt5UAHv3z .align-right {
  width: 100%;
}
.cid-tQt5UAHv3z .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-tQt5UAHv3z .socicon-wrap .mbr-iconfont {
  font-size: 1.1rem;
  color: #ffffff !important;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-tQt5UAHv3z .form-control,
.cid-tQt5UAHv3z .field-input {
  padding: 0.5rem;
  background-color: transparent;
  border-radius: 0px;
  border: 0px !important;
  border-bottom: 2px solid #555555 !important;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tQt5UAHv3z .form-control::-webkit-input-placeholder,
.cid-tQt5UAHv3z .field-input::-webkit-input-placeholder,
.cid-tQt5UAHv3z .form-control::-webkit-input-placeholder,
.cid-tQt5UAHv3z .field-input::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-tQt5UAHv3z .form-control:-moz-placeholder,
.cid-tQt5UAHv3z .field-input:-moz-placeholder,
.cid-tQt5UAHv3z .form-control:-moz-placeholder,
.cid-tQt5UAHv3z .field-input:-moz-placeholder {
  color: #ffffff;
}
.cid-tQt5UAHv3z .form-control:hover,
.cid-tQt5UAHv3z .field-input:hover,
.cid-tQt5UAHv3z .form-control:focus,
.cid-tQt5UAHv3z .field-input:focus {
  border-color: #ffffff !important;
  color: #ffffff;
  box-shadow: none !important;
  outline: none !important;
}
.cid-tQt5UAHv3z .form-control:hover::-webkit-input-placeholder,
.cid-tQt5UAHv3z .field-input:hover::-webkit-input-placeholder,
.cid-tQt5UAHv3z .form-control:focus::-webkit-input-placeholder,
.cid-tQt5UAHv3z .field-input:focus::-webkit-input-placeholder,
.cid-tQt5UAHv3z .form-control:hover::-webkit-input-placeholder,
.cid-tQt5UAHv3z .field-input:hover::-webkit-input-placeholder,
.cid-tQt5UAHv3z .form-control:focus::-webkit-input-placeholder,
.cid-tQt5UAHv3z .field-input:focus::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-tQt5UAHv3z .form-control:hover:-moz-placeholder,
.cid-tQt5UAHv3z .field-input:hover:-moz-placeholder,
.cid-tQt5UAHv3z .form-control:focus:-moz-placeholder,
.cid-tQt5UAHv3z .field-input:focus:-moz-placeholder,
.cid-tQt5UAHv3z .form-control:hover:-moz-placeholder,
.cid-tQt5UAHv3z .field-input:hover:-moz-placeholder,
.cid-tQt5UAHv3z .form-control:focus:-moz-placeholder,
.cid-tQt5UAHv3z .field-input:focus:-moz-placeholder {
  color: #ffffff;
}
.cid-tQt5UAHv3z .jq-number__spin:hover,
.cid-tQt5UAHv3z .jq-number__spin:focus {
  border-color: #ffffff;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-tQt5UAHv3z .jq-number__spin {
  border-color: #555555;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tQt5UAHv3z input::-webkit-clear-button {
  display: none;
}
.cid-tQt5UAHv3z input::-webkit-inner-spin-button {
  display: none;
}
.cid-tQt5UAHv3z input::-webkit-outer-spin-button {
  display: none;
}
.cid-tQt5UAHv3z input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-tQt5UAHv3z .title {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tQt5UAHv3z .socicon-wrap {
    margin: auto;
  }
}
.cid-tQt5UAHv3z .mbr-text {
  color: #999999;
}
.cid-tQt5UASqi9 {
  padding-top: 0px;
  padding-bottom: 120px;
  background-color: #000000;
  overflow: hidden;
}
.cid-tQoRdxWgKO {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tQoRdxWgKO nav.navbar {
  position: fixed;
}
.cid-tQoRdxWgKO .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-tQoRdxWgKO .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tQoRdxWgKO .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tQoRdxWgKO .dropdown-item:hover,
.cid-tQoRdxWgKO .dropdown-item:focus {
  background: #3d79ed !important;
  color: white !important;
}
.cid-tQoRdxWgKO .dropdown-item:hover span {
  color: white;
}
.cid-tQoRdxWgKO .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tQoRdxWgKO .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tQoRdxWgKO .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tQoRdxWgKO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tQoRdxWgKO .nav-link {
  position: relative;
}
.cid-tQoRdxWgKO .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tQoRdxWgKO .container {
    flex-wrap: nowrap;
  }
}
.cid-tQoRdxWgKO .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tQoRdxWgKO .dropdown-menu,
.cid-tQoRdxWgKO .navbar.opened {
  background: #000000 !important;
}
.cid-tQoRdxWgKO .nav-item:focus,
.cid-tQoRdxWgKO .nav-link:focus {
  outline: none;
}
.cid-tQoRdxWgKO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tQoRdxWgKO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tQoRdxWgKO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tQoRdxWgKO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tQoRdxWgKO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tQoRdxWgKO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tQoRdxWgKO .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-tQoRdxWgKO .navbar.opened {
  transition: all 0.3s;
}
.cid-tQoRdxWgKO .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tQoRdxWgKO .navbar .navbar-logo img {
  width: auto;
}
.cid-tQoRdxWgKO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tQoRdxWgKO .navbar.collapsed {
  justify-content: center;
}
.cid-tQoRdxWgKO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tQoRdxWgKO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tQoRdxWgKO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-tQoRdxWgKO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tQoRdxWgKO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tQoRdxWgKO .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-tQoRdxWgKO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tQoRdxWgKO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tQoRdxWgKO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tQoRdxWgKO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tQoRdxWgKO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tQoRdxWgKO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tQoRdxWgKO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tQoRdxWgKO .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-tQoRdxWgKO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tQoRdxWgKO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tQoRdxWgKO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tQoRdxWgKO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tQoRdxWgKO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tQoRdxWgKO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tQoRdxWgKO .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tQoRdxWgKO .navbar.navbar-short {
  min-height: 60px;
}
.cid-tQoRdxWgKO .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tQoRdxWgKO .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tQoRdxWgKO .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-tQoRdxWgKO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tQoRdxWgKO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tQoRdxWgKO .dropdown-item.active,
.cid-tQoRdxWgKO .dropdown-item:active {
  background-color: transparent;
}
.cid-tQoRdxWgKO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tQoRdxWgKO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tQoRdxWgKO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tQoRdxWgKO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tQoRdxWgKO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tQoRdxWgKO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tQoRdxWgKO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tQoRdxWgKO .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tQoRdxWgKO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tQoRdxWgKO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f7f7f7;
}
.cid-tQoRdxWgKO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tQoRdxWgKO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tQoRdxWgKO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tQoRdxWgKO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tQoRdxWgKO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tQoRdxWgKO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tQoRdxWgKO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tQoRdxWgKO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tQoRdxWgKO .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tQoRdxWgKO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tQoRdxWgKO .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-tQoRdxWgKO .navbar {
    height: 70px;
  }
  .cid-tQoRdxWgKO .navbar.opened {
    height: auto;
  }
  .cid-tQoRdxWgKO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tQoRdz33c1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tQoRdz33c1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQoRdz33c1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQoRdz33c1 .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-tQoRdz33c1 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-tQoRdz33c1 .container {
    padding: 0 20px;
  }
}
.cid-tQoRdz33c1 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tQoRdz33c1 .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-tQoRdz33c1 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tQoRdz33c1 .text-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-tQoRdz33c1 .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tQoRdz33c1 .text-wrapper .list {
  margin: 0;
  padding-left: 22px;
}
.cid-tQoRdz33c1 .text-wrapper .list .item-wrap {
  margin-bottom: 10px;
}
.cid-tQoRdz33c1 .mbr-section-title {
  color: #3d74ed;
}
.cid-tQoRdz33c1 .mbr-text {
  color: #e4dfd4;
}
.cid-tQoRdz33c1 .list {
  color: #e4dfd4;
}
.cid-tQoRdzkD5C {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #000000;
}
.cid-tQoRdzkD5C .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tQoRdzkD5C textarea {
  min-height: 160px;
}
@media (min-width: 992px) {
  .cid-tQoRdzkD5C .text {
    max-width: 360px;
  }
}
.cid-tQoRdzkD5C .align-right {
  width: 100%;
}
.cid-tQoRdzkD5C .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-tQoRdzkD5C .socicon-wrap .mbr-iconfont {
  font-size: 1.1rem;
  color: #ffffff !important;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-tQoRdzkD5C .form-control,
.cid-tQoRdzkD5C .field-input {
  padding: 0.5rem;
  background-color: transparent;
  border-radius: 0px;
  border: 0px !important;
  border-bottom: 2px solid #555555 !important;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tQoRdzkD5C .form-control::-webkit-input-placeholder,
.cid-tQoRdzkD5C .field-input::-webkit-input-placeholder,
.cid-tQoRdzkD5C .form-control::-webkit-input-placeholder,
.cid-tQoRdzkD5C .field-input::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-tQoRdzkD5C .form-control:-moz-placeholder,
.cid-tQoRdzkD5C .field-input:-moz-placeholder,
.cid-tQoRdzkD5C .form-control:-moz-placeholder,
.cid-tQoRdzkD5C .field-input:-moz-placeholder {
  color: #ffffff;
}
.cid-tQoRdzkD5C .form-control:hover,
.cid-tQoRdzkD5C .field-input:hover,
.cid-tQoRdzkD5C .form-control:focus,
.cid-tQoRdzkD5C .field-input:focus {
  border-color: #ffffff !important;
  color: #ffffff;
  box-shadow: none !important;
  outline: none !important;
}
.cid-tQoRdzkD5C .form-control:hover::-webkit-input-placeholder,
.cid-tQoRdzkD5C .field-input:hover::-webkit-input-placeholder,
.cid-tQoRdzkD5C .form-control:focus::-webkit-input-placeholder,
.cid-tQoRdzkD5C .field-input:focus::-webkit-input-placeholder,
.cid-tQoRdzkD5C .form-control:hover::-webkit-input-placeholder,
.cid-tQoRdzkD5C .field-input:hover::-webkit-input-placeholder,
.cid-tQoRdzkD5C .form-control:focus::-webkit-input-placeholder,
.cid-tQoRdzkD5C .field-input:focus::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-tQoRdzkD5C .form-control:hover:-moz-placeholder,
.cid-tQoRdzkD5C .field-input:hover:-moz-placeholder,
.cid-tQoRdzkD5C .form-control:focus:-moz-placeholder,
.cid-tQoRdzkD5C .field-input:focus:-moz-placeholder,
.cid-tQoRdzkD5C .form-control:hover:-moz-placeholder,
.cid-tQoRdzkD5C .field-input:hover:-moz-placeholder,
.cid-tQoRdzkD5C .form-control:focus:-moz-placeholder,
.cid-tQoRdzkD5C .field-input:focus:-moz-placeholder {
  color: #ffffff;
}
.cid-tQoRdzkD5C .jq-number__spin:hover,
.cid-tQoRdzkD5C .jq-number__spin:focus {
  border-color: #ffffff;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-tQoRdzkD5C .jq-number__spin {
  border-color: #555555;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tQoRdzkD5C input::-webkit-clear-button {
  display: none;
}
.cid-tQoRdzkD5C input::-webkit-inner-spin-button {
  display: none;
}
.cid-tQoRdzkD5C input::-webkit-outer-spin-button {
  display: none;
}
.cid-tQoRdzkD5C input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-tQoRdzkD5C .title {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tQoRdzkD5C .socicon-wrap {
    margin: auto;
  }
}
.cid-tQoRdzkD5C .mbr-text {
  color: #999999;
}
.cid-tQoSrOjtne {
  padding-top: 0px;
  padding-bottom: 120px;
  background-color: #000000;
  overflow: hidden;
}
.cid-tP5wJ6Q0cT {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tP5wJ6Q0cT nav.navbar {
  position: fixed;
}
.cid-tP5wJ6Q0cT .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-tP5wJ6Q0cT .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tP5wJ6Q0cT .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tP5wJ6Q0cT .dropdown-item:hover,
.cid-tP5wJ6Q0cT .dropdown-item:focus {
  background: #3d79ed !important;
  color: white !important;
}
.cid-tP5wJ6Q0cT .dropdown-item:hover span {
  color: white;
}
.cid-tP5wJ6Q0cT .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tP5wJ6Q0cT .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tP5wJ6Q0cT .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tP5wJ6Q0cT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tP5wJ6Q0cT .nav-link {
  position: relative;
}
.cid-tP5wJ6Q0cT .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tP5wJ6Q0cT .container {
    flex-wrap: nowrap;
  }
}
.cid-tP5wJ6Q0cT .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tP5wJ6Q0cT .dropdown-menu,
.cid-tP5wJ6Q0cT .navbar.opened {
  background: #000000 !important;
}
.cid-tP5wJ6Q0cT .nav-item:focus,
.cid-tP5wJ6Q0cT .nav-link:focus {
  outline: none;
}
.cid-tP5wJ6Q0cT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tP5wJ6Q0cT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tP5wJ6Q0cT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tP5wJ6Q0cT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tP5wJ6Q0cT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tP5wJ6Q0cT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tP5wJ6Q0cT .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-tP5wJ6Q0cT .navbar.opened {
  transition: all 0.3s;
}
.cid-tP5wJ6Q0cT .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tP5wJ6Q0cT .navbar .navbar-logo img {
  width: auto;
}
.cid-tP5wJ6Q0cT .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tP5wJ6Q0cT .navbar.collapsed {
  justify-content: center;
}
.cid-tP5wJ6Q0cT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tP5wJ6Q0cT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tP5wJ6Q0cT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-tP5wJ6Q0cT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tP5wJ6Q0cT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tP5wJ6Q0cT .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-tP5wJ6Q0cT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tP5wJ6Q0cT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tP5wJ6Q0cT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tP5wJ6Q0cT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tP5wJ6Q0cT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tP5wJ6Q0cT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tP5wJ6Q0cT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tP5wJ6Q0cT .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-tP5wJ6Q0cT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tP5wJ6Q0cT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tP5wJ6Q0cT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tP5wJ6Q0cT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tP5wJ6Q0cT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tP5wJ6Q0cT .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tP5wJ6Q0cT .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tP5wJ6Q0cT .navbar.navbar-short {
  min-height: 60px;
}
.cid-tP5wJ6Q0cT .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tP5wJ6Q0cT .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tP5wJ6Q0cT .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-tP5wJ6Q0cT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tP5wJ6Q0cT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tP5wJ6Q0cT .dropdown-item.active,
.cid-tP5wJ6Q0cT .dropdown-item:active {
  background-color: transparent;
}
.cid-tP5wJ6Q0cT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tP5wJ6Q0cT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tP5wJ6Q0cT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tP5wJ6Q0cT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tP5wJ6Q0cT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tP5wJ6Q0cT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tP5wJ6Q0cT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tP5wJ6Q0cT .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tP5wJ6Q0cT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tP5wJ6Q0cT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f7f7f7;
}
.cid-tP5wJ6Q0cT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tP5wJ6Q0cT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tP5wJ6Q0cT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tP5wJ6Q0cT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tP5wJ6Q0cT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tP5wJ6Q0cT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tP5wJ6Q0cT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tP5wJ6Q0cT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tP5wJ6Q0cT .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tP5wJ6Q0cT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tP5wJ6Q0cT .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-tP5wJ6Q0cT .navbar {
    height: 70px;
  }
  .cid-tP5wJ6Q0cT .navbar.opened {
    height: auto;
  }
  .cid-tP5wJ6Q0cT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tQoJmqbanz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tQoJmqbanz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQoJmqbanz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQoJmqbanz .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-tQoJmqbanz .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-tQoJmqbanz .container {
    padding: 0 20px;
  }
}
.cid-tQoJmqbanz .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tQoJmqbanz .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-tQoJmqbanz .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tQoJmqbanz .text-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-tQoJmqbanz .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tQoJmqbanz .text-wrapper .list {
  margin: 0;
  padding-left: 22px;
}
.cid-tQoJmqbanz .text-wrapper .list .item-wrap {
  margin-bottom: 10px;
}
.cid-tQoJmqbanz .mbr-section-title {
  color: #3d74ed;
}
.cid-tQoJmqbanz .mbr-text {
  color: #e4dfd4;
}
.cid-tQoJmqbanz .list {
  color: #e4dfd4;
}
.cid-tQoMiIOzbn {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #000000;
}
.cid-tQoMiIOzbn .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tQoMiIOzbn textarea {
  min-height: 160px;
}
@media (min-width: 992px) {
  .cid-tQoMiIOzbn .text {
    max-width: 360px;
  }
}
.cid-tQoMiIOzbn .align-right {
  width: 100%;
}
.cid-tQoMiIOzbn .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-tQoMiIOzbn .socicon-wrap .mbr-iconfont {
  font-size: 1.1rem;
  color: #ffffff !important;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-tQoMiIOzbn .form-control,
.cid-tQoMiIOzbn .field-input {
  padding: 0.5rem;
  background-color: transparent;
  border-radius: 0px;
  border: 0px !important;
  border-bottom: 2px solid #555555 !important;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tQoMiIOzbn .form-control::-webkit-input-placeholder,
.cid-tQoMiIOzbn .field-input::-webkit-input-placeholder,
.cid-tQoMiIOzbn .form-control::-webkit-input-placeholder,
.cid-tQoMiIOzbn .field-input::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-tQoMiIOzbn .form-control:-moz-placeholder,
.cid-tQoMiIOzbn .field-input:-moz-placeholder,
.cid-tQoMiIOzbn .form-control:-moz-placeholder,
.cid-tQoMiIOzbn .field-input:-moz-placeholder {
  color: #ffffff;
}
.cid-tQoMiIOzbn .form-control:hover,
.cid-tQoMiIOzbn .field-input:hover,
.cid-tQoMiIOzbn .form-control:focus,
.cid-tQoMiIOzbn .field-input:focus {
  border-color: #ffffff !important;
  color: #ffffff;
  box-shadow: none !important;
  outline: none !important;
}
.cid-tQoMiIOzbn .form-control:hover::-webkit-input-placeholder,
.cid-tQoMiIOzbn .field-input:hover::-webkit-input-placeholder,
.cid-tQoMiIOzbn .form-control:focus::-webkit-input-placeholder,
.cid-tQoMiIOzbn .field-input:focus::-webkit-input-placeholder,
.cid-tQoMiIOzbn .form-control:hover::-webkit-input-placeholder,
.cid-tQoMiIOzbn .field-input:hover::-webkit-input-placeholder,
.cid-tQoMiIOzbn .form-control:focus::-webkit-input-placeholder,
.cid-tQoMiIOzbn .field-input:focus::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-tQoMiIOzbn .form-control:hover:-moz-placeholder,
.cid-tQoMiIOzbn .field-input:hover:-moz-placeholder,
.cid-tQoMiIOzbn .form-control:focus:-moz-placeholder,
.cid-tQoMiIOzbn .field-input:focus:-moz-placeholder,
.cid-tQoMiIOzbn .form-control:hover:-moz-placeholder,
.cid-tQoMiIOzbn .field-input:hover:-moz-placeholder,
.cid-tQoMiIOzbn .form-control:focus:-moz-placeholder,
.cid-tQoMiIOzbn .field-input:focus:-moz-placeholder {
  color: #ffffff;
}
.cid-tQoMiIOzbn .jq-number__spin:hover,
.cid-tQoMiIOzbn .jq-number__spin:focus {
  border-color: #ffffff;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-tQoMiIOzbn .jq-number__spin {
  border-color: #555555;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tQoMiIOzbn input::-webkit-clear-button {
  display: none;
}
.cid-tQoMiIOzbn input::-webkit-inner-spin-button {
  display: none;
}
.cid-tQoMiIOzbn input::-webkit-outer-spin-button {
  display: none;
}
.cid-tQoMiIOzbn input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-tQoMiIOzbn .title {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tQoMiIOzbn .socicon-wrap {
    margin: auto;
  }
}
.cid-tQoMiIOzbn .mbr-text {
  color: #999999;
}
.cid-tQoSrOjtne {
  padding-top: 0px;
  padding-bottom: 120px;
  background-color: #000000;
  overflow: hidden;
}
.cid-tZshhCAfhE {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tZshhCAfhE nav.navbar {
  position: fixed;
}
.cid-tZshhCAfhE .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-tZshhCAfhE .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tZshhCAfhE .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tZshhCAfhE .dropdown-item:hover,
.cid-tZshhCAfhE .dropdown-item:focus {
  background: #3d79ed !important;
  color: white !important;
}
.cid-tZshhCAfhE .dropdown-item:hover span {
  color: white;
}
.cid-tZshhCAfhE .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tZshhCAfhE .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tZshhCAfhE .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tZshhCAfhE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tZshhCAfhE .nav-link {
  position: relative;
}
.cid-tZshhCAfhE .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tZshhCAfhE .container {
    flex-wrap: nowrap;
  }
}
.cid-tZshhCAfhE .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tZshhCAfhE .dropdown-menu,
.cid-tZshhCAfhE .navbar.opened {
  background: #000000 !important;
}
.cid-tZshhCAfhE .nav-item:focus,
.cid-tZshhCAfhE .nav-link:focus {
  outline: none;
}
.cid-tZshhCAfhE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tZshhCAfhE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tZshhCAfhE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tZshhCAfhE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tZshhCAfhE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tZshhCAfhE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tZshhCAfhE .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-tZshhCAfhE .navbar.opened {
  transition: all 0.3s;
}
.cid-tZshhCAfhE .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tZshhCAfhE .navbar .navbar-logo img {
  width: auto;
}
.cid-tZshhCAfhE .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tZshhCAfhE .navbar.collapsed {
  justify-content: center;
}
.cid-tZshhCAfhE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tZshhCAfhE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tZshhCAfhE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-tZshhCAfhE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tZshhCAfhE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tZshhCAfhE .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-tZshhCAfhE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tZshhCAfhE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tZshhCAfhE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tZshhCAfhE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tZshhCAfhE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tZshhCAfhE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tZshhCAfhE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tZshhCAfhE .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-tZshhCAfhE .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tZshhCAfhE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tZshhCAfhE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tZshhCAfhE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tZshhCAfhE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tZshhCAfhE .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tZshhCAfhE .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tZshhCAfhE .navbar.navbar-short {
  min-height: 60px;
}
.cid-tZshhCAfhE .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tZshhCAfhE .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tZshhCAfhE .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-tZshhCAfhE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tZshhCAfhE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tZshhCAfhE .dropdown-item.active,
.cid-tZshhCAfhE .dropdown-item:active {
  background-color: transparent;
}
.cid-tZshhCAfhE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tZshhCAfhE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tZshhCAfhE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tZshhCAfhE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tZshhCAfhE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tZshhCAfhE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tZshhCAfhE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tZshhCAfhE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tZshhCAfhE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tZshhCAfhE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f7f7f7;
}
.cid-tZshhCAfhE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tZshhCAfhE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tZshhCAfhE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tZshhCAfhE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tZshhCAfhE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tZshhCAfhE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tZshhCAfhE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tZshhCAfhE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tZshhCAfhE .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tZshhCAfhE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tZshhCAfhE .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-tZshhCAfhE .navbar {
    height: 70px;
  }
  .cid-tZshhCAfhE .navbar.opened {
    height: auto;
  }
  .cid-tZshhCAfhE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tZshhDc81r {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tZshhDc81r .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZshhDc81r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZshhDc81r .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-tZshhDc81r .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-tZshhDc81r .container {
    padding: 0 20px;
  }
}
.cid-tZshhDc81r .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tZshhDc81r .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-tZshhDc81r .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tZshhDc81r .text-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-tZshhDc81r .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tZshhDc81r .text-wrapper .list {
  margin: 0;
  padding-left: 22px;
}
.cid-tZshhDc81r .text-wrapper .list .item-wrap {
  margin-bottom: 10px;
}
.cid-tZshhDc81r .mbr-section-title {
  color: #3d74ed;
}
.cid-tZshhDc81r .mbr-text {
  color: #e4dfd4;
}
.cid-tZshhDc81r .list {
  color: #e4dfd4;
}
.cid-tZshhDxiNo {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #000000;
}
.cid-tZshhDxiNo .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tZshhDxiNo textarea {
  min-height: 160px;
}
@media (min-width: 992px) {
  .cid-tZshhDxiNo .text {
    max-width: 360px;
  }
}
.cid-tZshhDxiNo .align-right {
  width: 100%;
}
.cid-tZshhDxiNo .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-tZshhDxiNo .socicon-wrap .mbr-iconfont {
  font-size: 1.1rem;
  color: #ffffff !important;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-tZshhDxiNo .form-control,
.cid-tZshhDxiNo .field-input {
  padding: 0.5rem;
  background-color: transparent;
  border-radius: 0px;
  border: 0px !important;
  border-bottom: 2px solid #555555 !important;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tZshhDxiNo .form-control::-webkit-input-placeholder,
.cid-tZshhDxiNo .field-input::-webkit-input-placeholder,
.cid-tZshhDxiNo .form-control::-webkit-input-placeholder,
.cid-tZshhDxiNo .field-input::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-tZshhDxiNo .form-control:-moz-placeholder,
.cid-tZshhDxiNo .field-input:-moz-placeholder,
.cid-tZshhDxiNo .form-control:-moz-placeholder,
.cid-tZshhDxiNo .field-input:-moz-placeholder {
  color: #ffffff;
}
.cid-tZshhDxiNo .form-control:hover,
.cid-tZshhDxiNo .field-input:hover,
.cid-tZshhDxiNo .form-control:focus,
.cid-tZshhDxiNo .field-input:focus {
  border-color: #ffffff !important;
  color: #ffffff;
  box-shadow: none !important;
  outline: none !important;
}
.cid-tZshhDxiNo .form-control:hover::-webkit-input-placeholder,
.cid-tZshhDxiNo .field-input:hover::-webkit-input-placeholder,
.cid-tZshhDxiNo .form-control:focus::-webkit-input-placeholder,
.cid-tZshhDxiNo .field-input:focus::-webkit-input-placeholder,
.cid-tZshhDxiNo .form-control:hover::-webkit-input-placeholder,
.cid-tZshhDxiNo .field-input:hover::-webkit-input-placeholder,
.cid-tZshhDxiNo .form-control:focus::-webkit-input-placeholder,
.cid-tZshhDxiNo .field-input:focus::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-tZshhDxiNo .form-control:hover:-moz-placeholder,
.cid-tZshhDxiNo .field-input:hover:-moz-placeholder,
.cid-tZshhDxiNo .form-control:focus:-moz-placeholder,
.cid-tZshhDxiNo .field-input:focus:-moz-placeholder,
.cid-tZshhDxiNo .form-control:hover:-moz-placeholder,
.cid-tZshhDxiNo .field-input:hover:-moz-placeholder,
.cid-tZshhDxiNo .form-control:focus:-moz-placeholder,
.cid-tZshhDxiNo .field-input:focus:-moz-placeholder {
  color: #ffffff;
}
.cid-tZshhDxiNo .jq-number__spin:hover,
.cid-tZshhDxiNo .jq-number__spin:focus {
  border-color: #ffffff;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-tZshhDxiNo .jq-number__spin {
  border-color: #555555;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tZshhDxiNo input::-webkit-clear-button {
  display: none;
}
.cid-tZshhDxiNo input::-webkit-inner-spin-button {
  display: none;
}
.cid-tZshhDxiNo input::-webkit-outer-spin-button {
  display: none;
}
.cid-tZshhDxiNo input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-tZshhDxiNo .title {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tZshhDxiNo .socicon-wrap {
    margin: auto;
  }
}
.cid-tZshhDxiNo .mbr-text {
  color: #999999;
}
.cid-tZshhDMZln {
  padding-top: 0px;
  padding-bottom: 120px;
  background-color: #000000;
  overflow: hidden;
}
.cid-uldYUUgSEc {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uldYUUgSEc nav.navbar {
  position: fixed;
}
.cid-uldYUUgSEc .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-uldYUUgSEc .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uldYUUgSEc .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uldYUUgSEc .dropdown-item:hover,
.cid-uldYUUgSEc .dropdown-item:focus {
  background: #3d79ed !important;
  color: white !important;
}
.cid-uldYUUgSEc .dropdown-item:hover span {
  color: white;
}
.cid-uldYUUgSEc .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uldYUUgSEc .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uldYUUgSEc .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uldYUUgSEc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uldYUUgSEc .nav-link {
  position: relative;
}
.cid-uldYUUgSEc .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uldYUUgSEc .container {
    flex-wrap: nowrap;
  }
}
.cid-uldYUUgSEc .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uldYUUgSEc .dropdown-menu,
.cid-uldYUUgSEc .navbar.opened {
  background: #000000 !important;
}
.cid-uldYUUgSEc .nav-item:focus,
.cid-uldYUUgSEc .nav-link:focus {
  outline: none;
}
.cid-uldYUUgSEc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uldYUUgSEc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uldYUUgSEc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uldYUUgSEc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uldYUUgSEc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uldYUUgSEc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uldYUUgSEc .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uldYUUgSEc .navbar.opened {
  transition: all 0.3s;
}
.cid-uldYUUgSEc .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uldYUUgSEc .navbar .navbar-logo img {
  width: auto;
}
.cid-uldYUUgSEc .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uldYUUgSEc .navbar.collapsed {
  justify-content: center;
}
.cid-uldYUUgSEc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uldYUUgSEc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uldYUUgSEc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-uldYUUgSEc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uldYUUgSEc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uldYUUgSEc .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-uldYUUgSEc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uldYUUgSEc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uldYUUgSEc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uldYUUgSEc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uldYUUgSEc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uldYUUgSEc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uldYUUgSEc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uldYUUgSEc .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-uldYUUgSEc .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uldYUUgSEc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uldYUUgSEc .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uldYUUgSEc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uldYUUgSEc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uldYUUgSEc .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uldYUUgSEc .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uldYUUgSEc .navbar.navbar-short {
  min-height: 60px;
}
.cid-uldYUUgSEc .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uldYUUgSEc .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uldYUUgSEc .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-uldYUUgSEc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uldYUUgSEc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uldYUUgSEc .dropdown-item.active,
.cid-uldYUUgSEc .dropdown-item:active {
  background-color: transparent;
}
.cid-uldYUUgSEc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uldYUUgSEc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uldYUUgSEc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uldYUUgSEc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uldYUUgSEc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uldYUUgSEc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uldYUUgSEc ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uldYUUgSEc .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uldYUUgSEc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uldYUUgSEc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f7f7f7;
}
.cid-uldYUUgSEc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uldYUUgSEc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uldYUUgSEc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uldYUUgSEc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uldYUUgSEc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uldYUUgSEc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uldYUUgSEc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uldYUUgSEc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uldYUUgSEc .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uldYUUgSEc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uldYUUgSEc .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-uldYUUgSEc .navbar {
    height: 70px;
  }
  .cid-uldYUUgSEc .navbar.opened {
    height: auto;
  }
  .cid-uldYUUgSEc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uldYUUU3YQ {
  background-image: url("../../../assets/images/background1-5.webp");
}
.cid-uldYUUU3YQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uldYUUU3YQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uldYUUU3YQ .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-uldYUUU3YQ .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uldYUUU3YQ .mbr-text,
.cid-uldYUUU3YQ .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uldYUVa90z {
  padding-top: 180px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-uldYUVa90z h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uldYUVa90z h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uldYUVa90z h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uldYUVa90z .mbr-text,
.cid-uldYUVa90z .mbr-section-btn {
  color: #767676;
}
@media (max-width: 768px) {
  .cid-uldYUVa90z h3:before,
  .cid-uldYUVa90z h3:after {
    display: none;
  }
}
.cid-uldYUVa90z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uldYUVa90z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulwFYNSsvR {
  padding-top: 5rem;
  padding-bottom: 7rem;
  background-color: #000000;
}
.cid-ulwFYNSsvR .item-wrapper {
  width: 100%;
}
.cid-ulwFYNSsvR .row {
  align-items: center;
  justify-content: center;
}
.cid-ulwFYNSsvR .b {
  margin-bottom: 30px;
}
.cid-ulwFYNSsvR img {
  border-radius: 25px;
}
@media (max-width: 576px) {
  .cid-ulwFYNSsvR .b,
  .cid-ulwFYNSsvR .t {
    margin-bottom: 20px;
  }
}
.cid-ulwG0INkME {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
@media (max-width: 991px) {
  .cid-ulwG0INkME .wrapper {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-ulwG0INkME .wrapper {
    padding: 4rem 6rem;
  }
}
.cid-ulwG0INkME img,
.cid-ulwG0INkME .item-img {
  width: 100%;
}
.cid-ulwG0INkME .item:focus,
.cid-ulwG0INkME span:focus {
  outline: none;
}
.cid-ulwG0INkME .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-ulwG0INkME .item-wrapper {
  position: relative;
  border-radius: 20px;
  background: inherit;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ulwG0INkME img {
  border-radius: 30px;
}
.cid-uldYUW1aHB {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #000000;
}
.cid-uldYUW1aHB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uldYUW1aHB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uldYUW1aHB .container {
    padding: 0 16px;
  }
}
.cid-uldYUW1aHB .link-wrap:hover .row .title-wrapper {
  opacity: .75;
}
.cid-uldYUW1aHB .link-wrap:hover .row .image-wrapper {
  opacity: .75;
}
.cid-uldYUW1aHB .title-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
  transition: all 0.3s ease-out;
}
@media (max-width: 992px) {
  .cid-uldYUW1aHB .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uldYUW1aHB .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uldYUW1aHB .title-wrapper .mbr-date {
  margin-bottom: 0;
}
.cid-uldYUW1aHB .image-wrapper {
  transition: all 0.3s ease-out;
}
.cid-uldYUW1aHB .image-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-uldYUW1aHB .image-wrapper img {
    height: 300px;
  }
}
.cid-uldYUW1aHB .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-uldYUW1aHB .mbr-date {
  color: #08323C;
}
.cid-uldYUWIgJj {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #000000;
}
.cid-uldYUWIgJj .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uldYUWIgJj textarea {
  min-height: 160px;
}
@media (min-width: 992px) {
  .cid-uldYUWIgJj .text {
    max-width: 360px;
  }
}
.cid-uldYUWIgJj .align-right {
  width: 100%;
}
.cid-uldYUWIgJj .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-uldYUWIgJj .socicon-wrap .mbr-iconfont {
  font-size: 1.1rem;
  color: #ffffff !important;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-uldYUWIgJj .form-control,
.cid-uldYUWIgJj .field-input {
  padding: 0.5rem;
  background-color: transparent;
  border-radius: 0px;
  border: 0px !important;
  border-bottom: 2px solid #555555 !important;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uldYUWIgJj .form-control::-webkit-input-placeholder,
.cid-uldYUWIgJj .field-input::-webkit-input-placeholder,
.cid-uldYUWIgJj .form-control::-webkit-input-placeholder,
.cid-uldYUWIgJj .field-input::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-uldYUWIgJj .form-control:-moz-placeholder,
.cid-uldYUWIgJj .field-input:-moz-placeholder,
.cid-uldYUWIgJj .form-control:-moz-placeholder,
.cid-uldYUWIgJj .field-input:-moz-placeholder {
  color: #ffffff;
}
.cid-uldYUWIgJj .form-control:hover,
.cid-uldYUWIgJj .field-input:hover,
.cid-uldYUWIgJj .form-control:focus,
.cid-uldYUWIgJj .field-input:focus {
  border-color: #ffffff !important;
  color: #ffffff;
  box-shadow: none !important;
  outline: none !important;
}
.cid-uldYUWIgJj .form-control:hover::-webkit-input-placeholder,
.cid-uldYUWIgJj .field-input:hover::-webkit-input-placeholder,
.cid-uldYUWIgJj .form-control:focus::-webkit-input-placeholder,
.cid-uldYUWIgJj .field-input:focus::-webkit-input-placeholder,
.cid-uldYUWIgJj .form-control:hover::-webkit-input-placeholder,
.cid-uldYUWIgJj .field-input:hover::-webkit-input-placeholder,
.cid-uldYUWIgJj .form-control:focus::-webkit-input-placeholder,
.cid-uldYUWIgJj .field-input:focus::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-uldYUWIgJj .form-control:hover:-moz-placeholder,
.cid-uldYUWIgJj .field-input:hover:-moz-placeholder,
.cid-uldYUWIgJj .form-control:focus:-moz-placeholder,
.cid-uldYUWIgJj .field-input:focus:-moz-placeholder,
.cid-uldYUWIgJj .form-control:hover:-moz-placeholder,
.cid-uldYUWIgJj .field-input:hover:-moz-placeholder,
.cid-uldYUWIgJj .form-control:focus:-moz-placeholder,
.cid-uldYUWIgJj .field-input:focus:-moz-placeholder {
  color: #ffffff;
}
.cid-uldYUWIgJj .jq-number__spin:hover,
.cid-uldYUWIgJj .jq-number__spin:focus {
  border-color: #ffffff;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uldYUWIgJj .jq-number__spin {
  border-color: #555555;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uldYUWIgJj input::-webkit-clear-button {
  display: none;
}
.cid-uldYUWIgJj input::-webkit-inner-spin-button {
  display: none;
}
.cid-uldYUWIgJj input::-webkit-outer-spin-button {
  display: none;
}
.cid-uldYUWIgJj input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uldYUWIgJj .title {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uldYUWIgJj .socicon-wrap {
    margin: auto;
  }
}
.cid-uldYUWIgJj .mbr-text {
  color: #999999;
}
.cid-uldYUX3bJ5 {
  padding-top: 0px;
  padding-bottom: 120px;
  background-color: #000000;
  overflow: hidden;
}
.cid-uluiQdrGAe {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uluiQdrGAe nav.navbar {
  position: fixed;
}
.cid-uluiQdrGAe .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-uluiQdrGAe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uluiQdrGAe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uluiQdrGAe .dropdown-item:hover,
.cid-uluiQdrGAe .dropdown-item:focus {
  background: #3d79ed !important;
  color: white !important;
}
.cid-uluiQdrGAe .dropdown-item:hover span {
  color: white;
}
.cid-uluiQdrGAe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uluiQdrGAe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uluiQdrGAe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uluiQdrGAe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uluiQdrGAe .nav-link {
  position: relative;
}
.cid-uluiQdrGAe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uluiQdrGAe .container {
    flex-wrap: nowrap;
  }
}
.cid-uluiQdrGAe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uluiQdrGAe .dropdown-menu,
.cid-uluiQdrGAe .navbar.opened {
  background: #000000 !important;
}
.cid-uluiQdrGAe .nav-item:focus,
.cid-uluiQdrGAe .nav-link:focus {
  outline: none;
}
.cid-uluiQdrGAe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uluiQdrGAe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uluiQdrGAe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uluiQdrGAe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uluiQdrGAe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uluiQdrGAe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uluiQdrGAe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uluiQdrGAe .navbar.opened {
  transition: all 0.3s;
}
.cid-uluiQdrGAe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uluiQdrGAe .navbar .navbar-logo img {
  width: auto;
}
.cid-uluiQdrGAe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uluiQdrGAe .navbar.collapsed {
  justify-content: center;
}
.cid-uluiQdrGAe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uluiQdrGAe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uluiQdrGAe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-uluiQdrGAe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uluiQdrGAe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uluiQdrGAe .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-uluiQdrGAe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uluiQdrGAe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uluiQdrGAe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uluiQdrGAe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uluiQdrGAe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uluiQdrGAe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uluiQdrGAe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uluiQdrGAe .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-uluiQdrGAe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uluiQdrGAe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uluiQdrGAe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uluiQdrGAe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uluiQdrGAe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uluiQdrGAe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uluiQdrGAe .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uluiQdrGAe .navbar.navbar-short {
  min-height: 60px;
}
.cid-uluiQdrGAe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uluiQdrGAe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uluiQdrGAe .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-uluiQdrGAe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uluiQdrGAe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uluiQdrGAe .dropdown-item.active,
.cid-uluiQdrGAe .dropdown-item:active {
  background-color: transparent;
}
.cid-uluiQdrGAe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uluiQdrGAe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uluiQdrGAe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uluiQdrGAe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uluiQdrGAe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uluiQdrGAe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uluiQdrGAe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uluiQdrGAe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uluiQdrGAe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uluiQdrGAe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f7f7f7;
}
.cid-uluiQdrGAe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uluiQdrGAe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uluiQdrGAe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uluiQdrGAe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uluiQdrGAe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uluiQdrGAe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uluiQdrGAe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uluiQdrGAe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uluiQdrGAe .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uluiQdrGAe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uluiQdrGAe .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-uluiQdrGAe .navbar {
    height: 70px;
  }
  .cid-uluiQdrGAe .navbar.opened {
    height: auto;
  }
  .cid-uluiQdrGAe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uluiQeKPx1 {
  background-image: url("../../../assets/images/valentin-chretien-auewhfdwzj4-unsplash-2000x2668.webp");
}
.cid-uluiQeKPx1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uluiQeKPx1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uluiQeKPx1 .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-uluiQeKPx1 .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uluiQeKPx1 .mbr-text,
.cid-uluiQeKPx1 .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uluiQfcNJK {
  padding-top: 180px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-uluiQfcNJK h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uluiQfcNJK h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uluiQfcNJK h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uluiQfcNJK .mbr-text,
.cid-uluiQfcNJK .mbr-section-btn {
  color: #767676;
}
@media (max-width: 768px) {
  .cid-uluiQfcNJK h3:before,
  .cid-uluiQfcNJK h3:after {
    display: none;
  }
}
.cid-uluiQfcNJK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uluiQfcNJK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uluiQguuyk {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uluiQguuyk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uluiQguuyk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uluiQguuyk .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uluiQguuyk .item {
    margin-bottom: 1rem;
  }
}
.cid-uluiQguuyk .item-wrapper {
  position: relative;
}
.cid-uluiQguuyk .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uluiQguuyk .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uluiQguuyk .carousel-control,
.cid-uluiQguuyk .close {
  background: #1b1b1b;
}
.cid-uluiQguuyk .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uluiQguuyk .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uluiQguuyk .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uluiQguuyk .carousel-control-next span {
  margin-left: 5px;
}
.cid-uluiQguuyk .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;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uluiQguuyk .close::before {
  content: '\e91a';
}
.cid-uluiQguuyk .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uluiQguuyk .carousel-control {
  display: flex;
  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-uluiQguuyk .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uluiQguuyk .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uluiQguuyk .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uluiQguuyk .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uluiQguuyk .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-uluiQguuyk .carousel-indicators li.active,
.cid-uluiQguuyk .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uluiQguuyk .carousel-indicators li::after,
.cid-uluiQguuyk .carousel-indicators li::before {
  content: none;
}
.cid-uluiQguuyk .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uluiQguuyk .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uluiQguuyk .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uluiQguuyk .carousel-indicators {
    display: none;
  }
}
.cid-uluiQguuyk .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uluiQguuyk .carousel-inner > .active {
  display: block;
}
.cid-uluiQguuyk .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uluiQguuyk .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uluiQguuyk .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uluiQguuyk .carousel-control,
  .cid-uluiQguuyk .carousel-indicators,
  .cid-uluiQguuyk .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uluiQguuyk .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uluiQguuyk .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uluiQguuyk .carousel-indicators .active,
.cid-uluiQguuyk .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uluiQguuyk .carousel-indicators .active {
  background: #fff;
}
.cid-uluiQguuyk .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uluiQguuyk .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uluiQguuyk .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uluiQguuyk .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uluiQguuyk .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uluiQguuyk .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uluiQguuyk .carousel {
  width: 100%;
}
.cid-uluiQguuyk .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uluiQguuyk .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uluiQguuyk .modal.fade .modal-dialog,
.cid-uluiQguuyk .modal.in .modal-dialog {
  transform: none;
}
.cid-uluiQguuyk .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uluiQguuyk .content-head {
  max-width: 800px;
}
.cid-uluiQlWbqv {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #000000;
}
.cid-uluiQlWbqv .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uluiQlWbqv textarea {
  min-height: 160px;
}
@media (min-width: 992px) {
  .cid-uluiQlWbqv .text {
    max-width: 360px;
  }
}
.cid-uluiQlWbqv .align-right {
  width: 100%;
}
.cid-uluiQlWbqv .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-uluiQlWbqv .socicon-wrap .mbr-iconfont {
  font-size: 1.1rem;
  color: #ffffff !important;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-uluiQlWbqv .form-control,
.cid-uluiQlWbqv .field-input {
  padding: 0.5rem;
  background-color: transparent;
  border-radius: 0px;
  border: 0px !important;
  border-bottom: 2px solid #555555 !important;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uluiQlWbqv .form-control::-webkit-input-placeholder,
.cid-uluiQlWbqv .field-input::-webkit-input-placeholder,
.cid-uluiQlWbqv .form-control::-webkit-input-placeholder,
.cid-uluiQlWbqv .field-input::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-uluiQlWbqv .form-control:-moz-placeholder,
.cid-uluiQlWbqv .field-input:-moz-placeholder,
.cid-uluiQlWbqv .form-control:-moz-placeholder,
.cid-uluiQlWbqv .field-input:-moz-placeholder {
  color: #ffffff;
}
.cid-uluiQlWbqv .form-control:hover,
.cid-uluiQlWbqv .field-input:hover,
.cid-uluiQlWbqv .form-control:focus,
.cid-uluiQlWbqv .field-input:focus {
  border-color: #ffffff !important;
  color: #ffffff;
  box-shadow: none !important;
  outline: none !important;
}
.cid-uluiQlWbqv .form-control:hover::-webkit-input-placeholder,
.cid-uluiQlWbqv .field-input:hover::-webkit-input-placeholder,
.cid-uluiQlWbqv .form-control:focus::-webkit-input-placeholder,
.cid-uluiQlWbqv .field-input:focus::-webkit-input-placeholder,
.cid-uluiQlWbqv .form-control:hover::-webkit-input-placeholder,
.cid-uluiQlWbqv .field-input:hover::-webkit-input-placeholder,
.cid-uluiQlWbqv .form-control:focus::-webkit-input-placeholder,
.cid-uluiQlWbqv .field-input:focus::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-uluiQlWbqv .form-control:hover:-moz-placeholder,
.cid-uluiQlWbqv .field-input:hover:-moz-placeholder,
.cid-uluiQlWbqv .form-control:focus:-moz-placeholder,
.cid-uluiQlWbqv .field-input:focus:-moz-placeholder,
.cid-uluiQlWbqv .form-control:hover:-moz-placeholder,
.cid-uluiQlWbqv .field-input:hover:-moz-placeholder,
.cid-uluiQlWbqv .form-control:focus:-moz-placeholder,
.cid-uluiQlWbqv .field-input:focus:-moz-placeholder {
  color: #ffffff;
}
.cid-uluiQlWbqv .jq-number__spin:hover,
.cid-uluiQlWbqv .jq-number__spin:focus {
  border-color: #ffffff;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uluiQlWbqv .jq-number__spin {
  border-color: #555555;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uluiQlWbqv input::-webkit-clear-button {
  display: none;
}
.cid-uluiQlWbqv input::-webkit-inner-spin-button {
  display: none;
}
.cid-uluiQlWbqv input::-webkit-outer-spin-button {
  display: none;
}
.cid-uluiQlWbqv input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uluiQlWbqv .title {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uluiQlWbqv .socicon-wrap {
    margin: auto;
  }
}
.cid-uluiQlWbqv .mbr-text {
  color: #999999;
}
.cid-uluiQmyvRp {
  padding-top: 0px;
  padding-bottom: 120px;
  background-color: #000000;
  overflow: hidden;
}
.cid-ulrjyVQYWO {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ulrjyVQYWO nav.navbar {
  position: fixed;
}
.cid-ulrjyVQYWO .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-ulrjyVQYWO .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ulrjyVQYWO .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ulrjyVQYWO .dropdown-item:hover,
.cid-ulrjyVQYWO .dropdown-item:focus {
  background: #3d79ed !important;
  color: white !important;
}
.cid-ulrjyVQYWO .dropdown-item:hover span {
  color: white;
}
.cid-ulrjyVQYWO .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ulrjyVQYWO .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ulrjyVQYWO .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ulrjyVQYWO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ulrjyVQYWO .nav-link {
  position: relative;
}
.cid-ulrjyVQYWO .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ulrjyVQYWO .container {
    flex-wrap: nowrap;
  }
}
.cid-ulrjyVQYWO .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ulrjyVQYWO .dropdown-menu,
.cid-ulrjyVQYWO .navbar.opened {
  background: #000000 !important;
}
.cid-ulrjyVQYWO .nav-item:focus,
.cid-ulrjyVQYWO .nav-link:focus {
  outline: none;
}
.cid-ulrjyVQYWO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ulrjyVQYWO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ulrjyVQYWO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ulrjyVQYWO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ulrjyVQYWO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ulrjyVQYWO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ulrjyVQYWO .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-ulrjyVQYWO .navbar.opened {
  transition: all 0.3s;
}
.cid-ulrjyVQYWO .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ulrjyVQYWO .navbar .navbar-logo img {
  width: auto;
}
.cid-ulrjyVQYWO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ulrjyVQYWO .navbar.collapsed {
  justify-content: center;
}
.cid-ulrjyVQYWO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ulrjyVQYWO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ulrjyVQYWO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-ulrjyVQYWO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ulrjyVQYWO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ulrjyVQYWO .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-ulrjyVQYWO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ulrjyVQYWO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ulrjyVQYWO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ulrjyVQYWO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ulrjyVQYWO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ulrjyVQYWO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ulrjyVQYWO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ulrjyVQYWO .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-ulrjyVQYWO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ulrjyVQYWO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ulrjyVQYWO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ulrjyVQYWO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ulrjyVQYWO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ulrjyVQYWO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ulrjyVQYWO .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ulrjyVQYWO .navbar.navbar-short {
  min-height: 60px;
}
.cid-ulrjyVQYWO .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ulrjyVQYWO .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ulrjyVQYWO .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-ulrjyVQYWO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ulrjyVQYWO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ulrjyVQYWO .dropdown-item.active,
.cid-ulrjyVQYWO .dropdown-item:active {
  background-color: transparent;
}
.cid-ulrjyVQYWO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ulrjyVQYWO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ulrjyVQYWO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ulrjyVQYWO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ulrjyVQYWO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ulrjyVQYWO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ulrjyVQYWO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ulrjyVQYWO .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ulrjyVQYWO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ulrjyVQYWO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f7f7f7;
}
.cid-ulrjyVQYWO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ulrjyVQYWO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ulrjyVQYWO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ulrjyVQYWO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ulrjyVQYWO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ulrjyVQYWO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ulrjyVQYWO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ulrjyVQYWO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ulrjyVQYWO .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ulrjyVQYWO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ulrjyVQYWO .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-ulrjyVQYWO .navbar {
    height: 70px;
  }
  .cid-ulrjyVQYWO .navbar.opened {
    height: auto;
  }
  .cid-ulrjyVQYWO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ulrjyWvJiI {
  background-image: url("../../../assets/images/burst2400-2000x1595.webp");
}
.cid-ulrjyWvJiI .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulrjyWvJiI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulrjyWvJiI .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-ulrjyWvJiI .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-ulrjyWvJiI .mbr-text,
.cid-ulrjyWvJiI .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-ulrjyWK5lT {
  padding-top: 180px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-ulrjyWK5lT h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-ulrjyWK5lT h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ulrjyWK5lT h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ulrjyWK5lT .mbr-text,
.cid-ulrjyWK5lT .mbr-section-btn {
  color: #767676;
}
@media (max-width: 768px) {
  .cid-ulrjyWK5lT h3:before,
  .cid-ulrjyWK5lT h3:after {
    display: none;
  }
}
.cid-ulrjyWK5lT .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulrjyWK5lT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulrkT9hPEy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-ulrkT9hPEy .container-fluid {
  padding: 0;
}
.cid-ulrkT9hPEy .image-container {
  display: grid;
  grid-template-rows: 8fr 8fr;
  grid-template-columns: 10fr 9fr;
  grid-template-areas: "img1 img3" "img2 img3";
}
.cid-ulrkT9hPEy .img1 {
  grid-area: img1;
}
.cid-ulrkT9hPEy .img2 {
  grid-area: img2;
}
.cid-ulrkT9hPEy .img3 {
  grid-area: img3;
}
.cid-ulrkT9hPEy img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ulrrMroB59 {
  padding-top: 180px;
  padding-bottom: 135px;
  background-color: #000000;
}
.cid-ulrrMroB59 h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-ulrrMroB59 h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ulrrMroB59 h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ulrrMroB59 .mbr-text,
.cid-ulrrMroB59 .mbr-section-btn {
  color: #767676;
}
@media (max-width: 768px) {
  .cid-ulrrMroB59 h3:before,
  .cid-ulrrMroB59 h3:after {
    display: none;
  }
}
.cid-ulrrMroB59 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulrrMroB59 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulrrMroB59 H3 {
  color: #ffffff;
}
.cid-ulCgYpgC0A {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-ulCgYpgC0A .container-fluid {
  padding: 0;
}
.cid-ulCgYpgC0A .image-container {
  display: grid;
  grid-template-rows: 8fr 8fr;
  grid-template-columns: 10fr 9fr;
  grid-template-areas: "img1 img3" "img2 img3";
}
.cid-ulCgYpgC0A .img1 {
  grid-area: img1;
}
.cid-ulCgYpgC0A .img2 {
  grid-area: img2;
}
.cid-ulCgYpgC0A .img3 {
  grid-area: img3;
}
.cid-ulCgYpgC0A img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ulrz5dsI11 {
  padding-top: 180px;
  padding-bottom: 135px;
  background-color: #000000;
}
.cid-ulrz5dsI11 h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-ulrz5dsI11 h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ulrz5dsI11 h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ulrz5dsI11 .mbr-text,
.cid-ulrz5dsI11 .mbr-section-btn {
  color: #767676;
}
@media (max-width: 768px) {
  .cid-ulrz5dsI11 h3:before,
  .cid-ulrz5dsI11 h3:after {
    display: none;
  }
}
.cid-ulrz5dsI11 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulrz5dsI11 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulrz5dsI11 H3 {
  color: #ffffff;
}
.cid-ulrz65IXFS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-ulrz65IXFS .container-fluid {
  padding: 0;
}
.cid-ulrz65IXFS .image-container {
  display: grid;
  grid-template-rows: 8fr 8fr;
  grid-template-columns: 10fr 9fr;
  grid-template-areas: "img1 img3" "img2 img3";
}
.cid-ulrz65IXFS .img1 {
  grid-area: img1;
}
.cid-ulrz65IXFS .img2 {
  grid-area: img2;
}
.cid-ulrz65IXFS .img3 {
  grid-area: img3;
}
.cid-ulrz65IXFS img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ulrjyYSvhU {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ulrjyYSvhU .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulrjyYSvhU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulrjyYSvhU .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ulrjyYSvhU .item {
    margin-bottom: 1rem;
  }
}
.cid-ulrjyYSvhU .item-wrapper {
  position: relative;
}
.cid-ulrjyYSvhU .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-ulrjyYSvhU .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-ulrjyYSvhU .carousel-control,
.cid-ulrjyYSvhU .close {
  background: #1b1b1b;
}
.cid-ulrjyYSvhU .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-ulrjyYSvhU .carousel-control-prev span {
  margin-right: 5px;
}
.cid-ulrjyYSvhU .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-ulrjyYSvhU .carousel-control-next span {
  margin-left: 5px;
}
.cid-ulrjyYSvhU .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;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-ulrjyYSvhU .close::before {
  content: '\e91a';
}
.cid-ulrjyYSvhU .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ulrjyYSvhU .carousel-control {
  display: flex;
  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-ulrjyYSvhU .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ulrjyYSvhU .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ulrjyYSvhU .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ulrjyYSvhU .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-ulrjyYSvhU .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-ulrjyYSvhU .carousel-indicators li.active,
.cid-ulrjyYSvhU .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-ulrjyYSvhU .carousel-indicators li::after,
.cid-ulrjyYSvhU .carousel-indicators li::before {
  content: none;
}
.cid-ulrjyYSvhU .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ulrjyYSvhU .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-ulrjyYSvhU .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ulrjyYSvhU .carousel-indicators {
    display: none;
  }
}
.cid-ulrjyYSvhU .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-ulrjyYSvhU .carousel-inner > .active {
  display: block;
}
.cid-ulrjyYSvhU .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ulrjyYSvhU .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ulrjyYSvhU .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-ulrjyYSvhU .carousel-control,
  .cid-ulrjyYSvhU .carousel-indicators,
  .cid-ulrjyYSvhU .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-ulrjyYSvhU .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-ulrjyYSvhU .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-ulrjyYSvhU .carousel-indicators .active,
.cid-ulrjyYSvhU .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-ulrjyYSvhU .carousel-indicators .active {
  background: #fff;
}
.cid-ulrjyYSvhU .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-ulrjyYSvhU .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-ulrjyYSvhU .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-ulrjyYSvhU .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-ulrjyYSvhU .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-ulrjyYSvhU .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-ulrjyYSvhU .carousel {
  width: 100%;
}
.cid-ulrjyYSvhU .modal-backdrop.in {
  opacity: 0.8;
}
.cid-ulrjyYSvhU .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-ulrjyYSvhU .modal.fade .modal-dialog,
.cid-ulrjyYSvhU .modal.in .modal-dialog {
  transform: none;
}
.cid-ulrjyYSvhU .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-ulrjyYSvhU .content-head {
  max-width: 800px;
}
.cid-ulrjz1boXa {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #000000;
}
.cid-ulrjz1boXa .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-ulrjz1boXa textarea {
  min-height: 160px;
}
@media (min-width: 992px) {
  .cid-ulrjz1boXa .text {
    max-width: 360px;
  }
}
.cid-ulrjz1boXa .align-right {
  width: 100%;
}
.cid-ulrjz1boXa .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-ulrjz1boXa .socicon-wrap .mbr-iconfont {
  font-size: 1.1rem;
  color: #ffffff !important;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-ulrjz1boXa .form-control,
.cid-ulrjz1boXa .field-input {
  padding: 0.5rem;
  background-color: transparent;
  border-radius: 0px;
  border: 0px !important;
  border-bottom: 2px solid #555555 !important;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ulrjz1boXa .form-control::-webkit-input-placeholder,
.cid-ulrjz1boXa .field-input::-webkit-input-placeholder,
.cid-ulrjz1boXa .form-control::-webkit-input-placeholder,
.cid-ulrjz1boXa .field-input::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-ulrjz1boXa .form-control:-moz-placeholder,
.cid-ulrjz1boXa .field-input:-moz-placeholder,
.cid-ulrjz1boXa .form-control:-moz-placeholder,
.cid-ulrjz1boXa .field-input:-moz-placeholder {
  color: #ffffff;
}
.cid-ulrjz1boXa .form-control:hover,
.cid-ulrjz1boXa .field-input:hover,
.cid-ulrjz1boXa .form-control:focus,
.cid-ulrjz1boXa .field-input:focus {
  border-color: #ffffff !important;
  color: #ffffff;
  box-shadow: none !important;
  outline: none !important;
}
.cid-ulrjz1boXa .form-control:hover::-webkit-input-placeholder,
.cid-ulrjz1boXa .field-input:hover::-webkit-input-placeholder,
.cid-ulrjz1boXa .form-control:focus::-webkit-input-placeholder,
.cid-ulrjz1boXa .field-input:focus::-webkit-input-placeholder,
.cid-ulrjz1boXa .form-control:hover::-webkit-input-placeholder,
.cid-ulrjz1boXa .field-input:hover::-webkit-input-placeholder,
.cid-ulrjz1boXa .form-control:focus::-webkit-input-placeholder,
.cid-ulrjz1boXa .field-input:focus::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-ulrjz1boXa .form-control:hover:-moz-placeholder,
.cid-ulrjz1boXa .field-input:hover:-moz-placeholder,
.cid-ulrjz1boXa .form-control:focus:-moz-placeholder,
.cid-ulrjz1boXa .field-input:focus:-moz-placeholder,
.cid-ulrjz1boXa .form-control:hover:-moz-placeholder,
.cid-ulrjz1boXa .field-input:hover:-moz-placeholder,
.cid-ulrjz1boXa .form-control:focus:-moz-placeholder,
.cid-ulrjz1boXa .field-input:focus:-moz-placeholder {
  color: #ffffff;
}
.cid-ulrjz1boXa .jq-number__spin:hover,
.cid-ulrjz1boXa .jq-number__spin:focus {
  border-color: #ffffff;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-ulrjz1boXa .jq-number__spin {
  border-color: #555555;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ulrjz1boXa input::-webkit-clear-button {
  display: none;
}
.cid-ulrjz1boXa input::-webkit-inner-spin-button {
  display: none;
}
.cid-ulrjz1boXa input::-webkit-outer-spin-button {
  display: none;
}
.cid-ulrjz1boXa input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-ulrjz1boXa .title {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-ulrjz1boXa .socicon-wrap {
    margin: auto;
  }
}
.cid-ulrjz1boXa .mbr-text {
  color: #999999;
}
.cid-ulrjz1MzGu {
  padding-top: 0px;
  padding-bottom: 120px;
  background-color: #000000;
  overflow: hidden;
}
.cid-ulukYnPGUn {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ulukYnPGUn nav.navbar {
  position: fixed;
}
.cid-ulukYnPGUn .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-ulukYnPGUn .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ulukYnPGUn .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ulukYnPGUn .dropdown-item:hover,
.cid-ulukYnPGUn .dropdown-item:focus {
  background: #3d79ed !important;
  color: white !important;
}
.cid-ulukYnPGUn .dropdown-item:hover span {
  color: white;
}
.cid-ulukYnPGUn .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ulukYnPGUn .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ulukYnPGUn .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ulukYnPGUn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ulukYnPGUn .nav-link {
  position: relative;
}
.cid-ulukYnPGUn .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ulukYnPGUn .container {
    flex-wrap: nowrap;
  }
}
.cid-ulukYnPGUn .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ulukYnPGUn .dropdown-menu,
.cid-ulukYnPGUn .navbar.opened {
  background: #000000 !important;
}
.cid-ulukYnPGUn .nav-item:focus,
.cid-ulukYnPGUn .nav-link:focus {
  outline: none;
}
.cid-ulukYnPGUn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ulukYnPGUn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ulukYnPGUn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ulukYnPGUn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ulukYnPGUn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ulukYnPGUn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ulukYnPGUn .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-ulukYnPGUn .navbar.opened {
  transition: all 0.3s;
}
.cid-ulukYnPGUn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ulukYnPGUn .navbar .navbar-logo img {
  width: auto;
}
.cid-ulukYnPGUn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ulukYnPGUn .navbar.collapsed {
  justify-content: center;
}
.cid-ulukYnPGUn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ulukYnPGUn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ulukYnPGUn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-ulukYnPGUn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ulukYnPGUn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ulukYnPGUn .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-ulukYnPGUn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ulukYnPGUn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ulukYnPGUn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ulukYnPGUn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ulukYnPGUn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ulukYnPGUn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ulukYnPGUn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ulukYnPGUn .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-ulukYnPGUn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ulukYnPGUn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ulukYnPGUn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ulukYnPGUn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ulukYnPGUn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ulukYnPGUn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ulukYnPGUn .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ulukYnPGUn .navbar.navbar-short {
  min-height: 60px;
}
.cid-ulukYnPGUn .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ulukYnPGUn .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ulukYnPGUn .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-ulukYnPGUn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ulukYnPGUn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ulukYnPGUn .dropdown-item.active,
.cid-ulukYnPGUn .dropdown-item:active {
  background-color: transparent;
}
.cid-ulukYnPGUn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ulukYnPGUn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ulukYnPGUn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ulukYnPGUn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ulukYnPGUn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ulukYnPGUn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ulukYnPGUn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ulukYnPGUn .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ulukYnPGUn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ulukYnPGUn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f7f7f7;
}
.cid-ulukYnPGUn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ulukYnPGUn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ulukYnPGUn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ulukYnPGUn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ulukYnPGUn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ulukYnPGUn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ulukYnPGUn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ulukYnPGUn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ulukYnPGUn .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ulukYnPGUn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ulukYnPGUn .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-ulukYnPGUn .navbar {
    height: 70px;
  }
  .cid-ulukYnPGUn .navbar.opened {
    height: auto;
  }
  .cid-ulukYnPGUn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ulukYoHfeg {
  background-image: url("../../../assets/images/wood-3212803-2000x1333.webp");
}
.cid-ulukYoHfeg .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulukYoHfeg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulukYoHfeg .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-ulukYoHfeg .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-ulukYoHfeg .mbr-text,
.cid-ulukYoHfeg .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-ulukYoXw9e {
  padding-top: 180px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-ulukYoXw9e h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-ulukYoXw9e h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ulukYoXw9e h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ulukYoXw9e .mbr-text,
.cid-ulukYoXw9e .mbr-section-btn {
  color: #767676;
}
@media (max-width: 768px) {
  .cid-ulukYoXw9e h3:before,
  .cid-ulukYoXw9e h3:after {
    display: none;
  }
}
.cid-ulukYoXw9e .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulukYoXw9e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ululQA6sk3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-ululQA6sk3 .container-fluid {
  padding: 0;
}
.cid-ululQA6sk3 .image-container {
  display: grid;
  grid-template-rows: 8fr 8fr;
  grid-template-columns: 10fr 9fr;
  grid-template-areas: "img1 img3" "img2 img3";
}
.cid-ululQA6sk3 .img1 {
  grid-area: img1;
}
.cid-ululQA6sk3 .img2 {
  grid-area: img2;
}
.cid-ululQA6sk3 .img3 {
  grid-area: img3;
}
.cid-ululQA6sk3 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ulumnjGuT6 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #edefeb;
}
.cid-ulumnjGuT6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulumnjGuT6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulumnjGuT6 .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ulumnjGuT6 .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-ulumnjGuT6 .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-ulumnjGuT6 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-ulumnjGuT6 .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #3d74ed;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #edefeb;
  height: 80px;
  border-radius: 50%;
}
.cid-ulumnjGuT6 .mbr-section-title {
  color: #232323;
}
.cid-ulumnjGuT6 .mbr-section-subtitle {
  color: #232323;
}
.cid-ulumnjGuT6 .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ulumnjGuT6 .card-box .item-footer {
  margin-top: auto;
}
.cid-ulumnjGuT6 .content-head {
  max-width: 800px;
}
.cid-ulukYtEB0f {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #000000;
}
.cid-ulukYtEB0f .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-ulukYtEB0f textarea {
  min-height: 160px;
}
@media (min-width: 992px) {
  .cid-ulukYtEB0f .text {
    max-width: 360px;
  }
}
.cid-ulukYtEB0f .align-right {
  width: 100%;
}
.cid-ulukYtEB0f .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-ulukYtEB0f .socicon-wrap .mbr-iconfont {
  font-size: 1.1rem;
  color: #ffffff !important;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-ulukYtEB0f .form-control,
.cid-ulukYtEB0f .field-input {
  padding: 0.5rem;
  background-color: transparent;
  border-radius: 0px;
  border: 0px !important;
  border-bottom: 2px solid #555555 !important;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ulukYtEB0f .form-control::-webkit-input-placeholder,
.cid-ulukYtEB0f .field-input::-webkit-input-placeholder,
.cid-ulukYtEB0f .form-control::-webkit-input-placeholder,
.cid-ulukYtEB0f .field-input::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-ulukYtEB0f .form-control:-moz-placeholder,
.cid-ulukYtEB0f .field-input:-moz-placeholder,
.cid-ulukYtEB0f .form-control:-moz-placeholder,
.cid-ulukYtEB0f .field-input:-moz-placeholder {
  color: #ffffff;
}
.cid-ulukYtEB0f .form-control:hover,
.cid-ulukYtEB0f .field-input:hover,
.cid-ulukYtEB0f .form-control:focus,
.cid-ulukYtEB0f .field-input:focus {
  border-color: #ffffff !important;
  color: #ffffff;
  box-shadow: none !important;
  outline: none !important;
}
.cid-ulukYtEB0f .form-control:hover::-webkit-input-placeholder,
.cid-ulukYtEB0f .field-input:hover::-webkit-input-placeholder,
.cid-ulukYtEB0f .form-control:focus::-webkit-input-placeholder,
.cid-ulukYtEB0f .field-input:focus::-webkit-input-placeholder,
.cid-ulukYtEB0f .form-control:hover::-webkit-input-placeholder,
.cid-ulukYtEB0f .field-input:hover::-webkit-input-placeholder,
.cid-ulukYtEB0f .form-control:focus::-webkit-input-placeholder,
.cid-ulukYtEB0f .field-input:focus::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-ulukYtEB0f .form-control:hover:-moz-placeholder,
.cid-ulukYtEB0f .field-input:hover:-moz-placeholder,
.cid-ulukYtEB0f .form-control:focus:-moz-placeholder,
.cid-ulukYtEB0f .field-input:focus:-moz-placeholder,
.cid-ulukYtEB0f .form-control:hover:-moz-placeholder,
.cid-ulukYtEB0f .field-input:hover:-moz-placeholder,
.cid-ulukYtEB0f .form-control:focus:-moz-placeholder,
.cid-ulukYtEB0f .field-input:focus:-moz-placeholder {
  color: #ffffff;
}
.cid-ulukYtEB0f .jq-number__spin:hover,
.cid-ulukYtEB0f .jq-number__spin:focus {
  border-color: #ffffff;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-ulukYtEB0f .jq-number__spin {
  border-color: #555555;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ulukYtEB0f input::-webkit-clear-button {
  display: none;
}
.cid-ulukYtEB0f input::-webkit-inner-spin-button {
  display: none;
}
.cid-ulukYtEB0f input::-webkit-outer-spin-button {
  display: none;
}
.cid-ulukYtEB0f input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-ulukYtEB0f .title {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-ulukYtEB0f .socicon-wrap {
    margin: auto;
  }
}
.cid-ulukYtEB0f .mbr-text {
  color: #999999;
}
.cid-ulukYucdZu {
  padding-top: 0px;
  padding-bottom: 120px;
  background-color: #000000;
  overflow: hidden;
}
.cid-ulAK9gYtzq {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ulAK9gYtzq nav.navbar {
  position: fixed;
}
.cid-ulAK9gYtzq .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-ulAK9gYtzq .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ulAK9gYtzq .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ulAK9gYtzq .dropdown-item:hover,
.cid-ulAK9gYtzq .dropdown-item:focus {
  background: #3d79ed !important;
  color: white !important;
}
.cid-ulAK9gYtzq .dropdown-item:hover span {
  color: white;
}
.cid-ulAK9gYtzq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ulAK9gYtzq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ulAK9gYtzq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ulAK9gYtzq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ulAK9gYtzq .nav-link {
  position: relative;
}
.cid-ulAK9gYtzq .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ulAK9gYtzq .container {
    flex-wrap: nowrap;
  }
}
.cid-ulAK9gYtzq .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ulAK9gYtzq .dropdown-menu,
.cid-ulAK9gYtzq .navbar.opened {
  background: #000000 !important;
}
.cid-ulAK9gYtzq .nav-item:focus,
.cid-ulAK9gYtzq .nav-link:focus {
  outline: none;
}
.cid-ulAK9gYtzq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ulAK9gYtzq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ulAK9gYtzq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ulAK9gYtzq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ulAK9gYtzq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ulAK9gYtzq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ulAK9gYtzq .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-ulAK9gYtzq .navbar.opened {
  transition: all 0.3s;
}
.cid-ulAK9gYtzq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ulAK9gYtzq .navbar .navbar-logo img {
  width: auto;
}
.cid-ulAK9gYtzq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ulAK9gYtzq .navbar.collapsed {
  justify-content: center;
}
.cid-ulAK9gYtzq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ulAK9gYtzq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ulAK9gYtzq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-ulAK9gYtzq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ulAK9gYtzq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ulAK9gYtzq .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-ulAK9gYtzq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ulAK9gYtzq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ulAK9gYtzq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ulAK9gYtzq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ulAK9gYtzq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ulAK9gYtzq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ulAK9gYtzq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ulAK9gYtzq .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-ulAK9gYtzq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ulAK9gYtzq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ulAK9gYtzq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ulAK9gYtzq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ulAK9gYtzq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ulAK9gYtzq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ulAK9gYtzq .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ulAK9gYtzq .navbar.navbar-short {
  min-height: 60px;
}
.cid-ulAK9gYtzq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ulAK9gYtzq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ulAK9gYtzq .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-ulAK9gYtzq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ulAK9gYtzq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ulAK9gYtzq .dropdown-item.active,
.cid-ulAK9gYtzq .dropdown-item:active {
  background-color: transparent;
}
.cid-ulAK9gYtzq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ulAK9gYtzq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ulAK9gYtzq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ulAK9gYtzq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ulAK9gYtzq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ulAK9gYtzq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ulAK9gYtzq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ulAK9gYtzq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ulAK9gYtzq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ulAK9gYtzq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f7f7f7;
}
.cid-ulAK9gYtzq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ulAK9gYtzq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ulAK9gYtzq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ulAK9gYtzq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ulAK9gYtzq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ulAK9gYtzq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ulAK9gYtzq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ulAK9gYtzq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ulAK9gYtzq .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ulAK9gYtzq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ulAK9gYtzq .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-ulAK9gYtzq .navbar {
    height: 70px;
  }
  .cid-ulAK9gYtzq .navbar.opened {
    height: auto;
  }
  .cid-ulAK9gYtzq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ulAK9hM3fD {
  background-image: url("../../../assets/images/joel-filipe-pyhpjejuyhy-unsplash-2000x3000.webp");
}
.cid-ulAK9hM3fD .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulAK9hM3fD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulAK9hM3fD .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-ulAK9hM3fD .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-ulAK9hM3fD .mbr-text,
.cid-ulAK9hM3fD .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-ulAK9icSkI {
  padding-top: 180px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-ulAK9icSkI h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-ulAK9icSkI h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ulAK9icSkI h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ulAK9icSkI .mbr-text,
.cid-ulAK9icSkI .mbr-section-btn {
  color: #767676;
}
@media (max-width: 768px) {
  .cid-ulAK9icSkI h3:before,
  .cid-ulAK9icSkI h3:after {
    display: none;
  }
}
.cid-ulAK9icSkI .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulAK9icSkI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulAK9isQtZ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ulAK9isQtZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulAK9isQtZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulAK9isQtZ .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ulAK9isQtZ .item {
    margin-bottom: 1rem;
  }
}
.cid-ulAK9isQtZ .item-wrapper {
  position: relative;
}
.cid-ulAK9isQtZ .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-ulAK9isQtZ .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-ulAK9isQtZ .carousel-control,
.cid-ulAK9isQtZ .close {
  background: #1b1b1b;
}
.cid-ulAK9isQtZ .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-ulAK9isQtZ .carousel-control-prev span {
  margin-right: 5px;
}
.cid-ulAK9isQtZ .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-ulAK9isQtZ .carousel-control-next span {
  margin-left: 5px;
}
.cid-ulAK9isQtZ .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;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-ulAK9isQtZ .close::before {
  content: '\e91a';
}
.cid-ulAK9isQtZ .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ulAK9isQtZ .carousel-control {
  display: flex;
  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-ulAK9isQtZ .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ulAK9isQtZ .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ulAK9isQtZ .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ulAK9isQtZ .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-ulAK9isQtZ .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-ulAK9isQtZ .carousel-indicators li.active,
.cid-ulAK9isQtZ .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-ulAK9isQtZ .carousel-indicators li::after,
.cid-ulAK9isQtZ .carousel-indicators li::before {
  content: none;
}
.cid-ulAK9isQtZ .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ulAK9isQtZ .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-ulAK9isQtZ .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ulAK9isQtZ .carousel-indicators {
    display: none;
  }
}
.cid-ulAK9isQtZ .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-ulAK9isQtZ .carousel-inner > .active {
  display: block;
}
.cid-ulAK9isQtZ .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ulAK9isQtZ .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ulAK9isQtZ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-ulAK9isQtZ .carousel-control,
  .cid-ulAK9isQtZ .carousel-indicators,
  .cid-ulAK9isQtZ .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-ulAK9isQtZ .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-ulAK9isQtZ .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-ulAK9isQtZ .carousel-indicators .active,
.cid-ulAK9isQtZ .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-ulAK9isQtZ .carousel-indicators .active {
  background: #fff;
}
.cid-ulAK9isQtZ .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-ulAK9isQtZ .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-ulAK9isQtZ .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-ulAK9isQtZ .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-ulAK9isQtZ .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-ulAK9isQtZ .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-ulAK9isQtZ .carousel {
  width: 100%;
}
.cid-ulAK9isQtZ .modal-backdrop.in {
  opacity: 0.8;
}
.cid-ulAK9isQtZ .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-ulAK9isQtZ .modal.fade .modal-dialog,
.cid-ulAK9isQtZ .modal.in .modal-dialog {
  transform: none;
}
.cid-ulAK9isQtZ .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-ulAK9isQtZ .content-head {
  max-width: 800px;
}
.cid-ulAWfR56wn {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ulAWfR56wn .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulAWfR56wn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulAWfR56wn .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ulAWfR56wn .item {
    margin-bottom: 1rem;
  }
}
.cid-ulAWfR56wn .item-wrapper {
  position: relative;
}
.cid-ulAWfR56wn .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-ulAWfR56wn .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-ulAWfR56wn .carousel-control,
.cid-ulAWfR56wn .close {
  background: #1b1b1b;
}
.cid-ulAWfR56wn .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-ulAWfR56wn .carousel-control-prev span {
  margin-right: 5px;
}
.cid-ulAWfR56wn .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-ulAWfR56wn .carousel-control-next span {
  margin-left: 5px;
}
.cid-ulAWfR56wn .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;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-ulAWfR56wn .close::before {
  content: '\e91a';
}
.cid-ulAWfR56wn .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ulAWfR56wn .carousel-control {
  display: flex;
  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-ulAWfR56wn .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ulAWfR56wn .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ulAWfR56wn .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ulAWfR56wn .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-ulAWfR56wn .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-ulAWfR56wn .carousel-indicators li.active,
.cid-ulAWfR56wn .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-ulAWfR56wn .carousel-indicators li::after,
.cid-ulAWfR56wn .carousel-indicators li::before {
  content: none;
}
.cid-ulAWfR56wn .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ulAWfR56wn .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-ulAWfR56wn .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ulAWfR56wn .carousel-indicators {
    display: none;
  }
}
.cid-ulAWfR56wn .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-ulAWfR56wn .carousel-inner > .active {
  display: block;
}
.cid-ulAWfR56wn .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ulAWfR56wn .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ulAWfR56wn .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-ulAWfR56wn .carousel-control,
  .cid-ulAWfR56wn .carousel-indicators,
  .cid-ulAWfR56wn .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-ulAWfR56wn .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-ulAWfR56wn .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-ulAWfR56wn .carousel-indicators .active,
.cid-ulAWfR56wn .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-ulAWfR56wn .carousel-indicators .active {
  background: #fff;
}
.cid-ulAWfR56wn .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-ulAWfR56wn .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-ulAWfR56wn .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-ulAWfR56wn .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-ulAWfR56wn .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-ulAWfR56wn .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-ulAWfR56wn .carousel {
  width: 100%;
}
.cid-ulAWfR56wn .modal-backdrop.in {
  opacity: 0.8;
}
.cid-ulAWfR56wn .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-ulAWfR56wn .modal.fade .modal-dialog,
.cid-ulAWfR56wn .modal.in .modal-dialog {
  transform: none;
}
.cid-ulAWfR56wn .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-ulAWfR56wn .content-head {
  max-width: 800px;
}
.cid-ulAK9jmFuu {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #000000;
}
.cid-ulAK9jmFuu .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-ulAK9jmFuu textarea {
  min-height: 160px;
}
@media (min-width: 992px) {
  .cid-ulAK9jmFuu .text {
    max-width: 360px;
  }
}
.cid-ulAK9jmFuu .align-right {
  width: 100%;
}
.cid-ulAK9jmFuu .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-ulAK9jmFuu .socicon-wrap .mbr-iconfont {
  font-size: 1.1rem;
  color: #ffffff !important;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-ulAK9jmFuu .form-control,
.cid-ulAK9jmFuu .field-input {
  padding: 0.5rem;
  background-color: transparent;
  border-radius: 0px;
  border: 0px !important;
  border-bottom: 2px solid #555555 !important;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ulAK9jmFuu .form-control::-webkit-input-placeholder,
.cid-ulAK9jmFuu .field-input::-webkit-input-placeholder,
.cid-ulAK9jmFuu .form-control::-webkit-input-placeholder,
.cid-ulAK9jmFuu .field-input::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-ulAK9jmFuu .form-control:-moz-placeholder,
.cid-ulAK9jmFuu .field-input:-moz-placeholder,
.cid-ulAK9jmFuu .form-control:-moz-placeholder,
.cid-ulAK9jmFuu .field-input:-moz-placeholder {
  color: #ffffff;
}
.cid-ulAK9jmFuu .form-control:hover,
.cid-ulAK9jmFuu .field-input:hover,
.cid-ulAK9jmFuu .form-control:focus,
.cid-ulAK9jmFuu .field-input:focus {
  border-color: #ffffff !important;
  color: #ffffff;
  box-shadow: none !important;
  outline: none !important;
}
.cid-ulAK9jmFuu .form-control:hover::-webkit-input-placeholder,
.cid-ulAK9jmFuu .field-input:hover::-webkit-input-placeholder,
.cid-ulAK9jmFuu .form-control:focus::-webkit-input-placeholder,
.cid-ulAK9jmFuu .field-input:focus::-webkit-input-placeholder,
.cid-ulAK9jmFuu .form-control:hover::-webkit-input-placeholder,
.cid-ulAK9jmFuu .field-input:hover::-webkit-input-placeholder,
.cid-ulAK9jmFuu .form-control:focus::-webkit-input-placeholder,
.cid-ulAK9jmFuu .field-input:focus::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-ulAK9jmFuu .form-control:hover:-moz-placeholder,
.cid-ulAK9jmFuu .field-input:hover:-moz-placeholder,
.cid-ulAK9jmFuu .form-control:focus:-moz-placeholder,
.cid-ulAK9jmFuu .field-input:focus:-moz-placeholder,
.cid-ulAK9jmFuu .form-control:hover:-moz-placeholder,
.cid-ulAK9jmFuu .field-input:hover:-moz-placeholder,
.cid-ulAK9jmFuu .form-control:focus:-moz-placeholder,
.cid-ulAK9jmFuu .field-input:focus:-moz-placeholder {
  color: #ffffff;
}
.cid-ulAK9jmFuu .jq-number__spin:hover,
.cid-ulAK9jmFuu .jq-number__spin:focus {
  border-color: #ffffff;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-ulAK9jmFuu .jq-number__spin {
  border-color: #555555;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ulAK9jmFuu input::-webkit-clear-button {
  display: none;
}
.cid-ulAK9jmFuu input::-webkit-inner-spin-button {
  display: none;
}
.cid-ulAK9jmFuu input::-webkit-outer-spin-button {
  display: none;
}
.cid-ulAK9jmFuu input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-ulAK9jmFuu .title {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-ulAK9jmFuu .socicon-wrap {
    margin: auto;
  }
}
.cid-ulAK9jmFuu .mbr-text {
  color: #999999;
}
.cid-ulAK9jFt2m {
  padding-top: 0px;
  padding-bottom: 120px;
  background-color: #000000;
  overflow: hidden;
}
.cid-tP5wJ6Q0cT {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tP5wJ6Q0cT nav.navbar {
  position: fixed;
}
.cid-tP5wJ6Q0cT .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-tP5wJ6Q0cT .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tP5wJ6Q0cT .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tP5wJ6Q0cT .dropdown-item:hover,
.cid-tP5wJ6Q0cT .dropdown-item:focus {
  background: #3d79ed !important;
  color: white !important;
}
.cid-tP5wJ6Q0cT .dropdown-item:hover span {
  color: white;
}
.cid-tP5wJ6Q0cT .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tP5wJ6Q0cT .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tP5wJ6Q0cT .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tP5wJ6Q0cT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tP5wJ6Q0cT .nav-link {
  position: relative;
}
.cid-tP5wJ6Q0cT .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tP5wJ6Q0cT .container {
    flex-wrap: nowrap;
  }
}
.cid-tP5wJ6Q0cT .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tP5wJ6Q0cT .dropdown-menu,
.cid-tP5wJ6Q0cT .navbar.opened {
  background: #000000 !important;
}
.cid-tP5wJ6Q0cT .nav-item:focus,
.cid-tP5wJ6Q0cT .nav-link:focus {
  outline: none;
}
.cid-tP5wJ6Q0cT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tP5wJ6Q0cT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tP5wJ6Q0cT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tP5wJ6Q0cT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tP5wJ6Q0cT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tP5wJ6Q0cT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tP5wJ6Q0cT .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-tP5wJ6Q0cT .navbar.opened {
  transition: all 0.3s;
}
.cid-tP5wJ6Q0cT .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tP5wJ6Q0cT .navbar .navbar-logo img {
  width: auto;
}
.cid-tP5wJ6Q0cT .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tP5wJ6Q0cT .navbar.collapsed {
  justify-content: center;
}
.cid-tP5wJ6Q0cT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tP5wJ6Q0cT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tP5wJ6Q0cT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-tP5wJ6Q0cT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tP5wJ6Q0cT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tP5wJ6Q0cT .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-tP5wJ6Q0cT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tP5wJ6Q0cT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tP5wJ6Q0cT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tP5wJ6Q0cT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tP5wJ6Q0cT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tP5wJ6Q0cT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tP5wJ6Q0cT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tP5wJ6Q0cT .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-tP5wJ6Q0cT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tP5wJ6Q0cT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tP5wJ6Q0cT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tP5wJ6Q0cT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tP5wJ6Q0cT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tP5wJ6Q0cT .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tP5wJ6Q0cT .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tP5wJ6Q0cT .navbar.navbar-short {
  min-height: 60px;
}
.cid-tP5wJ6Q0cT .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tP5wJ6Q0cT .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tP5wJ6Q0cT .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-tP5wJ6Q0cT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tP5wJ6Q0cT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tP5wJ6Q0cT .dropdown-item.active,
.cid-tP5wJ6Q0cT .dropdown-item:active {
  background-color: transparent;
}
.cid-tP5wJ6Q0cT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tP5wJ6Q0cT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tP5wJ6Q0cT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tP5wJ6Q0cT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tP5wJ6Q0cT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tP5wJ6Q0cT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tP5wJ6Q0cT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tP5wJ6Q0cT .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tP5wJ6Q0cT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tP5wJ6Q0cT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f7f7f7;
}
.cid-tP5wJ6Q0cT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tP5wJ6Q0cT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tP5wJ6Q0cT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tP5wJ6Q0cT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tP5wJ6Q0cT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tP5wJ6Q0cT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tP5wJ6Q0cT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tP5wJ6Q0cT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tP5wJ6Q0cT .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tP5wJ6Q0cT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tP5wJ6Q0cT .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-tP5wJ6Q0cT .navbar {
    height: 70px;
  }
  .cid-tP5wJ6Q0cT .navbar.opened {
    height: auto;
  }
  .cid-tP5wJ6Q0cT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uqCQbzfBXc {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #000000;
}
.cid-uqCQbzfBXc img,
.cid-uqCQbzfBXc .item-img {
  width: 100%;
}
.cid-uqCQbzfBXc .item:focus,
.cid-uqCQbzfBXc span:focus {
  outline: none;
}
.cid-uqCQbzfBXc .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uqCQbzfBXc .item {
    margin-bottom: 1rem;
  }
}
.cid-uqCQbzfBXc .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uqCQbzfBXc .item {
  padding: 0;
  margin: 0;
}
.cid-uqCQbzfBXc .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uqCQbzfBXc .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-uqCQbzfBXc .item-wrapper {
  position: relative;
  background: #f7f7f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uqCQbzfBXc .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uqCQbzfBXc .mbr-section-title {
  color: #ffffff;
}
.cid-uqCQbzfBXc .item-title {
  text-align: center;
}
.cid-uqCQbzfBXc .item-subtitle {
  text-align: center;
}
.cid-uqCQbzfBXc .mbr-text,
.cid-uqCQbzfBXc .item .mbr-section-btn {
  text-align: center;
}
.cid-uqCQbzfBXc .content-head {
  max-width: 800px;
}
.cid-uqCQbzfBXc .mbr-section-subtitle,
.cid-uqCQbzfBXc .mbr-section-head .mbr-section-btn {
  color: #ffffff;
}
.cid-tQoSrOjtne {
  padding-top: 0px;
  padding-bottom: 120px;
  background-color: #000000;
  overflow: hidden;
}
