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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bold;
  letter-spacing: -1px;
}

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

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

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

.hidden {
  visibility: hidden;
}

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

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

.mbr-black {
  color: #111111;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.card-box {
  width: 100%;
}

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

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

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

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

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

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }
  .media {
    width: auto;
  }
  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.media {
  display: -webkit-flex;
}

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

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

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

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

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

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

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

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

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

.carousel-item img {
  margin: auto;
}

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

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

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

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

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

.card-img {
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

:focus {
  outline: none;
}

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

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

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

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

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

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

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

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

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

.item {
  position: relative;
}

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

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

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

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}
.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter;
}
.display-1 {
  font-family: "Nunito Sans", sans-serif;
  font-size: 3.8rem;
  line-height: 1;
  letter-spacing: -4px;
}
.display-1 > .mbr-iconfont {
  font-size: 4.75rem;
}
.display-2 {
  font-family: "Nunito Sans", sans-serif;
  font-size: 3rem;
  line-height: 1;
  letter-spacing: -4px;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: "Nunito Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: "Nunito Sans", sans-serif;
  font-size: 2rem;
  line-height: 40px;
  letter-spacing: -1px;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: "Nunito Sans", sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.04rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.66rem;
    font-size: calc(1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc(
      1.1 * (1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20)))
    );
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc(1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc(
      1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)))
    );
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc(1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc(1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc(1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc(
      1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)))
    );
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc(1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc(
      1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)))
    );
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #3283fb !important;
}
.bg-success {
  background-color: #e354e3 !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #f85f32 !important;
}
.bg-danger {
  background-color: #e354e3 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #3283fb !important;
  border-color: #3283fb !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #64a1fc !important;
  border-color: #64a1fc !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #64a1fc !important;
  border-color: #64a1fc !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #f3db39 !important;
  border-color: #f3db39 !important;
  color: #2a2503 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #f6e469 !important;
  border-color: #f6e469 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #2a2503 !important;
  background-color: #f6e469 !important;
  border-color: #f6e469 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #e354e3 !important;
  border-color: #e354e3 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #ea80ea !important;
  border-color: #ea80ea !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #ea80ea !important;
  border-color: #ea80ea !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #f85f32 !important;
  border-color: #f85f32 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #fa8563 !important;
  border-color: #fa8563 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #fa8563 !important;
  border-color: #fa8563 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #e354e3 !important;
  border-color: #e354e3 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ea80ea !important;
  border-color: #ea80ea !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ea80ea !important;
  border-color: #ea80ea !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #3283fb;
  color: #3283fb;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #0457d2 !important;
  background-color: transparent !important;
  border-color: #0457d2 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #3283fb !important;
  border-color: #3283fb !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #f3db39;
  color: #f3db39;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #c9b10c !important;
  background-color: transparent !important;
  border-color: #c9b10c !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #2a2503 !important;
  background-color: #f3db39 !important;
  border-color: #f3db39 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #e354e3;
  color: #e354e3;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #c120c1 !important;
  background-color: transparent !important;
  border-color: #c120c1 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #e354e3 !important;
  border-color: #e354e3 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #f85f32;
  color: #f85f32;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #cc3407 !important;
  background-color: transparent !important;
  border-color: #cc3407 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #f85f32 !important;
  border-color: #f85f32 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #e354e3;
  color: #e354e3;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #c120c1 !important;
  background-color: transparent !important;
  border-color: #c120c1 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #e354e3 !important;
  border-color: #e354e3 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #3283fb !important;
}
.text-secondary {
  color: #f3db39 !important;
}
.text-success {
  color: #e354e3 !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #f85f32 !important;
}
.text-danger {
  color: #e354e3 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #0566f5 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ebce0e !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #dc28dc !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #e6e6e6 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ef3d08 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #dc28dc !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #e1e1e1 !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: #3283fb;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #f85f32;
}
.alert-danger {
  background-color: #e354e3;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #3283fb;
  border-color: #3283fb;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #3283fb;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fafcff;
}
.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: #fff9f7;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: "Nunito Sans", sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.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: #3283fb !important;
}
.form-control:-webkit-input-placeholder {
  font-family: "Nunito Sans", sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #3283fb;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #3283fb;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #3283fb;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #3283fb;
  border-bottom-color: #3283fb;
}
.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: #3283fb !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: #f3db39 !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='%233283fb' %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;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  padding: 15px 30px;
  box-shadow: none;
  border-radius: 250px !important;
}
@media (max-width: 768px) {
  .mbr-section-btn .btn,
  .mbr-section-btn-main .btn {
    padding: 15px 20px;
  }
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover,
.mbr-section-btn .btn:focus,
.mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
.cid-tTfezf1Uvg {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-tTfezf1Uvg .navbar-dropdown {
  background-color: #2719fd !important;
  padding: 0;
}
.cid-tTfezf1Uvg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #2719fd !important;
  background: #2719fd;
}
.cid-tTfezf1Uvg
  .navbar.navbar-expand-lg
  .dropdown
  .dropdown-menu
  .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tTfezf1Uvg .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tTfezf1Uvg .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tTfezf1Uvg .menu_box .navbar.opened,
  .cid-tTfezf1Uvg .menu_box .navbar-collapse {
    background-color: #2719fd !important;
    transition: all 0s ease 0s;
  }
}
.cid-tTfezf1Uvg nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tTfezf1Uvg .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-tTfezf1Uvg .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tTfezf1Uvg .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tTfezf1Uvg .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tTfezf1Uvg .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tTfezf1Uvg .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #3283fb;
  }
  .cid-tTfezf1Uvg .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tTfezf1Uvg .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tTfezf1Uvg .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tTfezf1Uvg .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tTfezf1Uvg .offcanvas-body .mbr-text,
  .cid-tTfezf1Uvg .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tTfezf1Uvg .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tTfezf1Uvg .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tTfezf1Uvg .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #4236ff;
  }
  .cid-tTfezf1Uvg
    .offcanvas_box
    button.btn_offcanvas
    .hamburger
    span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tTfezf1Uvg
    .offcanvas_box
    button.btn_offcanvas
    .hamburger
    span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tTfezf1Uvg .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tTfezf1Uvg
    .offcanvas_box
    button.btn_offcanvas:hover
    .hamburger
    span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tTfezf1Uvg ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tTfezf1Uvg
    .dropdown-menu
    .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tTfezf1Uvg .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tTfezf1Uvg .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tTfezf1Uvg li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tTfezf1Uvg .lg_brand {
    margin: 0 1rem;
  }
  .cid-tTfezf1Uvg .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: fit-content;
    justify-content: center;
    min-width: 200px;
    margin: 0 auto;
    background-color: #e2e7f8;
    border-radius: 25px;
  }
}
.cid-tTfezf1Uvg .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tTfezf1Uvg .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tTfezf1Uvg .nav-item {
    margin: 0 !important;
  }
}
.cid-tTfezf1Uvg .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 0.5rem !important;
  opacity: 0.5;
}
.cid-tTfezf1Uvg .nav-item .nav-link:hover,
.cid-tTfezf1Uvg .nav-item .nav-link:focus {
  color: #3283fb !important;
  opacity: 1;
}
.cid-tTfezf1Uvg .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tTfezf1Uvg .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tTfezf1Uvg .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tTfezf1Uvg
    .dropdown-menu
    .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tTfezf1Uvg .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tTfezf1Uvg .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tTfezf1Uvg .offcanvas_box {
    display: none;
  }
}
.cid-tTfezf1Uvg .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tTfezf1Uvg .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tTfezf1Uvg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tTfezf1Uvg .container {
  display: flex;
  margin: auto;
}
.cid-tTfezf1Uvg .iconfont-wrapper {
  color: #222222;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tTfezf1Uvg .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tTfezf1Uvg .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-tTfezf1Uvg .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tTfezf1Uvg .navbar-nav {
    margin: 0;
  }
}
.cid-tTfezf1Uvg .dropdown-menu,
.cid-tTfezf1Uvg .navbar.opened {
  background-color: false !important;
}
.cid-tTfezf1Uvg .nav-item:focus,
.cid-tTfezf1Uvg .nav-link:focus {
  outline: none;
}
.cid-tTfezf1Uvg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tTfezf1Uvg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tTfezf1Uvg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tTfezf1Uvg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tTfezf1Uvg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tTfezf1Uvg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tTfezf1Uvg .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tTfezf1Uvg .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tTfezf1Uvg .navbar.opened {
  transition: all 0.3s;
}
.cid-tTfezf1Uvg .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tTfezf1Uvg .navbar .navbar-logo img {
  max-width: 230px;
  min-height: 60px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-tTfezf1Uvg .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-tTfezf1Uvg .navbar.collapsed {
  justify-content: center;
}
.cid-tTfezf1Uvg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tTfezf1Uvg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tTfezf1Uvg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tTfezf1Uvg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tTfezf1Uvg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tTfezf1Uvg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tTfezf1Uvg .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tTfezf1Uvg .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-tTfezf1Uvg .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-tTfezf1Uvg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tTfezf1Uvg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tTfezf1Uvg .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tTfezf1Uvg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tTfezf1Uvg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tTfezf1Uvg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tTfezf1Uvg .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tTfezf1Uvg .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tTfezf1Uvg .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tTfezf1Uvg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tTfezf1Uvg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tTfezf1Uvg .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tTfezf1Uvg .navbar.navbar-short {
  min-height: 60px;
}
.cid-tTfezf1Uvg .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tTfezf1Uvg .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tTfezf1Uvg .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tTfezf1Uvg .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-tTfezf1Uvg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tTfezf1Uvg .dropdown-item.active,
.cid-tTfezf1Uvg .dropdown-item:active {
  background-color: transparent;
}
.cid-tTfezf1Uvg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 8px 0px !important;
}
.cid-tTfezf1Uvg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tTfezf1Uvg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tTfezf1Uvg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tTfezf1Uvg ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tTfezf1Uvg .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tTfezf1Uvg button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #2719fd;
  background: #ffffff;
}
.cid-tTfezf1Uvg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #4236ff;
}
.cid-tTfezf1Uvg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tTfezf1Uvg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tTfezf1Uvg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tTfezf1Uvg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tTfezf1Uvg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tTfezf1Uvg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tTfezf1Uvg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tTfezf1Uvg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tTfezf1Uvg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tTfezf1Uvg .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tTfezf1Uvg .navbar {
    height: 70px;
  }
  .cid-tTfezf1Uvg .navbar.opened {
    height: auto;
  }
  .cid-tTfezf1Uvg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tTfezf1Uvg .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tTfezf1Uvg .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-tTfezf1Uvg .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-tTfezf1Uvg .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-tTfezf1Uvg .mbr-section-btn-main .btn {
  margin: 8px;
  padding: 11px 25px;
  min-width: 180px;
  border-radius: 30px !important;
}
.cid-tTfezf1Uvg .navbar-caption:hover {
  color: #3283fb;
}
@media (min-width: 992px) {
  .cid-tTfezf1Uvg .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tTfezf1Uvg .text_widget {
  margin-bottom: 32px;
}
.cid-tTfezf1Uvg .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tTfezf1Uvg .text_widget a:hover,
.cid-tTfezf1Uvg .text_widget a:focus {
  opacity: 0.8;
}
@media (max-width: 1199px) {
  .cid-tTfezf1Uvg .navbar-nav.nav-dropdown {
    margin: 0 16px;
    width: 100%;
  }
}
.cid-tTfezf1Uvg .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tTfezf1Uvg .navbar-caption {
  color: #ffffff;
}
.cid-tTfezf1Uvg .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tTfezf1Uvg .mbr-section-subtitle,
.cid-tTfezf1Uvg .text_widget,
.cid-tTfezf1Uvg .mbr-section-btn {
  text-align: center;
}
.cid-tTfezf1Uvg
  a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(
    .navbar-caption
  ):hover {
  background-image: none;
}
.cid-uHYIPCXpwU {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/bg-lp-meu-1.png");
}
.cid-uHYIPCXpwU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHYIPCXpwU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uHYIPCXpwU .container {
    padding: 0 16px;
  }
}
.cid-uHYIPCXpwU .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uHYIPCXpwU .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uHYIPCXpwU .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uHYIPCXpwU .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uHYIPCXpwU .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 80%;
  margin-bottom: 32px;
}
@media (max-width: 1200px) {
  .cid-uHYIPCXpwU .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uHYIPCXpwU .image-wrapper {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uHYIPCXpwU .image-wrapper {
    margin-left: 0;
  }
}
.cid-uHYIPCXpwU .image-wrapper img {
  height: 660px;
  object-fit: contain;
  border-radius: 24px !important;
  margin-bottom: -65px;
}
@media (max-width: 992px) {
  .cid-uHYIPCXpwU .image-wrapper img {
    height: 350px;
  }
}
.cid-uHYIPCXpwU .mbr-section-title {
  color: #ffffff;
}
.cid-uHYIPCXpwU .mbr-text {
  color: #ffffff;
}
.cid-tTfda79Zya {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f0f6ff;
}
.cid-tTfda79Zya .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTfda79Zya .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTfda79Zya .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-tTfda79Zya .container {
    padding: 10px 8px;
  }
}
.cid-tTfda79Zya .row {
  border-radius: 25px;
  background-color: #ffffff;
  justify-content: center;
  padding: 100px 32px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-tTfda79Zya .row {
    padding: 50px 2px;
  }
}
.cid-tTfda79Zya .row .card {
  padding: 0 8px;
}
.cid-tTfda79Zya .row .card:nth-child(2) {
  justify-content: center;
}
.cid-tTfda79Zya .item {
  margin-bottom: 50px;
  margin-left: 15%;
}
.cid-tTfda79Zya .item:nth-child(2n) {
  margin-left: 0;
  margin-right: 5%;
}
.cid-tTfda79Zya
  .item:nth-child(2n)
  .item-wrapper
  .card-box
  .icon-wrapper
  .mbr-iconfont {
  background-color: #e354e3;
}
.cid-tTfda79Zya
  .item:nth-child(3n)
  .item-wrapper
  .card-box
  .icon-wrapper
  .mbr-iconfont {
  background-color: #f85f32;
}
.cid-tTfda79Zya .item:last-child {
  margin-bottom: 0;
}
.cid-tTfda79Zya .item .item-wrapper {
  border-radius: 25px !important;
  background-color: #f0f6ff;
  height: 100%;
  padding: 30px;
}
@media (max-width: 768px) {
  .cid-tTfda79Zya .item .item-wrapper {
    padding: 20px 15px;
  }
}
.cid-tTfda79Zya .item .item-wrapper .card-box .icon-wrapper {
  text-align: right;
  margin-bottom: 50px;
  margin-top: -4rem;
}
.cid-tTfda79Zya .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  background-color: #715edb;
  color: #ffffff;
  font-size: 28px;
  transition: all 0.3s ease-in-out;
}
.cid-tTfda79Zya .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-tTfda79Zya .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tTfda79Zya .content-wrapper {
    margin: 50px 0;
  }
}
.cid-tTfda79Zya .content-wrapper .desc-wrapper {
  margin-bottom: 30px;
}
.cid-tTfda79Zya .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  border: 1px solid #ffffff;
  border-radius: 300px;
  padding: 5px 25px;
  background-color: #ffffff;
  margin-bottom: 0;
}
.cid-tTfda79Zya .content-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-tTfda79Zya .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-tTfda79Zya .content-wrapper .mbr-section-title span {
  opacity: 0.5;
}
.cid-tTfda79Zya .content-wrapper .image-wrapper {
  display: flex;
  justify-content: center;
}
.cid-tTfda79Zya .content-wrapper .image-wrapper img {
  width: 350px;
  height: 350px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1200px) {
  .cid-tTfda79Zya .content-wrapper .image-wrapper img {
    width: 250px;
    height: 250px;
  }
}
.cid-tTfda79Zya .item-next {
  margin-bottom: 50px;
  margin-right: 15%;
  margin-left: 0;
}
.cid-tTfda79Zya .item-next:nth-child(2n) {
  margin-right: 0;
  margin-left: 5%;
}
.cid-tTfda79Zya .item-next .item-wrapper {
  border-radius: 25px !important;
  background-color: #f0f6ff;
  height: 100%;
  padding: 30px;
}
@media (max-width: 768px) {
  .cid-tTfda79Zya .item-next .item-wrapper {
    padding: 20px 15px;
  }
}
.cid-tTfda79Zya .item-next .item-wrapper .card-box .icon-wrapper {
  text-align: left;
  margin-bottom: 50px;
}
.cid-tTfda79Zya .item-next .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #715edb;
  color: #ffffff;
  font-size: 28px;
  transition: all 0.3s ease-in-out;
}
.cid-tTfda79Zya .item-next .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-tTfda79Zya .item-next .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-tTfda79Zya .mbr-section-title {
  color: #483df0;
  text-align: center;
}
.cid-tTfda79Zya .mbr-desc,
.cid-tTfda79Zya .desc-wrapper {
  color: #454545;
  text-align: center;
}
.cid-tTfda79Zya .card-title {
  color: #2719fd;
}
.cid-tTfda79Zya .card-text {
  color: #222222;
}
.cid-tTfdaL5Iq2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f0f6ff;
}
.cid-tTfdaL5Iq2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTfdaL5Iq2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTfdaL5Iq2 .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-tTfdaL5Iq2 .container {
    padding: 10px 8px;
  }
}
.cid-tTfdaL5Iq2 .row {
  margin: 0;
}
.cid-tTfdaL5Iq2 .row .card {
  padding: 0;
}
.cid-tTfdaL5Iq2 .image-wrapper {
  height: 100%;
  margin-right: 8px;
}
@media (max-width: 992px) {
  .cid-tTfdaL5Iq2 .image-wrapper {
    margin: 0;
  }
}
.cid-tTfdaL5Iq2 .image-wrapper img {
  height: 100%;
  border-radius: 25px !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tTfdaL5Iq2 .image-wrapper img {
    height: 300px;
  }
}
.cid-tTfdaL5Iq2 .content-wrapper {
  display: flex;
  align-items: center;
  padding: 50px 40px;
  background-image: linear-gradient(0.375turn, #2719fd 0%, #4236ff 98%);
  border-radius: 25px;
  margin-left: 8px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tTfdaL5Iq2 .content-wrapper {
    margin: 0;
  }
}
@media (max-width: 768px) {
  .cid-tTfdaL5Iq2 .content-wrapper {
    padding: 35px 10px;
    margin-top: 15px;
  }
}
.cid-tTfdaL5Iq2 .content-wrapper .content-wrap {
  width: 100%;
}
.cid-tTfdaL5Iq2 .content-wrapper .content-wrap .desc-wrapper {
  margin-bottom: 20px;
}
.cid-tTfdaL5Iq2 .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-flex;
  border-radius: 300px;
  padding: 5px 25px;
  background-color: #ffffff;
  margin-bottom: 0;
}
.cid-tTfdaL5Iq2 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 80px;
}
.cid-tTfdaL5Iq2 .content-wrapper .content-wrap .mbr-section-title span {
  opacity: 0.5;
}
.cid-tTfdaL5Iq2 .content-wrapper .content-wrap .cards-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
}
@media (max-width: 768px) {
  .cid-tTfdaL5Iq2 .content-wrapper .content-wrap .cards-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-tTfdaL5Iq2 .content-wrapper .content-wrap .cards-wrapper .item {
  padding: 20px;
  border-radius: 17px;
  background-color: #ffffff;
}
.cid-tTfdaL5Iq2
  .content-wrapper
  .content-wrap
  .cards-wrapper
  .item
  .item-wrapper
  .item-img {
  margin-bottom: 5px;
  text-align: right;
  margin-top: -3rem;
}
.cid-tTfdaL5Iq2
  .content-wrapper
  .content-wrap
  .cards-wrapper
  .item
  .item-wrapper
  .item-img
  img {
  display: inline-flex;
  width: 60px;
  height: 60px;
  border-radius: 100% !important;
  object-fit: cover;
}
.cid-tTfdaL5Iq2
  .content-wrapper
  .content-wrap
  .cards-wrapper
  .item
  .item-wrapper
  .item-content
  .card-title {
  margin-bottom: 30px;
}
.cid-tTfdaL5Iq2
  .content-wrapper
  .content-wrap
  .cards-wrapper
  .item
  .item-wrapper
  .item-content
  .card-text {
  margin-bottom: 0;
}
.cid-tTfdaL5Iq2 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tTfdaL5Iq2 .mbr-desc,
.cid-tTfdaL5Iq2 .desc-wrapper {
  color: #3283fb;
  text-align: center;
}
.cid-tTfdaL5Iq2 .card-title {
  color: #2719fd;
}
.cid-tTfdaL5Iq2 .card-text {
  color: #222222;
}
.cid-tTfdm14QRB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f0f6ff;
}
.cid-tTfdm14QRB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTfdm14QRB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTfdm14QRB .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-tTfdm14QRB .container {
    padding: 10px 8px;
  }
}
.cid-tTfdm14QRB .row {
  border-radius: 25px;
  background-color: #f0f6ff;
  justify-content: center;
  padding: 100px 32px;
  margin: 0;
  overflow: hidden;
  box-shadow: inset 0 0 5rem #f0f6ff;
}
@media (max-width: 768px) {
  .cid-tTfdm14QRB .row {
    padding: 50px 2px;
  }
}
.cid-tTfdm14QRB .row .card {
  padding: 0 8px;
  justify-content: center;
}
.cid-tTfdm14QRB .mbr-section-title {
  margin-bottom: 50px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tTfdm14QRB .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-tTfdm14QRB .mbr-section-title span {
  opacity: 0.5;
}
.cid-tTfdm14QRB .image-wrapper {
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tTfdm14QRB .image-wrapper {
    margin-bottom: 30px;
  }
}
.cid-tTfdm14QRB .image-wrapper img {
  height: 100%;
  border-radius: 25px !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tTfdm14QRB .image-wrapper img {
    height: 300px;
  }
}
.cid-tTfdm14QRB .content-wrapper .panel-group {
  border-radius: 25px !important;
}
.cid-tTfdm14QRB .content-wrapper .panel-group .card {
  background-color: #ffffff;
  border-radius: 17px !important;
  margin-bottom: 16px;
}
.cid-tTfdm14QRB .content-wrapper .panel-group .card:last-child {
  margin-bottom: 0;
}
.cid-tTfdm14QRB .content-wrapper .panel-group .card .card-header {
  padding: 20px;
  border: none;
  background-color: transparent;
}
.cid-tTfdm14QRB .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tTfdm14QRB
  .content-wrapper
  .panel-group
  .card
  .card-header
  .panel-title:not(.collapsed)
  .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-tTfdm14QRB
  .content-wrapper
  .panel-group
  .card
  .card-header
  .panel-title
  .panel-title-edit {
  margin-bottom: 0;
}
.cid-tTfdm14QRB
  .content-wrapper
  .panel-group
  .card
  .card-header
  .panel-title
  .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  min-width: 50px;
  font-size: 18px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  opacity: 1;
  margin-left: 10px;
  background-color: #2719fd;
}
.cid-tTfdm14QRB
  .content-wrapper
  .panel-group
  .card
  .panel-collapse
  .panel-body {
  padding: 0 20px 20px;
}
.cid-tTfdm14QRB
  .content-wrapper
  .panel-group
  .card
  .panel-collapse
  .panel-body
  .panel-text {
  opacity: 0.8;
  margin-bottom: 0;
}
.cid-tTfdm14QRB .panel-title {
  color: #222222;
}
.cid-tTfdm14QRB .panel-text {
  color: #222222;
}
.cid-tTfdm14QRB .mbr-section-title,
.cid-tTfdm14QRB .mbr-section-btn {
  color: #4236ff;
}
.cid-uHl798ry4x {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-1920x1080.png");
}
.cid-uHl798ry4x .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHl798ry4x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHl798ry4x .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-uHl798ry4x .container {
    padding: 10px 8px;
  }
}
.cid-uHl798ry4x .row {
  margin: 0;
}
.cid-uHl798ry4x .row .card {
  padding: 0;
}
.cid-uHl798ry4x .video-wrapper {
  margin-left: 8px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uHl798ry4x .video-wrapper {
    margin: 0;
    height: 350px;
  }
}
.cid-uHl798ry4x .video-wrapper .app-video-wrapper {
  height: 100%;
}
.cid-uHl798ry4x .video-wrapper .app-video-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uHl798ry4x .video-wrapper iframe {
  height: 100% !important;
}
.cid-uHl798ry4x .content-wrapper {
  display: flex;
  align-items: center;
  padding: 50px 40px;
  background-color: #ffffff;
  border-radius: 25px;
  margin-right: 8px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uHl798ry4x .content-wrapper {
    margin: 0 0 16px 0;
  }
}
@media (max-width: 768px) {
  .cid-uHl798ry4x .content-wrapper {
    padding: 50px 10px;
  }
}
.cid-uHl798ry4x .content-wrapper .content-wrap {
  width: 100%;
}
.cid-uHl798ry4x .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uHl798ry4x .content-wrapper .content-wrap .mbr-section-title span {
  opacity: 0.5;
}
.cid-uHl798ry4x .mbr-section-title {
  color: #222222;
}
.cid-uHl798ry4x .mbr-section-title,
.cid-uHl798ry4x .mbr-section-btn {
  text-align: center;
}
.cid-uKxwGq1Fj9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f0f6ff;
}
.cid-uKxwGq1Fj9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKxwGq1Fj9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKxwGq1Fj9 .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-uKxwGq1Fj9 .container {
    padding: 10px 8px;
  }
}
.cid-uKxwGq1Fj9 .row {
  border-radius: 25px;
  background-color: #f0f6ff;
  margin: 0;
  overflow: hidden;
  padding: 30px 40px;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-uKxwGq1Fj9 .row {
    padding: 50px 10px;
  }
}
.cid-uKxwGq1Fj9 .item {
  margin-bottom: 16px;
}
.cid-uKxwGq1Fj9 .item:last-child {
  margin-bottom: 0;
}
.cid-uKxwGq1Fj9 .item .item-wrapper {
  position: relative;
  display: flex;
  border-radius: 25px !important;
  padding: 25px;
  overflow: hidden;
}
.cid-uKxwGq1Fj9 .item .item-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uKxwGq1Fj9 .item .item-wrapper {
    padding: 20px 15px;
    display: block;
  }
}
.cid-uKxwGq1Fj9 .item .item-wrapper .item-img {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 50px;
}
@media (max-width: 992px) {
  .cid-uKxwGq1Fj9 .item .item-wrapper .item-img {
    margin: 0 0 20px 0;
  }
}
.cid-uKxwGq1Fj9 .item .item-wrapper .item-img img {
  width: 330px;
  height: 100%;
  border-radius: 25px !important;
  object-fit: contain;
}
@media (max-width: 1200px) {
  .cid-uKxwGq1Fj9 .item .item-wrapper .item-img img {
    height: 300px;
  }
}
@media (max-width: 992px) {
  .cid-uKxwGq1Fj9 .item .item-wrapper .item-img img {
    width: 100%;
    height: 140px;
  }
}
.cid-uKxwGq1Fj9 .item .item-wrapper .item-img .mbr-iconfont {
  position: absolute;
  font-size: 130px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uKxwGq1Fj9 .item .item-wrapper .item-img .mbr-iconfont {
    font-size: 64px;
  }
}
.cid-uKxwGq1Fj9 .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  margin-right: 20px;
  padding: 30px 0;
  width: 120%;
}
@media (max-width: 992px) {
  .cid-uKxwGq1Fj9 .item .item-wrapper .item-content {
    margin-right: 0;
    padding: 0;
    width: 100%;
  }
}
.cid-uKxwGq1Fj9 .item .item-wrapper .item-content .card-title {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .cid-uKxwGq1Fj9 .item .item-wrapper .item-content .card-title {
    line-height: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uKxwGq1Fj9 .item .item-wrapper .item-content .card-title {
    margin-bottom: 20px;
  }
}
.cid-uKxwGq1Fj9 .item .item-wrapper .item-content .card-text {
  margin-bottom: 0;
}
.cid-uKxwGq1Fj9 .item .item-wrapper .tags-wrapper {
  position: relative;
  z-index: 1;
  padding: 30px 0;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  height: fit-content;
}
@media (max-width: 992px) {
  .cid-uKxwGq1Fj9 .item .item-wrapper .tags-wrapper {
    margin-top: 20px;
    padding: 0;
    justify-content: flex-start;
  }
}
.cid-uKxwGq1Fj9 .item .item-wrapper .tags-wrapper .card-tag {
  border: 1px solid #f0f1f3;
  background-color: #ffffff;
  padding: 5px 25px;
  margin: 0 16px 16px 0;
  border-radius: 300px;
}
.cid-uKxwGq1Fj9 .item-menu-overlay .btn-wrapper {
  margin-top: 15%;
}
.cid-uKxwGq1Fj9 .card-title {
  color: #483df0;
}
.cid-uKxwGq1Fj9 .card-text {
  color: #222222;
}
.cid-uKxwGq1Fj9 .card-tag {
  color: #222222;
}
.cid-uKxwJikdBh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f0f6ff;
}
.cid-uKxwJikdBh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKxwJikdBh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKxwJikdBh .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-uKxwJikdBh .container {
    padding: 10px 8px;
  }
}
.cid-uKxwJikdBh .row {
  border-radius: 25px;
  background-color: #f0f6ff;
  margin: 0;
  overflow: hidden;
  padding: 0px 40px;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-uKxwJikdBh .row {
    padding: 50px 10px;
  }
}
.cid-uKxwJikdBh .item {
  margin-bottom: 16px;
}
.cid-uKxwJikdBh .item:last-child {
  margin-bottom: 0;
}
.cid-uKxwJikdBh .item .item-wrapper {
  position: relative;
  display: flex;
  border-radius: 25px !important;
  padding: 25px;
  overflow: hidden;
}
.cid-uKxwJikdBh .item .item-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uKxwJikdBh .item .item-wrapper {
    padding: 20px 15px;
    display: block;
  }
}
.cid-uKxwJikdBh .item .item-wrapper .item-img {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 50px;
}
@media (max-width: 992px) {
  .cid-uKxwJikdBh .item .item-wrapper .item-img {
    margin: 0 0 20px 0;
  }
}
.cid-uKxwJikdBh .item .item-wrapper .item-img img {
  width: 330px;
  height: 100%;
  border-radius: 25px !important;
  object-fit: contain;
}
@media (max-width: 1200px) {
  .cid-uKxwJikdBh .item .item-wrapper .item-img img {
    height: 300px;
  }
}
@media (max-width: 992px) {
  .cid-uKxwJikdBh .item .item-wrapper .item-img img {
    width: 100%;
    height: 140px;
  }
}
.cid-uKxwJikdBh .item .item-wrapper .item-img .mbr-iconfont {
  position: absolute;
  font-size: 130px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uKxwJikdBh .item .item-wrapper .item-img .mbr-iconfont {
    font-size: 64px;
  }
}
.cid-uKxwJikdBh .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  margin-right: 20px;
  padding: 30px 0;
  width: 120%;
}
@media (max-width: 992px) {
  .cid-uKxwJikdBh .item .item-wrapper .item-content {
    margin-right: 0;
    padding: 0;
    width: 100%;
  }
}
.cid-uKxwJikdBh .item .item-wrapper .item-content .card-title {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .cid-uKxwJikdBh .item .item-wrapper .item-content .card-title {
    line-height: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uKxwJikdBh .item .item-wrapper .item-content .card-title {
    margin-bottom: 20px;
  }
}
.cid-uKxwJikdBh .item .item-wrapper .item-content .card-text {
  margin-bottom: 0;
}
.cid-uKxwJikdBh .item .item-wrapper .tags-wrapper {
  position: relative;
  z-index: 1;
  padding: 30px 0;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  height: fit-content;
}
@media (max-width: 992px) {
  .cid-uKxwJikdBh .item .item-wrapper .tags-wrapper {
    margin-top: 20px;
    padding: 0;
    justify-content: flex-start;
  }
}
.cid-uKxwJikdBh .item .item-wrapper .tags-wrapper .card-tag {
  border: 1px solid #f0f1f3;
  background-color: #ffffff;
  padding: 5px 25px;
  margin: 0 16px 16px 0;
  border-radius: 300px;
}
.cid-uKxwJikdBh .item-menu-overlay .btn-wrapper {
  margin-top: 15%;
}
.cid-uKxwJikdBh .card-title {
  color: #483df0;
}
.cid-uKxwJikdBh .card-text {
  color: #222222;
}
.cid-uKxwJikdBh .card-tag {
  color: #222222;
}
.cid-uKxwSZsOGj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f0f6ff;
}
.cid-uKxwSZsOGj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKxwSZsOGj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKxwSZsOGj .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-uKxwSZsOGj .container {
    padding: 10px 8px;
  }
}
.cid-uKxwSZsOGj .row {
  border-radius: 25px;
  background-color: #f0f6ff;
  margin: 0;
  overflow: hidden;
  padding: 30px 40px;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-uKxwSZsOGj .row {
    padding: 50px 10px;
  }
}
.cid-uKxwSZsOGj .item {
  margin-bottom: 16px;
}
.cid-uKxwSZsOGj .item:last-child {
  margin-bottom: 0;
}
.cid-uKxwSZsOGj .item .item-wrapper {
  position: relative;
  display: flex;
  border-radius: 25px !important;
  padding: 25px;
  overflow: hidden;
}
.cid-uKxwSZsOGj .item .item-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uKxwSZsOGj .item .item-wrapper {
    padding: 20px 15px;
    display: block;
  }
}
.cid-uKxwSZsOGj .item .item-wrapper .item-img {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 50px;
}
@media (max-width: 992px) {
  .cid-uKxwSZsOGj .item .item-wrapper .item-img {
    margin: 0 0 20px 0;
  }
}
.cid-uKxwSZsOGj .item .item-wrapper .item-img img {
  width: 330px;
  height: 100%;
  border-radius: 25px !important;
  object-fit: contain;
}
@media (max-width: 1200px) {
  .cid-uKxwSZsOGj .item .item-wrapper .item-img img {
    height: 300px;
  }
}
@media (max-width: 992px) {
  .cid-uKxwSZsOGj .item .item-wrapper .item-img img {
    width: 100%;
    height: 140px;
  }
}
.cid-uKxwSZsOGj .item .item-wrapper .item-img .mbr-iconfont {
  position: absolute;
  font-size: 130px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uKxwSZsOGj .item .item-wrapper .item-img .mbr-iconfont {
    font-size: 64px;
  }
}
.cid-uKxwSZsOGj .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  margin-right: 20px;
  padding: 30px 0;
  width: 120%;
}
@media (max-width: 992px) {
  .cid-uKxwSZsOGj .item .item-wrapper .item-content {
    margin-right: 0;
    padding: 0;
    width: 100%;
  }
}
.cid-uKxwSZsOGj .item .item-wrapper .item-content .card-title {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .cid-uKxwSZsOGj .item .item-wrapper .item-content .card-title {
    line-height: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uKxwSZsOGj .item .item-wrapper .item-content .card-title {
    margin-bottom: 20px;
  }
}
.cid-uKxwSZsOGj .item .item-wrapper .item-content .card-text {
  margin-bottom: 0;
}
.cid-uKxwSZsOGj .item .item-wrapper .tags-wrapper {
  position: relative;
  z-index: 1;
  padding: 30px 0;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  height: fit-content;
}
@media (max-width: 992px) {
  .cid-uKxwSZsOGj .item .item-wrapper .tags-wrapper {
    margin-top: 20px;
    padding: 0;
    justify-content: flex-start;
  }
}
.cid-uKxwSZsOGj .item .item-wrapper .tags-wrapper .card-tag {
  border: 1px solid #f0f1f3;
  background-color: #ffffff;
  padding: 5px 25px;
  margin: 0 16px 16px 0;
  border-radius: 300px;
}
.cid-uKxwSZsOGj .item-menu-overlay .btn-wrapper {
  margin-top: 15%;
}
.cid-uKxwSZsOGj .card-title {
  color: #483df0;
}
.cid-uKxwSZsOGj .card-text {
  color: #222222;
}
.cid-uKxwSZsOGj .card-tag {
  color: #222222;
}
.cid-uKxwZ16YBE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f0f6ff;
}
.cid-uKxwZ16YBE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKxwZ16YBE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKxwZ16YBE .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-uKxwZ16YBE .container {
    padding: 10px 8px;
  }
}
.cid-uKxwZ16YBE .row {
  border-radius: 25px;
  background-color: #f0f6ff;
  margin: 0;
  overflow: hidden;
  padding: 0px 40px;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-uKxwZ16YBE .row {
    padding: 50px 10px;
  }
}
.cid-uKxwZ16YBE .item {
  margin-bottom: 16px;
}
.cid-uKxwZ16YBE .item:last-child {
  margin-bottom: 0;
}
.cid-uKxwZ16YBE .item .item-wrapper {
  position: relative;
  display: flex;
  border-radius: 25px !important;
  padding: 25px;
  overflow: hidden;
}
.cid-uKxwZ16YBE .item .item-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uKxwZ16YBE .item .item-wrapper {
    padding: 20px 15px;
    display: block;
  }
}
.cid-uKxwZ16YBE .item .item-wrapper .item-img {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 50px;
}
@media (max-width: 992px) {
  .cid-uKxwZ16YBE .item .item-wrapper .item-img {
    margin: 0 0 20px 0;
  }
}
.cid-uKxwZ16YBE .item .item-wrapper .item-img img {
  width: 330px;
  height: 100%;
  border-radius: 25px !important;
  object-fit: contain;
}
@media (max-width: 1200px) {
  .cid-uKxwZ16YBE .item .item-wrapper .item-img img {
    height: 300px;
  }
}
@media (max-width: 992px) {
  .cid-uKxwZ16YBE .item .item-wrapper .item-img img {
    width: 100%;
    height: 140px;
  }
}
.cid-uKxwZ16YBE .item .item-wrapper .item-img .mbr-iconfont {
  position: absolute;
  font-size: 130px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uKxwZ16YBE .item .item-wrapper .item-img .mbr-iconfont {
    font-size: 64px;
  }
}
.cid-uKxwZ16YBE .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  margin-right: 20px;
  padding: 30px 0;
  width: 120%;
}
@media (max-width: 992px) {
  .cid-uKxwZ16YBE .item .item-wrapper .item-content {
    margin-right: 0;
    padding: 0;
    width: 100%;
  }
}
.cid-uKxwZ16YBE .item .item-wrapper .item-content .card-title {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .cid-uKxwZ16YBE .item .item-wrapper .item-content .card-title {
    line-height: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uKxwZ16YBE .item .item-wrapper .item-content .card-title {
    margin-bottom: 20px;
  }
}
.cid-uKxwZ16YBE .item .item-wrapper .item-content .card-text {
  margin-bottom: 0;
}
.cid-uKxwZ16YBE .item .item-wrapper .tags-wrapper {
  position: relative;
  z-index: 1;
  padding: 30px 0;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  height: fit-content;
}
@media (max-width: 992px) {
  .cid-uKxwZ16YBE .item .item-wrapper .tags-wrapper {
    margin-top: 20px;
    padding: 0;
    justify-content: flex-start;
  }
}
.cid-uKxwZ16YBE .item .item-wrapper .tags-wrapper .card-tag {
  border: 1px solid #f0f1f3;
  background-color: #ffffff;
  padding: 5px 25px;
  margin: 0 16px 16px 0;
  border-radius: 300px;
}
.cid-uKxwZ16YBE .item-menu-overlay .btn-wrapper {
  margin-top: 15%;
}
.cid-uKxwZ16YBE .card-title {
  color: #483df0;
}
.cid-uKxwZ16YBE .card-text {
  color: #222222;
}
.cid-uKxwZ16YBE .card-tag {
  color: #222222;
}
.cid-uL5GWeTl3Z {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f0f6ff;
}
.cid-uL5GWeTl3Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL5GWeTl3Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL5GWeTl3Z .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-uL5GWeTl3Z .container {
    padding: 10px 8px;
  }
}
.cid-uL5GWeTl3Z .row {
  border-radius: 25px;
  background-color: #f0f6ff;
  margin: 0;
  overflow: hidden;
  padding: 0px 40px;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-uL5GWeTl3Z .row {
    padding: 50px 10px;
  }
}
.cid-uL5GWeTl3Z .item {
  margin-bottom: 16px;
}
.cid-uL5GWeTl3Z .item:last-child {
  margin-bottom: 0;
}
.cid-uL5GWeTl3Z .item .item-wrapper {
  position: relative;
  display: flex;
  border-radius: 25px !important;
  padding: 25px;
  overflow: hidden;
}
.cid-uL5GWeTl3Z .item .item-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uL5GWeTl3Z .item .item-wrapper {
    padding: 20px 15px;
    display: block;
  }
}
.cid-uL5GWeTl3Z .item .item-wrapper .item-img {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 50px;
}
@media (max-width: 992px) {
  .cid-uL5GWeTl3Z .item .item-wrapper .item-img {
    margin: 0 0 20px 0;
  }
}
.cid-uL5GWeTl3Z .item .item-wrapper .item-img img {
  width: 330px;
  height: 100%;
  border-radius: 25px !important;
  object-fit: contain;
}
@media (max-width: 1200px) {
  .cid-uL5GWeTl3Z .item .item-wrapper .item-img img {
    height: 300px;
  }
}
@media (max-width: 992px) {
  .cid-uL5GWeTl3Z .item .item-wrapper .item-img img {
    width: 100%;
    height: 140px;
  }
}
.cid-uL5GWeTl3Z .item .item-wrapper .item-img .mbr-iconfont {
  position: absolute;
  font-size: 130px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uL5GWeTl3Z .item .item-wrapper .item-img .mbr-iconfont {
    font-size: 64px;
  }
}
.cid-uL5GWeTl3Z .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  margin-right: 20px;
  padding: 30px 0;
  width: 120%;
}
@media (max-width: 992px) {
  .cid-uL5GWeTl3Z .item .item-wrapper .item-content {
    margin-right: 0;
    padding: 0;
    width: 100%;
  }
}
.cid-uL5GWeTl3Z .item .item-wrapper .item-content .card-title {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .cid-uL5GWeTl3Z .item .item-wrapper .item-content .card-title {
    line-height: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uL5GWeTl3Z .item .item-wrapper .item-content .card-title {
    margin-bottom: 20px;
  }
}
.cid-uL5GWeTl3Z .item .item-wrapper .item-content .card-text {
  margin-bottom: 0;
}
.cid-uL5GWeTl3Z .item .item-wrapper .tags-wrapper {
  position: relative;
  z-index: 1;
  padding: 30px 0;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  height: fit-content;
}
@media (max-width: 992px) {
  .cid-uL5GWeTl3Z .item .item-wrapper .tags-wrapper {
    margin-top: 20px;
    padding: 0;
    justify-content: flex-start;
  }
}
.cid-uL5GWeTl3Z .item .item-wrapper .tags-wrapper .card-tag {
  border: 1px solid #f0f1f3;
  background-color: #ffffff;
  padding: 5px 25px;
  margin: 0 16px 16px 0;
  border-radius: 300px;
}
.cid-uL5GWeTl3Z .item-menu-overlay .btn-wrapper {
  margin-top: 15%;
}
.cid-uL5GWeTl3Z .card-title {
  color: #483df0;
}
.cid-uL5GWeTl3Z .card-text {
  color: #222222;
}
.cid-uL5GWeTl3Z .card-tag {
  color: #222222;
}
.cid-uPI5Gb6rAY {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f0f6ff;
}
.cid-uPI5Gb6rAY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPI5Gb6rAY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPI5Gb6rAY .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-uPI5Gb6rAY .container {
    padding: 10px 8px;
  }
}
.cid-uPI5Gb6rAY .row {
  border-radius: 25px;
  background-color: #f0f6ff;
  margin: 0;
  overflow: hidden;
  padding: 0px 40px;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-uPI5Gb6rAY .row {
    padding: 50px 10px;
  }
}
.cid-uPI5Gb6rAY .item {
  margin-bottom: 16px;
}
.cid-uPI5Gb6rAY .item:last-child {
  margin-bottom: 0;
}
.cid-uPI5Gb6rAY .item .item-wrapper {
  position: relative;
  display: flex;
  border-radius: 25px !important;
  padding: 25px;
  overflow: hidden;
}
.cid-uPI5Gb6rAY .item .item-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uPI5Gb6rAY .item .item-wrapper {
    padding: 20px 15px;
    display: block;
  }
}
.cid-uPI5Gb6rAY .item .item-wrapper .item-img {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 50px;
}
@media (max-width: 992px) {
  .cid-uPI5Gb6rAY .item .item-wrapper .item-img {
    margin: 0 0 20px 0;
  }
}
.cid-uPI5Gb6rAY .item .item-wrapper .item-img img {
  width: 330px;
  height: 100%;
  border-radius: 25px !important;
  object-fit: contain;
}
@media (max-width: 1200px) {
  .cid-uPI5Gb6rAY .item .item-wrapper .item-img img {
    height: 300px;
  }
}
@media (max-width: 992px) {
  .cid-uPI5Gb6rAY .item .item-wrapper .item-img img {
    width: 100%;
    height: 140px;
  }
}
.cid-uPI5Gb6rAY .item .item-wrapper .item-img .mbr-iconfont {
  position: absolute;
  font-size: 130px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uPI5Gb6rAY .item .item-wrapper .item-img .mbr-iconfont {
    font-size: 64px;
  }
}
.cid-uPI5Gb6rAY .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  margin-right: 20px;
  padding: 30px 0;
  width: 120%;
}
@media (max-width: 992px) {
  .cid-uPI5Gb6rAY .item .item-wrapper .item-content {
    margin-right: 0;
    padding: 0;
    width: 100%;
  }
}
.cid-uPI5Gb6rAY .item .item-wrapper .item-content .card-title {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .cid-uPI5Gb6rAY .item .item-wrapper .item-content .card-title {
    line-height: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uPI5Gb6rAY .item .item-wrapper .item-content .card-title {
    margin-bottom: 20px;
  }
}
.cid-uPI5Gb6rAY .item .item-wrapper .item-content .card-text {
  margin-bottom: 0;
}
.cid-uPI5Gb6rAY .item .item-wrapper .tags-wrapper {
  position: relative;
  z-index: 1;
  padding: 30px 0;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  height: fit-content;
}
@media (max-width: 992px) {
  .cid-uPI5Gb6rAY .item .item-wrapper .tags-wrapper {
    margin-top: 20px;
    padding: 0;
    justify-content: flex-start;
  }
}
.cid-uPI5Gb6rAY .item .item-wrapper .tags-wrapper .card-tag {
  border: 1px solid #f0f1f3;
  background-color: #ffffff;
  padding: 5px 25px;
  margin: 0 16px 16px 0;
  border-radius: 300px;
}
.cid-uPI5Gb6rAY .item-menu-overlay .btn-wrapper {
  margin-top: 15%;
}
.cid-uPI5Gb6rAY .card-title {
  color: #483df0;
}
.cid-uPI5Gb6rAY .card-text {
  color: #222222;
}
.cid-uPI5Gb6rAY .card-tag {
  color: #222222;
}
.cid-uPI6mdOuk7 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f0f6ff;
}
.cid-uPI6mdOuk7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPI6mdOuk7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPI6mdOuk7 .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-uPI6mdOuk7 .container {
    padding: 10px 8px;
  }
}
.cid-uPI6mdOuk7 .row {
  border-radius: 25px;
  background-color: #f0f6ff;
  margin: 0;
  overflow: hidden;
  padding: 0px 40px;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-uPI6mdOuk7 .row {
    padding: 50px 10px;
  }
}
.cid-uPI6mdOuk7 .item {
  margin-bottom: 16px;
}
.cid-uPI6mdOuk7 .item:last-child {
  margin-bottom: 0;
}
.cid-uPI6mdOuk7 .item .item-wrapper {
  position: relative;
  display: flex;
  border-radius: 25px !important;
  padding: 25px;
  overflow: hidden;
}
.cid-uPI6mdOuk7 .item .item-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uPI6mdOuk7 .item .item-wrapper {
    padding: 20px 15px;
    display: block;
  }
}
.cid-uPI6mdOuk7 .item .item-wrapper .item-img {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 50px;
}
@media (max-width: 992px) {
  .cid-uPI6mdOuk7 .item .item-wrapper .item-img {
    margin: 0 0 20px 0;
  }
}
.cid-uPI6mdOuk7 .item .item-wrapper .item-img img {
  width: 330px;
  height: 100%;
  border-radius: 25px !important;
  object-fit: contain;
}
@media (max-width: 1200px) {
  .cid-uPI6mdOuk7 .item .item-wrapper .item-img img {
    height: 300px;
  }
}
@media (max-width: 992px) {
  .cid-uPI6mdOuk7 .item .item-wrapper .item-img img {
    width: 100%;
    height: 140px;
  }
}
.cid-uPI6mdOuk7 .item .item-wrapper .item-img .mbr-iconfont {
  position: absolute;
  font-size: 130px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uPI6mdOuk7 .item .item-wrapper .item-img .mbr-iconfont {
    font-size: 64px;
  }
}
.cid-uPI6mdOuk7 .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  margin-right: 20px;
  padding: 30px 0;
  width: 120%;
}
@media (max-width: 992px) {
  .cid-uPI6mdOuk7 .item .item-wrapper .item-content {
    margin-right: 0;
    padding: 0;
    width: 100%;
  }
}
.cid-uPI6mdOuk7 .item .item-wrapper .item-content .card-title {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .cid-uPI6mdOuk7 .item .item-wrapper .item-content .card-title {
    line-height: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uPI6mdOuk7 .item .item-wrapper .item-content .card-title {
    margin-bottom: 20px;
  }
}
.cid-uPI6mdOuk7 .item .item-wrapper .item-content .card-text {
  margin-bottom: 0;
}
.cid-uPI6mdOuk7 .item .item-wrapper .tags-wrapper {
  position: relative;
  z-index: 1;
  padding: 30px 0;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  height: fit-content;
}
@media (max-width: 992px) {
  .cid-uPI6mdOuk7 .item .item-wrapper .tags-wrapper {
    margin-top: 20px;
    padding: 0;
    justify-content: flex-start;
  }
}
.cid-uPI6mdOuk7 .item .item-wrapper .tags-wrapper .card-tag {
  border: 1px solid #f0f1f3;
  background-color: #ffffff;
  padding: 5px 25px;
  margin: 0 16px 16px 0;
  border-radius: 300px;
}
.cid-uPI6mdOuk7 .item-menu-overlay .btn-wrapper {
  margin-top: 15%;
}
.cid-uPI6mdOuk7 .card-title {
  color: #483df0;
}
.cid-uPI6mdOuk7 .card-text {
  color: #222222;
}
.cid-uPI6mdOuk7 .card-tag {
  color: #222222;
}
.cid-uKxx3foTU7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f0f6ff;
}
.cid-uKxx3foTU7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKxx3foTU7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKxx3foTU7 .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-uKxx3foTU7 .container {
    padding: 10px 8px;
  }
}
.cid-uKxx3foTU7 .row {
  border-radius: 25px;
  background-color: #f0f6ff;
  margin: 0;
  overflow: hidden;
  padding: 30px 40px;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-uKxx3foTU7 .row {
    padding: 50px 10px;
  }
}
.cid-uKxx3foTU7 .item {
  margin-bottom: 16px;
}
.cid-uKxx3foTU7 .item:last-child {
  margin-bottom: 0;
}
.cid-uKxx3foTU7 .item .item-wrapper {
  position: relative;
  display: flex;
  border-radius: 25px !important;
  padding: 25px;
  overflow: hidden;
}
.cid-uKxx3foTU7 .item .item-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uKxx3foTU7 .item .item-wrapper {
    padding: 20px 15px;
    display: block;
  }
}
.cid-uKxx3foTU7 .item .item-wrapper .item-img {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 50px;
}
@media (max-width: 992px) {
  .cid-uKxx3foTU7 .item .item-wrapper .item-img {
    margin: 0 0 20px 0;
  }
}
.cid-uKxx3foTU7 .item .item-wrapper .item-img img {
  width: 330px;
  height: 100%;
  border-radius: 25px !important;
  object-fit: contain;
}
@media (max-width: 1200px) {
  .cid-uKxx3foTU7 .item .item-wrapper .item-img img {
    height: 300px;
  }
}
@media (max-width: 992px) {
  .cid-uKxx3foTU7 .item .item-wrapper .item-img img {
    width: 100%;
    height: 140px;
  }
}
.cid-uKxx3foTU7 .item .item-wrapper .item-img .mbr-iconfont {
  position: absolute;
  font-size: 130px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uKxx3foTU7 .item .item-wrapper .item-img .mbr-iconfont {
    font-size: 64px;
  }
}
.cid-uKxx3foTU7 .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  margin-right: 20px;
  padding: 30px 0;
  width: 120%;
}
@media (max-width: 992px) {
  .cid-uKxx3foTU7 .item .item-wrapper .item-content {
    margin-right: 0;
    padding: 0;
    width: 100%;
  }
}
.cid-uKxx3foTU7 .item .item-wrapper .item-content .card-title {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .cid-uKxx3foTU7 .item .item-wrapper .item-content .card-title {
    line-height: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uKxx3foTU7 .item .item-wrapper .item-content .card-title {
    margin-bottom: 20px;
  }
}
.cid-uKxx3foTU7 .item .item-wrapper .item-content .card-text {
  margin-bottom: 0;
}
.cid-uKxx3foTU7 .item .item-wrapper .tags-wrapper {
  position: relative;
  z-index: 1;
  padding: 30px 0;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  height: fit-content;
}
@media (max-width: 992px) {
  .cid-uKxx3foTU7 .item .item-wrapper .tags-wrapper {
    margin-top: 20px;
    padding: 0;
    justify-content: flex-start;
  }
}
.cid-uKxx3foTU7 .item .item-wrapper .tags-wrapper .card-tag {
  border: 1px solid #f0f1f3;
  background-color: #ffffff;
  padding: 5px 25px;
  margin: 0 16px 16px 0;
  border-radius: 300px;
}
.cid-uKxx3foTU7 .item-menu-overlay .btn-wrapper {
  margin-top: 15%;
}
.cid-uKxx3foTU7 .card-title {
  color: #483df0;
}
.cid-uKxx3foTU7 .card-text {
  color: #222222;
}
.cid-uKxx3foTU7 .card-tag {
  color: #222222;
}
.cid-uHH1GUsV6g {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uHH1GUsV6g .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHH1GUsV6g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHH1GUsV6g .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uHH1GUsV6g .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uHH1GUsV6g .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #f8e7d2;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-uHH1GUsV6g .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-uHH1GUsV6g .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-uHH1GUsV6g .title-wrapper .title-wrap .mbr-section-title span {
  color: #483df0;
}
.cid-uHH1GUsV6g .items-wrapper {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uHH1GUsV6g .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-uHH1GUsV6g .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  background-color: #f0f6ff;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uHH1GUsV6g .item .item-wrapper {
    height: auto;
    padding: 20px;
  }
}
.cid-uHH1GUsV6g .item .item-wrapper .icon-wrapper {
  margin-bottom: 35px;
}
@media (max-width: 992px) {
  .cid-uHH1GUsV6g .item .item-wrapper .icon-wrapper {
    margin-bottom: 40px;
  }

  .cid-tTfezf1Uvg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 8px 0px !important;
  color: white !important;
  opacity: 1;
}
}
.cid-uHH1GUsV6g .item .item-wrapper .icon-wrapper .mbr-iconfont {
  width: 60px;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #f0f6ff;
  background-color: #483df0;
  border-radius: 12px;
}
.cid-uHH1GUsV6g .item .item-wrapper .card-box .item-title {
  margin-bottom: 20px;
}
.cid-uHH1GUsV6g .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uHH1GUsV6g .mbr-section-title {
  color: #404349;
}
.cid-uHH1GUsV6g .mbr-desc {
  color: #b19a7c;
}
.cid-uHH1GUsV6g .item-title {
  color: #404349;
}
.cid-uHH1GUsV6g .item-text {
  color: #404349;
}
.cid-uHH1GUsV6g .mbr-section-title,
.cid-uHH1GUsV6g .title-wrap {
  color: #a9b8f1;
}
.cid-uHHUFn5oIy {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/4-1298x866.png");
}
.cid-uHHUFn5oIy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHHUFn5oIy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uHHUFn5oIy .row {
    padding: 0 13px;
  }
}
.cid-uHHUFn5oIy .title-wrapper .image-wrapper {
  margin-bottom: 36px;
}
.cid-uHHUFn5oIy .title-wrapper .image-wrapper img {
  width: 280px;
  height: 89px;
  display: inline;
}
.cid-uHHUFn5oIy .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uHHUFn5oIy .title-wrapper .mbr-text {
  margin-bottom: 50px;
}
.cid-uHHUFn5oIy .title-wrapper .mbr-section-btn .btn {
  background-image: linear-gradient(
      99deg,
      rgba(255, 255, 255, 0) 30%,
      #f3db39 100%
    ),
    radial-gradient(circle at 50% 50%, #f3db39 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-uHHUFn5oIy .mbr-section-title {
  color: #ffffff;
}
.cid-uHHUFn5oIy .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uHHUFn5oIy .mbr-section-title,
.cid-uHHUFn5oIy .mbr-section-btn,
.cid-uHHUFn5oIy .image-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uHGXQSkNFr {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #2719fd;
}
.cid-uHGXQSkNFr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHGXQSkNFr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHGXQSkNFr .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-uHGXQSkNFr .container {
    padding: 10px 8px;
  }
}
.cid-uHGXQSkNFr .row {
  border-radius: 25px;
  background-color: #2719fd;
  box-shadow: inset 0 0 5rem #2719fd;
  padding: 20px 20px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-uHGXQSkNFr .row {
    padding: 50px 10px;
  }
}
.cid-uHGXQSkNFr .row .card {
  padding: 0;
}
.cid-uHGXQSkNFr .mbr-section-subtitle {
  margin-bottom: 40px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uHGXQSkNFr .mbr-section-subtitle {
    margin-bottom: 30px;
  }
}
.cid-uHGXQSkNFr .mbr-section-title {
  margin: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uHGXQSkNFr .mbr-section-title span {
  opacity: 0.5;
}
.cid-tTfd7LV9DA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #2719fd;
}
.cid-tTfd7LV9DA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTfd7LV9DA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTfd7LV9DA .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-tTfd7LV9DA .container {
    padding: 10px 8px;
  }
}
.cid-tTfd7LV9DA .row {
  border-radius: 25px;
  background-color: #2719fd;
  box-shadow: inset 0 0 5rem #2719fd;
  margin: 0;
  overflow: hidden;
  padding: 20px 32px 84px;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-tTfd7LV9DA .row {
    padding: 50px 2px 34px;
  }
}
.cid-tTfd7LV9DA .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
.cid-tTfd7LV9DA .item .item-wrapper {
  background-color: #ffffff;
  border-radius: 25px !important;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  padding: 32px;
}
@media (max-width: 1199px) {
  .cid-tTfd7LV9DA .item .item-wrapper {
    padding: 20px;
  }
}
.cid-tTfd7LV9DA .item .item-wrapper .item-img {
  margin-bottom: 30px;
}
.cid-tTfd7LV9DA .item .item-wrapper .item-img img {
  display: inline-flex;
  height: 150px;
  width: 150px;
  border-radius: 100% !important;
  object-fit: cover;
}
@media (max-width: 1660px) {
  .cid-tTfd7LV9DA .item .item-wrapper .item-img img {
    height: 150px;
    width: 150px;
  }
}
@media (max-width: 1500px) {
  .cid-tTfd7LV9DA .item .item-wrapper .item-img img {
    height: 150px;
    width: 150px;
  }
}
@media (max-width: 1420px) {
  .cid-tTfd7LV9DA .item .item-wrapper .item-img img {
    height: 150px;
    width: 150px;
  }
}
@media (max-width: 1100px) {
  .cid-tTfd7LV9DA .item .item-wrapper .item-img img {
    height: 150px;
    width: 150px;
  }
}
.cid-tTfd7LV9DA .item .item-wrapper .item-content .card-name {
  margin-bottom: 5px;
}
.cid-tTfd7LV9DA .item .item-wrapper .item-content .card-role {
  opacity: 0.5;
  margin-bottom: 0;
}
.cid-tTfd7LV9DA .card-name {
  color: #222222;
}
.cid-tTfd7LV9DA .card-role {
  color: #222222;
  text-align: center;
}
.cid-tTfd7LV9DA .card-name,
.cid-tTfd7LV9DA .item-img {
  text-align: center;
}
.cid-uHHdogYSMF {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #2719fd;
}
.cid-uHHdogYSMF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHHdogYSMF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uHHdogYSMF .container {
    padding: 0 30px;
  }
}
.cid-uHHdogYSMF .title-wrapper {
  margin-bottom: 75px;
}
@media (max-width: 992px) {
  .cid-uHHdogYSMF .title-wrapper {
    margin-bottom: 60px;
  }
}
.cid-uHHdogYSMF .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uHHdogYSMF .panel-group .card {
  border-bottom: 2px solid #6b62ff;
  border-radius: 0 !important;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.cid-uHHdogYSMF .panel-group .card .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-uHHdogYSMF .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uHHdogYSMF
  .panel-group
  .card
  .card-header
  .panel-title:not(.collapsed)
  .mbr-iconfont {
  transform: rotate(90deg);
  color: #f3db39;
  background-color: #2719fd;
}
.cid-uHHdogYSMF
  .panel-group
  .card
  .card-header
  .panel-title:not(.collapsed)
  .panel-title-edit {
  opacity: 1;
}
.cid-uHHdogYSMF .panel-group .card .card-header .panel-title .panel-title-edit {
  opacity: 0.8;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uHHdogYSMF .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  min-width: 35px;
  height: 35px;
  border-radius: 50%;
  font-size: 16px;
  color: #2719fd;
  background-color: #f3db39;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-uHHdogYSMF .panel-group .card .panel-collapse .panel-body {
  padding-top: 20px;
}
.cid-uHHdogYSMF .panel-group .card .panel-collapse .panel-body .panel-text {
  line-height: 1.6;
  margin-bottom: 0;
}
.cid-uHHdogYSMF .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uHHdogYSMF .panel-title {
  color: #000000;
}
.cid-uHHdogYSMF .panel-text {
  color: #ffffff;
}
.cid-uHHdogYSMF .panel-title-edit {
  color: #ffffff;
}
.cid-uHGXhy6CEd {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uHGXhy6CEd .logo__image {
  width: 100px;
  object-fit: cover;
}
.cid-uHGXhy6CEd .brand__text {
  margin-bottom: 0;
}
.cid-uHGXhy6CEd .brand__text a {
  font-weight: 700;
}
.cid-uHGXhy6CEd a:hover {
  color: #ffffff !important;
}
.cid-uHGXhy6CEd .mbr-text,
.cid-uHGXhy6CEd .privacy {
  margin-bottom: 0;
  color: #919dab;
}
.cid-uHGXhy6CEd .menu {
  margin: 10px 0;
}
.cid-uHGXhy6CEd .foot__menu {
  margin: 0;
  padding: 0;
}
.cid-uHGXhy6CEd .menu__items {
  margin-right: 30px;
  display: inline-block;
  transition: all 0.25s;
  margin-bottom: 0;
  text-align: left;
}
.cid-uHGXhy6CEd .menu__items:last-child {
  margin-right: 0;
}
.cid-uHGXhy6CEd .divider {
  background-color: #ebeaed;
  opacity: 0.5;
  margin: 30px 0 40px;
  height: 2px;
}
.cid-uHGXhy6CEd .social {
  margin-top: 10px;
}
.cid-uHGXhy6CEd .social a {
  margin: 0 15px;
}
.cid-uHGXhy6CEd .social a:last-child {
  margin-right: 0;
}
.cid-uHGXhy6CEd .social a:first-child {
  margin-left: 0;
}
.cid-uHGXhy6CEd .mbr-iconfont {
  font-size: 18px;
  transition: all 0.25s ease;
  transition-duration: 0s;
}
