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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bold;
}

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

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

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

.hidden {
  visibility: hidden;
}

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

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

.mbr-black {
  color: #111111;
}

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

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

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

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

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

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

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

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

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

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

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

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

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

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

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

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

.card-box {
  width: 100%;
}

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

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

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

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

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

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

  .media {
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.media {
  display: -webkit-flex;
}

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

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

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

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

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

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

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

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

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

.carousel-item img {
  margin: auto;
}

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

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

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

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

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

.card-img {
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

:focus {
  outline: none;
}

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

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

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

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

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

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

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

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

.item {
  position: relative;
}

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

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

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

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}

/* === Reduce all scroll animations site-wide === */
[data-animation],
[data-anim-type],
[class*="animate__"],
[class*="animation__"],
[class*="mbr-"],
[class*="fadeIn"],
[class*="slideIn"],
[class*="zoomIn"] {
  animation-duration: 1s !important; /* shorten duration */
  animation-delay: 0s !important;      /* remove long delays */
  transition: all 0.3s ease-out !important;
  will-change: auto !important;
}

/* Keep subtle fade, but remove heavy slide/zoom transforms */
[data-animation],
[data-anim-type] {
  transform: none !important;
  opacity: 1 !important;
}

/* Make scrolling smooth */
html {
  scroll-behavior: smooth;
}

/* Fix Safari subpixel rendering causing thin vertical lines */
.navbar-logo img {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-appearance: none;
  image-rendering: -webkit-optimize-contrast;
  background-clip: padding-box;
  border-radius: 0 !important;
}

/* Prevent iOS Safari from adding default tap or highlight color */
.navbar-logo a,
.navbar a {
  -webkit-tap-highlight-color: transparent;
}
body {
  font-family: 'Montserrat', sans-serif;
}
.display-1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 5rem;
  line-height: 1.06;
  letter-spacing: -3px;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.5rem;
  line-height: 1.2;
  letter-spacing: -1.44px;
}
.display-2 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: -0.3px;
}
.display-4 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.75rem;
  line-height: 1.24;
  letter-spacing: -0.896px;
}
.display-5 > .mbr-iconfont {
  font-size: 2.1875rem;
}
.display-7 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2rem;
  line-height: 1.2;
  letter-spacing: -0.08px;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 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.06 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.2 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.2 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.4rem;
    font-size: calc( 1.2625rem + (1.75 - 1.2625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.24 * (1.2625rem + (1.75 - 1.2625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #313131 !important;
}
.bg-success {
  background-color: #cdbead !important;
}
.bg-info {
  background-color: #8160ff !important;
}
.bg-warning {
  background-color: #cac6c3 !important;
}
.bg-danger {
  background-color: #998974 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #313131 !important;
  border-color: #313131 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #060606 !important;
  border-color: #060606 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #060606 !important;
  border-color: #060606 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #b8d1df !important;
  border-color: #b8d1df !important;
  color: #2f5469 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #7caac4 !important;
  border-color: #7caac4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #2f5469 !important;
  background-color: #7caac4 !important;
  border-color: #7caac4 !important;
}
.btn-info,
.btn-info:active {
  background-color: #8160ff !important;
  border-color: #8160ff !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #3c09ff !important;
  border-color: #3c09ff !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #3c09ff !important;
  border-color: #3c09ff !important;
}
.btn-success,
.btn-success:active {
  background-color: #cdbead !important;
  border-color: #cdbead !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #ac9377 !important;
  border-color: #ac9377 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #ac9377 !important;
  border-color: #ac9377 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #cac6c3 !important;
  border-color: #cac6c3 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #a19a95 !important;
  border-color: #a19a95 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #a19a95 !important;
  border-color: #a19a95 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #998974 !important;
  border-color: #998974 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #695d4d !important;
  border-color: #695d4d !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #695d4d !important;
  border-color: #695d4d !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-black,
.btn-black:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #313131;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #060606 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #313131 !important;
  border-color: #313131 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #b8d1df;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #7caac4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #2f5469 !important;
  background-color: #b8d1df !important;
  border-color: #b8d1df !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #8160ff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #3c09ff !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #8160ff !important;
  border-color: #8160ff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #cdbead;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ac9377 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #cdbead !important;
  border-color: #cdbead !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #cac6c3;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #a19a95 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #cac6c3 !important;
  border-color: #cac6c3 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #998974;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #695d4d !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #998974 !important;
  border-color: #998974 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.text-primary {
  color: #313131 !important;
}
.text-secondary {
  color: #b8d1df !important;
}
.text-success {
  color: #cdbead !important;
}
.text-info {
  color: #8160ff !important;
}
.text-warning {
  color: #cac6c3 !important;
}
.text-danger {
  color: #998974 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #72a3bf !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #a68c6e !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #3400f9 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #9a938d !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #605547 !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: #313131;
}
.nav-tabs .nav-link:not(.active) {
  color: #000000;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #8160ff;
}
.alert-warning {
  background-color: #cac6c3;
}
.alert-danger {
  background-color: #998974;
}
.mbr-gallery-filter li.active .btn {
  background-color: #313131;
  border-color: #313131;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #313131;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #e3e3e3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #cfc7be;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: -0.3px;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #313131 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: -0.3px;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #313131;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #313131;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #313131;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #313131;
  border-bottom-color: #313131;
}
.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: #313131 !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: #b8d1df !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='%23313131' %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;
}
a:hover {
  background-image: none !important;
}
.container {
  max-width: 1440px;
}
@media (max-width: 1399px) {
  .container {
    max-width: 1240px;
  }
}
@media (max-width: 1199px) {
  .container {
    max-width: 1040px;
  }
}
.container {
  padding-left: 20px;
  padding-right: 20px;
}
.row {
  margin-left: -20px;
  margin-right: -20px;
}
.row > [class*="col"] {
  padding-left: 20px;
  padding-right: 20px;
}
.btn {
  border-radius: 1rem;
  padding: 14px 28px;
  min-height: 62px;
  line-height: 1;
}
.cid-uZvkpvB9Qs .navbar-dropdown {
  position: relative !important;
}
.cid-uZvkpvB9Qs .dropdown-item:before {
  font-family: Monsterrat !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-uZvkpvB9Qs .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uZvkpvB9Qs .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uZvkpvB9Qs .dropdown-item:hover,
.cid-uZvkpvB9Qs .dropdown-item:focus {
  background: #313131 !important;
  color: white !important;
}
.cid-uZvkpvB9Qs .dropdown-item:hover span {
  color: white;
}
.cid-uZvkpvB9Qs .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZvkpvB9Qs .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZvkpvB9Qs .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZvkpvB9Qs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZvkpvB9Qs .nav-link {
  position: relative;
  font-size: 1rem !important;
}
.cid-uZvkpvB9Qs .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uZvkpvB9Qs .container {
    flex-wrap: nowrap;
  }
}
.cid-uZvkpvB9Qs .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.2rem;
  padding-right: 0.5rem;
}
.cid-uZvkpvB9Qs .dropdown-menu,
.cid-uZvkpvB9Qs .navbar.opened {
  background: #313131 !important;
}
.cid-uZvkpvB9Qs .nav-item:focus,
.cid-uZvkpvB9Qs .nav-link:focus {
  outline: none;
}
.cid-uZvkpvB9Qs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZvkpvB9Qs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZvkpvB9Qs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZvkpvB9Qs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZvkpvB9Qs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZvkpvB9Qs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZvkpvB9Qs .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #313131;
}
.cid-uZvkpvB9Qs .navbar.opened {
  transition: all 0.3s;
}
.cid-uZvkpvB9Qs .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZvkpvB9Qs .navbar .navbar-logo img {
  width: auto;
}
.cid-uZvkpvB9Qs .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZvkpvB9Qs .navbar.collapsed {
  justify-content: center;
}
.cid-uZvkpvB9Qs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZvkpvB9Qs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 1200px) {
  .cid-uZvkpvB9Qs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.6rem);
  }
}
.cid-uZvkpvB9Qs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZvkpvB9Qs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZvkpvB9Qs .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-uZvkpvB9Qs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZvkpvB9Qs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  font-size: 1rem;
}
.cid-uZvkpvB9Qs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 1200px) {
  .cid-uZvkpvB9Qs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZvkpvB9Qs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZvkpvB9Qs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZvkpvB9Qs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZvkpvB9Qs .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-uZvkpvB9Qs .navbar .navbar-logo img {
    height: auto !important;
    width: 100%;
    max-width: 400px;
  }
  .cid-uZvkpvB9Qs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZvkpvB9Qs .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
    font-size: 1rem !important;
  }
  .cid-uZvkpvB9Qs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uZvkpvB9Qs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZvkpvB9Qs .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZvkpvB9Qs .navbar.navbar-short {
  min-height: 80px;
}
.cid-uZvkpvB9Qs .navbar.navbar-short .navbar-logo img {
  height: 1rem !important;
}
.cid-uZvkpvB9Qs .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uZvkpvB9Qs .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uZvkpvB9Qs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZvkpvB9Qs .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uZvkpvB9Qs .navbar-brand {
    margin-right: 14px;
  }
}
.cid-uZvkpvB9Qs .dropdown-item.active,
.cid-uZvkpvB9Qs .dropdown-item:active {
  background-color: transparent;
}
.cid-uZvkpvB9Qs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZvkpvB9Qs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZvkpvB9Qs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZvkpvB9Qs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #313131;
}
.cid-uZvkpvB9Qs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uZvkpvB9Qs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZvkpvB9Qs ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZvkpvB9Qs .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
@media (max-width: 806px) {
  .cid-uZvkpvB9Qs .navbar-brand {
    padding-right: 0px !important;
  }
}
@media (max-width: 586px) {
  .cid-uZvkpvB9Qs .navbar-logo {
    margin-left: 0px !important;
    margin-right: 0px !important;
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
  .cid-uZvkpvB9Qs .navbar-logo img {
    height: auto;
    max-height: 40px !important;
    width: 200px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
  .cid-uZvkpvB9Qs .container-fluid {
    padding-left: 0px !important;
  }
  .cid-uZvkpvB9Qs .navbar {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
}
.cid-uZvkpvB9Qs button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZvkpvB9Qs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #cac6c3;
}
.cid-uZvkpvB9Qs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZvkpvB9Qs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZvkpvB9Qs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZvkpvB9Qs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZvkpvB9Qs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZvkpvB9Qs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZvkpvB9Qs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZvkpvB9Qs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZvkpvB9Qs .navbar-dropdown {
  padding: 0 1rem;
  position: static !important;
  z-index: 1000 !important;
}
.cid-uZvkpvB9Qs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZvkpvB9Qs .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-top: 0.3rem;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uZvkpvB9Qs .icons-menu {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZvkpvB9Qs .navbar {
    height: 80px;
  }
  .cid-uZvkpvB9Qs .navbar.opened {
    height: auto;
  }
  .cid-uZvkpvB9Qs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZvkpvB9Qs .nav-item {
  opacity: 0.7;
  background: transparent;
  border-radius: 12px;
  transition: 0.5s all;
  color: #ffffff;
}
.cid-uZvkpvB9Qs .nav-item:hover {
  opacity: 1;
  background: rgba(255, 255, 255, 0.1);
}
.cid-uZvkpvB9Qs .nav-item .nav-link {
  color: #ffffff;
}
@media (min-width: 1200px) {
  .cid-uZvkpvB9Qs .mbr-section-btn {
    margin-left: auto;
    max-width: 80%;
  }
}
@media (max-width: 575px) {
  .cid-uZvkpvB9Qs .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uZvkpvB9Qs .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uZvkpvB9Qs .mbr-section-btn .btn {
  padding: 12px 22px;
  min-height: 40px;
}
.cid-uZvkpvB9Qs .navbar-logo img {
  -webkit-background-clip: text !important;
  background-color: transparent !important;
  mix-blend-mode: normal !important;
  isolation: isolate !important;
  -webkit-transform: translateZ(0);
}
.cid-uOi9EyQluf .container {
  max-width: 1240px;
}
@media (max-width: 1199px) {
  .cid-uOi9EyQluf .container {
    max-width: 1040px;
  }
}
@media (max-width: 575px) {
  .cid-uOi9EyQluf .row {
    text-align: center!important;
  }
}
.cid-uOi9EyQluf .label-container {
  width: 100%;
}
.cid-uOi9EyQluf .label-text {
  color: #cac6c3;
  margin-bottom: 0;
}
.cid-uOi9EyQluf .label-text b {
  position: relative;
  padding: 4px 6px;
  border-radius: 4px;
  background-color: rgba(75, 253, 177, 0.25);
}
.cid-uOi9EyQluf .label-text .label-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: inherit;
  opacity: 0.25;
}
.cid-uOi9EyQluf .label-text .mbr-section-title {
  color: #ffffff;
  margin-top: 40px;
  margin-bottom: 0;
}
.cid-uOi9EyQluf .mbr-text {
  color: #b8d1df;
  opacity: 0.5;
  margin-top: 28px;
  margin-bottom: 0;
  text-align: center;
}
.cid-uOi9EyQluf .mbr-section-btn {
  margin-top: 18px;
}
@media (max-width: 575px) {
  .cid-uOi9EyQluf .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uOi9EyQluf .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uOi9EyQluf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOi9EyQluf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uOi9EyQluf .mbr-section-title,
.cid-uOi9EyQluf .mbr-section-btn {
  color: #cdbead;
  text-align: center;
}
.cid-uOi9EyQluf .video-background {
  position: absolute;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
}
.cid-uOi9EyQluf .video-background iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100vh;
  transform: translate(-50%, -50%);
  pointer-events: none !important;
}
.cid-uOi9EyQluf .video-background video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
@media (min-aspect-ratio: 1.77777778) {
  .cid-uOi9EyQluf .video-background iframe {
    height: 56.25vw;
  }
}
@media (max-aspect-ratio: 1.77777778) {
  .cid-uOi9EyQluf .video-background iframe {
    width: 177.78vh;
  }
}
@media (min-width: 400px) and (max-width: 455px) {
  .cid-uOi9EyQluf .mbr-section-title {
    font-size: 18px !important;
  }
  .cid-uOi9EyQluf .mbr-text {
    font-size: 18px !important;
  }
}
@media (max-width: 399px) {
  .cid-uOi9EyQluf .mbr-section-title {
    font-size: 0.9rem !important;
  }
  .cid-uOi9EyQluf .mbr-text {
    font-size: 0.9rem !important;
  }
}
.cid-uTPsfOWAuL {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #cdbead;
}
.cid-uTPsfOWAuL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTPsfOWAuL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTPsfOWAuL .mbr-section-title {
  color: #313131;
  text-align: left;
}
.cid-uTPsfOWAuL .mbr-section-subtitle {
  padding-top: 2rem;
  color: #313131;
  text-align: left;
}
@media (max-width: 576px) {
  .cid-uTPsfOWAuL .mbr-section-title {
    font-size: 2rem !important;
    line-height: 1.2;
  }
  .cid-uTPsfOWAuL .mbr-section-subtitle {
    font-size: 1.75rem !important;
    line-height: 1.2;
  }
}
.cid-uOil2aAVSn {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #313131;
}
.cid-uOil2aAVSn .container {
  max-width: 1040px;
}
@media (max-width: 575px) {
  .cid-uOil2aAVSn .row {
    text-align: center!important;
  }
}
.cid-uOil2aAVSn .mbr-section-title {
  color: #4BFDB1;
}
@media (max-width: 575px) {
  .cid-uOil2aAVSn .mbr-section-title {
    text-align: center;
  }
}
.cid-uOil2aAVSn .mbr-section-subtitle {
  color: #cdbead;
}
.cid-uOil2aAVSn .mbr-text {
  color: #cac6c3;
  margin-top: 4px;
}
.cid-uOil2aAVSn .mbr-section-btn {
  margin-top: 18px;
}
@media (max-width: 575px) {
  .cid-uOil2aAVSn .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uOil2aAVSn .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uOil2aAVSn .btn-primary-outline,
.cid-uOil2aAVSn .btn-secondary-outline,
.cid-uOil2aAVSn .btn-success-outline,
.cid-uOil2aAVSn .btn-info-outline,
.cid-uOil2aAVSn .btn-warning-outline,
.cid-uOil2aAVSn .btn-danger-outline,
.cid-uOil2aAVSn .btn-white-outline,
.cid-uOil2aAVSn .btn-black-outline {
  padding: 0;
  min-height: auto;
}
.cid-uOil2aAVSn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOil2aAVSn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOil2aAVSn .mbr-section-title,
.cid-uOil2aAVSn .mbr-section-btn {
  color: #cac6c3;
}
@media (max-width: 575px) {
  .cid-uOil2aAVSn .mbr-text {
    margin-top: 24px;
  }
}
.cid-uTPvAWpEnA {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #313131;
}
.cid-uTPvAWpEnA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTPvAWpEnA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTPvAWpEnA .card-wrapper {
  background: #cdbead;
}
@media (max-width: 767px) {
  .cid-uTPvAWpEnA .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uTPvAWpEnA .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uTPvAWpEnA .card-wrapper {
    padding: 4rem;
  }
}
.cid-uTPvAWpEnA .mbr-text,
.cid-uTPvAWpEnA .mbr-section-btn {
  color: #313131;
  text-align: left;
}
.cid-uTPvAWpEnA .card-title,
.cid-uTPvAWpEnA .card-box {
  text-align: left;
  color: #333333;
}
@media (max-width: 992px) {
  .cid-uTPvAWpEnA .mbr-text {
    line-height: 1.6;
  }
}
.cid-uTPvAWpEnA .card-box {
  margin-left: 0px !important;
}
.cid-uYnudnAwhu {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #313131;
}
.cid-uYnudnAwhu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYnudnAwhu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYnudnAwhu .row {
  justify-content: center;
}
.cid-uYnudnAwhu .content-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uYnudnAwhu .content-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uYnudnAwhu .content-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-uYnudnAwhu .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uYnudnAwhu .item {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uYnudnAwhu .item {
    margin-bottom: 35px;
  }
}
.cid-uYnudnAwhu .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYnudnAwhu .item .item-wrapper .card-box .icon-wrapper {
    margin-bottom: 15px;
  }
}
.cid-uYnudnAwhu .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  width: 95px;
  height: 95px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #cdbead;
  color: #313131;
  font-size: 60px;
}
.cid-uYnudnAwhu .item .item-wrapper .card-box .item-title {
  margin-bottom: 10px;
}
.cid-uYnudnAwhu .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uYnudnAwhu .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #cdbead;
}
.cid-uYnudnAwhu .mbr-section-title {
  color: #000000;
}
.cid-uYnudnAwhu .mbr-text {
  color: #000000;
}
.cid-uYnudnAwhu .item-title {
  color: #000000;
}
.cid-uYnudnAwhu .item-text {
  color: #cdbead;
  text-align: center;
}
.cid-uYnudnAwhu .item-title,
.cid-uYnudnAwhu .icon-wrapper {
  color: #cdbead;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYnudnAwhu .item-text {
    line-height: 1.6;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .cid-uYnudnAwhu .item-text {
    font-size: 1.55rem !important;
  }
}
.cid-uYnw5beKYj {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #313131;
}
.cid-uYnw5beKYj .btn-secondary {
  margin-top: 4px !important;
  margin-bottom: 20px !important;
}
.cid-uOiqJssFBr {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #cdbead;
}
.cid-uOiqJssFBr .container {
  max-width: 1040px;
}
@media (max-width: 575px) {
  .cid-uOiqJssFBr .row {
    text-align: center!important;
  }
}
.cid-uOiqJssFBr .mbr-section-title {
  color: #000000;
}
@media (max-width: 575px) {
  .cid-uOiqJssFBr .mbr-section-title {
    text-align: center;
  }
}
.cid-uOiqJssFBr .mbr-text {
  color: #313131;
  margin-top: 20px;
  text-align: left;
}
.cid-uOiqJssFBr .mbr-text a:hover {
  text-decoration: underline;
}
.cid-uOiqJssFBr .mbr-section-btn {
  margin-top: 20px;
  text-align: center;
}
.cid-uOiqJssFBr .mbr-section-btn .btn {
  border-radius: 16px;
}
@media (max-width: 575px) {
  .cid-uOiqJssFBr .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uOiqJssFBr .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uOiqJssFBr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOiqJssFBr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOiqJssFBr .mbr-section-title,
.cid-uOiqJssFBr .mbr-section-btn {
  color: #313131;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uOiqJssFBr .mbr-text {
    line-height: 1.6;
  }
}
@media (max-width: 767.98px) {
  .cid-uOiqJssFBr .mbr-section-btn .btn {
    width: auto !important;
    margin: 0 auto;
  }
}
.cid-uOiqJssFBr .btn-secondary {
  margin-top: 20px !important;
  margin-bottom: 0px !important;
}
.cid-uYnuZWUutM {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #cdbead;
}
.cid-uYnuZWUutM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYnuZWUutM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYnuZWUutM .row {
  justify-content: center;
}
.cid-uYnuZWUutM .content-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uYnuZWUutM .content-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uYnuZWUutM .content-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-uYnuZWUutM .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uYnuZWUutM .item {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uYnuZWUutM .item {
    margin-bottom: 35px;
  }
}
.cid-uYnuZWUutM .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYnuZWUutM .item .item-wrapper .card-box .icon-wrapper {
    margin-bottom: 15px;
  }
}
.cid-uYnuZWUutM .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  width: 95px;
  height: 95px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #313131;
  color: #cdbead;
  font-size: 60px;
}
.cid-uYnuZWUutM .item .item-wrapper .card-box .item-title {
  margin-bottom: 10px;
}
.cid-uYnuZWUutM .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uYnuZWUutM .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #313131;
}
.cid-uYnuZWUutM .mbr-section-title {
  color: #000000;
}
.cid-uYnuZWUutM .mbr-text {
  color: #000000;
}
.cid-uYnuZWUutM .item-title {
  color: #000000;
}
.cid-uYnuZWUutM .item-text {
  color: #313131;
  text-align: center;
}
.cid-uYnuZWUutM .item-title,
.cid-uYnuZWUutM .icon-wrapper {
  color: #313131;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYnuZWUutM .item-text {
    line-height: 1.6;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .cid-uYnuZWUutM .item-text {
    font-size: 1.55rem !important;
  }
}
.cid-uYnw13CWFT {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #cdbead;
}
.cid-uYnw13CWFT .btn-secondary {
  margin-top: 4px !important;
  margin-bottom: 20px !important;
}
.cid-uOtXjkbtxs {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #313131;
}
.cid-uOtXjkbtxs .row {
  justify-content: center;
}
.cid-uOtXjkbtxs .item-img {
  display: flex;
  width: 100%;
  margin-bottom: 40px;
  border-radius: 1rem;
  overflow: hidden;
}
.cid-uOtXjkbtxs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uOtXjkbtxs .item:focus,
.cid-uOtXjkbtxs span:focus {
  outline: none;
}
.cid-uOtXjkbtxs .col-items {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  height: 100%;
}
@media (min-width: 992px) {
  .cid-uOtXjkbtxs .col-items {
    padding: 0 !important;
  }
}
.cid-uOtXjkbtxs .item {
  cursor: pointer;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .cid-uOtXjkbtxs .item {
    padding: 0 20px;
  }
}
.cid-uOtXjkbtxs .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  padding: 32px;
  border-radius: 20px;
  background-color: #cac6c3;
}
@media (min-width: 992px) {
  .cid-uOtXjkbtxs .item-wrapper {
    padding: 40px;
  }
}
@media (min-width: 1200px) {
  .cid-uOtXjkbtxs .item-wrapper {
    padding: 60px;
  }
}
.cid-uOtXjkbtxs .item-content {
  width: 100%;
  flex: 1;
}
@media (max-width: 767px) {
  .cid-uOtXjkbtxs .item-content {
    text-align: center;
  }
}
.cid-uOtXjkbtxs .mbr-section-title {
  width: 100%;
  color: #cdbead;
}
.cid-uOtXjkbtxs .mbr-text {
  color: #313131;
  margin-top: 16px;
  margin-bottom: 16px;
  text-align: left;
}
.cid-uOtXjkbtxs .item-title {
  color: #000000;
}
.cid-uOtXjkbtxs .item-subtitle {
  color: #000000;
}
.cid-uOtXjkbtxs .mbr-section-head {
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .cid-uOtXjkbtxs .mbr-section-head {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .cid-uOtXjkbtxs .mbr-section-head {
    text-align: center !important;
  }
}
.cid-uOtXjkbtxs .mbr-section-btn {
  margin-top: auto;
}
@media (max-width: 575px) {
  .cid-uOtXjkbtxs .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uOtXjkbtxs .mbr-section-btn .btn {
    width: 70%;
  }
}
.cid-uOtXjkbtxs .mbr-section-subtitle {
  color: #cdbead;
}
.cid-uOtXjkbtxs .item-title,
.cid-uOtXjkbtxs .mbr-section-btn {
  color: #313131;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-uOtXjkbtxs .mbr-text {
    line-height: 1.6;
  }
}
.cid-uOtXjkbtxs .item-footer {
  display: flex;
  justify-content: center;
  margin-top: auto;
}
@media (max-width: 575px) {
  .cid-uOtXjkbtxs .item-title {
    text-align: left;
  }
}
.cid-uWsK5qMVQK {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #cdbead;
}
.cid-uWsK5qMVQK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWsK5qMVQK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWsK5qMVQK .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uWsK5qMVQK .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uWsK5qMVQK .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uWsK5qMVQK .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-uWsK5qMVQK .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uWsK5qMVQK .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uWsK5qMVQK .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWsK5qMVQK .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uWsK5qMVQK .items-wrapper .item {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uWsK5qMVQK .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-uWsK5qMVQK .items-wrapper .item .item-wrapper {
  position: relative;
  padding: 64px;
  background-color: #313131;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uWsK5qMVQK .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.cid-uWsK5qMVQK .items-wrapper .item .item-wrapper .iconfont-wrapper {
  position: absolute;
  top: 28px;
  right: 28px;
  width: 20px;
  height: 20px;
}
@media (max-width: 992px) {
  .cid-uWsK5qMVQK .items-wrapper .item .item-wrapper .iconfont-wrapper {
    top: 16px;
    right: 16px;
  }
}
.cid-uWsK5qMVQK .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  font-size: 18px;
}
@media (max-width: 992px) {
  .cid-uWsK5qMVQK .items-wrapper .item .item-wrapper .item-img {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.cid-uWsK5qMVQK .items-wrapper .item .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  right: -32px;
  bottom: 32px;
  width: 200px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uWsK5qMVQK .items-wrapper .item .item-wrapper .item-img::before {
    bottom: auto;
    top: -100px;
    right: auto;
    left: -100px;
  }
}
.cid-uWsK5qMVQK .items-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  right: 32px;
  bottom: 32px;
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 100% !important;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uWsK5qMVQK .items-wrapper .item .item-wrapper .item-img img {
    position: static;
    margin: 0;
  }
}
.cid-uWsK5qMVQK .items-wrapper .item .item-wrapper .image_1::before {
  background-image: radial-gradient(circle closest-side at 50% 50%, #998974 0%, transparent 100%);
}
.cid-uWsK5qMVQK .items-wrapper .item .item-wrapper .image_2 img {
  right: auto;
  left: 32px;
}
.cid-uWsK5qMVQK .items-wrapper .item .item-wrapper .image_2::before {
  right: auto;
  left: -32px;
  background-image: radial-gradient(circle closest-side at 50% 50%, #998974 0%, transparent 100%);
}
@media (max-width: 992px) {
  .cid-uWsK5qMVQK .items-wrapper .item .item-wrapper .image_2::before {
    bottom: auto;
    top: -100px;
    left: -100px;
  }
}
.cid-uWsK5qMVQK .items-wrapper .item .item-wrapper .image_3::before {
  background-image: radial-gradient(circle closest-side at 50% 50%, #998974 0%, transparent 100%);
}
.cid-uWsK5qMVQK .items-wrapper .item .item-wrapper .card-box {
  padding-right: 250px;
}
@media (max-width: 1440px) {
  .cid-uWsK5qMVQK .items-wrapper .item .item-wrapper .card-box {
    padding-right: 200px;
  }
}
@media (max-width: 992px) {
  .cid-uWsK5qMVQK .items-wrapper .item .item-wrapper .card-box {
    padding-right: 0;
  }
}
.cid-uWsK5qMVQK .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uWsK5qMVQK .items-wrapper .item .item-wrapper .card-box .card-title {
    margin-bottom: 24px;
  }
}
.cid-uWsK5qMVQK .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uWsK5qMVQK .items-wrapper .item .item-wrapper .card-box .card-text {
    margin-bottom: 24px;
  }
}
.cid-uWsK5qMVQK .items-wrapper .item .item-wrapper .card-box .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uWsK5qMVQK .items-wrapper .item .item-wrapper .card-box .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 20px;
  padding-left: 28px;
}
.cid-uWsK5qMVQK .items-wrapper .item .item-wrapper .card-box .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  border: 2px solid #998974;
  color: #998974;
  font-size: 11px;
}
.cid-uWsK5qMVQK .items-wrapper .item .item-wrapper .card-box .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uWsK5qMVQK .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uWsK5qMVQK .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uWsK5qMVQK .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uWsK5qMVQK .items-wrapper .item .card_2 .card-box {
  padding-right: 0;
  padding-left: 250px;
}
@media (max-width: 1440px) {
  .cid-uWsK5qMVQK .items-wrapper .item .card_2 .card-box {
    padding-right: 0;
    padding-left: 200px;
  }
}
@media (max-width: 992px) {
  .cid-uWsK5qMVQK .items-wrapper .item .card_2 .card-box {
    padding-left: 0;
  }
}
.cid-uWsK5qMVQK .mbr-label {
  color: #a6adbf;
  text-align: center;
}
.cid-uWsK5qMVQK .mbr-section-title {
  color: #313131;
  text-align: center;
}
.cid-uWsK5qMVQK .mbr-section-subtitle {
  color: #313131;
  text-align: left;
}
.cid-uWsK5qMVQK .mbr-text,
.cid-uWsK5qMVQK .text-wrapper {
  color: #666666;
  text-align: center;
}
.cid-uWsK5qMVQK .card-title {
  color: #111111;
}
.cid-uWsK5qMVQK .card-text {
  color: #cdbead;
}
.cid-uWsK5qMVQK .list {
  color: #666666;
}
.cid-uWsK5qMVQK .card-title,
.cid-uWsK5qMVQK .mbr-section-btn {
  color: #cac6c3;
}
.cid-uWsK5qMVQK .list,
.cid-uWsK5qMVQK .item-wrap,
.cid-uWsK5qMVQK .list-wrapper {
  color: #cdbead;
}
.cid-uWsK5qMVQK #consultation-block {
  padding-top: 16px;
}
.cid-uWsK5qMVQK .items-wrapper .item:last-child {
  margin-bottom: 20px;
}
.cid-uWsK5qMVQK .container-fluid {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
@media (min-width: 768px) and (max-width: 992px) {
  .cid-uWsK5qMVQK .card-text {
    font-size: 1.4rem !important;
  }
  .cid-uWsK5qMVQK .item-wrap {
    font-size: 1.4rem !important;
  }
  .cid-uWsK5qMVQK .card-title {
    font-size: 2rem !important;
  }
}
.cid-uXvnzDQPLO {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #cdbead;
}
.cid-uXvnzDQPLO .btn-secondary {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
.cid-uWt51dLWi1 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #313131;
}
.cid-uWt51dLWi1 .container {
  max-width: 1240px;
}
@media (max-width: 1199px) {
  .cid-uWt51dLWi1 .container {
    max-width: 1040px;
  }
}
.cid-uWt51dLWi1 .row {
  justify-content: center;
}
.cid-uWt51dLWi1 .item:focus,
.cid-uWt51dLWi1 span:focus {
  outline: none;
}
.cid-uWt51dLWi1 .col-items {
  display: flex;
  justify-content: center;
  align-items: stretch;
  padding-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-uWt51dLWi1 .col-items {
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  .cid-uWt51dLWi1 .item {
    width: 100%;
  }
  .cid-uWt51dLWi1 .item:first-child {
    padding-bottom: 0.5rem;
  }
  .cid-uWt51dLWi1 .item:last-child {
    padding-top: 0.5rem;
  }
}
@media (min-width: 992px) {
  .cid-uWt51dLWi1 .item:first-child {
    padding-right: 0.5rem;
  }
  .cid-uWt51dLWi1 .item:last-child {
    padding-left: 0.5rem;
  }
}
.cid-uWt51dLWi1 .item:first-child .item-wrap {
  background: #998974;
  background: linear-gradient(180deg, #998974, #111111);
}
.cid-uWt51dLWi1 .item:last-child .item-wrap {
  background: #998974;
  background: linear-gradient(180deg, #998974, #111111);
}
.cid-uWt51dLWi1 .item-wrap {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  padding: 24px;
  border-radius: 1rem;
}
@media (min-width: 768px) {
  .cid-uWt51dLWi1 .item-wrap {
    padding: 27px;
  }
}
@media (min-width: 992px) {
  .cid-uWt51dLWi1 .item-wrap {
    padding: 50px;
  }
}
.cid-uWt51dLWi1 .item-content {
  width: 100%;
  flex: 1;
}
.cid-uWt51dLWi1 .label-text {
  color: #ffffff;
  opacity: 0.8;
  width: 100%;
  margin-bottom: 16px;
}
.cid-uWt51dLWi1 .mbr-text {
  color: #cac6c3;
  margin-top: 12px;
  margin-bottom: 0;
  opacity: 0.8;
}
.cid-uWt51dLWi1 .item-title {
  color: #ffffff;
  margin-top: 12px;
  margin-bottom: 0;
}
.cid-uWt51dLWi1 .list-container {
  display: flex;
  flex-direction: column;
  margin-top: 18px;
}
.cid-uWt51dLWi1 .list-item {
  display: flex;
  align-items: center;
}
.cid-uWt51dLWi1 .list-item:not(:last-child) {
  margin-bottom: 16px;
}
.cid-uWt51dLWi1 .icon-box {
  padding-right: 14px;
}
.cid-uWt51dLWi1 .list-text {
  flex-grow: 1;
  color: #ffffff;
  margin-bottom: 0;
}
.cid-uWt51dLWi1 .link-container {
  display: flex;
  flex-direction: column;
  margin-top: 50px;
}
@media (min-width: 992px) {
  .cid-uWt51dLWi1 .link-container {
    margin-top: 72px;
  }
}
.cid-uWt51dLWi1 .link-container .link:first-child {
  margin-bottom: 16px;
}
.cid-uWt51dLWi1 .link-container .link span {
  padding-right: 10px;
}
.cid-uWt51dLWi1 .item-title,
.cid-uWt51dLWi1 .mbr-section-btn {
  color: #cdbead;
}
@media (max-width: 992px) {
  .cid-uWt51dLWi1 .mbr-text {
    line-height: 1.6;
  }
}
.cid-uOu9oIrY03 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #cdbead;
}
.cid-uOu9oIrY03 .justify-content-center {
  align-items: center;
}
.cid-uOu9oIrY03 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOu9oIrY03 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOu9oIrY03 .item-wrapper {
  display: flex;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uOu9oIrY03 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uOu9oIrY03 .mbr-section-btn {
  padding-left: 1.5rem;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-uOu9oIrY03 .mbr-section-btn {
    text-align: center;
    padding-left: 0rem;
  }
}
.cid-uOu9oIrY03 .row {
  align-items: center;
}
.cid-uOu9oIrY03 .card-text {
  color: #313131;
  margin-bottom: 0px;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uOu9oIrY03 .card-text {
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  .cid-uOu9oIrY03 .mbr-section-btn .btn {
    width: 100% !important;
    margin: 0 auto;
  }
}
.cid-uOu9oIrY03 .btn-secondary {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}
.cid-uXvrewXrJP {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background: #313131;
}
.cid-uXvrewXrJP .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uXvrewXrJP .team-card:hover {
  transform: translateY(-10px);
}
.cid-uXvrewXrJP p {
  line-height: 1.9;
}
.cid-uXvrewXrJP .image-wrap {
  margin-bottom: 2rem;
}
.cid-uXvrewXrJP .card-wrap {
  background: #cdbead;
  border-radius: 10px;
  padding-top: 3rem;
  padding-bottom: 2rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}
@media (max-width: 992px) {
  .cid-uXvrewXrJP .card-wrap {
    margin-bottom: 0rem;
  }
}
.cid-uXvrewXrJP .card-wrap .image-wrap img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  margin: auto;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .cid-uXvrewXrJP .card-wrap .content-wrap {
    padding: 0 4rem;
    padding-bottom: 0;
  }
}
@media (max-width: 992px) {
  .cid-uXvrewXrJP .card-wrap .content-wrap {
    padding: 0 1rem;
    padding-bottom: 0;
  }
}
.cid-uXvrewXrJP .mbr-role,
.cid-uXvrewXrJP .social-row {
  color: #313131;
}
.cid-uXvrewXrJP .mbr-section-subtitle {
  color: #777777;
}
.cid-uXvrewXrJP .card-text,
.cid-uXvrewXrJP .mbr-section-btn,
.cid-uXvrewXrJP .social-row {
  color: #313131;
  text-align: center;
}
.cid-uXvrewXrJP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXvrewXrJP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXvrewXrJP .col-lg-6,
.cid-uXvrewXrJP .col-md-6,
.cid-uXvrewXrJP .col-sm-12 {
  display: flex;
}
.cid-uXvrewXrJP .row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uXvrewXrJP .card-title,
.cid-uXvrewXrJP .social-row {
  color: #313131;
}
.cid-uXvrewXrJP .mbr-section-title {
  color: #cdbead;
}
@media (max-width: 576px) {
  .cid-uXvrewXrJP #first-card {
    margin-bottom: 2rem;
  }
}
.cid-uXvrkq4FmY {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #313131;
}
.cid-uXvrkq4FmY .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uXvrkq4FmY .team-card:hover {
  transform: translateY(-10px);
}
.cid-uXvrkq4FmY p {
  line-height: 1.9;
}
.cid-uXvrkq4FmY .image-wrap {
  margin-bottom: 2rem;
}
.cid-uXvrkq4FmY .card-wrap {
  background: #cdbead;
  border-radius: 10px;
  padding-top: 3rem;
  padding-bottom: 2rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}
@media (max-width: 991px) {
  .cid-uXvrkq4FmY .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uXvrkq4FmY .card-wrap .image-wrap img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  margin: auto;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .cid-uXvrkq4FmY .card-wrap .content-wrap {
    padding: 0 4rem;
    padding-bottom: 0;
  }
}
@media (max-width: 992px) {
  .cid-uXvrkq4FmY .card-wrap .content-wrap {
    padding: 0 1rem;
    padding-bottom: 0;
  }
}
.cid-uXvrkq4FmY .mbr-role,
.cid-uXvrkq4FmY .social-row {
  color: #313131;
}
.cid-uXvrkq4FmY .mbr-section-subtitle {
  color: #777777;
}
.cid-uXvrkq4FmY .card-text,
.cid-uXvrkq4FmY .mbr-section-btn,
.cid-uXvrkq4FmY .social-row {
  color: #313131;
  text-align: center;
}
.cid-uXvrkq4FmY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXvrkq4FmY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXvrkq4FmY .col-lg-6,
.cid-uXvrkq4FmY .col-md-6,
.cid-uXvrkq4FmY .col-sm-12 {
  display: flex;
}
.cid-uXvrkq4FmY .row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uXvrkq4FmY .card-title,
.cid-uXvrkq4FmY .social-row {
  color: #313131;
}
.cid-uXvrkq4FmY .mbr-section-title {
  color: #cdbead;
}
.cid-uTQj2bvh6y {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #313131;
}
.cid-uTQj2bvh6y .btn-secondary {
  margin-top: 8px !important;
  margin-bottom: 20px !important;
}
.cid-uXvuAzNiIz {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
@media (min-width: 992px) {
  .cid-uXvuAzNiIz .wrapper {
    padding: 0 28px;
  }
}
.cid-uXvuAzNiIz .list {
  list-style: none;
  padding-left: 0;
  color: #cdbead;
}
@media (max-width: 991px) {
  .cid-uXvuAzNiIz .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uXvuAzNiIz .list {
    margin-bottom: 0rem;
  }
}
.cid-uXvuAzNiIz .list li {
  transition: all linear .3s;
}
.cid-uXvuAzNiIz .list li:hover {
  color: #b8d1df;
}
@media (max-width: 991px) {
  .cid-uXvuAzNiIz div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uXvuAzNiIz .copyrightDiv {
  margin-top: 108px;
  flex-direction: row-reverse;
}
.cid-uXvuAzNiIz .copyright {
  color: #cdbead;
}
.cid-uXvuAzNiIz .top {
  padding-top: 72px;
}
@media (min-width: 768px) {
  .cid-uXvuAzNiIz .top {
    padding-top: 75px;
  }
}
.cid-uXvuAzNiIz .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uXvuAzNiIz .soc-item {
  font-family: "Cormorant Garamond";
  position: relative;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-left: 0.5rem;
  padding: 1rem;
  height: 3rem;
  width: 3rem;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
  border: 1px solid #ffffff;
}
.cid-uXvuAzNiIz .soc-item span {
  color: #ffffff;
  z-index: 99999;
}
@media (max-width: 991px) {
  .cid-uXvuAzNiIz .bottom {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .cid-uXvuAzNiIz .mbr-white div {
    margin-bottom: 30px;
  }
}
.cid-uXvuAzNiIz .mbr-section-subtitle {
  color: #cdbead;
}
.cid-uXvuAzNiIz .mbr-text {
  font-size: 1rem;
}
.cid-uXvuAzNiIz section[once="footers"] {
  background-color: #ffffff !important;
}
@media (min-width: 392px) and (max-width: 425px) {
  .cid-uXvuAzNiIz .mbr-section-subtitle {
    font-size: 16px !important;
  }
  .cid-uXvuAzNiIz .mbr-text {
    font-size: 14px !important;
  }
}
@media (max-width: 391px) {
  .cid-uXvuAzNiIz .mbr-section-subtitle {
    font-size: 14px !important;
  }
  .cid-uXvuAzNiIz .mbr-text {
    font-size: 12px !important;
  }
}
@media (min-width: 1303px) and (max-width: 1500px) {
  .cid-uXvuAzNiIz .mbr-section-subtitle {
    font-size: 16px !important;
  }
  .cid-uXvuAzNiIz .mbr-text {
    font-size: 14px !important;
  }
}
@media (min-width: 1241px) and (max-width: 1302px) {
  .cid-uXvuAzNiIz .mbr-section-subtitle {
    font-size: 15px !important;
  }
  .cid-uXvuAzNiIz .mbr-text {
    font-size: 13px !important;
  }
}
@media (min-width: 992px) and (max-width: 1240px) {
  .cid-uXvuAzNiIz .mbr-section-subtitle {
    font-size: 12.5px !important;
  }
  .cid-uXvuAzNiIz .mbr-text {
    font-size: 11px !important;
  }
  .cid-uXvuAzNiIz #aboutWholenomics {
    padding-right: 0px !important;
  }
}
.cid-uZvkpvB9Qs .navbar-dropdown {
  position: relative !important;
}
.cid-uZvkpvB9Qs .dropdown-item:before {
  font-family: Monsterrat !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-uZvkpvB9Qs .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uZvkpvB9Qs .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uZvkpvB9Qs .dropdown-item:hover,
.cid-uZvkpvB9Qs .dropdown-item:focus {
  background: #313131 !important;
  color: white !important;
}
.cid-uZvkpvB9Qs .dropdown-item:hover span {
  color: white;
}
.cid-uZvkpvB9Qs .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZvkpvB9Qs .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZvkpvB9Qs .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZvkpvB9Qs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZvkpvB9Qs .nav-link {
  position: relative;
  font-size: 1rem !important;
}
.cid-uZvkpvB9Qs .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uZvkpvB9Qs .container {
    flex-wrap: nowrap;
  }
}
.cid-uZvkpvB9Qs .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.2rem;
  padding-right: 0.5rem;
}
.cid-uZvkpvB9Qs .dropdown-menu,
.cid-uZvkpvB9Qs .navbar.opened {
  background: #313131 !important;
}
.cid-uZvkpvB9Qs .nav-item:focus,
.cid-uZvkpvB9Qs .nav-link:focus {
  outline: none;
}
.cid-uZvkpvB9Qs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZvkpvB9Qs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZvkpvB9Qs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZvkpvB9Qs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZvkpvB9Qs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZvkpvB9Qs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZvkpvB9Qs .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #313131;
}
.cid-uZvkpvB9Qs .navbar.opened {
  transition: all 0.3s;
}
.cid-uZvkpvB9Qs .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZvkpvB9Qs .navbar .navbar-logo img {
  width: auto;
}
.cid-uZvkpvB9Qs .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZvkpvB9Qs .navbar.collapsed {
  justify-content: center;
}
.cid-uZvkpvB9Qs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZvkpvB9Qs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 1200px) {
  .cid-uZvkpvB9Qs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.6rem);
  }
}
.cid-uZvkpvB9Qs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZvkpvB9Qs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZvkpvB9Qs .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-uZvkpvB9Qs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZvkpvB9Qs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  font-size: 1rem;
}
.cid-uZvkpvB9Qs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 1200px) {
  .cid-uZvkpvB9Qs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZvkpvB9Qs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZvkpvB9Qs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZvkpvB9Qs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZvkpvB9Qs .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-uZvkpvB9Qs .navbar .navbar-logo img {
    height: auto !important;
    width: 100%;
    max-width: 400px;
  }
  .cid-uZvkpvB9Qs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZvkpvB9Qs .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
    font-size: 1rem !important;
  }
  .cid-uZvkpvB9Qs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uZvkpvB9Qs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZvkpvB9Qs .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZvkpvB9Qs .navbar.navbar-short {
  min-height: 80px;
}
.cid-uZvkpvB9Qs .navbar.navbar-short .navbar-logo img {
  height: 1rem !important;
}
.cid-uZvkpvB9Qs .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uZvkpvB9Qs .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uZvkpvB9Qs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZvkpvB9Qs .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uZvkpvB9Qs .navbar-brand {
    margin-right: 14px;
  }
}
.cid-uZvkpvB9Qs .dropdown-item.active,
.cid-uZvkpvB9Qs .dropdown-item:active {
  background-color: transparent;
}
.cid-uZvkpvB9Qs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZvkpvB9Qs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZvkpvB9Qs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZvkpvB9Qs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #313131;
}
.cid-uZvkpvB9Qs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uZvkpvB9Qs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZvkpvB9Qs ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZvkpvB9Qs .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
@media (max-width: 806px) {
  .cid-uZvkpvB9Qs .navbar-brand {
    padding-right: 0px !important;
  }
}
@media (max-width: 586px) {
  .cid-uZvkpvB9Qs .navbar-logo {
    margin-left: 0px !important;
    margin-right: 0px !important;
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
  .cid-uZvkpvB9Qs .navbar-logo img {
    height: auto;
    max-height: 40px !important;
    width: 200px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
  .cid-uZvkpvB9Qs .container-fluid {
    padding-left: 0px !important;
  }
  .cid-uZvkpvB9Qs .navbar {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
}
.cid-uZvkpvB9Qs button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZvkpvB9Qs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #cac6c3;
}
.cid-uZvkpvB9Qs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZvkpvB9Qs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZvkpvB9Qs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZvkpvB9Qs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZvkpvB9Qs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZvkpvB9Qs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZvkpvB9Qs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZvkpvB9Qs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZvkpvB9Qs .navbar-dropdown {
  padding: 0 1rem;
  position: static !important;
  z-index: 1000 !important;
}
.cid-uZvkpvB9Qs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZvkpvB9Qs .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-top: 0.3rem;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uZvkpvB9Qs .icons-menu {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZvkpvB9Qs .navbar {
    height: 80px;
  }
  .cid-uZvkpvB9Qs .navbar.opened {
    height: auto;
  }
  .cid-uZvkpvB9Qs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZvkpvB9Qs .nav-item {
  opacity: 0.7;
  background: transparent;
  border-radius: 12px;
  transition: 0.5s all;
  color: #ffffff;
}
.cid-uZvkpvB9Qs .nav-item:hover {
  opacity: 1;
  background: rgba(255, 255, 255, 0.1);
}
.cid-uZvkpvB9Qs .nav-item .nav-link {
  color: #ffffff;
}
@media (min-width: 1200px) {
  .cid-uZvkpvB9Qs .mbr-section-btn {
    margin-left: auto;
    max-width: 80%;
  }
}
@media (max-width: 575px) {
  .cid-uZvkpvB9Qs .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uZvkpvB9Qs .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uZvkpvB9Qs .mbr-section-btn .btn {
  padding: 12px 22px;
  min-height: 40px;
}
.cid-uZvkpvB9Qs .navbar-logo img {
  -webkit-background-clip: text !important;
  background-color: transparent !important;
  mix-blend-mode: normal !important;
  isolation: isolate !important;
  -webkit-transform: translateZ(0);
}
.cid-uYsoxn9zki {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #cdbead;
}
@media (max-width: 575px) {
  .cid-uYsoxn9zki .row {
    text-align: center!important;
  }
}
.cid-uYsoxn9zki .opacity-text {
  opacity: 0.5;
  font-weight: inherit;
}
.cid-uYsoxn9zki .mbr-text {
  color: #ffffff;
}
@media (max-width: 575px) {
  .cid-uYsoxn9zki .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uYsoxn9zki .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uYsoxn9zki .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYsoxn9zki .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYsoxn9zki .mbr-section-title,
.cid-uYsoxn9zki .mbr-section-btn {
  color: #313131;
}
@media (max-width: 575px) {
  .cid-uYsoxn9zki .mbr-section-title {
    text-align: center !important;
  }
}
@media (max-width: 992px) {
  .cid-uYsoxn9zki .container-fluid {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.cid-uTVBB9GpHl {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #313131;
}
.cid-uTVBB9GpHl blockquote {
  border-color: currentColor;
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
  margin-bottom: 1rem!important;
}
.cid-uTVBB9GpHl .quote {
  color: #e43f3f;
}
.cid-uTVBB9GpHl .quote,
.cid-uTVBB9GpHl blockquote {
  color: #cdbead;
}
.cid-uTVBB9GpHl .mbr-section-title {
  padding-top: 24px;
  color: #cac6c3;
}
.cid-uTVBB9GpHl .mbr-text {
  color: #cdbead;
}
@media (max-width: 992px) {
  .cid-uTVBB9GpHl .mbr-text {
    line-height: 1.6;
  }
}
.cid-uTVBB9GpHl .container-fluid {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
@media (min-width: 768px) and (max-width: 992px) {
  .cid-uTVBB9GpHl .mbr-text {
    font-size: 1.55rem !important;
  }
  .cid-uTVBB9GpHl .quote {
    font-size: 1.55rem !important;
  }
  .cid-uTVBB9GpHl #textBlock {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
.cid-uTVEdVxUwc {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #cdbead;
}
.cid-uTVEdVxUwc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTVEdVxUwc .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-uTVEdVxUwc .image-wrapper {
    margin-bottom: 1rem;
  }
  .cid-uTVEdVxUwc .image-wrapper img {
    max-width: 70%;
    margin: 0 auto;
    display: block;
  }
}
.cid-uTVEdVxUwc .row {
  flex-direction: row-reverse;
}
.cid-uTVEdVxUwc .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uTVEdVxUwc .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uTVEdVxUwc .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uTVEdVxUwc .mbr-section-title {
  color: #313131;
}
.cid-uTVEdVxUwc .mbr-text,
.cid-uTVEdVxUwc .mbr-section-btn {
  color: #313131;
}
@media (max-width: 992px) {
  .cid-uTVEdVxUwc .mbr-section-btn {
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uTVEdVxUwc .mbr-section-title {
    margin-left: 1rem;
    font-size: 2.75rem;
  }
  .cid-uTVEdVxUwc .mbr-text {
    margin-left: 1rem;
  }
}
@media (min-width: 993px) {
  .cid-uTVEdVxUwc .btn-secondary {
    margin-left: 5px !important;
  }
}
.cid-uX8waFNuXH {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #313131;
}
@media (max-width: 575px) {
  .cid-uX8waFNuXH .row {
    text-align: center!important;
  }
}
.cid-uX8waFNuXH .mbr-section-title {
  color: #ffffff;
}
.cid-uX8waFNuXH .opacity-text {
  opacity: 0.5;
  font-weight: inherit;
}
.cid-uX8waFNuXH .mbr-text {
  color: #ffffff;
}
@media (max-width: 575px) {
  .cid-uX8waFNuXH .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uX8waFNuXH .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uX8waFNuXH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX8waFNuXH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX8waFNuXH .mbr-section-title,
.cid-uX8waFNuXH .mbr-section-btn {
  color: #cdbead;
  text-align: center;
}
.cid-uX8waFNuXH .container-fluid {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
@media (max-width: 575px) {
  .cid-uX8waFNuXH .mbr-section-title {
    margin-bottom: 0px !important;
  }
}
.cid-uWymfv7Iqg {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #313131;
}
.cid-uWymfv7Iqg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWymfv7Iqg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWymfv7Iqg .row {
  justify-content: center;
}
.cid-uWymfv7Iqg .content-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uWymfv7Iqg .content-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uWymfv7Iqg .content-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-uWymfv7Iqg .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uWymfv7Iqg .item {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uWymfv7Iqg .item {
    margin-bottom: 35px;
  }
}
.cid-uWymfv7Iqg .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uWymfv7Iqg .item .item-wrapper .card-box .icon-wrapper {
    margin-bottom: 15px;
  }
}
.cid-uWymfv7Iqg .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  width: 95px;
  height: 95px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #cdbead;
  color: #313131;
  font-size: 60px;
}
.cid-uWymfv7Iqg .item .item-wrapper .card-box .item-title {
  margin-bottom: 10px;
}
.cid-uWymfv7Iqg .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uWymfv7Iqg .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #cdbead;
}
.cid-uWymfv7Iqg .mbr-section-title {
  color: #000000;
}
.cid-uWymfv7Iqg .mbr-text {
  color: #000000;
}
.cid-uWymfv7Iqg .item-title {
  color: #000000;
}
.cid-uWymfv7Iqg .item-text {
  color: #cdbead;
  text-align: center;
}
.cid-uWymfv7Iqg .item-title,
.cid-uWymfv7Iqg .icon-wrapper {
  color: #cdbead;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uWymfv7Iqg .item-text {
    line-height: 1.6;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .cid-uWymfv7Iqg .item-text {
    font-size: 1.55rem !important;
  }
}
.cid-uWRH0YeETh {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #313131;
}
.cid-uWRH0YeETh blockquote {
  border-color: currentColor;
  padding: 0.5rem 1.5rem;
}
.cid-uWRH0YeETh .quote {
  color: #e43f3f;
}
.cid-uWRH0YeETh .quote,
.cid-uWRH0YeETh blockquote {
  color: #cdbead;
}
.cid-uWRH0YeETh .mbr-section-title {
  color: #cac6c3;
}
.cid-uWRH0YeETh .mbr-text {
  color: #cdbead;
}
@media (max-width: 992px) {
  .cid-uWRH0YeETh .mbr-text {
    line-height: 1.6;
  }
}
.cid-uWRH0YeETh .container-fluid {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
@media (min-width: 768px) and (max-width: 992px) {
  .cid-uWRH0YeETh .mbr-text {
    font-size: 1.55rem !important;
  }
  .cid-uWRH0YeETh .quote {
    font-size: 1.55rem !important;
  }
  .cid-uWRH0YeETh #textBlock {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
.cid-uTVL1MfuvP {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #313131;
}
.cid-uX8wqQWkTM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/vision-mission20page-1080x1080.png");
}
.cid-uX8wqQWkTM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX8wqQWkTM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX8wqQWkTM .image-wrap {
  height: 500px;
}
@media (max-width: 992px) {
  .cid-uX8wqQWkTM .image-wrap {
    height: 350px;
  }
}
.cid-uXvuAzNiIz {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
@media (min-width: 992px) {
  .cid-uXvuAzNiIz .wrapper {
    padding: 0 28px;
  }
}
.cid-uXvuAzNiIz .list {
  list-style: none;
  padding-left: 0;
  color: #cdbead;
}
@media (max-width: 991px) {
  .cid-uXvuAzNiIz .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uXvuAzNiIz .list {
    margin-bottom: 0rem;
  }
}
.cid-uXvuAzNiIz .list li {
  transition: all linear .3s;
}
.cid-uXvuAzNiIz .list li:hover {
  color: #b8d1df;
}
@media (max-width: 991px) {
  .cid-uXvuAzNiIz div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uXvuAzNiIz .copyrightDiv {
  margin-top: 108px;
  flex-direction: row-reverse;
}
.cid-uXvuAzNiIz .copyright {
  color: #cdbead;
}
.cid-uXvuAzNiIz .top {
  padding-top: 72px;
}
@media (min-width: 768px) {
  .cid-uXvuAzNiIz .top {
    padding-top: 75px;
  }
}
.cid-uXvuAzNiIz .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uXvuAzNiIz .soc-item {
  font-family: "Cormorant Garamond";
  position: relative;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-left: 0.5rem;
  padding: 1rem;
  height: 3rem;
  width: 3rem;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
  border: 1px solid #ffffff;
}
.cid-uXvuAzNiIz .soc-item span {
  color: #ffffff;
  z-index: 99999;
}
@media (max-width: 991px) {
  .cid-uXvuAzNiIz .bottom {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .cid-uXvuAzNiIz .mbr-white div {
    margin-bottom: 30px;
  }
}
.cid-uXvuAzNiIz .mbr-section-subtitle {
  color: #cdbead;
}
.cid-uXvuAzNiIz .mbr-text {
  font-size: 1rem;
}
.cid-uXvuAzNiIz section[once="footers"] {
  background-color: #ffffff !important;
}
@media (min-width: 392px) and (max-width: 425px) {
  .cid-uXvuAzNiIz .mbr-section-subtitle {
    font-size: 16px !important;
  }
  .cid-uXvuAzNiIz .mbr-text {
    font-size: 14px !important;
  }
}
@media (max-width: 391px) {
  .cid-uXvuAzNiIz .mbr-section-subtitle {
    font-size: 14px !important;
  }
  .cid-uXvuAzNiIz .mbr-text {
    font-size: 12px !important;
  }
}
@media (min-width: 1303px) and (max-width: 1500px) {
  .cid-uXvuAzNiIz .mbr-section-subtitle {
    font-size: 16px !important;
  }
  .cid-uXvuAzNiIz .mbr-text {
    font-size: 14px !important;
  }
}
@media (min-width: 1241px) and (max-width: 1302px) {
  .cid-uXvuAzNiIz .mbr-section-subtitle {
    font-size: 15px !important;
  }
  .cid-uXvuAzNiIz .mbr-text {
    font-size: 13px !important;
  }
}
@media (min-width: 992px) and (max-width: 1240px) {
  .cid-uXvuAzNiIz .mbr-section-subtitle {
    font-size: 12.5px !important;
  }
  .cid-uXvuAzNiIz .mbr-text {
    font-size: 11px !important;
  }
  .cid-uXvuAzNiIz #aboutWholenomics {
    padding-right: 0px !important;
  }
}
.cid-uZvkpvB9Qs .navbar-dropdown {
  position: relative !important;
}
.cid-uZvkpvB9Qs .dropdown-item:before {
  font-family: Monsterrat !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-uZvkpvB9Qs .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uZvkpvB9Qs .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uZvkpvB9Qs .dropdown-item:hover,
.cid-uZvkpvB9Qs .dropdown-item:focus {
  background: #313131 !important;
  color: white !important;
}
.cid-uZvkpvB9Qs .dropdown-item:hover span {
  color: white;
}
.cid-uZvkpvB9Qs .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZvkpvB9Qs .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZvkpvB9Qs .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZvkpvB9Qs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZvkpvB9Qs .nav-link {
  position: relative;
  font-size: 1rem !important;
}
.cid-uZvkpvB9Qs .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uZvkpvB9Qs .container {
    flex-wrap: nowrap;
  }
}
.cid-uZvkpvB9Qs .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.2rem;
  padding-right: 0.5rem;
}
.cid-uZvkpvB9Qs .dropdown-menu,
.cid-uZvkpvB9Qs .navbar.opened {
  background: #313131 !important;
}
.cid-uZvkpvB9Qs .nav-item:focus,
.cid-uZvkpvB9Qs .nav-link:focus {
  outline: none;
}
.cid-uZvkpvB9Qs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZvkpvB9Qs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZvkpvB9Qs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZvkpvB9Qs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZvkpvB9Qs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZvkpvB9Qs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZvkpvB9Qs .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #313131;
}
.cid-uZvkpvB9Qs .navbar.opened {
  transition: all 0.3s;
}
.cid-uZvkpvB9Qs .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZvkpvB9Qs .navbar .navbar-logo img {
  width: auto;
}
.cid-uZvkpvB9Qs .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZvkpvB9Qs .navbar.collapsed {
  justify-content: center;
}
.cid-uZvkpvB9Qs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZvkpvB9Qs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 1200px) {
  .cid-uZvkpvB9Qs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.6rem);
  }
}
.cid-uZvkpvB9Qs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZvkpvB9Qs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZvkpvB9Qs .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-uZvkpvB9Qs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZvkpvB9Qs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  font-size: 1rem;
}
.cid-uZvkpvB9Qs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 1200px) {
  .cid-uZvkpvB9Qs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZvkpvB9Qs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZvkpvB9Qs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZvkpvB9Qs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZvkpvB9Qs .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-uZvkpvB9Qs .navbar .navbar-logo img {
    height: auto !important;
    width: 100%;
    max-width: 400px;
  }
  .cid-uZvkpvB9Qs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZvkpvB9Qs .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
    font-size: 1rem !important;
  }
  .cid-uZvkpvB9Qs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uZvkpvB9Qs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZvkpvB9Qs .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZvkpvB9Qs .navbar.navbar-short {
  min-height: 80px;
}
.cid-uZvkpvB9Qs .navbar.navbar-short .navbar-logo img {
  height: 1rem !important;
}
.cid-uZvkpvB9Qs .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uZvkpvB9Qs .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uZvkpvB9Qs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZvkpvB9Qs .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uZvkpvB9Qs .navbar-brand {
    margin-right: 14px;
  }
}
.cid-uZvkpvB9Qs .dropdown-item.active,
.cid-uZvkpvB9Qs .dropdown-item:active {
  background-color: transparent;
}
.cid-uZvkpvB9Qs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZvkpvB9Qs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZvkpvB9Qs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZvkpvB9Qs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #313131;
}
.cid-uZvkpvB9Qs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uZvkpvB9Qs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZvkpvB9Qs ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZvkpvB9Qs .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
@media (max-width: 806px) {
  .cid-uZvkpvB9Qs .navbar-brand {
    padding-right: 0px !important;
  }
}
@media (max-width: 586px) {
  .cid-uZvkpvB9Qs .navbar-logo {
    margin-left: 0px !important;
    margin-right: 0px !important;
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
  .cid-uZvkpvB9Qs .navbar-logo img {
    height: auto;
    max-height: 40px !important;
    width: 200px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
  .cid-uZvkpvB9Qs .container-fluid {
    padding-left: 0px !important;
  }
  .cid-uZvkpvB9Qs .navbar {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
}
.cid-uZvkpvB9Qs button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZvkpvB9Qs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #cac6c3;
}
.cid-uZvkpvB9Qs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZvkpvB9Qs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZvkpvB9Qs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZvkpvB9Qs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZvkpvB9Qs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZvkpvB9Qs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZvkpvB9Qs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZvkpvB9Qs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZvkpvB9Qs .navbar-dropdown {
  padding: 0 1rem;
  position: static !important;
  z-index: 1000 !important;
}
.cid-uZvkpvB9Qs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZvkpvB9Qs .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-top: 0.3rem;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uZvkpvB9Qs .icons-menu {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZvkpvB9Qs .navbar {
    height: 80px;
  }
  .cid-uZvkpvB9Qs .navbar.opened {
    height: auto;
  }
  .cid-uZvkpvB9Qs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZvkpvB9Qs .nav-item {
  opacity: 0.7;
  background: transparent;
  border-radius: 12px;
  transition: 0.5s all;
  color: #ffffff;
}
.cid-uZvkpvB9Qs .nav-item:hover {
  opacity: 1;
  background: rgba(255, 255, 255, 0.1);
}
.cid-uZvkpvB9Qs .nav-item .nav-link {
  color: #ffffff;
}
@media (min-width: 1200px) {
  .cid-uZvkpvB9Qs .mbr-section-btn {
    margin-left: auto;
    max-width: 80%;
  }
}
@media (max-width: 575px) {
  .cid-uZvkpvB9Qs .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uZvkpvB9Qs .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uZvkpvB9Qs .mbr-section-btn .btn {
  padding: 12px 22px;
  min-height: 40px;
}
.cid-uZvkpvB9Qs .navbar-logo img {
  -webkit-background-clip: text !important;
  background-color: transparent !important;
  mix-blend-mode: normal !important;
  isolation: isolate !important;
  -webkit-transform: translateZ(0);
}
.cid-uYxxSG9mAq {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #cdbead;
}
@media (max-width: 575px) {
  .cid-uYxxSG9mAq .row {
    text-align: center!important;
  }
}
.cid-uYxxSG9mAq .opacity-text {
  opacity: 0.5;
  font-weight: inherit;
}
.cid-uYxxSG9mAq .mbr-text {
  color: #ffffff;
}
@media (max-width: 575px) {
  .cid-uYxxSG9mAq .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uYxxSG9mAq .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uYxxSG9mAq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYxxSG9mAq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYxxSG9mAq .mbr-section-title,
.cid-uYxxSG9mAq .mbr-section-btn {
  color: #313131;
}
@media (max-width: 575px) {
  .cid-uYxxSG9mAq .mbr-section-title {
    text-align: center !important;
  }
}
@media (max-width: 992px) {
  .cid-uYxxSG9mAq .container-fluid {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.cid-uX2FcFjGGG {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #313131;
}
.cid-uX2FcFjGGG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX2FcFjGGG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX2FcFjGGG .row {
  justify-content: center;
}
.cid-uX2FcFjGGG .content-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uX2FcFjGGG .content-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uX2FcFjGGG .content-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-uX2FcFjGGG .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uX2FcFjGGG .item {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uX2FcFjGGG .item {
    margin-bottom: 35px;
  }
}
.cid-uX2FcFjGGG .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uX2FcFjGGG .item .item-wrapper .card-box .icon-wrapper {
    margin-bottom: 15px;
  }
}
.cid-uX2FcFjGGG .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  width: 95px;
  height: 95px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #cdbead;
  color: #313131;
  font-size: 60px;
}
.cid-uX2FcFjGGG .item .item-wrapper .card-box .item-title {
  margin-bottom: 10px;
}
.cid-uX2FcFjGGG .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uX2FcFjGGG .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #cdbead;
}
.cid-uX2FcFjGGG .mbr-section-title {
  color: #000000;
}
.cid-uX2FcFjGGG .mbr-text {
  color: #000000;
}
.cid-uX2FcFjGGG .item-title {
  color: #000000;
}
.cid-uX2FcFjGGG .item-text {
  color: #cdbead;
  text-align: center;
}
.cid-uX2FcFjGGG .item-title,
.cid-uX2FcFjGGG .icon-wrapper {
  color: #cdbead;
  text-align: center;
}
.cid-uX2FcG6njP {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #313131;
}
.cid-uXvuAzNiIz {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
@media (min-width: 992px) {
  .cid-uXvuAzNiIz .wrapper {
    padding: 0 28px;
  }
}
.cid-uXvuAzNiIz .list {
  list-style: none;
  padding-left: 0;
  color: #cdbead;
}
@media (max-width: 991px) {
  .cid-uXvuAzNiIz .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uXvuAzNiIz .list {
    margin-bottom: 0rem;
  }
}
.cid-uXvuAzNiIz .list li {
  transition: all linear .3s;
}
.cid-uXvuAzNiIz .list li:hover {
  color: #b8d1df;
}
@media (max-width: 991px) {
  .cid-uXvuAzNiIz div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uXvuAzNiIz .copyrightDiv {
  margin-top: 108px;
  flex-direction: row-reverse;
}
.cid-uXvuAzNiIz .copyright {
  color: #cdbead;
}
.cid-uXvuAzNiIz .top {
  padding-top: 72px;
}
@media (min-width: 768px) {
  .cid-uXvuAzNiIz .top {
    padding-top: 75px;
  }
}
.cid-uXvuAzNiIz .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uXvuAzNiIz .soc-item {
  font-family: "Cormorant Garamond";
  position: relative;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-left: 0.5rem;
  padding: 1rem;
  height: 3rem;
  width: 3rem;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
  border: 1px solid #ffffff;
}
.cid-uXvuAzNiIz .soc-item span {
  color: #ffffff;
  z-index: 99999;
}
@media (max-width: 991px) {
  .cid-uXvuAzNiIz .bottom {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .cid-uXvuAzNiIz .mbr-white div {
    margin-bottom: 30px;
  }
}
.cid-uXvuAzNiIz .mbr-section-subtitle {
  color: #cdbead;
}
.cid-uXvuAzNiIz .mbr-text {
  font-size: 1rem;
}
.cid-uXvuAzNiIz section[once="footers"] {
  background-color: #ffffff !important;
}
@media (min-width: 392px) and (max-width: 425px) {
  .cid-uXvuAzNiIz .mbr-section-subtitle {
    font-size: 16px !important;
  }
  .cid-uXvuAzNiIz .mbr-text {
    font-size: 14px !important;
  }
}
@media (max-width: 391px) {
  .cid-uXvuAzNiIz .mbr-section-subtitle {
    font-size: 14px !important;
  }
  .cid-uXvuAzNiIz .mbr-text {
    font-size: 12px !important;
  }
}
@media (min-width: 1303px) and (max-width: 1500px) {
  .cid-uXvuAzNiIz .mbr-section-subtitle {
    font-size: 16px !important;
  }
  .cid-uXvuAzNiIz .mbr-text {
    font-size: 14px !important;
  }
}
@media (min-width: 1241px) and (max-width: 1302px) {
  .cid-uXvuAzNiIz .mbr-section-subtitle {
    font-size: 15px !important;
  }
  .cid-uXvuAzNiIz .mbr-text {
    font-size: 13px !important;
  }
}
@media (min-width: 992px) and (max-width: 1240px) {
  .cid-uXvuAzNiIz .mbr-section-subtitle {
    font-size: 12.5px !important;
  }
  .cid-uXvuAzNiIz .mbr-text {
    font-size: 11px !important;
  }
  .cid-uXvuAzNiIz #aboutWholenomics {
    padding-right: 0px !important;
  }
}
.cid-uZvkpvB9Qs .navbar-dropdown {
  position: relative !important;
}
.cid-uZvkpvB9Qs .dropdown-item:before {
  font-family: Monsterrat !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-uZvkpvB9Qs .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uZvkpvB9Qs .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uZvkpvB9Qs .dropdown-item:hover,
.cid-uZvkpvB9Qs .dropdown-item:focus {
  background: #313131 !important;
  color: white !important;
}
.cid-uZvkpvB9Qs .dropdown-item:hover span {
  color: white;
}
.cid-uZvkpvB9Qs .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZvkpvB9Qs .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZvkpvB9Qs .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZvkpvB9Qs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZvkpvB9Qs .nav-link {
  position: relative;
  font-size: 1rem !important;
}
.cid-uZvkpvB9Qs .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uZvkpvB9Qs .container {
    flex-wrap: nowrap;
  }
}
.cid-uZvkpvB9Qs .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.2rem;
  padding-right: 0.5rem;
}
.cid-uZvkpvB9Qs .dropdown-menu,
.cid-uZvkpvB9Qs .navbar.opened {
  background: #313131 !important;
}
.cid-uZvkpvB9Qs .nav-item:focus,
.cid-uZvkpvB9Qs .nav-link:focus {
  outline: none;
}
.cid-uZvkpvB9Qs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZvkpvB9Qs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZvkpvB9Qs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZvkpvB9Qs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZvkpvB9Qs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZvkpvB9Qs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZvkpvB9Qs .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #313131;
}
.cid-uZvkpvB9Qs .navbar.opened {
  transition: all 0.3s;
}
.cid-uZvkpvB9Qs .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZvkpvB9Qs .navbar .navbar-logo img {
  width: auto;
}
.cid-uZvkpvB9Qs .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZvkpvB9Qs .navbar.collapsed {
  justify-content: center;
}
.cid-uZvkpvB9Qs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZvkpvB9Qs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 1200px) {
  .cid-uZvkpvB9Qs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.6rem);
  }
}
.cid-uZvkpvB9Qs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZvkpvB9Qs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZvkpvB9Qs .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-uZvkpvB9Qs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZvkpvB9Qs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  font-size: 1rem;
}
.cid-uZvkpvB9Qs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 1200px) {
  .cid-uZvkpvB9Qs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZvkpvB9Qs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZvkpvB9Qs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZvkpvB9Qs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZvkpvB9Qs .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-uZvkpvB9Qs .navbar .navbar-logo img {
    height: auto !important;
    width: 100%;
    max-width: 400px;
  }
  .cid-uZvkpvB9Qs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZvkpvB9Qs .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
    font-size: 1rem !important;
  }
  .cid-uZvkpvB9Qs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uZvkpvB9Qs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZvkpvB9Qs .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZvkpvB9Qs .navbar.navbar-short {
  min-height: 80px;
}
.cid-uZvkpvB9Qs .navbar.navbar-short .navbar-logo img {
  height: 1rem !important;
}
.cid-uZvkpvB9Qs .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uZvkpvB9Qs .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uZvkpvB9Qs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZvkpvB9Qs .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uZvkpvB9Qs .navbar-brand {
    margin-right: 14px;
  }
}
.cid-uZvkpvB9Qs .dropdown-item.active,
.cid-uZvkpvB9Qs .dropdown-item:active {
  background-color: transparent;
}
.cid-uZvkpvB9Qs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZvkpvB9Qs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZvkpvB9Qs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZvkpvB9Qs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #313131;
}
.cid-uZvkpvB9Qs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uZvkpvB9Qs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZvkpvB9Qs ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZvkpvB9Qs .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
@media (max-width: 806px) {
  .cid-uZvkpvB9Qs .navbar-brand {
    padding-right: 0px !important;
  }
}
@media (max-width: 586px) {
  .cid-uZvkpvB9Qs .navbar-logo {
    margin-left: 0px !important;
    margin-right: 0px !important;
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
  .cid-uZvkpvB9Qs .navbar-logo img {
    height: auto;
    max-height: 40px !important;
    width: 200px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
  .cid-uZvkpvB9Qs .container-fluid {
    padding-left: 0px !important;
  }
  .cid-uZvkpvB9Qs .navbar {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
}
.cid-uZvkpvB9Qs button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZvkpvB9Qs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #cac6c3;
}
.cid-uZvkpvB9Qs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZvkpvB9Qs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZvkpvB9Qs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZvkpvB9Qs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZvkpvB9Qs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZvkpvB9Qs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZvkpvB9Qs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZvkpvB9Qs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZvkpvB9Qs .navbar-dropdown {
  padding: 0 1rem;
  position: static !important;
  z-index: 1000 !important;
}
.cid-uZvkpvB9Qs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZvkpvB9Qs .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-top: 0.3rem;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uZvkpvB9Qs .icons-menu {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZvkpvB9Qs .navbar {
    height: 80px;
  }
  .cid-uZvkpvB9Qs .navbar.opened {
    height: auto;
  }
  .cid-uZvkpvB9Qs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZvkpvB9Qs .nav-item {
  opacity: 0.7;
  background: transparent;
  border-radius: 12px;
  transition: 0.5s all;
  color: #ffffff;
}
.cid-uZvkpvB9Qs .nav-item:hover {
  opacity: 1;
  background: rgba(255, 255, 255, 0.1);
}
.cid-uZvkpvB9Qs .nav-item .nav-link {
  color: #ffffff;
}
@media (min-width: 1200px) {
  .cid-uZvkpvB9Qs .mbr-section-btn {
    margin-left: auto;
    max-width: 80%;
  }
}
@media (max-width: 575px) {
  .cid-uZvkpvB9Qs .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uZvkpvB9Qs .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uZvkpvB9Qs .mbr-section-btn .btn {
  padding: 12px 22px;
  min-height: 40px;
}
.cid-uZvkpvB9Qs .navbar-logo img {
  -webkit-background-clip: text !important;
  background-color: transparent !important;
  mix-blend-mode: normal !important;
  isolation: isolate !important;
  -webkit-transform: translateZ(0);
}
.cid-uYxyrJv2wO {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #cdbead;
}
@media (max-width: 575px) {
  .cid-uYxyrJv2wO .row {
    text-align: center!important;
  }
}
.cid-uYxyrJv2wO .opacity-text {
  opacity: 0.5;
  font-weight: inherit;
}
.cid-uYxyrJv2wO .mbr-text {
  color: #ffffff;
}
@media (max-width: 575px) {
  .cid-uYxyrJv2wO .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uYxyrJv2wO .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uYxyrJv2wO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYxyrJv2wO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYxyrJv2wO .mbr-section-title,
.cid-uYxyrJv2wO .mbr-section-btn {
  color: #313131;
}
@media (max-width: 575px) {
  .cid-uYxyrJv2wO .mbr-section-title {
    text-align: center !important;
  }
}
@media (max-width: 992px) {
  .cid-uYxyrJv2wO .container-fluid {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.cid-uU6gDkAFAZ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #313131;
}
.cid-uU6gDkAFAZ .mbr-section-title {
  text-align: center;
  color: #cdbead;
}
.cid-uU6gDkAFAZ .mbr-section-subtitle {
  text-align: center;
  color: #232323;
}
.cid-uU6gKoKq6Y {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #313131;
}
.cid-uU6gKoKq6Y .mbr-section-subtitle {
  color: #333333;
}
.cid-uU6gKoKq6Y .mbr-text {
  color: #cdbead;
}
.cid-uU6g6Knju6 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #cdbead;
}
.cid-uU6g6Knju6 .mbr-section-title {
  text-align: center;
  color: #333333;
}
.cid-uU6g6Knju6 .mbr-section-subtitle {
  text-align: center;
  color: #232323;
}
.cid-uU6gaJYbow {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #cdbead;
}
.cid-uU6gaJYbow .mbr-section-subtitle {
  color: #333333;
}
.cid-uU6gaJYbow .mbr-text {
  color: #313131;
}
.cid-uU6fFrSs3i {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #313131;
}
.cid-uU6fFrSs3i .mbr-section-title {
  text-align: center;
  color: #cdbead;
}
.cid-uU6fFrSs3i .mbr-section-subtitle {
  text-align: center;
  color: #232323;
}
.cid-uU6fFsqILz {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #313131;
}
.cid-uU6fFsqILz .mbr-section-subtitle {
  color: #333333;
}
.cid-uU6fFsqILz .mbr-text {
  color: #cdbead;
}
.cid-uXvuAzNiIz {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
@media (min-width: 992px) {
  .cid-uXvuAzNiIz .wrapper {
    padding: 0 28px;
  }
}
.cid-uXvuAzNiIz .list {
  list-style: none;
  padding-left: 0;
  color: #cdbead;
}
@media (max-width: 991px) {
  .cid-uXvuAzNiIz .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uXvuAzNiIz .list {
    margin-bottom: 0rem;
  }
}
.cid-uXvuAzNiIz .list li {
  transition: all linear .3s;
}
.cid-uXvuAzNiIz .list li:hover {
  color: #b8d1df;
}
@media (max-width: 991px) {
  .cid-uXvuAzNiIz div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uXvuAzNiIz .copyrightDiv {
  margin-top: 108px;
  flex-direction: row-reverse;
}
.cid-uXvuAzNiIz .copyright {
  color: #cdbead;
}
.cid-uXvuAzNiIz .top {
  padding-top: 72px;
}
@media (min-width: 768px) {
  .cid-uXvuAzNiIz .top {
    padding-top: 75px;
  }
}
.cid-uXvuAzNiIz .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uXvuAzNiIz .soc-item {
  font-family: "Cormorant Garamond";
  position: relative;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-left: 0.5rem;
  padding: 1rem;
  height: 3rem;
  width: 3rem;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
  border: 1px solid #ffffff;
}
.cid-uXvuAzNiIz .soc-item span {
  color: #ffffff;
  z-index: 99999;
}
@media (max-width: 991px) {
  .cid-uXvuAzNiIz .bottom {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .cid-uXvuAzNiIz .mbr-white div {
    margin-bottom: 30px;
  }
}
.cid-uXvuAzNiIz .mbr-section-subtitle {
  color: #cdbead;
}
.cid-uXvuAzNiIz .mbr-text {
  font-size: 1rem;
}
.cid-uXvuAzNiIz section[once="footers"] {
  background-color: #ffffff !important;
}
@media (min-width: 392px) and (max-width: 425px) {
  .cid-uXvuAzNiIz .mbr-section-subtitle {
    font-size: 16px !important;
  }
  .cid-uXvuAzNiIz .mbr-text {
    font-size: 14px !important;
  }
}
@media (max-width: 391px) {
  .cid-uXvuAzNiIz .mbr-section-subtitle {
    font-size: 14px !important;
  }
  .cid-uXvuAzNiIz .mbr-text {
    font-size: 12px !important;
  }
}
@media (min-width: 1303px) and (max-width: 1500px) {
  .cid-uXvuAzNiIz .mbr-section-subtitle {
    font-size: 16px !important;
  }
  .cid-uXvuAzNiIz .mbr-text {
    font-size: 14px !important;
  }
}
@media (min-width: 1241px) and (max-width: 1302px) {
  .cid-uXvuAzNiIz .mbr-section-subtitle {
    font-size: 15px !important;
  }
  .cid-uXvuAzNiIz .mbr-text {
    font-size: 13px !important;
  }
}
@media (min-width: 992px) and (max-width: 1240px) {
  .cid-uXvuAzNiIz .mbr-section-subtitle {
    font-size: 12.5px !important;
  }
  .cid-uXvuAzNiIz .mbr-text {
    font-size: 11px !important;
  }
  .cid-uXvuAzNiIz #aboutWholenomics {
    padding-right: 0px !important;
  }
}
.cid-uZvkpvB9Qs .navbar-dropdown {
  position: relative !important;
}
.cid-uZvkpvB9Qs .dropdown-item:before {
  font-family: Monsterrat !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-uZvkpvB9Qs .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uZvkpvB9Qs .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uZvkpvB9Qs .dropdown-item:hover,
.cid-uZvkpvB9Qs .dropdown-item:focus {
  background: #313131 !important;
  color: white !important;
}
.cid-uZvkpvB9Qs .dropdown-item:hover span {
  color: white;
}
.cid-uZvkpvB9Qs .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZvkpvB9Qs .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZvkpvB9Qs .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZvkpvB9Qs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZvkpvB9Qs .nav-link {
  position: relative;
  font-size: 1rem !important;
}
.cid-uZvkpvB9Qs .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uZvkpvB9Qs .container {
    flex-wrap: nowrap;
  }
}
.cid-uZvkpvB9Qs .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.2rem;
  padding-right: 0.5rem;
}
.cid-uZvkpvB9Qs .dropdown-menu,
.cid-uZvkpvB9Qs .navbar.opened {
  background: #313131 !important;
}
.cid-uZvkpvB9Qs .nav-item:focus,
.cid-uZvkpvB9Qs .nav-link:focus {
  outline: none;
}
.cid-uZvkpvB9Qs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZvkpvB9Qs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZvkpvB9Qs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZvkpvB9Qs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZvkpvB9Qs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZvkpvB9Qs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZvkpvB9Qs .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #313131;
}
.cid-uZvkpvB9Qs .navbar.opened {
  transition: all 0.3s;
}
.cid-uZvkpvB9Qs .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZvkpvB9Qs .navbar .navbar-logo img {
  width: auto;
}
.cid-uZvkpvB9Qs .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZvkpvB9Qs .navbar.collapsed {
  justify-content: center;
}
.cid-uZvkpvB9Qs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZvkpvB9Qs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 1200px) {
  .cid-uZvkpvB9Qs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.6rem);
  }
}
.cid-uZvkpvB9Qs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZvkpvB9Qs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZvkpvB9Qs .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-uZvkpvB9Qs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZvkpvB9Qs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  font-size: 1rem;
}
.cid-uZvkpvB9Qs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 1200px) {
  .cid-uZvkpvB9Qs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZvkpvB9Qs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZvkpvB9Qs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZvkpvB9Qs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZvkpvB9Qs .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-uZvkpvB9Qs .navbar .navbar-logo img {
    height: auto !important;
    width: 100%;
    max-width: 400px;
  }
  .cid-uZvkpvB9Qs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZvkpvB9Qs .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
    font-size: 1rem !important;
  }
  .cid-uZvkpvB9Qs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uZvkpvB9Qs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZvkpvB9Qs .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZvkpvB9Qs .navbar.navbar-short {
  min-height: 80px;
}
.cid-uZvkpvB9Qs .navbar.navbar-short .navbar-logo img {
  height: 1rem !important;
}
.cid-uZvkpvB9Qs .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uZvkpvB9Qs .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uZvkpvB9Qs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZvkpvB9Qs .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uZvkpvB9Qs .navbar-brand {
    margin-right: 14px;
  }
}
.cid-uZvkpvB9Qs .dropdown-item.active,
.cid-uZvkpvB9Qs .dropdown-item:active {
  background-color: transparent;
}
.cid-uZvkpvB9Qs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZvkpvB9Qs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZvkpvB9Qs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZvkpvB9Qs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #313131;
}
.cid-uZvkpvB9Qs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uZvkpvB9Qs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZvkpvB9Qs ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZvkpvB9Qs .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
@media (max-width: 806px) {
  .cid-uZvkpvB9Qs .navbar-brand {
    padding-right: 0px !important;
  }
}
@media (max-width: 586px) {
  .cid-uZvkpvB9Qs .navbar-logo {
    margin-left: 0px !important;
    margin-right: 0px !important;
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
  .cid-uZvkpvB9Qs .navbar-logo img {
    height: auto;
    max-height: 40px !important;
    width: 200px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
  .cid-uZvkpvB9Qs .container-fluid {
    padding-left: 0px !important;
  }
  .cid-uZvkpvB9Qs .navbar {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
}
.cid-uZvkpvB9Qs button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZvkpvB9Qs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #cac6c3;
}
.cid-uZvkpvB9Qs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZvkpvB9Qs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZvkpvB9Qs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZvkpvB9Qs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZvkpvB9Qs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZvkpvB9Qs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZvkpvB9Qs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZvkpvB9Qs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZvkpvB9Qs .navbar-dropdown {
  padding: 0 1rem;
  position: static !important;
  z-index: 1000 !important;
}
.cid-uZvkpvB9Qs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZvkpvB9Qs .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-top: 0.3rem;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uZvkpvB9Qs .icons-menu {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZvkpvB9Qs .navbar {
    height: 80px;
  }
  .cid-uZvkpvB9Qs .navbar.opened {
    height: auto;
  }
  .cid-uZvkpvB9Qs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZvkpvB9Qs .nav-item {
  opacity: 0.7;
  background: transparent;
  border-radius: 12px;
  transition: 0.5s all;
  color: #ffffff;
}
.cid-uZvkpvB9Qs .nav-item:hover {
  opacity: 1;
  background: rgba(255, 255, 255, 0.1);
}
.cid-uZvkpvB9Qs .nav-item .nav-link {
  color: #ffffff;
}
@media (min-width: 1200px) {
  .cid-uZvkpvB9Qs .mbr-section-btn {
    margin-left: auto;
    max-width: 80%;
  }
}
@media (max-width: 575px) {
  .cid-uZvkpvB9Qs .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uZvkpvB9Qs .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uZvkpvB9Qs .mbr-section-btn .btn {
  padding: 12px 22px;
  min-height: 40px;
}
.cid-uZvkpvB9Qs .navbar-logo img {
  -webkit-background-clip: text !important;
  background-color: transparent !important;
  mix-blend-mode: normal !important;
  isolation: isolate !important;
  -webkit-transform: translateZ(0);
}
.cid-uYsoIct4NC {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #cdbead;
}
@media (max-width: 575px) {
  .cid-uYsoIct4NC .row {
    text-align: center!important;
  }
}
.cid-uYsoIct4NC .opacity-text {
  opacity: 0.5;
  font-weight: inherit;
}
.cid-uYsoIct4NC .mbr-text {
  color: #ffffff;
}
@media (max-width: 575px) {
  .cid-uYsoIct4NC .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uYsoIct4NC .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uYsoIct4NC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYsoIct4NC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYsoIct4NC .mbr-section-title,
.cid-uYsoIct4NC .mbr-section-btn {
  color: #313131;
}
@media (max-width: 575px) {
  .cid-uYsoIct4NC .mbr-section-title {
    text-align: center !important;
  }
}
@media (max-width: 992px) {
  .cid-uYsoIct4NC .container-fluid {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.cid-uYxwKuAfQS {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #313131;
}
.cid-uYxwKuAfQS .mbr-text {
  color: #cac6c3;
}
.cid-uYxwKuAfQS .mbr-section-title {
  color: #cac6c3;
  text-align: left;
  margin-bottom: 0px !important;
}
@media (max-width: 992px) {
  .cid-uYxwKuAfQS .container-fluid {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.cid-uXBRRFqHOg {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background: #313131;
}
.cid-uXBRRFqHOg .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uXBRRFqHOg .team-card:hover {
  transform: translateY(-10px);
}
.cid-uXBRRFqHOg p {
  line-height: 1.9;
}
.cid-uXBRRFqHOg .image-wrap {
  margin-bottom: 2rem;
}
.cid-uXBRRFqHOg .card-wrap {
  background: #cdbead;
  border-radius: 10px;
  padding-top: 3rem;
  padding-bottom: 2rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}
@media (max-width: 992px) {
  .cid-uXBRRFqHOg .card-wrap {
    margin-bottom: 0rem;
  }
}
.cid-uXBRRFqHOg .card-wrap .image-wrap img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  margin: auto;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .cid-uXBRRFqHOg .card-wrap .content-wrap {
    padding: 0 4rem;
    padding-bottom: 0;
  }
}
@media (max-width: 992px) {
  .cid-uXBRRFqHOg .card-wrap .content-wrap {
    padding: 0 1rem;
    padding-bottom: 0;
  }
}
.cid-uXBRRFqHOg .mbr-role,
.cid-uXBRRFqHOg .social-row {
  color: #313131;
}
.cid-uXBRRFqHOg .mbr-section-subtitle {
  color: #777777;
}
.cid-uXBRRFqHOg .card-text,
.cid-uXBRRFqHOg .mbr-section-btn,
.cid-uXBRRFqHOg .social-row {
  color: #313131;
  text-align: center;
}
.cid-uXBRRFqHOg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXBRRFqHOg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXBRRFqHOg .col-lg-6,
.cid-uXBRRFqHOg .col-md-6,
.cid-uXBRRFqHOg .col-sm-12 {
  display: flex;
}
.cid-uXBRRFqHOg .row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uXBRRFqHOg .card-title,
.cid-uXBRRFqHOg .social-row {
  color: #313131;
}
.cid-uXBRRFqHOg .mbr-section-title {
  color: #cdbead;
}
@media (max-width: 992px) {
  .cid-uXBRRFqHOg #first-card {
    margin-bottom: 2rem;
  }
}
.cid-uXBRShVJxn {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #313131;
}
.cid-uXBRShVJxn .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uXBRShVJxn .team-card:hover {
  transform: translateY(-10px);
}
.cid-uXBRShVJxn p {
  line-height: 1.9;
}
.cid-uXBRShVJxn .image-wrap {
  margin-bottom: 2rem;
}
.cid-uXBRShVJxn .card-wrap {
  background: #cdbead;
  border-radius: 10px;
  padding-top: 3rem;
  padding-bottom: 2rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}
@media (max-width: 992px) {
  .cid-uXBRShVJxn .card-wrap {
    margin-bottom: 0rem;
  }
}
.cid-uXBRShVJxn .card-wrap .image-wrap img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  margin: auto;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .cid-uXBRShVJxn .card-wrap .content-wrap {
    padding: 0 4rem;
    padding-bottom: 0;
  }
}
@media (max-width: 992px) {
  .cid-uXBRShVJxn .card-wrap .content-wrap {
    padding: 0 1rem;
    padding-bottom: 0;
  }
}
.cid-uXBRShVJxn .mbr-role,
.cid-uXBRShVJxn .social-row {
  color: #313131;
}
.cid-uXBRShVJxn .mbr-section-subtitle {
  color: #777777;
}
.cid-uXBRShVJxn .card-text,
.cid-uXBRShVJxn .mbr-section-btn,
.cid-uXBRShVJxn .social-row {
  color: #313131;
  text-align: center;
}
.cid-uXBRShVJxn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXBRShVJxn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXBRShVJxn .col-lg-6,
.cid-uXBRShVJxn .col-md-6,
.cid-uXBRShVJxn .col-sm-12 {
  display: flex;
}
.cid-uXBRShVJxn .row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uXBRShVJxn .card-title,
.cid-uXBRShVJxn .social-row {
  color: #313131;
}
.cid-uXBRShVJxn .mbr-section-title {
  color: #cdbead;
}
@media (max-width: 992px) {
  .cid-uXBRShVJxn #first-card {
    margin-bottom: 2rem;
  }
}
.cid-uXRVmplUin {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #313131;
}
.cid-uXRVmplUin .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uXRVmplUin .team-card:hover {
  transform: translateY(-10px);
}
.cid-uXRVmplUin p {
  line-height: 1.9;
}
.cid-uXRVmplUin .image-wrap {
  margin-bottom: 2rem;
}
.cid-uXRVmplUin .card-wrap {
  background: #cdbead;
  border-radius: 10px;
  padding-top: 3rem;
  padding-bottom: 2rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}
@media (max-width: 992px) {
  .cid-uXRVmplUin .card-wrap {
    margin-bottom: 0rem;
  }
}
.cid-uXRVmplUin .card-wrap .image-wrap img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  margin: auto;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .cid-uXRVmplUin .card-wrap .content-wrap {
    padding: 0 4rem;
    padding-bottom: 0;
  }
}
@media (max-width: 992px) {
  .cid-uXRVmplUin .card-wrap .content-wrap {
    padding: 0 1rem;
    padding-bottom: 0;
  }
}
.cid-uXRVmplUin .mbr-role,
.cid-uXRVmplUin .social-row {
  color: #313131;
}
.cid-uXRVmplUin .mbr-section-subtitle {
  color: #777777;
}
.cid-uXRVmplUin .card-text,
.cid-uXRVmplUin .mbr-section-btn,
.cid-uXRVmplUin .social-row {
  color: #313131;
  text-align: center;
}
.cid-uXRVmplUin .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXRVmplUin .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXRVmplUin .col-lg-6,
.cid-uXRVmplUin .col-md-6,
.cid-uXRVmplUin .col-sm-12 {
  display: flex;
}
.cid-uXRVmplUin .row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uXRVmplUin .card-title,
.cid-uXRVmplUin .social-row {
  color: #313131;
}
.cid-uXRVmplUin .mbr-section-title {
  color: #cdbead;
}
@media (max-width: 992px) {
  .cid-uXRVmplUin #first-card {
    margin-bottom: 2rem;
  }
}
.cid-uXRVXu1NLf {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #313131;
}
.cid-uXRVXu1NLf .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uXRVXu1NLf .team-card:hover {
  transform: translateY(-10px);
}
.cid-uXRVXu1NLf p {
  line-height: 1.9;
}
.cid-uXRVXu1NLf .image-wrap {
  margin-bottom: 2rem;
}
.cid-uXRVXu1NLf .card-wrap {
  background: #cdbead;
  border-radius: 10px;
  padding-top: 3rem;
  padding-bottom: 2rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}
@media (max-width: 992px) {
  .cid-uXRVXu1NLf .card-wrap {
    margin-bottom: 0rem;
  }
}
.cid-uXRVXu1NLf .card-wrap .image-wrap img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  margin: auto;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .cid-uXRVXu1NLf .card-wrap .content-wrap {
    padding: 0 4rem;
    padding-bottom: 0;
  }
}
@media (max-width: 992px) {
  .cid-uXRVXu1NLf .card-wrap .content-wrap {
    padding: 0 1rem;
    padding-bottom: 0;
  }
}
.cid-uXRVXu1NLf .mbr-role,
.cid-uXRVXu1NLf .social-row {
  color: #313131;
}
.cid-uXRVXu1NLf .mbr-section-subtitle {
  color: #777777;
}
.cid-uXRVXu1NLf .card-text,
.cid-uXRVXu1NLf .mbr-section-btn,
.cid-uXRVXu1NLf .social-row {
  color: #313131;
  text-align: center;
}
.cid-uXRVXu1NLf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXRVXu1NLf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXRVXu1NLf .col-lg-6,
.cid-uXRVXu1NLf .col-md-6,
.cid-uXRVXu1NLf .col-sm-12 {
  display: flex;
}
.cid-uXRVXu1NLf .row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uXRVXu1NLf .card-title,
.cid-uXRVXu1NLf .social-row {
  color: #313131;
}
.cid-uXRVXu1NLf .mbr-section-title {
  color: #cdbead;
}
.cid-uWX4Kh6lcH {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #313131;
}
.cid-uXvuAzNiIz {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
@media (min-width: 992px) {
  .cid-uXvuAzNiIz .wrapper {
    padding: 0 28px;
  }
}
.cid-uXvuAzNiIz .list {
  list-style: none;
  padding-left: 0;
  color: #cdbead;
}
@media (max-width: 991px) {
  .cid-uXvuAzNiIz .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uXvuAzNiIz .list {
    margin-bottom: 0rem;
  }
}
.cid-uXvuAzNiIz .list li {
  transition: all linear .3s;
}
.cid-uXvuAzNiIz .list li:hover {
  color: #b8d1df;
}
@media (max-width: 991px) {
  .cid-uXvuAzNiIz div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uXvuAzNiIz .copyrightDiv {
  margin-top: 108px;
  flex-direction: row-reverse;
}
.cid-uXvuAzNiIz .copyright {
  color: #cdbead;
}
.cid-uXvuAzNiIz .top {
  padding-top: 72px;
}
@media (min-width: 768px) {
  .cid-uXvuAzNiIz .top {
    padding-top: 75px;
  }
}
.cid-uXvuAzNiIz .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uXvuAzNiIz .soc-item {
  font-family: "Cormorant Garamond";
  position: relative;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-left: 0.5rem;
  padding: 1rem;
  height: 3rem;
  width: 3rem;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
  border: 1px solid #ffffff;
}
.cid-uXvuAzNiIz .soc-item span {
  color: #ffffff;
  z-index: 99999;
}
@media (max-width: 991px) {
  .cid-uXvuAzNiIz .bottom {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .cid-uXvuAzNiIz .mbr-white div {
    margin-bottom: 30px;
  }
}
.cid-uXvuAzNiIz .mbr-section-subtitle {
  color: #cdbead;
}
.cid-uXvuAzNiIz .mbr-text {
  font-size: 1rem;
}
.cid-uXvuAzNiIz section[once="footers"] {
  background-color: #ffffff !important;
}
@media (min-width: 392px) and (max-width: 425px) {
  .cid-uXvuAzNiIz .mbr-section-subtitle {
    font-size: 16px !important;
  }
  .cid-uXvuAzNiIz .mbr-text {
    font-size: 14px !important;
  }
}
@media (max-width: 391px) {
  .cid-uXvuAzNiIz .mbr-section-subtitle {
    font-size: 14px !important;
  }
  .cid-uXvuAzNiIz .mbr-text {
    font-size: 12px !important;
  }
}
@media (min-width: 1303px) and (max-width: 1500px) {
  .cid-uXvuAzNiIz .mbr-section-subtitle {
    font-size: 16px !important;
  }
  .cid-uXvuAzNiIz .mbr-text {
    font-size: 14px !important;
  }
}
@media (min-width: 1241px) and (max-width: 1302px) {
  .cid-uXvuAzNiIz .mbr-section-subtitle {
    font-size: 15px !important;
  }
  .cid-uXvuAzNiIz .mbr-text {
    font-size: 13px !important;
  }
}
@media (min-width: 992px) and (max-width: 1240px) {
  .cid-uXvuAzNiIz .mbr-section-subtitle {
    font-size: 12.5px !important;
  }
  .cid-uXvuAzNiIz .mbr-text {
    font-size: 11px !important;
  }
  .cid-uXvuAzNiIz #aboutWholenomics {
    padding-right: 0px !important;
  }
}
.cid-uZvkpvB9Qs .navbar-dropdown {
  position: relative !important;
}
.cid-uZvkpvB9Qs .dropdown-item:before {
  font-family: Monsterrat !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-uZvkpvB9Qs .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uZvkpvB9Qs .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uZvkpvB9Qs .dropdown-item:hover,
.cid-uZvkpvB9Qs .dropdown-item:focus {
  background: #313131 !important;
  color: white !important;
}
.cid-uZvkpvB9Qs .dropdown-item:hover span {
  color: white;
}
.cid-uZvkpvB9Qs .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZvkpvB9Qs .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZvkpvB9Qs .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZvkpvB9Qs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZvkpvB9Qs .nav-link {
  position: relative;
  font-size: 1rem !important;
}
.cid-uZvkpvB9Qs .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uZvkpvB9Qs .container {
    flex-wrap: nowrap;
  }
}
.cid-uZvkpvB9Qs .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.2rem;
  padding-right: 0.5rem;
}
.cid-uZvkpvB9Qs .dropdown-menu,
.cid-uZvkpvB9Qs .navbar.opened {
  background: #313131 !important;
}
.cid-uZvkpvB9Qs .nav-item:focus,
.cid-uZvkpvB9Qs .nav-link:focus {
  outline: none;
}
.cid-uZvkpvB9Qs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZvkpvB9Qs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZvkpvB9Qs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZvkpvB9Qs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZvkpvB9Qs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZvkpvB9Qs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZvkpvB9Qs .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #313131;
}
.cid-uZvkpvB9Qs .navbar.opened {
  transition: all 0.3s;
}
.cid-uZvkpvB9Qs .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZvkpvB9Qs .navbar .navbar-logo img {
  width: auto;
}
.cid-uZvkpvB9Qs .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZvkpvB9Qs .navbar.collapsed {
  justify-content: center;
}
.cid-uZvkpvB9Qs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZvkpvB9Qs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 1200px) {
  .cid-uZvkpvB9Qs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.6rem);
  }
}
.cid-uZvkpvB9Qs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZvkpvB9Qs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZvkpvB9Qs .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-uZvkpvB9Qs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZvkpvB9Qs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  font-size: 1rem;
}
.cid-uZvkpvB9Qs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 1200px) {
  .cid-uZvkpvB9Qs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZvkpvB9Qs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZvkpvB9Qs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZvkpvB9Qs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZvkpvB9Qs .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-uZvkpvB9Qs .navbar .navbar-logo img {
    height: auto !important;
    width: 100%;
    max-width: 400px;
  }
  .cid-uZvkpvB9Qs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZvkpvB9Qs .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
    font-size: 1rem !important;
  }
  .cid-uZvkpvB9Qs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uZvkpvB9Qs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZvkpvB9Qs .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZvkpvB9Qs .navbar.navbar-short {
  min-height: 80px;
}
.cid-uZvkpvB9Qs .navbar.navbar-short .navbar-logo img {
  height: 1rem !important;
}
.cid-uZvkpvB9Qs .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uZvkpvB9Qs .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uZvkpvB9Qs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZvkpvB9Qs .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uZvkpvB9Qs .navbar-brand {
    margin-right: 14px;
  }
}
.cid-uZvkpvB9Qs .dropdown-item.active,
.cid-uZvkpvB9Qs .dropdown-item:active {
  background-color: transparent;
}
.cid-uZvkpvB9Qs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZvkpvB9Qs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZvkpvB9Qs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZvkpvB9Qs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #313131;
}
.cid-uZvkpvB9Qs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uZvkpvB9Qs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZvkpvB9Qs ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZvkpvB9Qs .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
@media (max-width: 806px) {
  .cid-uZvkpvB9Qs .navbar-brand {
    padding-right: 0px !important;
  }
}
@media (max-width: 586px) {
  .cid-uZvkpvB9Qs .navbar-logo {
    margin-left: 0px !important;
    margin-right: 0px !important;
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
  .cid-uZvkpvB9Qs .navbar-logo img {
    height: auto;
    max-height: 40px !important;
    width: 200px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
  .cid-uZvkpvB9Qs .container-fluid {
    padding-left: 0px !important;
  }
  .cid-uZvkpvB9Qs .navbar {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
}
.cid-uZvkpvB9Qs button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZvkpvB9Qs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #cac6c3;
}
.cid-uZvkpvB9Qs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZvkpvB9Qs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZvkpvB9Qs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZvkpvB9Qs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZvkpvB9Qs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZvkpvB9Qs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZvkpvB9Qs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZvkpvB9Qs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZvkpvB9Qs .navbar-dropdown {
  padding: 0 1rem;
  position: static !important;
  z-index: 1000 !important;
}
.cid-uZvkpvB9Qs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZvkpvB9Qs .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-top: 0.3rem;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uZvkpvB9Qs .icons-menu {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZvkpvB9Qs .navbar {
    height: 80px;
  }
  .cid-uZvkpvB9Qs .navbar.opened {
    height: auto;
  }
  .cid-uZvkpvB9Qs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZvkpvB9Qs .nav-item {
  opacity: 0.7;
  background: transparent;
  border-radius: 12px;
  transition: 0.5s all;
  color: #ffffff;
}
.cid-uZvkpvB9Qs .nav-item:hover {
  opacity: 1;
  background: rgba(255, 255, 255, 0.1);
}
.cid-uZvkpvB9Qs .nav-item .nav-link {
  color: #ffffff;
}
@media (min-width: 1200px) {
  .cid-uZvkpvB9Qs .mbr-section-btn {
    margin-left: auto;
    max-width: 80%;
  }
}
@media (max-width: 575px) {
  .cid-uZvkpvB9Qs .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uZvkpvB9Qs .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uZvkpvB9Qs .mbr-section-btn .btn {
  padding: 12px 22px;
  min-height: 40px;
}
.cid-uZvkpvB9Qs .navbar-logo img {
  -webkit-background-clip: text !important;
  background-color: transparent !important;
  mix-blend-mode: normal !important;
  isolation: isolate !important;
  -webkit-transform: translateZ(0);
}
.cid-uYspOx18w1 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #cdbead;
}
@media (max-width: 575px) {
  .cid-uYspOx18w1 .row {
    text-align: center!important;
  }
}
.cid-uYspOx18w1 .opacity-text {
  opacity: 0.5;
  font-weight: inherit;
}
.cid-uYspOx18w1 .mbr-text {
  color: #ffffff;
}
@media (max-width: 575px) {
  .cid-uYspOx18w1 .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uYspOx18w1 .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uYspOx18w1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYspOx18w1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYspOx18w1 .mbr-section-title,
.cid-uYspOx18w1 .mbr-section-btn {
  color: #313131;
}
@media (max-width: 575px) {
  .cid-uYspOx18w1 .mbr-section-title {
    text-align: center !important;
  }
}
@media (max-width: 992px) {
  .cid-uYspOx18w1 .container-fluid {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.cid-uYx0nEoQ1f {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #313131;
}
.cid-uYx0nEoQ1f .mbr-section-subtitle {
  color: #cdbead;
}
.cid-uYx0nEoQ1f .mbr-text {
  color: #cac6c3;
}
@media (max-width: 992px) {
  .cid-uYx0nEoQ1f .mbr-text {
    line-height: 1.6;
  }
  .cid-uYx0nEoQ1f .container-fluid {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.cid-uYx0nEoQ1f .mbr-section-title {
  color: #cac6c3;
  text-align: left;
}
.cid-uPqGVwBRSc {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #313131;
}
.cid-uPqGVwBRSc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPqGVwBRSc .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-uPqGVwBRSc .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uPqGVwBRSc .row {
  flex-direction: row-reverse;
}
.cid-uPqGVwBRSc img {
  width: 100%;
}
.cid-uPqGVwBRSc .mbr-description {
  color: #b8d1df;
}
.cid-uPqHumHksP {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #cdbead;
}
.cid-uPqHumHksP .mbr-section-subtitle {
  color: #cdbead;
}
.cid-uPqHumHksP .mbr-text {
  color: #333333;
}
@media (max-width: 992px) {
  .cid-uPqHumHksP .mbr-text {
    line-height: 1.6;
  }
}
.cid-uPqHumHksP .mbr-section-title {
  color: #313131;
}
.cid-uTVSGMCIX7 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #333333;
}
.cid-uTVSGMCIX7 .mbr-section-subtitle {
  color: #cdbead;
}
.cid-uTVSGMCIX7 .mbr-text {
  color: #cdbead;
}
@media (max-width: 992px) {
  .cid-uTVSGMCIX7 .mbr-text {
    line-height: 1.6;
  }
}
.cid-uTVSGMCIX7 .mbr-section-title {
  color: #cac6c3;
}
.cid-uTVSGMCIX7 .first-letter {
  font-size: 1.8rem !important;
  display: inline-block;
  line-height: 1;
}
.cid-uWX8FRiujH {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #cdbead;
}
.cid-uWX8FRiujH .mbr-section-subtitle {
  color: #313131;
}
.cid-uWX8FRiujH .mbr-text {
  color: #313131;
}
@media (max-width: 992px) {
  .cid-uWX8FRiujH .mbr-text {
    line-height: 1.6;
  }
}
.cid-uPqI86eiIQ {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #cdbead;
}
.cid-uXvuAzNiIz {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
@media (min-width: 992px) {
  .cid-uXvuAzNiIz .wrapper {
    padding: 0 28px;
  }
}
.cid-uXvuAzNiIz .list {
  list-style: none;
  padding-left: 0;
  color: #cdbead;
}
@media (max-width: 991px) {
  .cid-uXvuAzNiIz .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uXvuAzNiIz .list {
    margin-bottom: 0rem;
  }
}
.cid-uXvuAzNiIz .list li {
  transition: all linear .3s;
}
.cid-uXvuAzNiIz .list li:hover {
  color: #b8d1df;
}
@media (max-width: 991px) {
  .cid-uXvuAzNiIz div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uXvuAzNiIz .copyrightDiv {
  margin-top: 108px;
  flex-direction: row-reverse;
}
.cid-uXvuAzNiIz .copyright {
  color: #cdbead;
}
.cid-uXvuAzNiIz .top {
  padding-top: 72px;
}
@media (min-width: 768px) {
  .cid-uXvuAzNiIz .top {
    padding-top: 75px;
  }
}
.cid-uXvuAzNiIz .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uXvuAzNiIz .soc-item {
  font-family: "Cormorant Garamond";
  position: relative;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-left: 0.5rem;
  padding: 1rem;
  height: 3rem;
  width: 3rem;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
  border: 1px solid #ffffff;
}
.cid-uXvuAzNiIz .soc-item span {
  color: #ffffff;
  z-index: 99999;
}
@media (max-width: 991px) {
  .cid-uXvuAzNiIz .bottom {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .cid-uXvuAzNiIz .mbr-white div {
    margin-bottom: 30px;
  }
}
.cid-uXvuAzNiIz .mbr-section-subtitle {
  color: #cdbead;
}
.cid-uXvuAzNiIz .mbr-text {
  font-size: 1rem;
}
.cid-uXvuAzNiIz section[once="footers"] {
  background-color: #ffffff !important;
}
@media (min-width: 392px) and (max-width: 425px) {
  .cid-uXvuAzNiIz .mbr-section-subtitle {
    font-size: 16px !important;
  }
  .cid-uXvuAzNiIz .mbr-text {
    font-size: 14px !important;
  }
}
@media (max-width: 391px) {
  .cid-uXvuAzNiIz .mbr-section-subtitle {
    font-size: 14px !important;
  }
  .cid-uXvuAzNiIz .mbr-text {
    font-size: 12px !important;
  }
}
@media (min-width: 1303px) and (max-width: 1500px) {
  .cid-uXvuAzNiIz .mbr-section-subtitle {
    font-size: 16px !important;
  }
  .cid-uXvuAzNiIz .mbr-text {
    font-size: 14px !important;
  }
}
@media (min-width: 1241px) and (max-width: 1302px) {
  .cid-uXvuAzNiIz .mbr-section-subtitle {
    font-size: 15px !important;
  }
  .cid-uXvuAzNiIz .mbr-text {
    font-size: 13px !important;
  }
}
@media (min-width: 992px) and (max-width: 1240px) {
  .cid-uXvuAzNiIz .mbr-section-subtitle {
    font-size: 12.5px !important;
  }
  .cid-uXvuAzNiIz .mbr-text {
    font-size: 11px !important;
  }
  .cid-uXvuAzNiIz #aboutWholenomics {
    padding-right: 0px !important;
  }
}
.cid-uZvkpvB9Qs .navbar-dropdown {
  position: relative !important;
}
.cid-uZvkpvB9Qs .dropdown-item:before {
  font-family: Monsterrat !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-uZvkpvB9Qs .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uZvkpvB9Qs .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uZvkpvB9Qs .dropdown-item:hover,
.cid-uZvkpvB9Qs .dropdown-item:focus {
  background: #313131 !important;
  color: white !important;
}
.cid-uZvkpvB9Qs .dropdown-item:hover span {
  color: white;
}
.cid-uZvkpvB9Qs .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZvkpvB9Qs .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZvkpvB9Qs .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZvkpvB9Qs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZvkpvB9Qs .nav-link {
  position: relative;
  font-size: 1rem !important;
}
.cid-uZvkpvB9Qs .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uZvkpvB9Qs .container {
    flex-wrap: nowrap;
  }
}
.cid-uZvkpvB9Qs .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.2rem;
  padding-right: 0.5rem;
}
.cid-uZvkpvB9Qs .dropdown-menu,
.cid-uZvkpvB9Qs .navbar.opened {
  background: #313131 !important;
}
.cid-uZvkpvB9Qs .nav-item:focus,
.cid-uZvkpvB9Qs .nav-link:focus {
  outline: none;
}
.cid-uZvkpvB9Qs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZvkpvB9Qs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZvkpvB9Qs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZvkpvB9Qs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZvkpvB9Qs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZvkpvB9Qs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZvkpvB9Qs .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #313131;
}
.cid-uZvkpvB9Qs .navbar.opened {
  transition: all 0.3s;
}
.cid-uZvkpvB9Qs .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZvkpvB9Qs .navbar .navbar-logo img {
  width: auto;
}
.cid-uZvkpvB9Qs .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZvkpvB9Qs .navbar.collapsed {
  justify-content: center;
}
.cid-uZvkpvB9Qs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZvkpvB9Qs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 1200px) {
  .cid-uZvkpvB9Qs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.6rem);
  }
}
.cid-uZvkpvB9Qs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZvkpvB9Qs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZvkpvB9Qs .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-uZvkpvB9Qs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZvkpvB9Qs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  font-size: 1rem;
}
.cid-uZvkpvB9Qs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 1200px) {
  .cid-uZvkpvB9Qs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZvkpvB9Qs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZvkpvB9Qs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZvkpvB9Qs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZvkpvB9Qs .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-uZvkpvB9Qs .navbar .navbar-logo img {
    height: auto !important;
    width: 100%;
    max-width: 400px;
  }
  .cid-uZvkpvB9Qs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZvkpvB9Qs .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
    font-size: 1rem !important;
  }
  .cid-uZvkpvB9Qs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uZvkpvB9Qs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZvkpvB9Qs .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZvkpvB9Qs .navbar.navbar-short {
  min-height: 80px;
}
.cid-uZvkpvB9Qs .navbar.navbar-short .navbar-logo img {
  height: 1rem !important;
}
.cid-uZvkpvB9Qs .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uZvkpvB9Qs .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uZvkpvB9Qs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZvkpvB9Qs .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uZvkpvB9Qs .navbar-brand {
    margin-right: 14px;
  }
}
.cid-uZvkpvB9Qs .dropdown-item.active,
.cid-uZvkpvB9Qs .dropdown-item:active {
  background-color: transparent;
}
.cid-uZvkpvB9Qs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZvkpvB9Qs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZvkpvB9Qs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZvkpvB9Qs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #313131;
}
.cid-uZvkpvB9Qs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uZvkpvB9Qs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZvkpvB9Qs ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZvkpvB9Qs .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
@media (max-width: 806px) {
  .cid-uZvkpvB9Qs .navbar-brand {
    padding-right: 0px !important;
  }
}
@media (max-width: 586px) {
  .cid-uZvkpvB9Qs .navbar-logo {
    margin-left: 0px !important;
    margin-right: 0px !important;
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
  .cid-uZvkpvB9Qs .navbar-logo img {
    height: auto;
    max-height: 40px !important;
    width: 200px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
  .cid-uZvkpvB9Qs .container-fluid {
    padding-left: 0px !important;
  }
  .cid-uZvkpvB9Qs .navbar {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
}
.cid-uZvkpvB9Qs button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZvkpvB9Qs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #cac6c3;
}
.cid-uZvkpvB9Qs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZvkpvB9Qs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZvkpvB9Qs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZvkpvB9Qs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZvkpvB9Qs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZvkpvB9Qs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZvkpvB9Qs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZvkpvB9Qs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZvkpvB9Qs .navbar-dropdown {
  padding: 0 1rem;
  position: static !important;
  z-index: 1000 !important;
}
.cid-uZvkpvB9Qs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZvkpvB9Qs .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-top: 0.3rem;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uZvkpvB9Qs .icons-menu {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZvkpvB9Qs .navbar {
    height: 80px;
  }
  .cid-uZvkpvB9Qs .navbar.opened {
    height: auto;
  }
  .cid-uZvkpvB9Qs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZvkpvB9Qs .nav-item {
  opacity: 0.7;
  background: transparent;
  border-radius: 12px;
  transition: 0.5s all;
  color: #ffffff;
}
.cid-uZvkpvB9Qs .nav-item:hover {
  opacity: 1;
  background: rgba(255, 255, 255, 0.1);
}
.cid-uZvkpvB9Qs .nav-item .nav-link {
  color: #ffffff;
}
@media (min-width: 1200px) {
  .cid-uZvkpvB9Qs .mbr-section-btn {
    margin-left: auto;
    max-width: 80%;
  }
}
@media (max-width: 575px) {
  .cid-uZvkpvB9Qs .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uZvkpvB9Qs .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uZvkpvB9Qs .mbr-section-btn .btn {
  padding: 12px 22px;
  min-height: 40px;
}
.cid-uZvkpvB9Qs .navbar-logo img {
  -webkit-background-clip: text !important;
  background-color: transparent !important;
  mix-blend-mode: normal !important;
  isolation: isolate !important;
  -webkit-transform: translateZ(0);
}
.cid-uPqEE59KZC {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #cdbead;
}
@media (max-width: 575px) {
  .cid-uPqEE59KZC .row {
    text-align: center!important;
  }
}
.cid-uPqEE59KZC .opacity-text {
  opacity: 0.5;
  font-weight: inherit;
}
.cid-uPqEE59KZC .mbr-text {
  color: #ffffff;
}
@media (max-width: 575px) {
  .cid-uPqEE59KZC .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uPqEE59KZC .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uPqEE59KZC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPqEE59KZC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPqEE59KZC .mbr-section-title,
.cid-uPqEE59KZC .mbr-section-btn {
  color: #313131;
}
@media (max-width: 575px) {
  .cid-uPqEE59KZC .mbr-section-title {
    text-align: center !important;
  }
}
@media (max-width: 992px) {
  .cid-uPqEE59KZC .container-fluid {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.cid-uPqFeze4oI {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #313131;
}
.cid-uPqFeze4oI .mbr-text {
  color: #cdbead;
}
@media (max-width: 992px) {
  .cid-uPqFeze4oI .mbr-text {
    line-height: 1.6;
  }
}
.cid-uPqFeze4oI .mbr-section-subtitle {
  color: #cac6c3;
}
.cid-uPqFeze4oI .mbr-section-title {
  color: #cac6c3;
}
.cid-uTVNTQguWz {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #cdbead;
}
.cid-uTVNTQguWz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTVNTQguWz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTVNTQguWz .mbr-section-title {
  text-align: center;
  color: #313131;
}
.cid-uTVNTQguWz .mbr-section-subtitle {
  text-align: left;
}
.cid-uTVNTQguWz .container-fluid {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.cid-uYrrint2nn {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #313131;
}
.cid-uYrrint2nn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYrrint2nn .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-uYrrint2nn .image-wrapper {
    margin-bottom: 1rem;
  }
  .cid-uYrrint2nn .image-wrapper img {
    max-width: 90%;
    margin: 0 auto;
    display: block;
  }
}
.cid-uYrrint2nn .row {
  flex-direction: row-reverse;
}
.cid-uYrrint2nn .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uYrrint2nn .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uYrrint2nn .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uYrrint2nn .mbr-section-title {
  color: #cac6c3;
}
.cid-uYrrint2nn .mbr-text,
.cid-uYrrint2nn .mbr-section-btn {
  color: #cdbead;
}
@media (max-width: 992px) {
  .cid-uYrrint2nn .mbr-section-btn {
    text-align: center;
  }
  .cid-uYrrint2nn .mbr-text {
    line-height: 1.6;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uYrrint2nn .mbr-section-title {
    margin-left: 1rem;
    font-size: 1.5rem !important;
  }
  .cid-uYrrint2nn .mbr-text {
    margin-left: 1rem;
  }
}
@media (min-width: 993px) {
  .cid-uYrrint2nn .btn-secondary {
    margin-left: 2px !important;
  }
}
.cid-uTVPxXg9yj {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #cdbead;
}
.cid-uTVPxXg9yj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTVPxXg9yj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTVPxXg9yj .row {
  justify-content: space-between;
}
.cid-uTVPxXg9yj .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uTVPxXg9yj .items-wrapper .item {
  margin-bottom: 32px;
}
.cid-uTVPxXg9yj .items-wrapper .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uTVPxXg9yj .items-wrapper .item {
    margin-bottom: 22px;
  }
}
.cid-uTVPxXg9yj .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uTVPxXg9yj .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uTVPxXg9yj .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 16px;
}
.cid-uTVPxXg9yj .mbr-section-title {
  color: #ffffff;
}
.cid-uTVPxXg9yj .item-title {
  color: #ffffff;
}
.cid-uTVPxXg9yj .item-text {
  color: #313131;
}
.cid-uTVPxXg9yj .mbr-section-title,
.cid-uTVPxXg9yj .title-wrapper {
  color: #313131;
}
.cid-uTVPxXg9yj .item-title,
.cid-uTVPxXg9yj .mbr-section-btn {
  color: #313131;
}
@media (max-width: 991px) {
  .cid-uTVPxXg9yj .title-wrapper {
    padding-bottom: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uTVPxXg9yj .item-text {
    line-height: 1.6;
  }
}
.cid-uTVPxXg9yj .container-fluid {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
@media (min-width: 993px) {
  .cid-uTVPxXg9yj .title-wrapper {
    padding-left: 20px !important;
  }
}
@media (max-width: 575px) {
  .cid-uTVPxXg9yj .title-wrapper {
    padding-bottom: 16px !important;
  }
}
.cid-uTVREApiDH {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #cdbead;
}
.cid-uXvuAzNiIz {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
@media (min-width: 992px) {
  .cid-uXvuAzNiIz .wrapper {
    padding: 0 28px;
  }
}
.cid-uXvuAzNiIz .list {
  list-style: none;
  padding-left: 0;
  color: #cdbead;
}
@media (max-width: 991px) {
  .cid-uXvuAzNiIz .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uXvuAzNiIz .list {
    margin-bottom: 0rem;
  }
}
.cid-uXvuAzNiIz .list li {
  transition: all linear .3s;
}
.cid-uXvuAzNiIz .list li:hover {
  color: #b8d1df;
}
@media (max-width: 991px) {
  .cid-uXvuAzNiIz div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uXvuAzNiIz .copyrightDiv {
  margin-top: 108px;
  flex-direction: row-reverse;
}
.cid-uXvuAzNiIz .copyright {
  color: #cdbead;
}
.cid-uXvuAzNiIz .top {
  padding-top: 72px;
}
@media (min-width: 768px) {
  .cid-uXvuAzNiIz .top {
    padding-top: 75px;
  }
}
.cid-uXvuAzNiIz .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uXvuAzNiIz .soc-item {
  font-family: "Cormorant Garamond";
  position: relative;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-left: 0.5rem;
  padding: 1rem;
  height: 3rem;
  width: 3rem;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
  border: 1px solid #ffffff;
}
.cid-uXvuAzNiIz .soc-item span {
  color: #ffffff;
  z-index: 99999;
}
@media (max-width: 991px) {
  .cid-uXvuAzNiIz .bottom {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .cid-uXvuAzNiIz .mbr-white div {
    margin-bottom: 30px;
  }
}
.cid-uXvuAzNiIz .mbr-section-subtitle {
  color: #cdbead;
}
.cid-uXvuAzNiIz .mbr-text {
  font-size: 1rem;
}
.cid-uXvuAzNiIz section[once="footers"] {
  background-color: #ffffff !important;
}
@media (min-width: 392px) and (max-width: 425px) {
  .cid-uXvuAzNiIz .mbr-section-subtitle {
    font-size: 16px !important;
  }
  .cid-uXvuAzNiIz .mbr-text {
    font-size: 14px !important;
  }
}
@media (max-width: 391px) {
  .cid-uXvuAzNiIz .mbr-section-subtitle {
    font-size: 14px !important;
  }
  .cid-uXvuAzNiIz .mbr-text {
    font-size: 12px !important;
  }
}
@media (min-width: 1303px) and (max-width: 1500px) {
  .cid-uXvuAzNiIz .mbr-section-subtitle {
    font-size: 16px !important;
  }
  .cid-uXvuAzNiIz .mbr-text {
    font-size: 14px !important;
  }
}
@media (min-width: 1241px) and (max-width: 1302px) {
  .cid-uXvuAzNiIz .mbr-section-subtitle {
    font-size: 15px !important;
  }
  .cid-uXvuAzNiIz .mbr-text {
    font-size: 13px !important;
  }
}
@media (min-width: 992px) and (max-width: 1240px) {
  .cid-uXvuAzNiIz .mbr-section-subtitle {
    font-size: 12.5px !important;
  }
  .cid-uXvuAzNiIz .mbr-text {
    font-size: 11px !important;
  }
  .cid-uXvuAzNiIz #aboutWholenomics {
    padding-right: 0px !important;
  }
}
.cid-uZvkpvB9Qs .navbar-dropdown {
  position: relative !important;
}
.cid-uZvkpvB9Qs .dropdown-item:before {
  font-family: Monsterrat !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-uZvkpvB9Qs .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uZvkpvB9Qs .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uZvkpvB9Qs .dropdown-item:hover,
.cid-uZvkpvB9Qs .dropdown-item:focus {
  background: #313131 !important;
  color: white !important;
}
.cid-uZvkpvB9Qs .dropdown-item:hover span {
  color: white;
}
.cid-uZvkpvB9Qs .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZvkpvB9Qs .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZvkpvB9Qs .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZvkpvB9Qs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZvkpvB9Qs .nav-link {
  position: relative;
  font-size: 1rem !important;
}
.cid-uZvkpvB9Qs .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uZvkpvB9Qs .container {
    flex-wrap: nowrap;
  }
}
.cid-uZvkpvB9Qs .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.2rem;
  padding-right: 0.5rem;
}
.cid-uZvkpvB9Qs .dropdown-menu,
.cid-uZvkpvB9Qs .navbar.opened {
  background: #313131 !important;
}
.cid-uZvkpvB9Qs .nav-item:focus,
.cid-uZvkpvB9Qs .nav-link:focus {
  outline: none;
}
.cid-uZvkpvB9Qs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZvkpvB9Qs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZvkpvB9Qs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZvkpvB9Qs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZvkpvB9Qs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZvkpvB9Qs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZvkpvB9Qs .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #313131;
}
.cid-uZvkpvB9Qs .navbar.opened {
  transition: all 0.3s;
}
.cid-uZvkpvB9Qs .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZvkpvB9Qs .navbar .navbar-logo img {
  width: auto;
}
.cid-uZvkpvB9Qs .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZvkpvB9Qs .navbar.collapsed {
  justify-content: center;
}
.cid-uZvkpvB9Qs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZvkpvB9Qs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 1200px) {
  .cid-uZvkpvB9Qs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.6rem);
  }
}
.cid-uZvkpvB9Qs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZvkpvB9Qs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZvkpvB9Qs .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-uZvkpvB9Qs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZvkpvB9Qs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  font-size: 1rem;
}
.cid-uZvkpvB9Qs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 1200px) {
  .cid-uZvkpvB9Qs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZvkpvB9Qs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZvkpvB9Qs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZvkpvB9Qs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZvkpvB9Qs .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-uZvkpvB9Qs .navbar .navbar-logo img {
    height: auto !important;
    width: 100%;
    max-width: 400px;
  }
  .cid-uZvkpvB9Qs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZvkpvB9Qs .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
    font-size: 1rem !important;
  }
  .cid-uZvkpvB9Qs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uZvkpvB9Qs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZvkpvB9Qs .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZvkpvB9Qs .navbar.navbar-short {
  min-height: 80px;
}
.cid-uZvkpvB9Qs .navbar.navbar-short .navbar-logo img {
  height: 1rem !important;
}
.cid-uZvkpvB9Qs .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uZvkpvB9Qs .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uZvkpvB9Qs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZvkpvB9Qs .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uZvkpvB9Qs .navbar-brand {
    margin-right: 14px;
  }
}
.cid-uZvkpvB9Qs .dropdown-item.active,
.cid-uZvkpvB9Qs .dropdown-item:active {
  background-color: transparent;
}
.cid-uZvkpvB9Qs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZvkpvB9Qs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZvkpvB9Qs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZvkpvB9Qs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #313131;
}
.cid-uZvkpvB9Qs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uZvkpvB9Qs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZvkpvB9Qs ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZvkpvB9Qs .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
@media (max-width: 806px) {
  .cid-uZvkpvB9Qs .navbar-brand {
    padding-right: 0px !important;
  }
}
@media (max-width: 586px) {
  .cid-uZvkpvB9Qs .navbar-logo {
    margin-left: 0px !important;
    margin-right: 0px !important;
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
  .cid-uZvkpvB9Qs .navbar-logo img {
    height: auto;
    max-height: 40px !important;
    width: 200px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
  .cid-uZvkpvB9Qs .container-fluid {
    padding-left: 0px !important;
  }
  .cid-uZvkpvB9Qs .navbar {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
}
.cid-uZvkpvB9Qs button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZvkpvB9Qs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #cac6c3;
}
.cid-uZvkpvB9Qs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZvkpvB9Qs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZvkpvB9Qs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZvkpvB9Qs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZvkpvB9Qs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZvkpvB9Qs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZvkpvB9Qs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZvkpvB9Qs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZvkpvB9Qs .navbar-dropdown {
  padding: 0 1rem;
  position: static !important;
  z-index: 1000 !important;
}
.cid-uZvkpvB9Qs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZvkpvB9Qs .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-top: 0.3rem;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uZvkpvB9Qs .icons-menu {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZvkpvB9Qs .navbar {
    height: 80px;
  }
  .cid-uZvkpvB9Qs .navbar.opened {
    height: auto;
  }
  .cid-uZvkpvB9Qs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZvkpvB9Qs .nav-item {
  opacity: 0.7;
  background: transparent;
  border-radius: 12px;
  transition: 0.5s all;
  color: #ffffff;
}
.cid-uZvkpvB9Qs .nav-item:hover {
  opacity: 1;
  background: rgba(255, 255, 255, 0.1);
}
.cid-uZvkpvB9Qs .nav-item .nav-link {
  color: #ffffff;
}
@media (min-width: 1200px) {
  .cid-uZvkpvB9Qs .mbr-section-btn {
    margin-left: auto;
    max-width: 80%;
  }
}
@media (max-width: 575px) {
  .cid-uZvkpvB9Qs .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uZvkpvB9Qs .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uZvkpvB9Qs .mbr-section-btn .btn {
  padding: 12px 22px;
  min-height: 40px;
}
.cid-uZvkpvB9Qs .navbar-logo img {
  -webkit-background-clip: text !important;
  background-color: transparent !important;
  mix-blend-mode: normal !important;
  isolation: isolate !important;
  -webkit-transform: translateZ(0);
}
.cid-uYsX2yQDWK {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #cdbead;
}
@media (max-width: 575px) {
  .cid-uYsX2yQDWK .row {
    text-align: center!important;
  }
}
.cid-uYsX2yQDWK .opacity-text {
  opacity: 0.5;
  font-weight: inherit;
}
.cid-uYsX2yQDWK .mbr-text {
  color: #ffffff;
}
@media (max-width: 575px) {
  .cid-uYsX2yQDWK .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uYsX2yQDWK .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uYsX2yQDWK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYsX2yQDWK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYsX2yQDWK .mbr-section-title,
.cid-uYsX2yQDWK .mbr-section-btn {
  color: #313131;
}
@media (max-width: 575px) {
  .cid-uYsX2yQDWK .mbr-section-title {
    text-align: center !important;
  }
}
@media (max-width: 992px) {
  .cid-uYsX2yQDWK .container-fluid {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.cid-uU1yP2J2yg {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #313131;
}
.cid-uU1yP2J2yg .mbr-text {
  color: #cac6c3;
}
.cid-uU1yP2J2yg .mbr-section-title {
  color: #313131;
}
.cid-uU1XJUL8yA {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #cdbead;
}
.cid-uU1XJUL8yA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU1XJUL8yA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU1XJUL8yA .mbr-section-title {
  color: #313131;
}
@media (max-width: 992px) {
  .cid-uU1XJUL8yA #personalConsultationTitle {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
}
.cid-uU1MD9QQdK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cdbead;
}
.cid-uU1MD9QQdK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU1MD9QQdK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cdbead;
}
.cid-uU1MD9QQdK .mbr-fallback-image .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU1MD9QQdK .mbr-fallback-image .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU1MD9QQdK .mbr-fallback-image .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-uU1MD9QQdK .mbr-fallback-image .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-uU1MD9QQdK .mbr-fallback-image .container {
    padding: 0 6px;
  }
}
.cid-uU1MD9QQdK .mbr-fallback-image .row {
  margin: 0;
  background-color: #cdbead;
  border-radius: 20px;
  padding: 75px !important;
}
@media (max-width: 1440px) {
  .cid-uU1MD9QQdK .mbr-fallback-image .row {
    padding: 75px 32px;
  }
}
@media (max-width: 1200px) {
  .cid-uU1MD9QQdK .mbr-fallback-image .row {
    padding: 75px 8px;
  }
}
@media (max-width: 992px) {
  .cid-uU1MD9QQdK .mbr-fallback-image .row {
    padding: 70px 0px !important;
  }
}
@media (max-width: 768px) {
  .cid-uU1MD9QQdK .mbr-fallback-image .row {
    padding: 70px 0px !important;
  }
}
.cid-uU1MD9QQdK .mbr-fallback-image .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-uU1MD9QQdK .mbr-fallback-image .desc-wrapper {
  padding-right: 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uU1MD9QQdK .mbr-fallback-image .desc-wrapper {
    padding: 0;
  }
}
.cid-uU1MD9QQdK .mbr-fallback-image .desc-wrapper .mbr-desc {
  padding: 10px 18px;
  display: inline-flex;
  border: 1px solid #b8d1df;
  border-radius: 30px;
  margin-bottom: 0;
}
.cid-uU1MD9QQdK .mbr-fallback-image .title-wrapper {
  margin-bottom: 64px;
}
.cid-uU1MD9QQdK .mbr-fallback-image .title-wrapper span {
  color: #009472;
}
.cid-uU1MD9QQdK .mbr-fallback-image .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uU1MD9QQdK .mbr-fallback-image .cards-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 24px;
}
@media (max-width: 1024px) {
  .cid-uU1MD9QQdK .mbr-fallback-image .cards-wrapper {
    display: block;
  }
}
.cid-uU1MD9QQdK .mbr-fallback-image .cards-wrapper .item {
  position: relative;
  margin: 50px 0 40px 0;
}
@media (max-width: 1024px) {
  .cid-uU1MD9QQdK .mbr-fallback-image .cards-wrapper .item {
    margin: 50px 0 100px 0;
  }
}
.cid-uU1MD9QQdK .mbr-fallback-image .cards-wrapper .item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #b8d1df;
  border-radius: 16px 16px 0 0;
  transition: all 0.3s ease-in-out;
}
.cid-uU1MD9QQdK .mbr-fallback-image .cards-wrapper .item .item-desc {
  position: absolute;
  width: 100%;
  top: -47px;
  left: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uU1MD9QQdK .mbr-fallback-image .cards-wrapper .item .item-desc .card-desc {
  display: inline-block;
  min-width: 250px;
  padding: 15px 22px 30px;
  border-radius: 16px 16px 0 0;
  background-color: #b8d1df;
}
@media (max-width: 992px) {
  .cid-uU1MD9QQdK .mbr-fallback-image .cards-wrapper .item .item-desc .card-desc {
    min-width: auto;
  }
}
.cid-uU1MD9QQdK .mbr-fallback-image .cards-wrapper .item:hover .item-wrapper .item-img img,
.cid-uU1MD9QQdK .mbr-fallback-image .cards-wrapper .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-uU1MD9QQdK .mbr-fallback-image .cards-wrapper .item:hover::before,
.cid-uU1MD9QQdK .mbr-fallback-image .cards-wrapper .item:focus::before {
  top: -10px;
}
.cid-uU1MD9QQdK .mbr-fallback-image .cards-wrapper .item:hover .item-desc,
.cid-uU1MD9QQdK .mbr-fallback-image .cards-wrapper .item:focus .item-desc {
  top: -57px;
}
.cid-uU1MD9QQdK .mbr-fallback-image .cards-wrapper .item .item-wrapper {
  padding: 40px;
  border-radius: 16px !important;
  background-color: #313131;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uU1MD9QQdK .mbr-fallback-image .cards-wrapper .item .item-wrapper {
    padding: 22px;
  }
}
.cid-uU1MD9QQdK .mbr-fallback-image .cards-wrapper .item .item-wrapper .item-content .item-img {
  margin-bottom: 32px;
  overflow: hidden;
  border-radius: 10px;
}
.cid-uU1MD9QQdK .mbr-fallback-image .cards-wrapper .item .item-wrapper .item-content .item-img img {
  width: 100%;
  height: auto;
  object-fit: fit;
  border-radius: 10px;
}
.cid-uU1MD9QQdK .mbr-fallback-image .cards-wrapper .item .item-wrapper .item-content .card-price {
  margin-bottom: 22px;
}
.cid-uU1MD9QQdK .mbr-fallback-image .cards-wrapper .item .item-wrapper .item-content .card-title {
  margin-bottom: 22px;
}
.cid-uU1MD9QQdK .mbr-fallback-image .cards-wrapper .item .item-wrapper .item-content .card-text {
  margin-bottom: 22px;
}
.cid-uU1MD9QQdK .mbr-fallback-image .mbr-desc {
  color: #ffffff;
}
.cid-uU1MD9QQdK .mbr-fallback-image .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uU1MD9QQdK .mbr-fallback-image .card-desc {
  color: #ffffff;
}
.cid-uU1MD9QQdK .mbr-fallback-image .card-price {
  color: #333333;
}
.cid-uU1MD9QQdK .mbr-fallback-image .card-title {
  color: #131313;
}
.cid-uU1MD9QQdK .mbr-fallback-image .card-text {
  color: #cdbead;
}
.cid-uU1MD9QQdK .mbr-fallback-image .card-desc,
.cid-uU1MD9QQdK .mbr-fallback-image .item-desc {
  color: #333333;
}
.cid-uU1MD9QQdK .mbr-fallback-image .card-title,
.cid-uU1MD9QQdK .mbr-fallback-image .mbr-section-btn,
.cid-uU1MD9QQdK .mbr-fallback-image .icon-wrapper {
  color: #333333;
}
.cid-uU1MD9QQdK .mbr-fallback-image .mbr-desc,
.cid-uU1MD9QQdK .mbr-fallback-image .desc-wrapper {
  color: #cdbead;
}
.cid-uU1MD9QQdK .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-uU1MD9QQdK .container {
    padding: 0 6px;
  }
}
.cid-uU1MD9QQdK .row {
  margin: 0;
  background-color: #cdbead;
  border-radius: 20px;
  padding: 150px;
}
@media (max-width: 1440px) {
  .cid-uU1MD9QQdK .row {
    padding: 150px 32px;
  }
}
@media (max-width: 1200px) {
  .cid-uU1MD9QQdK .row {
    padding: 150px 8px;
  }
}
@media (max-width: 992px) {
  .cid-uU1MD9QQdK .row {
    padding: 70px 60px;
  }
}
@media (max-width: 768px) {
  .cid-uU1MD9QQdK .row {
    padding: 70px 16px;
  }
}
.cid-uU1MD9QQdK .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-uU1MD9QQdK .desc-wrapper {
  padding-right: 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uU1MD9QQdK .desc-wrapper {
    padding: 0;
  }
}
.cid-uU1MD9QQdK .desc-wrapper .mbr-desc {
  padding: 10px 18px;
  display: inline-flex;
  border: 1px solid #b8d1df;
  border-radius: 30px;
  margin-bottom: 0;
}
.cid-uU1MD9QQdK .title-wrapper {
  margin-bottom: 64px;
}
.cid-uU1MD9QQdK .title-wrapper span {
  color: #009472;
}
.cid-uU1MD9QQdK .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uU1MD9QQdK .cards-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 24px;
}
@media (max-width: 1024px) {
  .cid-uU1MD9QQdK .cards-wrapper {
    display: block;
  }
}
.cid-uU1MD9QQdK .cards-wrapper .item {
  position: relative;
  margin: 50px 0 40px 0;
}
@media (max-width: 1024px) {
  .cid-uU1MD9QQdK .cards-wrapper .item {
    margin: 50px 0 100px 0;
  }
}
.cid-uU1MD9QQdK .cards-wrapper .item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #b8d1df;
  border-radius: 16px 16px 0 0;
  transition: all 0.3s ease-in-out;
}
.cid-uU1MD9QQdK .cards-wrapper .item .item-desc {
  position: absolute;
  width: 100%;
  top: -47px;
  left: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uU1MD9QQdK .cards-wrapper .item .item-desc .card-desc {
  display: inline-block;
  min-width: 250px;
  padding: 15px 22px 30px;
  border-radius: 16px 16px 0 0;
  background-color: #b8d1df;
}
@media (max-width: 992px) {
  .cid-uU1MD9QQdK .cards-wrapper .item .item-desc .card-desc {
    min-width: auto;
  }
}
.cid-uU1MD9QQdK .cards-wrapper .item:hover .item-wrapper .item-img img,
.cid-uU1MD9QQdK .cards-wrapper .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-uU1MD9QQdK .cards-wrapper .item:hover::before,
.cid-uU1MD9QQdK .cards-wrapper .item:focus::before {
  top: -10px;
}
.cid-uU1MD9QQdK .cards-wrapper .item:hover .item-desc,
.cid-uU1MD9QQdK .cards-wrapper .item:focus .item-desc {
  top: -57px;
}
.cid-uU1MD9QQdK .cards-wrapper .item .item-wrapper {
  padding: 40px;
  border-radius: 16px !important;
  background-color: #313131;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uU1MD9QQdK .cards-wrapper .item .item-wrapper {
    padding: 22px;
  }
}
.cid-uU1MD9QQdK .cards-wrapper .item .item-wrapper .item-content .item-img {
  margin-bottom: 32px;
  overflow: hidden;
  border-radius: 10px;
}
.cid-uU1MD9QQdK .cards-wrapper .item .item-wrapper .item-content .item-img img {
  width: 100%;
  height: auto;
  object-fit: fit;
  border-radius: 10px;
}
.cid-uU1MD9QQdK .cards-wrapper .item .item-wrapper .item-content .card-price {
  margin-bottom: 22px;
}
.cid-uU1MD9QQdK .cards-wrapper .item .item-wrapper .item-content .card-title {
  margin-bottom: 22px;
}
.cid-uU1MD9QQdK .cards-wrapper .item .item-wrapper .item-content .card-text {
  margin-bottom: 22px;
}
.cid-uU1MD9QQdK .mbr-desc {
  color: #ffffff;
}
.cid-uU1MD9QQdK .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uU1MD9QQdK .card-desc {
  color: #ffffff;
  display: block;
  min-width: auto;
  white-space: normal;
  overflow: visible;
  text-overflow: unset;
}
.cid-uU1MD9QQdK .card-price {
  color: #cac6c3;
}
.cid-uU1MD9QQdK .card-title {
  color: #cdbead;
}
.cid-uU1MD9QQdK .card-text {
  color: #cdbead;
  white-space: normal;
  overflow: visible;
  text-overflow: unset;
}
.cid-uU1MD9QQdK .card-desc,
.cid-uU1MD9QQdK .item-desc {
  color: #313131;
  text-align: left;
}
.cid-uU1MD9QQdK .card-title,
.cid-uU1MD9QQdK .mbr-section-btn,
.cid-uU1MD9QQdK .icon-wrapper {
  color: #cdbead;
}
.cid-uU1MD9QQdK .mbr-desc,
.cid-uU1MD9QQdK .desc-wrapper {
  color: #cdbead;
}
.cid-uU1MD9QQdK .cards-wrapper .item-wrapper {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.cid-uU1MD9QQdK .cards-wrapper .item-wrapper:hover {
  transform: translateY(-12px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}
.cid-uU1MD9QQdK .cards-wrapper .card-title {
  font-weight: 700;
  font-size: 1.3rem;
  transition: color 0.3s ease;
}
.cid-uU1MD9QQdK .cards-wrapper .item-wrapper:hover .card-title {
  color: #cac6c3;
}
.cid-uU1MD9QQdK .cards-wrapper .card-text {
  line-height: 1.6;
}
@media (max-width: 768px) {
  .cid-uU1MD9QQdK .cards-wrapper {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 768px) {
  .cid-uU1MD9QQdK .card-desc {
    margin-top: -15px;
  }
}
@media (max-width: 992px) {
  .cid-uU1MD9QQdK .container-fluid {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .cid-uU1MD9QQdK #masteryCard {
    margin-bottom: 0px !important;
  }
}
@media (min-width: 1025px) {
  .cid-uU1MD9QQdK #foundationCard,
  .cid-uU1MD9QQdK #essenceCard,
  .cid-uU1MD9QQdK #masteryCard {
    margin-bottom: 0px !important;
  }
}
.cid-uU1MD9QQdK #foundationFeatures,
.cid-uU1MD9QQdK #foundationBestFor,
.cid-uU1MD9QQdK #essenceFeatures,
.cid-uU1MD9QQdK #essenceBestFor,
.cid-uU1MD9QQdK #masteryFeatures,
.cid-uU1MD9QQdK #masteryBestFor,
.cid-uU1MD9QQdK #individualTitle {
  font-size: 1.2rem !important;
}
.cid-uYt4Re94Zs {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #313131;
}
.cid-uYt4Re94Zs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYt4Re94Zs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYt4Re94Zs .mbr-section-title {
  color: #cdbead;
}
@media (max-width: 992px) {
  .cid-uYt4Re94Zs #personalConsultationTitle {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
}
.cid-uWXaTZhGUU {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #313131;
  overflow: hidden;
}
.cid-uWXaTZhGUU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWXaTZhGUU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWXaTZhGUU .item-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 55px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #998974, #cdbead);
}
@media (max-width: 767px) {
  .cid-uWXaTZhGUU .item-wrap {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .cid-uWXaTZhGUU .item-wrap {
    padding: 35px 25px 35px 25px;
  }
}
.cid-uWXaTZhGUU .card-title {
  color: #111111;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-uWXaTZhGUU .card-title {
    margin-bottom: 20px;
  }
}
.cid-uWXaTZhGUU .card-subtitle {
  color: #111111;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-uWXaTZhGUU .card-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uWXaTZhGUU .card-text {
  color: #111111;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWXaTZhGUU .card-subtitle,
  .cid-uWXaTZhGUU .card-text {
    line-height: 1.5 !important;
  }
}
.cid-uYt56WRlrY {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #313131;
}
.cid-uYt56WRlrY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYt56WRlrY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYt56WRlrY .mbr-section-title {
  color: #cdbead;
}
@media (max-width: 992px) {
  .cid-uYt56WRlrY #personalConsultationTitle {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
}
.cid-uWXhS1rc2t {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #313131;
  overflow: hidden;
}
.cid-uWXhS1rc2t .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWXhS1rc2t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWXhS1rc2t .item-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 55px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #998974, #cdbead);
}
@media (max-width: 767px) {
  .cid-uWXhS1rc2t .item-wrap {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .cid-uWXhS1rc2t .item-wrap {
    padding: 35px 25px 35px 25px;
  }
}
.cid-uWXhS1rc2t .card-title {
  color: #111111;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-uWXhS1rc2t .card-title {
    margin-bottom: 20px;
  }
}
.cid-uWXhS1rc2t .card-subtitle {
  color: #111111;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-uWXhS1rc2t .card-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uWXhS1rc2t .card-text {
  color: #111111;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWXhS1rc2t .card-subtitle,
  .cid-uWXhS1rc2t .card-text {
    line-height: 1.5 !important;
  }
}
.cid-uU1yP2ux2G {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #cdbead;
}
.cid-uU1yP2ux2G .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU1yP2ux2G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU1yP2ux2G .mbr-section-title {
  text-align: center;
  color: #313131;
}
.cid-uU1yP2ux2G .mbr-section-subtitle {
  text-align: left;
}
.cid-uXvuAzNiIz {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
@media (min-width: 992px) {
  .cid-uXvuAzNiIz .wrapper {
    padding: 0 28px;
  }
}
.cid-uXvuAzNiIz .list {
  list-style: none;
  padding-left: 0;
  color: #cdbead;
}
@media (max-width: 991px) {
  .cid-uXvuAzNiIz .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uXvuAzNiIz .list {
    margin-bottom: 0rem;
  }
}
.cid-uXvuAzNiIz .list li {
  transition: all linear .3s;
}
.cid-uXvuAzNiIz .list li:hover {
  color: #b8d1df;
}
@media (max-width: 991px) {
  .cid-uXvuAzNiIz div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uXvuAzNiIz .copyrightDiv {
  margin-top: 108px;
  flex-direction: row-reverse;
}
.cid-uXvuAzNiIz .copyright {
  color: #cdbead;
}
.cid-uXvuAzNiIz .top {
  padding-top: 72px;
}
@media (min-width: 768px) {
  .cid-uXvuAzNiIz .top {
    padding-top: 75px;
  }
}
.cid-uXvuAzNiIz .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uXvuAzNiIz .soc-item {
  font-family: "Cormorant Garamond";
  position: relative;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-left: 0.5rem;
  padding: 1rem;
  height: 3rem;
  width: 3rem;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
  border: 1px solid #ffffff;
}
.cid-uXvuAzNiIz .soc-item span {
  color: #ffffff;
  z-index: 99999;
}
@media (max-width: 991px) {
  .cid-uXvuAzNiIz .bottom {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .cid-uXvuAzNiIz .mbr-white div {
    margin-bottom: 30px;
  }
}
.cid-uXvuAzNiIz .mbr-section-subtitle {
  color: #cdbead;
}
.cid-uXvuAzNiIz .mbr-text {
  font-size: 1rem;
}
.cid-uXvuAzNiIz section[once="footers"] {
  background-color: #ffffff !important;
}
@media (min-width: 392px) and (max-width: 425px) {
  .cid-uXvuAzNiIz .mbr-section-subtitle {
    font-size: 16px !important;
  }
  .cid-uXvuAzNiIz .mbr-text {
    font-size: 14px !important;
  }
}
@media (max-width: 391px) {
  .cid-uXvuAzNiIz .mbr-section-subtitle {
    font-size: 14px !important;
  }
  .cid-uXvuAzNiIz .mbr-text {
    font-size: 12px !important;
  }
}
@media (min-width: 1303px) and (max-width: 1500px) {
  .cid-uXvuAzNiIz .mbr-section-subtitle {
    font-size: 16px !important;
  }
  .cid-uXvuAzNiIz .mbr-text {
    font-size: 14px !important;
  }
}
@media (min-width: 1241px) and (max-width: 1302px) {
  .cid-uXvuAzNiIz .mbr-section-subtitle {
    font-size: 15px !important;
  }
  .cid-uXvuAzNiIz .mbr-text {
    font-size: 13px !important;
  }
}
@media (min-width: 992px) and (max-width: 1240px) {
  .cid-uXvuAzNiIz .mbr-section-subtitle {
    font-size: 12.5px !important;
  }
  .cid-uXvuAzNiIz .mbr-text {
    font-size: 11px !important;
  }
  .cid-uXvuAzNiIz #aboutWholenomics {
    padding-right: 0px !important;
  }
}
.cid-uZvkpvB9Qs .navbar-dropdown {
  position: relative !important;
}
.cid-uZvkpvB9Qs .dropdown-item:before {
  font-family: Monsterrat !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-uZvkpvB9Qs .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uZvkpvB9Qs .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uZvkpvB9Qs .dropdown-item:hover,
.cid-uZvkpvB9Qs .dropdown-item:focus {
  background: #313131 !important;
  color: white !important;
}
.cid-uZvkpvB9Qs .dropdown-item:hover span {
  color: white;
}
.cid-uZvkpvB9Qs .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZvkpvB9Qs .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZvkpvB9Qs .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZvkpvB9Qs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZvkpvB9Qs .nav-link {
  position: relative;
  font-size: 1rem !important;
}
.cid-uZvkpvB9Qs .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uZvkpvB9Qs .container {
    flex-wrap: nowrap;
  }
}
.cid-uZvkpvB9Qs .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.2rem;
  padding-right: 0.5rem;
}
.cid-uZvkpvB9Qs .dropdown-menu,
.cid-uZvkpvB9Qs .navbar.opened {
  background: #313131 !important;
}
.cid-uZvkpvB9Qs .nav-item:focus,
.cid-uZvkpvB9Qs .nav-link:focus {
  outline: none;
}
.cid-uZvkpvB9Qs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZvkpvB9Qs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZvkpvB9Qs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZvkpvB9Qs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZvkpvB9Qs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZvkpvB9Qs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZvkpvB9Qs .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #313131;
}
.cid-uZvkpvB9Qs .navbar.opened {
  transition: all 0.3s;
}
.cid-uZvkpvB9Qs .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZvkpvB9Qs .navbar .navbar-logo img {
  width: auto;
}
.cid-uZvkpvB9Qs .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZvkpvB9Qs .navbar.collapsed {
  justify-content: center;
}
.cid-uZvkpvB9Qs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZvkpvB9Qs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 1200px) {
  .cid-uZvkpvB9Qs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.6rem);
  }
}
.cid-uZvkpvB9Qs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZvkpvB9Qs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZvkpvB9Qs .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-uZvkpvB9Qs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZvkpvB9Qs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  font-size: 1rem;
}
.cid-uZvkpvB9Qs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 1200px) {
  .cid-uZvkpvB9Qs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZvkpvB9Qs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZvkpvB9Qs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZvkpvB9Qs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZvkpvB9Qs .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-uZvkpvB9Qs .navbar .navbar-logo img {
    height: auto !important;
    width: 100%;
    max-width: 400px;
  }
  .cid-uZvkpvB9Qs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZvkpvB9Qs .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
    font-size: 1rem !important;
  }
  .cid-uZvkpvB9Qs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uZvkpvB9Qs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZvkpvB9Qs .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZvkpvB9Qs .navbar.navbar-short {
  min-height: 80px;
}
.cid-uZvkpvB9Qs .navbar.navbar-short .navbar-logo img {
  height: 1rem !important;
}
.cid-uZvkpvB9Qs .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uZvkpvB9Qs .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uZvkpvB9Qs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZvkpvB9Qs .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uZvkpvB9Qs .navbar-brand {
    margin-right: 14px;
  }
}
.cid-uZvkpvB9Qs .dropdown-item.active,
.cid-uZvkpvB9Qs .dropdown-item:active {
  background-color: transparent;
}
.cid-uZvkpvB9Qs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZvkpvB9Qs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZvkpvB9Qs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZvkpvB9Qs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #313131;
}
.cid-uZvkpvB9Qs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uZvkpvB9Qs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZvkpvB9Qs ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZvkpvB9Qs .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
@media (max-width: 806px) {
  .cid-uZvkpvB9Qs .navbar-brand {
    padding-right: 0px !important;
  }
}
@media (max-width: 586px) {
  .cid-uZvkpvB9Qs .navbar-logo {
    margin-left: 0px !important;
    margin-right: 0px !important;
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
  .cid-uZvkpvB9Qs .navbar-logo img {
    height: auto;
    max-height: 40px !important;
    width: 200px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
  .cid-uZvkpvB9Qs .container-fluid {
    padding-left: 0px !important;
  }
  .cid-uZvkpvB9Qs .navbar {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
}
.cid-uZvkpvB9Qs button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZvkpvB9Qs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #cac6c3;
}
.cid-uZvkpvB9Qs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZvkpvB9Qs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZvkpvB9Qs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZvkpvB9Qs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZvkpvB9Qs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZvkpvB9Qs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZvkpvB9Qs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZvkpvB9Qs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZvkpvB9Qs .navbar-dropdown {
  padding: 0 1rem;
  position: static !important;
  z-index: 1000 !important;
}
.cid-uZvkpvB9Qs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZvkpvB9Qs .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-top: 0.3rem;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uZvkpvB9Qs .icons-menu {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZvkpvB9Qs .navbar {
    height: 80px;
  }
  .cid-uZvkpvB9Qs .navbar.opened {
    height: auto;
  }
  .cid-uZvkpvB9Qs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZvkpvB9Qs .nav-item {
  opacity: 0.7;
  background: transparent;
  border-radius: 12px;
  transition: 0.5s all;
  color: #ffffff;
}
.cid-uZvkpvB9Qs .nav-item:hover {
  opacity: 1;
  background: rgba(255, 255, 255, 0.1);
}
.cid-uZvkpvB9Qs .nav-item .nav-link {
  color: #ffffff;
}
@media (min-width: 1200px) {
  .cid-uZvkpvB9Qs .mbr-section-btn {
    margin-left: auto;
    max-width: 80%;
  }
}
@media (max-width: 575px) {
  .cid-uZvkpvB9Qs .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uZvkpvB9Qs .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uZvkpvB9Qs .mbr-section-btn .btn {
  padding: 12px 22px;
  min-height: 40px;
}
.cid-uZvkpvB9Qs .navbar-logo img {
  -webkit-background-clip: text !important;
  background-color: transparent !important;
  mix-blend-mode: normal !important;
  isolation: isolate !important;
  -webkit-transform: translateZ(0);
}
.cid-uYxcbXJYHw {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #cdbead;
}
@media (max-width: 575px) {
  .cid-uYxcbXJYHw .row {
    text-align: center!important;
  }
}
.cid-uYxcbXJYHw .opacity-text {
  opacity: 0.5;
  font-weight: inherit;
}
.cid-uYxcbXJYHw .mbr-text {
  color: #ffffff;
}
@media (max-width: 575px) {
  .cid-uYxcbXJYHw .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uYxcbXJYHw .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uYxcbXJYHw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYxcbXJYHw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYxcbXJYHw .mbr-section-title,
.cid-uYxcbXJYHw .mbr-section-btn {
  color: #313131;
}
@media (max-width: 575px) {
  .cid-uYxcbXJYHw .mbr-section-title {
    text-align: center !important;
  }
}
@media (max-width: 992px) {
  .cid-uYxcbXJYHw .container-fluid {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.cid-uTWEiP2TaN {
  padding-top: 3rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #313131;
}
.cid-uTWEiP2TaN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTWEiP2TaN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTWEiP2TaN .row {
  flex-direction: row-reverse;
}
.cid-uTWEiP2TaN .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-uTWEiP2TaN .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.cid-uTWEiP2TaN .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-uTWEiP2TaN .col-img {
  padding: 10px;
}
@media (min-width: 992px) {
  .cid-uTWEiP2TaN .col-img {
    padding-left: 60px !important;
  }
}
.cid-uTWEiP2TaN .col-text {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-uTWEiP2TaN .col-text {
    order: 2;
  }
}
.cid-uTWEiP2TaN .text-wrapper {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uTWEiP2TaN .text-wrapper {
    margin-top: 20px;
  }
}
.cid-uTWEiP2TaN .mbr-section-title {
  color: #C4CFDE;
  margin-bottom: 20px;
}
.cid-uTWEiP2TaN .mbr-section-subtitle {
  color: #cdbead;
  margin-bottom: 22px;
}
.cid-uTWEiP2TaN .mbr-section-subtitle a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-uTWEiP2TaN .mbr-text {
  color: #C4CFDE;
  margin-bottom: 20px;
  padding-right: 16%;
}
@media (max-width: 991px) {
  .cid-uTWEiP2TaN .mbr-text {
    padding-right: 0;
  }
}
.cid-uTWEiP2TaN .mbr-section-btn {
  margin-top: 20px;
}
.cid-uTWEiP2TaN .social-container {
  width: 100%;
  padding-top: 90px;
}
@media (max-width: 991px) {
  .cid-uTWEiP2TaN .social-container {
    padding-top: 40px;
  }
}
.cid-uTWEiP2TaN .social-title {
  color: #C4CFDE;
  margin-bottom: 20px;
}
.cid-uTWEiP2TaN .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -10px -12px;
}
.cid-uTWEiP2TaN .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 10px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-uTWEiP2TaN .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-uTWEiP2TaN .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-uTWEiP2TaN .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uTWEiP2TaN .soc-item:hover:before {
  opacity: 1;
}
.cid-uTWEiP2TaN .img-wrapper {
  padding: 15px;
  border-radius: 6px;
  position: relative;
  width: 100%;
  background: linear-gradient(145deg, #cdbead, #b8d1df);
  box-shadow: 10px 10px 19px #000000, -10px -10px 19px #000000;
}
.cid-uTWEiP2TaN .img-box {
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
}
.cid-uTWEiP2TaN .img-box img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 0.87102178;
}
.cid-uTWEiP2TaN .mbr-text,
.cid-uTWEiP2TaN .mbr-section-btn {
  color: #cac6c3;
}
@media (max-width: 992px) {
  .cid-uTWEiP2TaN .mbr-text {
    line-height: 1.6;
  }
  .cid-uTWEiP2TaN .container {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.cid-uTX5PWGpPR {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #cdbead;
}
.cid-uTX5PWGpPR .mbr-text {
  color: #313131;
}
@media (max-width: 992px) {
  .cid-uTX5PWGpPR .mbr-text {
    line-height: 1.6;
  }
}
.cid-uTWEiQ5XqF {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #cdbead;
}
.cid-uXvuAzNiIz {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
@media (min-width: 992px) {
  .cid-uXvuAzNiIz .wrapper {
    padding: 0 28px;
  }
}
.cid-uXvuAzNiIz .list {
  list-style: none;
  padding-left: 0;
  color: #cdbead;
}
@media (max-width: 991px) {
  .cid-uXvuAzNiIz .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uXvuAzNiIz .list {
    margin-bottom: 0rem;
  }
}
.cid-uXvuAzNiIz .list li {
  transition: all linear .3s;
}
.cid-uXvuAzNiIz .list li:hover {
  color: #b8d1df;
}
@media (max-width: 991px) {
  .cid-uXvuAzNiIz div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uXvuAzNiIz .copyrightDiv {
  margin-top: 108px;
  flex-direction: row-reverse;
}
.cid-uXvuAzNiIz .copyright {
  color: #cdbead;
}
.cid-uXvuAzNiIz .top {
  padding-top: 72px;
}
@media (min-width: 768px) {
  .cid-uXvuAzNiIz .top {
    padding-top: 75px;
  }
}
.cid-uXvuAzNiIz .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uXvuAzNiIz .soc-item {
  font-family: "Cormorant Garamond";
  position: relative;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-left: 0.5rem;
  padding: 1rem;
  height: 3rem;
  width: 3rem;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
  border: 1px solid #ffffff;
}
.cid-uXvuAzNiIz .soc-item span {
  color: #ffffff;
  z-index: 99999;
}
@media (max-width: 991px) {
  .cid-uXvuAzNiIz .bottom {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .cid-uXvuAzNiIz .mbr-white div {
    margin-bottom: 30px;
  }
}
.cid-uXvuAzNiIz .mbr-section-subtitle {
  color: #cdbead;
}
.cid-uXvuAzNiIz .mbr-text {
  font-size: 1rem;
}
.cid-uXvuAzNiIz section[once="footers"] {
  background-color: #ffffff !important;
}
@media (min-width: 392px) and (max-width: 425px) {
  .cid-uXvuAzNiIz .mbr-section-subtitle {
    font-size: 16px !important;
  }
  .cid-uXvuAzNiIz .mbr-text {
    font-size: 14px !important;
  }
}
@media (max-width: 391px) {
  .cid-uXvuAzNiIz .mbr-section-subtitle {
    font-size: 14px !important;
  }
  .cid-uXvuAzNiIz .mbr-text {
    font-size: 12px !important;
  }
}
@media (min-width: 1303px) and (max-width: 1500px) {
  .cid-uXvuAzNiIz .mbr-section-subtitle {
    font-size: 16px !important;
  }
  .cid-uXvuAzNiIz .mbr-text {
    font-size: 14px !important;
  }
}
@media (min-width: 1241px) and (max-width: 1302px) {
  .cid-uXvuAzNiIz .mbr-section-subtitle {
    font-size: 15px !important;
  }
  .cid-uXvuAzNiIz .mbr-text {
    font-size: 13px !important;
  }
}
@media (min-width: 992px) and (max-width: 1240px) {
  .cid-uXvuAzNiIz .mbr-section-subtitle {
    font-size: 12.5px !important;
  }
  .cid-uXvuAzNiIz .mbr-text {
    font-size: 11px !important;
  }
  .cid-uXvuAzNiIz #aboutWholenomics {
    padding-right: 0px !important;
  }
}
.cid-uZvkpvB9Qs .navbar-dropdown {
  position: relative !important;
}
.cid-uZvkpvB9Qs .dropdown-item:before {
  font-family: Monsterrat !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-uZvkpvB9Qs .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uZvkpvB9Qs .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uZvkpvB9Qs .dropdown-item:hover,
.cid-uZvkpvB9Qs .dropdown-item:focus {
  background: #313131 !important;
  color: white !important;
}
.cid-uZvkpvB9Qs .dropdown-item:hover span {
  color: white;
}
.cid-uZvkpvB9Qs .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZvkpvB9Qs .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZvkpvB9Qs .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZvkpvB9Qs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZvkpvB9Qs .nav-link {
  position: relative;
  font-size: 1rem !important;
}
.cid-uZvkpvB9Qs .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uZvkpvB9Qs .container {
    flex-wrap: nowrap;
  }
}
.cid-uZvkpvB9Qs .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.2rem;
  padding-right: 0.5rem;
}
.cid-uZvkpvB9Qs .dropdown-menu,
.cid-uZvkpvB9Qs .navbar.opened {
  background: #313131 !important;
}
.cid-uZvkpvB9Qs .nav-item:focus,
.cid-uZvkpvB9Qs .nav-link:focus {
  outline: none;
}
.cid-uZvkpvB9Qs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZvkpvB9Qs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZvkpvB9Qs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZvkpvB9Qs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZvkpvB9Qs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZvkpvB9Qs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZvkpvB9Qs .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #313131;
}
.cid-uZvkpvB9Qs .navbar.opened {
  transition: all 0.3s;
}
.cid-uZvkpvB9Qs .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZvkpvB9Qs .navbar .navbar-logo img {
  width: auto;
}
.cid-uZvkpvB9Qs .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZvkpvB9Qs .navbar.collapsed {
  justify-content: center;
}
.cid-uZvkpvB9Qs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZvkpvB9Qs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 1200px) {
  .cid-uZvkpvB9Qs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.6rem);
  }
}
.cid-uZvkpvB9Qs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZvkpvB9Qs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZvkpvB9Qs .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-uZvkpvB9Qs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZvkpvB9Qs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  font-size: 1rem;
}
.cid-uZvkpvB9Qs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 1200px) {
  .cid-uZvkpvB9Qs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZvkpvB9Qs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZvkpvB9Qs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZvkpvB9Qs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZvkpvB9Qs .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-uZvkpvB9Qs .navbar .navbar-logo img {
    height: auto !important;
    width: 100%;
    max-width: 400px;
  }
  .cid-uZvkpvB9Qs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZvkpvB9Qs .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
    font-size: 1rem !important;
  }
  .cid-uZvkpvB9Qs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uZvkpvB9Qs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZvkpvB9Qs .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZvkpvB9Qs .navbar.navbar-short {
  min-height: 80px;
}
.cid-uZvkpvB9Qs .navbar.navbar-short .navbar-logo img {
  height: 1rem !important;
}
.cid-uZvkpvB9Qs .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uZvkpvB9Qs .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uZvkpvB9Qs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZvkpvB9Qs .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uZvkpvB9Qs .navbar-brand {
    margin-right: 14px;
  }
}
.cid-uZvkpvB9Qs .dropdown-item.active,
.cid-uZvkpvB9Qs .dropdown-item:active {
  background-color: transparent;
}
.cid-uZvkpvB9Qs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZvkpvB9Qs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZvkpvB9Qs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZvkpvB9Qs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #313131;
}
.cid-uZvkpvB9Qs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uZvkpvB9Qs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZvkpvB9Qs ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZvkpvB9Qs .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
@media (max-width: 806px) {
  .cid-uZvkpvB9Qs .navbar-brand {
    padding-right: 0px !important;
  }
}
@media (max-width: 586px) {
  .cid-uZvkpvB9Qs .navbar-logo {
    margin-left: 0px !important;
    margin-right: 0px !important;
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
  .cid-uZvkpvB9Qs .navbar-logo img {
    height: auto;
    max-height: 40px !important;
    width: 200px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
  .cid-uZvkpvB9Qs .container-fluid {
    padding-left: 0px !important;
  }
  .cid-uZvkpvB9Qs .navbar {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
}
.cid-uZvkpvB9Qs button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZvkpvB9Qs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #cac6c3;
}
.cid-uZvkpvB9Qs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZvkpvB9Qs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZvkpvB9Qs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZvkpvB9Qs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZvkpvB9Qs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZvkpvB9Qs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZvkpvB9Qs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZvkpvB9Qs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZvkpvB9Qs .navbar-dropdown {
  padding: 0 1rem;
  position: static !important;
  z-index: 1000 !important;
}
.cid-uZvkpvB9Qs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZvkpvB9Qs .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-top: 0.3rem;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uZvkpvB9Qs .icons-menu {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZvkpvB9Qs .navbar {
    height: 80px;
  }
  .cid-uZvkpvB9Qs .navbar.opened {
    height: auto;
  }
  .cid-uZvkpvB9Qs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZvkpvB9Qs .nav-item {
  opacity: 0.7;
  background: transparent;
  border-radius: 12px;
  transition: 0.5s all;
  color: #ffffff;
}
.cid-uZvkpvB9Qs .nav-item:hover {
  opacity: 1;
  background: rgba(255, 255, 255, 0.1);
}
.cid-uZvkpvB9Qs .nav-item .nav-link {
  color: #ffffff;
}
@media (min-width: 1200px) {
  .cid-uZvkpvB9Qs .mbr-section-btn {
    margin-left: auto;
    max-width: 80%;
  }
}
@media (max-width: 575px) {
  .cid-uZvkpvB9Qs .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uZvkpvB9Qs .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uZvkpvB9Qs .mbr-section-btn .btn {
  padding: 12px 22px;
  min-height: 40px;
}
.cid-uZvkpvB9Qs .navbar-logo img {
  -webkit-background-clip: text !important;
  background-color: transparent !important;
  mix-blend-mode: normal !important;
  isolation: isolate !important;
  -webkit-transform: translateZ(0);
}
.cid-uYxfvUxAvA {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #cdbead;
}
@media (max-width: 575px) {
  .cid-uYxfvUxAvA .row {
    text-align: center!important;
  }
}
.cid-uYxfvUxAvA .opacity-text {
  opacity: 0.5;
  font-weight: inherit;
}
.cid-uYxfvUxAvA .mbr-text {
  color: #ffffff;
}
@media (max-width: 575px) {
  .cid-uYxfvUxAvA .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uYxfvUxAvA .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uYxfvUxAvA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYxfvUxAvA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYxfvUxAvA .mbr-section-title,
.cid-uYxfvUxAvA .mbr-section-btn {
  color: #313131;
}
@media (max-width: 575px) {
  .cid-uYxfvUxAvA .mbr-section-title {
    text-align: center !important;
  }
}
@media (max-width: 992px) {
  .cid-uYxfvUxAvA .container-fluid {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.cid-uWXtGpQN45 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #313131;
}
.cid-uWXtGpQN45 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWXtGpQN45 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWXtGpQN45 .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-uWXtGpQN45 .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.cid-uWXtGpQN45 .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-uWXtGpQN45 .col-img {
  padding: 10px;
}
@media (min-width: 992px) {
  .cid-uWXtGpQN45 .col-img {
    padding-right: 60px !important;
  }
}
.cid-uWXtGpQN45 .col-text {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-uWXtGpQN45 .col-text {
    order: 2;
  }
}
.cid-uWXtGpQN45 .text-wrapper {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uWXtGpQN45 .text-wrapper {
    margin-top: 20px;
  }
}
.cid-uWXtGpQN45 .mbr-section-title {
  color: #C4CFDE;
  margin-bottom: 20px;
}
.cid-uWXtGpQN45 .mbr-section-subtitle {
  color: #cdbead;
  margin-bottom: 22px;
}
.cid-uWXtGpQN45 .mbr-section-subtitle a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-uWXtGpQN45 .mbr-text {
  color: #C4CFDE;
  margin-bottom: 20px;
  padding-right: 16%;
}
@media (max-width: 991px) {
  .cid-uWXtGpQN45 .mbr-text {
    padding-right: 0;
  }
}
.cid-uWXtGpQN45 .mbr-section-btn {
  margin-top: 20px;
}
.cid-uWXtGpQN45 .social-container {
  width: 100%;
  padding-top: 90px;
}
@media (max-width: 991px) {
  .cid-uWXtGpQN45 .social-container {
    padding-top: 40px;
  }
}
.cid-uWXtGpQN45 .social-title {
  color: #C4CFDE;
  margin-bottom: 20px;
}
.cid-uWXtGpQN45 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -10px -12px;
}
.cid-uWXtGpQN45 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 10px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-uWXtGpQN45 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-uWXtGpQN45 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-uWXtGpQN45 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uWXtGpQN45 .soc-item:hover:before {
  opacity: 1;
}
.cid-uWXtGpQN45 .img-wrapper {
  padding: 15px;
  border-radius: 6px;
  position: relative;
  width: 100%;
  background: linear-gradient(145deg, #cdbead, #b8d1df);
  box-shadow: 10px 10px 19px #000000, -10px -10px 19px #000000;
}
.cid-uWXtGpQN45 .img-box {
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
}
.cid-uWXtGpQN45 .img-box img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 0.87102178;
}
.cid-uWXtGpQN45 .mbr-text,
.cid-uWXtGpQN45 .mbr-section-btn {
  color: #cac6c3;
}
@media (max-width: 992px) {
  .cid-uWXtGpQN45 .mbr-text {
    line-height: 1.6;
  }
  .cid-uWXtGpQN45 .container {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.cid-uP2RncMk6x {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #cdbead;
}
.cid-uP2RncMk6x .mbr-text {
  color: #313131;
}
@media (max-width: 992px) {
  .cid-uP2RncMk6x .mbr-text {
    line-height: 1.6;
  }
}
.cid-uTWDYnx9Vi {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #cdbead;
}
.cid-uXvuAzNiIz {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
@media (min-width: 992px) {
  .cid-uXvuAzNiIz .wrapper {
    padding: 0 28px;
  }
}
.cid-uXvuAzNiIz .list {
  list-style: none;
  padding-left: 0;
  color: #cdbead;
}
@media (max-width: 991px) {
  .cid-uXvuAzNiIz .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uXvuAzNiIz .list {
    margin-bottom: 0rem;
  }
}
.cid-uXvuAzNiIz .list li {
  transition: all linear .3s;
}
.cid-uXvuAzNiIz .list li:hover {
  color: #b8d1df;
}
@media (max-width: 991px) {
  .cid-uXvuAzNiIz div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uXvuAzNiIz .copyrightDiv {
  margin-top: 108px;
  flex-direction: row-reverse;
}
.cid-uXvuAzNiIz .copyright {
  color: #cdbead;
}
.cid-uXvuAzNiIz .top {
  padding-top: 72px;
}
@media (min-width: 768px) {
  .cid-uXvuAzNiIz .top {
    padding-top: 75px;
  }
}
.cid-uXvuAzNiIz .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uXvuAzNiIz .soc-item {
  font-family: "Cormorant Garamond";
  position: relative;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-left: 0.5rem;
  padding: 1rem;
  height: 3rem;
  width: 3rem;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
  border: 1px solid #ffffff;
}
.cid-uXvuAzNiIz .soc-item span {
  color: #ffffff;
  z-index: 99999;
}
@media (max-width: 991px) {
  .cid-uXvuAzNiIz .bottom {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .cid-uXvuAzNiIz .mbr-white div {
    margin-bottom: 30px;
  }
}
.cid-uXvuAzNiIz .mbr-section-subtitle {
  color: #cdbead;
}
.cid-uXvuAzNiIz .mbr-text {
  font-size: 1rem;
}
.cid-uXvuAzNiIz section[once="footers"] {
  background-color: #ffffff !important;
}
@media (min-width: 392px) and (max-width: 425px) {
  .cid-uXvuAzNiIz .mbr-section-subtitle {
    font-size: 16px !important;
  }
  .cid-uXvuAzNiIz .mbr-text {
    font-size: 14px !important;
  }
}
@media (max-width: 391px) {
  .cid-uXvuAzNiIz .mbr-section-subtitle {
    font-size: 14px !important;
  }
  .cid-uXvuAzNiIz .mbr-text {
    font-size: 12px !important;
  }
}
@media (min-width: 1303px) and (max-width: 1500px) {
  .cid-uXvuAzNiIz .mbr-section-subtitle {
    font-size: 16px !important;
  }
  .cid-uXvuAzNiIz .mbr-text {
    font-size: 14px !important;
  }
}
@media (min-width: 1241px) and (max-width: 1302px) {
  .cid-uXvuAzNiIz .mbr-section-subtitle {
    font-size: 15px !important;
  }
  .cid-uXvuAzNiIz .mbr-text {
    font-size: 13px !important;
  }
}
@media (min-width: 992px) and (max-width: 1240px) {
  .cid-uXvuAzNiIz .mbr-section-subtitle {
    font-size: 12.5px !important;
  }
  .cid-uXvuAzNiIz .mbr-text {
    font-size: 11px !important;
  }
  .cid-uXvuAzNiIz #aboutWholenomics {
    padding-right: 0px !important;
  }
}
.cid-uZvkpvB9Qs .navbar-dropdown {
  position: relative !important;
}
.cid-uZvkpvB9Qs .dropdown-item:before {
  font-family: Monsterrat !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-uZvkpvB9Qs .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uZvkpvB9Qs .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uZvkpvB9Qs .dropdown-item:hover,
.cid-uZvkpvB9Qs .dropdown-item:focus {
  background: #313131 !important;
  color: white !important;
}
.cid-uZvkpvB9Qs .dropdown-item:hover span {
  color: white;
}
.cid-uZvkpvB9Qs .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZvkpvB9Qs .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZvkpvB9Qs .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZvkpvB9Qs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZvkpvB9Qs .nav-link {
  position: relative;
  font-size: 1rem !important;
}
.cid-uZvkpvB9Qs .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uZvkpvB9Qs .container {
    flex-wrap: nowrap;
  }
}
.cid-uZvkpvB9Qs .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.2rem;
  padding-right: 0.5rem;
}
.cid-uZvkpvB9Qs .dropdown-menu,
.cid-uZvkpvB9Qs .navbar.opened {
  background: #313131 !important;
}
.cid-uZvkpvB9Qs .nav-item:focus,
.cid-uZvkpvB9Qs .nav-link:focus {
  outline: none;
}
.cid-uZvkpvB9Qs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZvkpvB9Qs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZvkpvB9Qs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZvkpvB9Qs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZvkpvB9Qs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZvkpvB9Qs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZvkpvB9Qs .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #313131;
}
.cid-uZvkpvB9Qs .navbar.opened {
  transition: all 0.3s;
}
.cid-uZvkpvB9Qs .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZvkpvB9Qs .navbar .navbar-logo img {
  width: auto;
}
.cid-uZvkpvB9Qs .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZvkpvB9Qs .navbar.collapsed {
  justify-content: center;
}
.cid-uZvkpvB9Qs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZvkpvB9Qs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 1200px) {
  .cid-uZvkpvB9Qs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.6rem);
  }
}
.cid-uZvkpvB9Qs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZvkpvB9Qs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZvkpvB9Qs .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-uZvkpvB9Qs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZvkpvB9Qs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  font-size: 1rem;
}
.cid-uZvkpvB9Qs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 1200px) {
  .cid-uZvkpvB9Qs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZvkpvB9Qs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZvkpvB9Qs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZvkpvB9Qs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZvkpvB9Qs .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-uZvkpvB9Qs .navbar .navbar-logo img {
    height: auto !important;
    width: 100%;
    max-width: 400px;
  }
  .cid-uZvkpvB9Qs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZvkpvB9Qs .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
    font-size: 1rem !important;
  }
  .cid-uZvkpvB9Qs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uZvkpvB9Qs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZvkpvB9Qs .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZvkpvB9Qs .navbar.navbar-short {
  min-height: 80px;
}
.cid-uZvkpvB9Qs .navbar.navbar-short .navbar-logo img {
  height: 1rem !important;
}
.cid-uZvkpvB9Qs .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uZvkpvB9Qs .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uZvkpvB9Qs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZvkpvB9Qs .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uZvkpvB9Qs .navbar-brand {
    margin-right: 14px;
  }
}
.cid-uZvkpvB9Qs .dropdown-item.active,
.cid-uZvkpvB9Qs .dropdown-item:active {
  background-color: transparent;
}
.cid-uZvkpvB9Qs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZvkpvB9Qs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZvkpvB9Qs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZvkpvB9Qs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #313131;
}
.cid-uZvkpvB9Qs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uZvkpvB9Qs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZvkpvB9Qs ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZvkpvB9Qs .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
@media (max-width: 806px) {
  .cid-uZvkpvB9Qs .navbar-brand {
    padding-right: 0px !important;
  }
}
@media (max-width: 586px) {
  .cid-uZvkpvB9Qs .navbar-logo {
    margin-left: 0px !important;
    margin-right: 0px !important;
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
  .cid-uZvkpvB9Qs .navbar-logo img {
    height: auto;
    max-height: 40px !important;
    width: 200px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
  .cid-uZvkpvB9Qs .container-fluid {
    padding-left: 0px !important;
  }
  .cid-uZvkpvB9Qs .navbar {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
}
.cid-uZvkpvB9Qs button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZvkpvB9Qs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #cac6c3;
}
.cid-uZvkpvB9Qs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZvkpvB9Qs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZvkpvB9Qs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZvkpvB9Qs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZvkpvB9Qs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZvkpvB9Qs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZvkpvB9Qs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZvkpvB9Qs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZvkpvB9Qs .navbar-dropdown {
  padding: 0 1rem;
  position: static !important;
  z-index: 1000 !important;
}
.cid-uZvkpvB9Qs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZvkpvB9Qs .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-top: 0.3rem;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uZvkpvB9Qs .icons-menu {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZvkpvB9Qs .navbar {
    height: 80px;
  }
  .cid-uZvkpvB9Qs .navbar.opened {
    height: auto;
  }
  .cid-uZvkpvB9Qs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZvkpvB9Qs .nav-item {
  opacity: 0.7;
  background: transparent;
  border-radius: 12px;
  transition: 0.5s all;
  color: #ffffff;
}
.cid-uZvkpvB9Qs .nav-item:hover {
  opacity: 1;
  background: rgba(255, 255, 255, 0.1);
}
.cid-uZvkpvB9Qs .nav-item .nav-link {
  color: #ffffff;
}
@media (min-width: 1200px) {
  .cid-uZvkpvB9Qs .mbr-section-btn {
    margin-left: auto;
    max-width: 80%;
  }
}
@media (max-width: 575px) {
  .cid-uZvkpvB9Qs .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uZvkpvB9Qs .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uZvkpvB9Qs .mbr-section-btn .btn {
  padding: 12px 22px;
  min-height: 40px;
}
.cid-uZvkpvB9Qs .navbar-logo img {
  -webkit-background-clip: text !important;
  background-color: transparent !important;
  mix-blend-mode: normal !important;
  isolation: isolate !important;
  -webkit-transform: translateZ(0);
}
.cid-uYx5AGculP {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #cdbead;
}
@media (max-width: 575px) {
  .cid-uYx5AGculP .row {
    text-align: center!important;
  }
}
.cid-uYx5AGculP .opacity-text {
  opacity: 0.5;
  font-weight: inherit;
}
.cid-uYx5AGculP .mbr-text {
  color: #ffffff;
}
@media (max-width: 575px) {
  .cid-uYx5AGculP .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uYx5AGculP .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uYx5AGculP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYx5AGculP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYx5AGculP .mbr-section-title,
.cid-uYx5AGculP .mbr-section-btn {
  color: #313131;
}
@media (max-width: 575px) {
  .cid-uYx5AGculP .mbr-section-title {
    text-align: center !important;
  }
}
@media (max-width: 992px) {
  .cid-uYx5AGculP .container-fluid {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.cid-uVTSgqeG2x {
  padding-top: 3rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #313131;
}
.cid-uVTSgqeG2x .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVTSgqeG2x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVTSgqeG2x .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-uVTSgqeG2x .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.cid-uVTSgqeG2x .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-uVTSgqeG2x .col-img {
  padding: 10px;
}
@media (min-width: 992px) {
  .cid-uVTSgqeG2x .col-img {
    padding-right: 60px !important;
  }
}
.cid-uVTSgqeG2x .col-text {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-uVTSgqeG2x .col-text {
    order: 2;
  }
}
.cid-uVTSgqeG2x .text-wrapper {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uVTSgqeG2x .text-wrapper {
    margin-top: 20px;
  }
}
.cid-uVTSgqeG2x .mbr-section-title {
  color: #cac6c3;
  margin-bottom: 20px;
}
.cid-uVTSgqeG2x .mbr-section-subtitle {
  color: #cdbead;
  margin-bottom: 22px;
}
.cid-uVTSgqeG2x .mbr-section-subtitle a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-uVTSgqeG2x .mbr-text {
  color: #C4CFDE;
  margin-bottom: 20px;
  padding-right: 16%;
}
@media (max-width: 991px) {
  .cid-uVTSgqeG2x .mbr-text {
    padding-right: 0;
  }
}
.cid-uVTSgqeG2x .mbr-section-btn {
  margin-top: 20px;
}
.cid-uVTSgqeG2x .social-container {
  width: 100%;
  padding-top: 90px;
}
@media (max-width: 991px) {
  .cid-uVTSgqeG2x .social-container {
    padding-top: 40px;
  }
}
.cid-uVTSgqeG2x .social-title {
  color: #C4CFDE;
  margin-bottom: 20px;
}
.cid-uVTSgqeG2x .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -10px -12px;
}
.cid-uVTSgqeG2x .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 10px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-uVTSgqeG2x .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-uVTSgqeG2x .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-uVTSgqeG2x .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uVTSgqeG2x .soc-item:hover:before {
  opacity: 1;
}
.cid-uVTSgqeG2x .img-wrapper {
  padding: 15px;
  border-radius: 6px;
  position: relative;
  width: 100%;
  background: linear-gradient(145deg, #cdbead, #b8d1df);
  box-shadow: 10px 10px 19px #000000, -10px -10px 19px #000000;
}
.cid-uVTSgqeG2x .img-box {
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
}
.cid-uVTSgqeG2x .img-box img {
  width: 100%;
  object-fit: cover;
}
.cid-uVTSgqeG2x .mbr-text,
.cid-uVTSgqeG2x .mbr-section-btn {
  color: #cdbead;
}
@media (max-width: 992px) {
  .cid-uVTSgqeG2x .mbr-text {
    line-height: 1.6;
    margin-bottom: 0px !important;
  }
  .cid-uVTSgqeG2x .container {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.cid-uTVVKYgMrI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #313131;
}
.cid-uTVVKYgMrI .mbr-text {
  color: #cdbead;
}
@media (max-width: 992px) {
  .cid-uTVVKYgMrI .mbr-text {
    line-height: 1.6;
  }
}
.cid-uTVVKYOusZ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #313131;
}
.cid-uTVVKYOusZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTVVKYOusZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTVVKYOusZ .mbr-section-title {
  text-align: left;
  color: #b8d1df;
}
.cid-uTVVKYOusZ .mbr-section-subtitle {
  text-align: left;
}
.cid-uTVVKYOusZ .mbr-section-btn {
  margin-top: 0px !important;
}
.cid-uXvuAzNiIz {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
@media (min-width: 992px) {
  .cid-uXvuAzNiIz .wrapper {
    padding: 0 28px;
  }
}
.cid-uXvuAzNiIz .list {
  list-style: none;
  padding-left: 0;
  color: #cdbead;
}
@media (max-width: 991px) {
  .cid-uXvuAzNiIz .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uXvuAzNiIz .list {
    margin-bottom: 0rem;
  }
}
.cid-uXvuAzNiIz .list li {
  transition: all linear .3s;
}
.cid-uXvuAzNiIz .list li:hover {
  color: #b8d1df;
}
@media (max-width: 991px) {
  .cid-uXvuAzNiIz div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uXvuAzNiIz .copyrightDiv {
  margin-top: 108px;
  flex-direction: row-reverse;
}
.cid-uXvuAzNiIz .copyright {
  color: #cdbead;
}
.cid-uXvuAzNiIz .top {
  padding-top: 72px;
}
@media (min-width: 768px) {
  .cid-uXvuAzNiIz .top {
    padding-top: 75px;
  }
}
.cid-uXvuAzNiIz .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uXvuAzNiIz .soc-item {
  font-family: "Cormorant Garamond";
  position: relative;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-left: 0.5rem;
  padding: 1rem;
  height: 3rem;
  width: 3rem;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
  border: 1px solid #ffffff;
}
.cid-uXvuAzNiIz .soc-item span {
  color: #ffffff;
  z-index: 99999;
}
@media (max-width: 991px) {
  .cid-uXvuAzNiIz .bottom {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .cid-uXvuAzNiIz .mbr-white div {
    margin-bottom: 30px;
  }
}
.cid-uXvuAzNiIz .mbr-section-subtitle {
  color: #cdbead;
}
.cid-uXvuAzNiIz .mbr-text {
  font-size: 1rem;
}
.cid-uXvuAzNiIz section[once="footers"] {
  background-color: #ffffff !important;
}
@media (min-width: 392px) and (max-width: 425px) {
  .cid-uXvuAzNiIz .mbr-section-subtitle {
    font-size: 16px !important;
  }
  .cid-uXvuAzNiIz .mbr-text {
    font-size: 14px !important;
  }
}
@media (max-width: 391px) {
  .cid-uXvuAzNiIz .mbr-section-subtitle {
    font-size: 14px !important;
  }
  .cid-uXvuAzNiIz .mbr-text {
    font-size: 12px !important;
  }
}
@media (min-width: 1303px) and (max-width: 1500px) {
  .cid-uXvuAzNiIz .mbr-section-subtitle {
    font-size: 16px !important;
  }
  .cid-uXvuAzNiIz .mbr-text {
    font-size: 14px !important;
  }
}
@media (min-width: 1241px) and (max-width: 1302px) {
  .cid-uXvuAzNiIz .mbr-section-subtitle {
    font-size: 15px !important;
  }
  .cid-uXvuAzNiIz .mbr-text {
    font-size: 13px !important;
  }
}
@media (min-width: 992px) and (max-width: 1240px) {
  .cid-uXvuAzNiIz .mbr-section-subtitle {
    font-size: 12.5px !important;
  }
  .cid-uXvuAzNiIz .mbr-text {
    font-size: 11px !important;
  }
  .cid-uXvuAzNiIz #aboutWholenomics {
    padding-right: 0px !important;
  }
}
.cid-uZvkpvB9Qs .navbar-dropdown {
  position: relative !important;
}
.cid-uZvkpvB9Qs .dropdown-item:before {
  font-family: Monsterrat !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-uZvkpvB9Qs .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uZvkpvB9Qs .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uZvkpvB9Qs .dropdown-item:hover,
.cid-uZvkpvB9Qs .dropdown-item:focus {
  background: #313131 !important;
  color: white !important;
}
.cid-uZvkpvB9Qs .dropdown-item:hover span {
  color: white;
}
.cid-uZvkpvB9Qs .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZvkpvB9Qs .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZvkpvB9Qs .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZvkpvB9Qs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZvkpvB9Qs .nav-link {
  position: relative;
  font-size: 1rem !important;
}
.cid-uZvkpvB9Qs .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uZvkpvB9Qs .container {
    flex-wrap: nowrap;
  }
}
.cid-uZvkpvB9Qs .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.2rem;
  padding-right: 0.5rem;
}
.cid-uZvkpvB9Qs .dropdown-menu,
.cid-uZvkpvB9Qs .navbar.opened {
  background: #313131 !important;
}
.cid-uZvkpvB9Qs .nav-item:focus,
.cid-uZvkpvB9Qs .nav-link:focus {
  outline: none;
}
.cid-uZvkpvB9Qs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZvkpvB9Qs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZvkpvB9Qs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZvkpvB9Qs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZvkpvB9Qs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZvkpvB9Qs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZvkpvB9Qs .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #313131;
}
.cid-uZvkpvB9Qs .navbar.opened {
  transition: all 0.3s;
}
.cid-uZvkpvB9Qs .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZvkpvB9Qs .navbar .navbar-logo img {
  width: auto;
}
.cid-uZvkpvB9Qs .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZvkpvB9Qs .navbar.collapsed {
  justify-content: center;
}
.cid-uZvkpvB9Qs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZvkpvB9Qs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 1200px) {
  .cid-uZvkpvB9Qs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.6rem);
  }
}
.cid-uZvkpvB9Qs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZvkpvB9Qs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZvkpvB9Qs .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-uZvkpvB9Qs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZvkpvB9Qs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  font-size: 1rem;
}
.cid-uZvkpvB9Qs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 1200px) {
  .cid-uZvkpvB9Qs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZvkpvB9Qs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZvkpvB9Qs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZvkpvB9Qs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZvkpvB9Qs .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-uZvkpvB9Qs .navbar .navbar-logo img {
    height: auto !important;
    width: 100%;
    max-width: 400px;
  }
  .cid-uZvkpvB9Qs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZvkpvB9Qs .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
    font-size: 1rem !important;
  }
  .cid-uZvkpvB9Qs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uZvkpvB9Qs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZvkpvB9Qs .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZvkpvB9Qs .navbar.navbar-short {
  min-height: 80px;
}
.cid-uZvkpvB9Qs .navbar.navbar-short .navbar-logo img {
  height: 1rem !important;
}
.cid-uZvkpvB9Qs .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uZvkpvB9Qs .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uZvkpvB9Qs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZvkpvB9Qs .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uZvkpvB9Qs .navbar-brand {
    margin-right: 14px;
  }
}
.cid-uZvkpvB9Qs .dropdown-item.active,
.cid-uZvkpvB9Qs .dropdown-item:active {
  background-color: transparent;
}
.cid-uZvkpvB9Qs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZvkpvB9Qs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZvkpvB9Qs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZvkpvB9Qs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #313131;
}
.cid-uZvkpvB9Qs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uZvkpvB9Qs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZvkpvB9Qs ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZvkpvB9Qs .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
@media (max-width: 806px) {
  .cid-uZvkpvB9Qs .navbar-brand {
    padding-right: 0px !important;
  }
}
@media (max-width: 586px) {
  .cid-uZvkpvB9Qs .navbar-logo {
    margin-left: 0px !important;
    margin-right: 0px !important;
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
  .cid-uZvkpvB9Qs .navbar-logo img {
    height: auto;
    max-height: 40px !important;
    width: 200px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
  .cid-uZvkpvB9Qs .container-fluid {
    padding-left: 0px !important;
  }
  .cid-uZvkpvB9Qs .navbar {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
}
.cid-uZvkpvB9Qs button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZvkpvB9Qs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #cac6c3;
}
.cid-uZvkpvB9Qs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZvkpvB9Qs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZvkpvB9Qs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZvkpvB9Qs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZvkpvB9Qs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZvkpvB9Qs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZvkpvB9Qs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZvkpvB9Qs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZvkpvB9Qs .navbar-dropdown {
  padding: 0 1rem;
  position: static !important;
  z-index: 1000 !important;
}
.cid-uZvkpvB9Qs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZvkpvB9Qs .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-top: 0.3rem;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uZvkpvB9Qs .icons-menu {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZvkpvB9Qs .navbar {
    height: 80px;
  }
  .cid-uZvkpvB9Qs .navbar.opened {
    height: auto;
  }
  .cid-uZvkpvB9Qs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZvkpvB9Qs .nav-item {
  opacity: 0.7;
  background: transparent;
  border-radius: 12px;
  transition: 0.5s all;
  color: #ffffff;
}
.cid-uZvkpvB9Qs .nav-item:hover {
  opacity: 1;
  background: rgba(255, 255, 255, 0.1);
}
.cid-uZvkpvB9Qs .nav-item .nav-link {
  color: #ffffff;
}
@media (min-width: 1200px) {
  .cid-uZvkpvB9Qs .mbr-section-btn {
    margin-left: auto;
    max-width: 80%;
  }
}
@media (max-width: 575px) {
  .cid-uZvkpvB9Qs .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uZvkpvB9Qs .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uZvkpvB9Qs .mbr-section-btn .btn {
  padding: 12px 22px;
  min-height: 40px;
}
.cid-uZvkpvB9Qs .navbar-logo img {
  -webkit-background-clip: text !important;
  background-color: transparent !important;
  mix-blend-mode: normal !important;
  isolation: isolate !important;
  -webkit-transform: translateZ(0);
}
.cid-uYxiyxiF7E {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #cdbead;
}
@media (max-width: 575px) {
  .cid-uYxiyxiF7E .row {
    text-align: center!important;
  }
}
.cid-uYxiyxiF7E .opacity-text {
  opacity: 0.5;
  font-weight: inherit;
}
.cid-uYxiyxiF7E .mbr-text {
  color: #ffffff;
}
@media (max-width: 575px) {
  .cid-uYxiyxiF7E .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uYxiyxiF7E .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uYxiyxiF7E .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYxiyxiF7E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYxiyxiF7E .mbr-section-title,
.cid-uYxiyxiF7E .mbr-section-btn {
  color: #313131;
}
@media (max-width: 575px) {
  .cid-uYxiyxiF7E .mbr-section-title {
    text-align: center !important;
  }
}
@media (max-width: 992px) {
  .cid-uYxiyxiF7E .container-fluid {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.cid-uP2XbLA3db {
  padding-top: 48px;
  padding-bottom: 48px;
  background-color: #313131;
}
.cid-uP2XbLA3db .nav-tabs .nav-item.open .nav-link:focus,
.cid-uP2XbLA3db .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-uP2XbLA3db .quote {
  color: #cdbead;
  font-weight: 700;
}
.cid-uP2XbLA3db .tab-pane {
  padding-top: 3rem;
}
.cid-uP2XbLA3db .nav-item {
  margin-bottom: -1px;
  width: fit-content;
}
.cid-uP2XbLA3db .nav-tabs {
  -webkit-justify-content: left;
  justify-content: left;
  -webkit-flex-wrap: wrap;
  text-align: center;
  flex-wrap: wrap;
  border-radius: 0;
  border-bottom: 1px solid #cccccc;
  color: #495057;
  background-color: transparent;
}
.cid-uP2XbLA3db .nav-tabs .nav-item {
  padding-right: 3.3rem;
}
.cid-uP2XbLA3db .nav-link {
  font-weight: 700 !important;
  border-bottom: 3px solid transparent;
  padding-left: 0;
  padding-right: 0;
}
.cid-uP2XbLA3db .nav-link.active {
  border-color: transparent;
}
.cid-uP2XbLA3db .nav-tabs .nav-link {
  color: #c3c3c3;
  border-radius: 0px !important;
  font-style: normal;
  transition: all 0.3s;
}
.cid-uP2XbLA3db .nav-tabs .nav-link:hover {
  cursor: pointer;
  border-color: transparent;
  border-bottom: 3px solid #b8d1df;
  color: #b8d1df;
}
.cid-uP2XbLA3db .nav-tabs .nav-link.active {
  color: #b8d1df;
  border-bottom: 3px solid #b8d1df;
  font-style: normal;
  background-color: transparent;
}
@media (max-width: 767px) {
  .cid-uP2XbLA3db #tab-container {
    display: None !important;
  }
  .cid-uP2XbLA3db #dropdown-container {
    display: block;
    padding-right: 20px !important;
    padding-left: 20px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .cid-uP2XbLA3db .nav-tabs {
    flex-direction: column;
    border-color: transparent;
  }
  .cid-uP2XbLA3db .nav-item {
    margin-bottom: 1rem;
  }
  .cid-uP2XbLA3db .container {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-uP2XbLA3db #mobile-dropdown {
    display: block;
    width: 100%;
    padding: 0.75rem 1rem;
    border: 1px solid #cccccc;
    border-radius: 0;
    background-color: transparent;
    color: #c3c3c3;
    font-weight: 700;
    font-size: 1rem;
    appearance: auto;
    cursor: pointer;
  }
  .cid-uP2XbLA3db #mobile-dropdown:focus {
    outline: none;
    border-color: #b8d1df;
    color: #b8d1df;
  }
  .cid-uP2XbLA3db #mobile-dropdown option {
    font-weight: 700;
    color: #c3c3c3;
    background-color: #fff;
    padding: 0.75rem 1rem;
  }
  .cid-uP2XbLA3db #mobile-dropdown option:checked,
  .cid-uP2XbLA3db #mobile-dropdown option:focus,
  .cid-uP2XbLA3db #mobile-dropdown option:hover {
    color: #b8d1df;
    background-color: #f2f2f2;
  }
}
@media (min-width: 768px) {
  .cid-uP2XbLA3db #dropdown-container {
    display: none !important;
  }
  .cid-uP2XbLA3db #tab-container {
    display: block;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.cid-uP2XbLA3db .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP2XbLA3db .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP2XbLA3db P {
  color: #998974;
}
.cid-uP2XbLA3db H2 {
  color: #cac6c3;
}
@media (max-width: 768px) {
  .cid-uP2XbLA3db .mbr-text {
    line-height: 1.5 !important;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .cid-uP2XbLA3db .mbr-text {
    font-size: 1.4rem !important;
    line-height: 1.6 !important;
  }
}
.cid-uXvuAzNiIz {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
@media (min-width: 992px) {
  .cid-uXvuAzNiIz .wrapper {
    padding: 0 28px;
  }
}
.cid-uXvuAzNiIz .list {
  list-style: none;
  padding-left: 0;
  color: #cdbead;
}
@media (max-width: 991px) {
  .cid-uXvuAzNiIz .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uXvuAzNiIz .list {
    margin-bottom: 0rem;
  }
}
.cid-uXvuAzNiIz .list li {
  transition: all linear .3s;
}
.cid-uXvuAzNiIz .list li:hover {
  color: #b8d1df;
}
@media (max-width: 991px) {
  .cid-uXvuAzNiIz div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uXvuAzNiIz .copyrightDiv {
  margin-top: 108px;
  flex-direction: row-reverse;
}
.cid-uXvuAzNiIz .copyright {
  color: #cdbead;
}
.cid-uXvuAzNiIz .top {
  padding-top: 72px;
}
@media (min-width: 768px) {
  .cid-uXvuAzNiIz .top {
    padding-top: 75px;
  }
}
.cid-uXvuAzNiIz .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uXvuAzNiIz .soc-item {
  font-family: "Cormorant Garamond";
  position: relative;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-left: 0.5rem;
  padding: 1rem;
  height: 3rem;
  width: 3rem;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
  border: 1px solid #ffffff;
}
.cid-uXvuAzNiIz .soc-item span {
  color: #ffffff;
  z-index: 99999;
}
@media (max-width: 991px) {
  .cid-uXvuAzNiIz .bottom {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .cid-uXvuAzNiIz .mbr-white div {
    margin-bottom: 30px;
  }
}
.cid-uXvuAzNiIz .mbr-section-subtitle {
  color: #cdbead;
}
.cid-uXvuAzNiIz .mbr-text {
  font-size: 1rem;
}
.cid-uXvuAzNiIz section[once="footers"] {
  background-color: #ffffff !important;
}
@media (min-width: 392px) and (max-width: 425px) {
  .cid-uXvuAzNiIz .mbr-section-subtitle {
    font-size: 16px !important;
  }
  .cid-uXvuAzNiIz .mbr-text {
    font-size: 14px !important;
  }
}
@media (max-width: 391px) {
  .cid-uXvuAzNiIz .mbr-section-subtitle {
    font-size: 14px !important;
  }
  .cid-uXvuAzNiIz .mbr-text {
    font-size: 12px !important;
  }
}
@media (min-width: 1303px) and (max-width: 1500px) {
  .cid-uXvuAzNiIz .mbr-section-subtitle {
    font-size: 16px !important;
  }
  .cid-uXvuAzNiIz .mbr-text {
    font-size: 14px !important;
  }
}
@media (min-width: 1241px) and (max-width: 1302px) {
  .cid-uXvuAzNiIz .mbr-section-subtitle {
    font-size: 15px !important;
  }
  .cid-uXvuAzNiIz .mbr-text {
    font-size: 13px !important;
  }
}
@media (min-width: 992px) and (max-width: 1240px) {
  .cid-uXvuAzNiIz .mbr-section-subtitle {
    font-size: 12.5px !important;
  }
  .cid-uXvuAzNiIz .mbr-text {
    font-size: 11px !important;
  }
  .cid-uXvuAzNiIz #aboutWholenomics {
    padding-right: 0px !important;
  }
}
