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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bold;
}

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

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

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

.hidden {
  visibility: hidden;
}

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

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

.mbr-black {
  color: #111111;
}

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

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

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

.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-right: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-right: 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 {
  direction: ltr;
  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: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 992px) {
  .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 992px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 991px) {
  .mbr-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.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: 1px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Zain', sans-serif;
  font-size: 6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 7.5rem;
}
.display-2 {
  font-family: 'Zain', sans-serif;
  font-size: 4.85rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 6.0625rem;
}
.display-4 {
  font-family: 'Zain', sans-serif;
  font-size: 1.125rem;
  line-height: 1.2;
}
.display-4 > .mbr-iconfont {
  font-size: 1.40625rem;
}
.display-5 {
  font-family: 'Zain', sans-serif;
  font-size: 2.5rem;
  line-height: 1.1;
}
.display-5 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-7 {
  font-family: 'Zain', sans-serif;
  font-size: 1.75rem;
  line-height: 1.1;
}
.display-7 > .mbr-iconfont {
  font-size: 2.1875rem;
}
/* ---- 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: 4.8rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.2rem;
    font-size: calc( 2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 0.94 * (2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.88rem;
    font-size: calc( 2.3474999999999997rem + (4.85 - 2.3474999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 0.96 * (2.3474999999999997rem + (4.85 - 2.3474999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.2 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 0.9 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.4rem;
    font-size: calc( 1.2625rem + (1.75 - 1.2625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1 * (1.2625rem + (1.75 - 1.2625) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 4.2rem;
    font-size: calc( 2.75rem + (6 - 2.75) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 0.94 * (2.75rem + (6 - 2.75) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.88rem;
    font-size: calc( 2.3474999999999997rem + (4.85 - 2.3474999999999997) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 0.96 * (2.3474999999999997rem + (4.85 - 2.3474999999999997) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.2 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 0.9 * (1.525rem + (2.5 - 1.525) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.4rem;
    font-size: calc( 1.2625rem + (1.75 - 1.2625) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1 * (1.2625rem + (1.75 - 1.2625) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #191919 !important;
}
.bg-success {
  background-color: #143e71 !important;
}
.bg-info {
  background-color: #eeeeee !important;
}
.bg-warning {
  background-color: #191919 !important;
}
.bg-danger {
  background-color: #981215 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #191919 !important;
  border-color: #191919 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #333333 !important;
  border-color: #333333 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #3d3f3e !important;
  border-color: #3d3f3e !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #565958 !important;
  border-color: #565958 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #565958 !important;
  border-color: #565958 !important;
}
.btn-info,
.btn-info:active {
  background-color: #eeeeee !important;
  border-color: #eeeeee !important;
  color: #555555 !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: #555555 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #143e71 !important;
  border-color: #143e71 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #1c569c !important;
  border-color: #1c569c !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #1c569c !important;
  border-color: #1c569c !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #191919 !important;
  border-color: #191919 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #333333 !important;
  border-color: #333333 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #981215 !important;
  border-color: #981215 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #c6171b !important;
  border-color: #c6171b !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #c6171b !important;
  border-color: #c6171b !important;
}
.btn-white,
.btn-white:active {
  background-color: #fefff5 !important;
  border-color: #fefff5 !important;
  color: #afc200 !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: #afc200 !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: #191919;
  color: #191919;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #191919 !important;
  border-color: #191919 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #3d3f3e;
  color: #3d3f3e;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #121313 !important;
  background-color: transparent !important;
  border-color: #121313 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #3d3f3e !important;
  border-color: #3d3f3e !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #eeeeee;
  color: #eeeeee;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #c3c3c3 !important;
  background-color: transparent !important;
  border-color: #c3c3c3 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #6f6f6f !important;
  background-color: #eeeeee !important;
  border-color: #eeeeee !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #143e71;
  color: #143e71;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #071627 !important;
  background-color: transparent !important;
  border-color: #071627 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #143e71 !important;
  border-color: #143e71 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #191919;
  color: #191919;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #191919 !important;
  border-color: #191919 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #981215;
  color: #981215;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #4a090a !important;
  background-color: transparent !important;
  border-color: #4a090a !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #981215 !important;
  border-color: #981215 !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: #fefff5;
  color: #fefff5;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #f5ff9e !important;
  background-color: transparent !important;
  border-color: #f5ff9e !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #ddf500 !important;
  background-color: #fefff5 !important;
  border-color: #fefff5 !important;
}
.text-primary {
  color: #191919 !important;
}
.text-secondary {
  color: #3d3f3e !important;
}
.text-success {
  color: #143e71 !important;
}
.text-info {
  color: #eeeeee !important;
}
.text-warning {
  color: #191919 !important;
}
.text-danger {
  color: #981215 !important;
}
.text-white {
  color: #fefff5 !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #0b0b0b !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #050e1a !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #bbbbbb !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #000000 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #3d0708 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #f4ff8f !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: #191919;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #eeeeee;
}
.alert-warning {
  background-color: #191919;
}
.alert-danger {
  background-color: #981215;
}
.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: #191919;
  border-color: #191919;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 0;
}
a,
a:hover {
  color: #191919;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #cbcbcb;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #2b7ad9;
}
.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: #cbcbcb;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #e94145;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Zain', sans-serif;
  font-size: 1.125rem;
  line-height: 1.2;
  font-weight: 400;
  border-radius: 0;
}
.form-control > .mbr-iconfont {
  font-size: 1.40625rem;
}
.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: #191919 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Zain', sans-serif;
  font-size: 1.75rem;
  line-height: 1.1;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 2.1875rem;
}
blockquote {
  border-color: #191919;
}
/* 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: #191919;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #191919;
}
.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: #191919;
  border-bottom-color: #191919;
}
.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: #191919 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #3d3f3e !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='%23191919' %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 {
  font-weight: 400;
  padding: 13px 20px;
}
.radius-left {
  border-radius: 0 !important;
  border-top-left-radius: 60px !important;
  border-bottom-left-radius: 60px !important;
}
.radius-right {
  border-radius: 0 !important;
  border-top-right-radius: 60px !important;
  border-bottom-right-radius: 60px !important;
}
.radius-bottom-right {
  border-radius: 0 !important;
  border-bottom-right-radius: 60px !important;
}
.radius-top {
  border-radius: 0 !important;
  border-top-left-radius: 45px !important;
  border-top-right-radius: 45px !important;
}
.radius-top-left {
  border-radius: 0 !important;
  border-top-left-radius: 45px !important;
}
.radius-top-right {
  border-radius: 0 !important;
  border-top-right-radius: 45px !important;
}
.dropdown-item {
  border-radius: 100px !important;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-vbsloRfBXu {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vbsloRfBXu .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vbsloRfBXu .btn:hover {
  background: #3d3f3e !important;
  border-color: #3d3f3e !important;
}
@media (max-width: 767px) {
  .cid-vbsloRfBXu .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vbsloRfBXu .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vbsloRfBXu .navbar-brand img {
  height: 8rem;
  margin-top: 40px;
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vbsloRfBXu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vbsloRfBXu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vbsloRfBXu .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-vbsloRfBXu .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-vbsloRfBXu .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-vbsloRfBXu .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vbsloRfBXu .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vbsloRfBXu .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vbsloRfBXu .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-vbsloRfBXu .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vbsloRfBXu .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vbsloRfBXu .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vbsloRfBXu .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vbsloRfBXu .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vbsloRfBXu .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vbsloRfBXu .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vbsloRfBXu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-vbsloRfBXu .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-vbsloRfBXu .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vbsloRfBXu .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vbsloRfBXu .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vbsloRfBXu .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #0d1d24;
  background: rgba(13, 29, 36, 0) !important;
}
.cid-vbsloRfBXu .nav-item:focus,
.cid-vbsloRfBXu .nav-link:focus {
  outline: none;
}
.cid-vbsloRfBXu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vbsloRfBXu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vbsloRfBXu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vbsloRfBXu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vbsloRfBXu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vbsloRfBXu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vbsloRfBXu .navbar {
  min-height: 120px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vbsloRfBXu .navbar.opened {
  transition: all 0.25s;
}
.cid-vbsloRfBXu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vbsloRfBXu .navbar .navbar-logo img {
  width: auto;
}
.cid-vbsloRfBXu .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vbsloRfBXu .navbar.collapsed {
  justify-content: center;
}
.cid-vbsloRfBXu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vbsloRfBXu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vbsloRfBXu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-vbsloRfBXu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vbsloRfBXu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vbsloRfBXu .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vbsloRfBXu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vbsloRfBXu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vbsloRfBXu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vbsloRfBXu .navbar {
    min-height: 72px;
  }
  .cid-vbsloRfBXu .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vbsloRfBXu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vbsloRfBXu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vbsloRfBXu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vbsloRfBXu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vbsloRfBXu .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vbsloRfBXu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vbsloRfBXu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vbsloRfBXu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vbsloRfBXu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vbsloRfBXu .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vbsloRfBXu .dropdown-item.active,
.cid-vbsloRfBXu .dropdown-item:active {
  background-color: transparent;
}
.cid-vbsloRfBXu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vbsloRfBXu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vbsloRfBXu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vbsloRfBXu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0d1d24;
}
.cid-vbsloRfBXu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vbsloRfBXu .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vbsloRfBXu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vbsloRfBXu .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vbsloRfBXu .navbar-buttons {
    text-align: left;
  }
}
.cid-vbsloRfBXu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vbsloRfBXu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vbsloRfBXu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vbsloRfBXu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vbsloRfBXu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vbsloRfBXu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vbsloRfBXu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vbsloRfBXu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vbsloRfBXu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vbsloRfBXu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vbsloRfBXu .navbar-dropdown {
  padding: 0;
  background: rgba(13, 29, 36, 0) !important;
}
.cid-vbsloRfBXu .opacityScroll {
  background: #0d1d24 !important;
}
.cid-vbsloRfBXu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vbsloRfBXu .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vbsloRfBXu .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vbsloRfBXu .navbar {
    height: 70px;
  }
  .cid-vbsloRfBXu .navbar.opened {
    height: auto;
  }
  .cid-vbsloRfBXu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vbsloRfBXu .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vbsloRfBXu .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vbsloRfBXu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vbsloRfBXu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-vbsloRfBXu .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vbsloRfBXu .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vbsloRfBXu .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vbsloRfBXu .navbar-brand {
    margin-left: auto;
  }
  .cid-vbsloRfBXu .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #0d1d24;
    opacity: 1;
    border-color: rgba(13, 29, 36, 0) !important;
    background: rgba(13, 29, 36, 0) !important;
    backdrop-filter: blur(8px);
  }
  .cid-vbsloRfBXu .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vbsloRfBXu .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vbsloRfBXu .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vbsloRfBXu .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vbsloRfBXu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vbsloRfBXu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-vbsloRfBXu .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vbsloRfBXu .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vbsloRfBXu .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vbsloRfBXu .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-vbsloRfBXu .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-vbsloRfBXu .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v7r382o4D3 {
  padding-top: 6rem;
  position: relative;
}
.cid-v7r382o4D3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7r382o4D3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/1-logos-2000x1116.jpg");
}
.cid-v7r382o4D3 .row {
  direction: rtl;
  margin: 0 -15px;
}
.cid-v7r382o4D3 .row .card {
  padding: 0 15px;
}
@media (max-width: 992px) {
  .cid-v7r382o4D3 .row {
    flex-direction: column-reverse;
  }
}
.cid-v7r382o4D3 .image-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  width: 49%;
  height: 100%;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-v7r382o4D3 .image-wrapper {
    width: 100%;
  }
}
.cid-v7r382o4D3 .image-wrapper img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v7r382o4D3 .image-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #191919;
  opacity: 0;
  pointer-events: none;
  z-index: 1;
}
.cid-v7r382o4D3 .desc-wrapper {
  position: relative;
  z-index: 2;
}
.cid-v7r382o4D3 .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 35%;
  margin-bottom: 0;
}
@media (max-width: 1640px) {
  .cid-v7r382o4D3 .desc-wrapper .mbr-desc {
    width: 45%;
  }
}
@media (max-width: 1440px) {
  .cid-v7r382o4D3 .desc-wrapper .mbr-desc {
    width: 55%;
  }
}
@media (max-width: 992px) {
  .cid-v7r382o4D3 .desc-wrapper .mbr-desc {
    width: 100%;
    margin-top: 30px;
  }
}
.cid-v7r382o4D3 .text-wrapper {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 550px;
}
@media (max-width: 992px) {
  .cid-v7r382o4D3 .text-wrapper {
    min-height: auto;
  }
}
.cid-v7r382o4D3 .text-wrapper .text-wrap .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v7r382o4D3 .text-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-v7r382o4D3 .text-wrapper .card-wrapper {
  -webkit-flex: none;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 1440px) {
  .cid-v7r382o4D3 .text-wrapper .card-wrapper {
    display: block;
  }
}
.cid-v7r382o4D3 .text-wrapper .card-wrapper .card-wrap {
  width: 40%;
}
@media (max-width: 1440px) {
  .cid-v7r382o4D3 .text-wrapper .card-wrapper .card-wrap {
    width: 100%;
    margin-top: 40px;
  }
}
.cid-v7r382o4D3 .text-wrapper .card-wrapper .card-wrap .card-title {
  margin-bottom: 20px;
}
.cid-v7r382o4D3 .text-wrapper .card-wrapper .card-wrap .card-image {
  height: 150px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  transition: all .3s ease;
}
@media (max-width: 1440px) {
  .cid-v7r382o4D3 .text-wrapper .card-wrapper .card-wrap .card-image {
    height: 300px;
  }
}
@media (max-width: 992px) {
  .cid-v7r382o4D3 .text-wrapper .card-wrapper .card-wrap .card-image {
    height: 350px;
  }
}
@media (max-width: 425px) {
  .cid-v7r382o4D3 .text-wrapper .card-wrapper .card-wrap .card-image {
    height: 250px;
  }
}
.cid-v7r382o4D3 .text-wrapper .card-wrapper .card-wrap .card-image:hover,
.cid-v7r382o4D3 .text-wrapper .card-wrapper .card-wrap .card-image:focus {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 45px !important;
}
.cid-v7r382o4D3 .text-wrapper .card-wrapper .card-wrap .card-image:hover .image-wrap img,
.cid-v7r382o4D3 .text-wrapper .card-wrapper .card-wrap .card-image:focus .image-wrap img {
  border-top-left-radius: 45px !important;
  border-top-right-radius: 0px !important;
}
.cid-v7r382o4D3 .text-wrapper .card-wrapper .card-wrap .card-image:hover .image-wrap::before,
.cid-v7r382o4D3 .text-wrapper .card-wrapper .card-wrap .card-image:focus .image-wrap::before {
  background-color: #3a392d;
  opacity: .8;
}
.cid-v7r382o4D3 .text-wrapper .card-wrapper .card-wrap .card-image .image-wrap img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .3s ease;
}
.cid-v7r382o4D3 .text-wrapper .card-wrapper .card-wrap .card-image .image-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-color: #191919;
  opacity: 0;
  transition: all .3s ease;
  z-index: 1;
}
.cid-v7r382o4D3 .text-wrapper .card-wrapper .card-wrap .card-image .card-desc {
  position: relative;
  z-index: 1;
  padding: 10px;
  margin-bottom: 0;
}
.cid-v7r382o4D3 .mbr-section-btn {
  margin: 0 auto;
}
.cid-v7r382o4D3 .mbr-section-btn .btn {
  margin-bottom: 60px;
}
.cid-v7r382o4D3 .title-wrapper {
  position: relative;
  z-index: 2;
}
.cid-v7r382o4D3 .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-v7r382o4D3 .title-wrapper .mbr-section-title {
    margin-top: 0;
    margin-bottom: 30px;
  }
}
.cid-v7r382o4D3 .mbr-desc {
  color: #fefff5;
}
.cid-v7r382o4D3 .mbr-text {
  color: #fefff5;
}
.cid-v7r382o4D3 .card-title {
  color: #fefff5;
}
.cid-v7r382o4D3 .card-desc {
  color: #fefff5;
}
.cid-v7r382o4D3 .mbr-section-title {
  color: #fefff5;
  text-align: center;
}
.cid-v7r382o4D3 .radius-left {
  border-radius: 0 !important;
  border-top-left-radius: 60px !important;
  border-bottom-left-radius: 60px !important;
}
.cid-v6YPeLXzAi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #dddad7;
}
.cid-v6YPeLXzAi .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6YPeLXzAi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6YPeLXzAi .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 160px;
  max-width: 160px;
}
@media (max-width: 768px) {
  .cid-v6YPeLXzAi .embla__slide {
    min-width: 30%;
    max-width: 30%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v6YPeLXzAi .embla__slide .slide-content {
  width: 100%;
}
.cid-v6YPeLXzAi .embla__slide .slide-content .item-wrapper .item-img {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v6YPeLXzAi .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  object-fit: cover;
}
.cid-v6YPeLXzAi .embla__button--next,
.cid-v6YPeLXzAi .embla__button--prev {
  display: flex;
}
.cid-v6YPeLXzAi .embla__button {
  bottom: 40%;
  width: 30px;
  height: 30px;
  font-size: 14px;
  background-color: #3a392d !important;
  color: #fefff5 !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
@media (max-width: 992px) {
  .cid-v6YPeLXzAi .embla__button {
    bottom: 0;
  }
}
.cid-v6YPeLXzAi .embla__button:hover {
  background-color: #fefff5 !important;
  color: #3a392d !important;
}
.cid-v6YPeLXzAi .embla__button:disabled {
  opacity: 0 !important;
  background-color: #3a392d !important;
  color: #fefff5 !important;
}
.cid-v6YPeLXzAi .embla__button.embla__button--prev {
  left: 0;
}
.cid-v6YPeLXzAi .embla__button.embla__button--prev .mbr-iconfont {
  padding-right: 3px;
}
.cid-v6YPeLXzAi .embla__button.embla__button--next {
  right: 0;
}
.cid-v6YPeLXzAi .embla__button.embla__button--next .mbr-iconfont {
  padding-left: 3px;
}
.cid-v6YPeLXzAi .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-v6YPeLXzAi .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
}
.cid-v6YPeLXzAi .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v6YPeLXzAi .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v6YPeLXzAi .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v6YPeLXzAi .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v6YPeLXzAi .mbr-section-title {
  text-align: center;
  color: #484d55;
}
.cid-v7Gl7qF3Bn {
  padding-top: 4rem;
  padding-bottom: 7rem;
  background-color: #dddad7;
}
.cid-v7Gl7qF3Bn .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7Gl7qF3Bn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7Gl7qF3Bn .row {
  margin: 0 -15px;
}
.cid-v7Gl7qF3Bn .row .card {
  padding: 0 15px;
}
.cid-v7Gl7qF3Bn .image-wrapper {
  overflow: hidden;
  border-radius: 45px 0 45px 0;
  border: 1px solid #fefff5;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v7Gl7qF3Bn .image-wrapper {
    padding: 20px;
  }
}
.cid-v7Gl7qF3Bn .content-wrapper .title-wrap {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v7Gl7qF3Bn .content-wrapper .title-wrap {
    margin-bottom: 30px;
  }
}
.cid-v7Gl7qF3Bn .content-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-v7Gl7qF3Bn .content-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v7Gl7qF3Bn .mbr-section-title {
  color: #2b3442;
  text-align: right;
}
.cid-v7Gl7qF3Bn .mbr-section-subtitle {
  color: #676d75;
  text-align: left;
}
.cid-v2q5J88IA2 {
  padding-top: 12rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/cr-bg-5-2000x1531.png");
}
.cid-v2q5J88IA2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2q5J88IA2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2q5J88IA2 .row {
  direction: rtl;
  margin: 0 -15px;
}
.cid-v2q5J88IA2 .row .card {
  padding: 0 15px;
}
.cid-v2q5J88IA2 .image-wrapper img {
  height: 525px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v2q5J88IA2 .image-wrapper img {
    height: 300px;
    margin-top: 40px;
  }
}
.cid-v2q5J88IA2 .content-wrapper .mbr-label {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v2q5J88IA2 .content-wrapper .mbr-label {
    margin-bottom: 30px;
  }
}
.cid-v2q5J88IA2 .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v2q5J88IA2 .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v2q5J88IA2 .content-wrapper .text-wrap .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v2q5J88IA2 .content-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-v2q5J88IA2 .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v2q5J88IA2 .mbr-section-title {
  color: #0b1d25;
}
.cid-v2q5J88IA2 .mbr-desc {
  color: #fefff5;
}
.cid-v2q5J88IA2 .mbr-label {
  color: #484d55;
}
.cid-v2q5J88IA2 .mbr-text {
  color: #fefff5;
}
.cid-v2q5J88IA2 .mbr-text,
.cid-v2q5J88IA2 .text-wrap,
.cid-v2q5J88IA2 .mbr-section-btn {
  color: #484d55;
}
.cid-v7rqi5tMLD {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #bcbebd;
}
.cid-v7rqi5tMLD .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7rqi5tMLD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7rqi5tMLD .col-title {
  margin-bottom: 70px;
  max-width: 1120px;
}
@media (max-width: 991px) {
  .cid-v7rqi5tMLD .col-title {
    margin-bottom: 50px;
  }
}
.cid-v7rqi5tMLD .mbr-section-title {
  color: #2b3442;
  opacity: 0.85;
}
.cid-v7rqi5tMLD .display-4 {
  color: #ddd;
  margin-top: 20px;
}
.cid-v7rqi5tMLD .mbr-section-subtitle {
  color: #484d55;
  opacity: 0.85;
  margin-top: 40px;
}
.cid-v7rqi5tMLD .mbr-section-btn {
  margin-top: 10px;
}
.cid-v7rqi5tMLD .cards-container {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  padding: 10px;
  max-width: 95%;
}
@media (max-width: 767px) {
  .cid-v7rqi5tMLD .cards-container {
    padding: 0 !important;
  }
}
.cid-v7rqi5tMLD .col-card {
  padding: 15px;
}
@media (max-width: 575px) {
  .cid-v7rqi5tMLD .col-card {
    padding: 15px 10px;
  }
}
.cid-v7rqi5tMLD .col-card:nth-child(1n) .image-wrap {
  border-radius: 0 0 0 120px;
}
.cid-v7rqi5tMLD .col-card:nth-child(1n) .image-wrap:hover {
  border-radius: 120px 0 0 0;
}
.cid-v7rqi5tMLD .col-card:nth-child(2n) {
  padding-left: 2.5rem;
}
@media (max-width: 575px) {
  .cid-v7rqi5tMLD .col-card:nth-child(2n) {
    padding-left: 0px;
  }
}
.cid-v7rqi5tMLD .col-card:nth-child(2n) .image-wrap {
  border-radius: 120px 0 0 0;
}
.cid-v7rqi5tMLD .col-card:nth-child(2n) .image-wrap:hover {
  border-radius: 0 120px 0 120px;
}
.cid-v7rqi5tMLD .col-card:nth-child(3n) .image-wrap {
  border-radius: 0 120px 0 0;
}
.cid-v7rqi5tMLD .col-card:nth-child(3n) .image-wrap:hover {
  border-radius: 120px 0 0 120px;
}
.cid-v7rqi5tMLD .card-wrap {
  border-radius: 0;
}
.cid-v7rqi5tMLD .content-wrap {
  width: 100%;
  margin-top: 40px;
}
.cid-v7rqi5tMLD .image-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  overflow: hidden;
  transition: .3s all;
}
.cid-v7rqi5tMLD .image-wrap img {
  height: 420px;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-v7rqi5tMLD .image-wrap img {
    height: 330px;
  }
}
@media (max-width: 767px) {
  .cid-v7rqi5tMLD .image-wrap img {
    height: 270px;
  }
}
@media (max-width: 575px) {
  .cid-v7rqi5tMLD .image-wrap img {
    height: auto !important;
  }
}
.cid-v7rqi5tMLD .mbr-role {
  color: #676d75;
}
.cid-v7rqi5tMLD .btn {
  font-family: 'Cairo', sans-serif;
}
.cid-v7rqi5tMLD .card-title,
.cid-v7rqi5tMLD .mbr-section-btn {
  color: #2b3442;
}
.cid-v7rqi5tMLD .item-text {
  text-align: justify;
  color: #0b1d25;
}
.cid-v7XjvARv2X {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/bg-companies-2000x1248.png");
}
.cid-v7XjvARv2X .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7XjvARv2X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7XjvARv2X .content-wrap {
  position: sticky;
  top: 56px;
}
@media (max-width: 992px) {
  .cid-v7XjvARv2X .content-wrap {
    margin-bottom: 32px;
  }
}
.cid-v7XjvARv2X .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-v7XjvARv2X .content-wrap .label-wrapper .mbr-label {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #e0f782;
}
.cid-v7XjvARv2X .content-wrap .mbr-section-title {
  margin-bottom: 16px;
  line-height: 1.1;
}
.cid-v7XjvARv2X .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v7XjvARv2X .content-wrap .main-btn {
  margin-top: 14px;
}
.cid-v7XjvARv2X .content-wrap .main-btn .btn {
  margin-bottom: 0;
}
.cid-v7XjvARv2X .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 992px) {
  .cid-v7XjvARv2X .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-v7XjvARv2X .item .item-wrapper {
  height: 100%;
}
.cid-v7XjvARv2X .item .item-wrapper .card-box {
  height: 100%;
  padding: 24px;
  background-color: #ffffff;
  border-radius: 120px 0 0 0;
}
.cid-v7XjvARv2X .item .item-wrapper .card-box .item-img {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v7XjvARv2X .item .item-wrapper .card-box .item-img {
    margin-bottom: 24px;
  }
}
.cid-v7XjvARv2X .item .item-wrapper .card-box .item-img img {
  display: inline-flex;
  width: 100%;
  height: 158px;
  border-radius: 90px 0 0 0;
  object-fit: cover;
}
.cid-v7XjvARv2X .item .item-wrapper .card-box .item-img2 {
  margin-top: 12px;
}
@media (max-width: 992px) {
  .cid-v7XjvARv2X .item .item-wrapper .card-box .item-img2 {
    margin-bottom: 14px;
  }
}
.cid-v7XjvARv2X .item .item-wrapper .card-box .item-img2 img {
  display: inline-flex;
  width: 118px;
  border-radius: 0px;
  object-fit: contain;
}
.cid-v7XjvARv2X .item .item-wrapper .card-box .label-wrap {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v7XjvARv2X .item .item-wrapper .card-box .label-wrap {
    margin-bottom: 16px;
  }
}
.cid-v7XjvARv2X .item .item-wrapper .card-box .label-wrap .item-label {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #e0f782;
}
.cid-v7XjvARv2X .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-v7XjvARv2X .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-v7XjvARv2X .item .item-wrapper .card-box .mbr-section-btn {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-top: 14px;
}
.cid-v7XjvARv2X .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 20px;
  font-size: 12px;
}
.cid-v7XjvARv2X .mbr-label,
.cid-v7XjvARv2X .label-wrapper {
  color: #000000;
}
.cid-v7XjvARv2X .mbr-section-title {
  color: #000000;
}
.cid-v7XjvARv2X .mbr-text,
.cid-v7XjvARv2X .text-wrapper {
  color: #484d55;
}
.cid-v7XjvARv2X .item-label {
  color: #000000;
}
.cid-v7XjvARv2X .item-title {
  color: #000000;
}
.cid-v7XjvARv2X .item-text {
  color: #4f4f4f;
}
.cid-v7XjvARv2X .extra-co {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.cid-v7XjvARv2X .btn-b {
  height: 40px;
  padding: 12px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #ddd;
}
.cid-v7XjvARv2X .mbr-section-title,
.cid-v7XjvARv2X .main-btn {
  color: #2b3442;
}
.cid-v7XivD9fAh {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #dddad7;
}
.cid-v7XivD9fAh .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7XivD9fAh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7XivD9fAh .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v7XivD9fAh .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-v7XivD9fAh .container {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-v7XivD9fAh .content-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-v7XivD9fAh .content-wrapper .title-wrapper {
  padding: 40px 0;
}
@media (max-width: 992px) {
  .cid-v7XivD9fAh .content-wrapper .title-wrapper {
    padding: 0;
  }
}
.cid-v7XivD9fAh .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v7XivD9fAh .content-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-v7XivD9fAh .mbr-section-title {
  color: #ffffff;
}
.cid-v7XivD9fAh .mbr-desc {
  color: #becdc2;
}
.cid-v7XivD9fAh .mbr-section-title,
.cid-v7XivD9fAh .mbr-section-btn {
  text-align: center;
  color: #0b1d25;
}
.cid-v6YP6709hw {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #dddad7;
}
.cid-v6YP6709hw .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6YP6709hw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6YP6709hw .row {
  margin: 0 -15px;
}
.cid-v6YP6709hw .row .card {
  padding: 0 15px;
}
.cid-v6YP6709hw .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v6YP6709hw .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v6YP6709hw .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-v6YP6709hw .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
  margin-top: 30px;
}
.cid-v6YP6709hw .text-wrapper .mbr-label {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v6YP6709hw .text-wrapper .mbr-label {
    margin-bottom: 30px;
  }
}
.cid-v6YP6709hw .text-wrapper .text-wrap .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v6YP6709hw .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v6YP6709hw .embla__slide {
  dirction: ltr;
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 260px;
  max-width: 260px;
}
@media (max-width: 768px) {
  .cid-v6YP6709hw .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v6YP6709hw .embla__slide:hover .slide-content .item-wrapper .mbr-section-btn .btn,
.cid-v6YP6709hw .embla__slide:focus .slide-content .item-wrapper .mbr-section-btn .btn {
  opacity: 1;
}
.cid-v6YP6709hw .embla__slide .slide-content {
  width: 100%;
}
.cid-v6YP6709hw .embla__slide .slide-content .item-wrapper {
  min-height: 320px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  overflow: hidden;
  justify-content: flex-end;
}
.cid-v6YP6709hw .embla__slide .slide-content .item-wrapper .item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-v6YP6709hw .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v6YP6709hw .embla__slide .slide-content .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-color: #2d565b;
  opacity: 0.5;
  transition: all .3s ease;
  z-index: 1;
  border-top-right-radius: 45px !important;
}
.cid-v6YP6709hw .embla__slide .slide-content .item-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-v6YP6709hw .embla__slide .slide-content .item-wrapper .mbr-section-btn .btn {
  margin-top: 0;
  opacity: 0;
}
.cid-v6YP6709hw .embla__slide .slide-content .item-wrapper .person-wrapper {
  position: relative;
  z-index: 1;
  padding: 5px;
  background-color: #fff;
  border-radius: 5px;
  text-align: end;
}
.cid-v6YP6709hw .embla__slide .slide-content .item-wrapper .person-wrapper .item-name {
  margin-bottom: 10px;
}
.cid-v6YP6709hw .embla__slide .slide-content .item-wrapper .person-wrapper .item-role {
  margin-bottom: 0;
}
.cid-v6YP6709hw .embla__button--next,
.cid-v6YP6709hw .embla__button--prev {
  display: flex;
}
.cid-v6YP6709hw .embla__button {
  bottom: 40%;
  width: 30px;
  height: 30px;
  font-size: 14px;
  background-color: #3a392d !important;
  color: #fefff5 !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-v6YP6709hw .embla__button {
    bottom: 0;
  }
}
.cid-v6YP6709hw .embla__button:hover {
  background-color: #fefff5 !important;
  color: #3a392d !important;
}
.cid-v6YP6709hw .embla__button:disabled {
  opacity: 0 !important;
  background-color: #3a392d !important;
  color: #fefff5 !important;
}
.cid-v6YP6709hw .embla__button.embla__button--prev {
  left: 0;
}
.cid-v6YP6709hw .embla__button.embla__button--prev .mbr-iconfont {
  padding-right: 3px;
}
.cid-v6YP6709hw .embla__button.embla__button--next {
  right: 0;
}
.cid-v6YP6709hw .embla__button.embla__button--next .mbr-iconfont {
  padding-left: 3px;
}
.cid-v6YP6709hw .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v6YP6709hw .embla {
    padding-bottom: 4rem;
  }
}
.cid-v6YP6709hw .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
  mask-image: linear-gradient(to right, transparent 0%, #000000 12.5%, #000000 87.5%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000000 12.5%, #000000 87.5%, transparent 100%);
}
@media (max-width: 768px) {
  .cid-v6YP6709hw .embla__viewport {
    mask-image: linear-gradient(to right, transparent 0%, #000000 4%, #000000 96%, transparent 100%);
    -webkit-mask-image: linear-gradient(to right, transparent 0%, #000000 4%, #000000 96%, transparent 100%);
  }
}
.cid-v6YP6709hw .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v6YP6709hw .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v6YP6709hw .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v6YP6709hw .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v6YP6709hw .mbr-section-title {
  color: #0b1d25;
  text-align: center;
}
.cid-v6YP6709hw .mbr-section-subtitle {
  color: #484d55;
  text-align: center;
  margin-top: 30px;
}
.cid-v6YP6709hw .mbr-label {
  color: #232323;
}
.cid-v6YP6709hw .mbr-text {
  color: #fefff5;
}
.cid-v6YP6709hw .item-name {
  color: #fefff5;
}
.cid-v6YP6709hw .item-role {
  color: #323232;
}
.cid-v6YP6709hw .mbr-text,
.cid-v6YP6709hw .text-wrap,
.cid-v6YP6709hw .mbr-section-btn {
  color: #232323;
}
.cid-v6YP6709hw .item-name,
.cid-v6YP6709hw .mbr-section-btn {
  color: #191919;
}
.cid-v72q2p4pRn {
  background-image: url("../../../assets/images/background1-4.jpg");
}
.cid-v72q2p4pRn .mbr-fallback-image.disabled {
  display: none;
}
.cid-v72q2p4pRn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v72q2p4pRn .row {
  margin: 0 -15px;
}
.cid-v72q2p4pRn .row .card {
  padding: 0 15px;
}
.cid-v72q2p4pRn .image-wrapper img {
  height: 425px;
  width: 100%;
  object-fit: cover;
  filter: invert(1);
}
@media (max-width: 1440px) {
  .cid-v72q2p4pRn .image-wrapper img {
    height: 325px;
  }
}
@media (max-width: 992px) {
  .cid-v72q2p4pRn .image-wrapper img {
    height: 200px;
  }
}
.cid-v72q2p4pRn .mbr-section-title {
  color: #0b1d25;
}
.cid-v72q2p4pRn .mbr-section-subtitle {
  color: #484d55;
}
.cid-v72q2p4pRn .mbr-text,
.cid-v72q2p4pRn .text-wrap,
.cid-v72q2p4pRn .mbr-section-btn {
  color: #484d55;
  text-align: right;
}
.cid-v7lRwdfo9I {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #dddad7;
}
.cid-v7lRwdfo9I .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7lRwdfo9I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7lRwdfo9I .row {
  margin: 0 -15px;
}
.cid-v7lRwdfo9I .row .card {
  padding: 0 15px;
}
.cid-v7lRwdfo9I .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v7lRwdfo9I .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v7lRwdfo9I .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 40px;
}
.cid-v7lRwdfo9I .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v7lRwdfo9I .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 580px;
  max-width: 580px;
}
@media (max-width: 768px) {
  .cid-v7lRwdfo9I .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v7lRwdfo9I .embla__slide:hover .slide-content .item-wrapper .mbr-section-btn .btn,
.cid-v7lRwdfo9I .embla__slide:focus .slide-content .item-wrapper .mbr-section-btn .btn {
  opacity: 1;
}
.cid-v7lRwdfo9I .embla__slide .slide-content {
  width: 100%;
}
.cid-v7lRwdfo9I .embla__slide .slide-content .item-wrapper {
  height: 100%;
  padding: 30px;
  overflow: hidden;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-v7lRwdfo9I .embla__slide .slide-content .item-wrapper {
    padding: 20px;
  }
}
.cid-v7lRwdfo9I .embla__slide .slide-content .item-wrapper .item-title {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v7lRwdfo9I .embla__slide .slide-content .item-wrapper .item-title {
    margin-bottom: 20px;
  }
}
.cid-v7lRwdfo9I .embla__slide .slide-content .item-wrapper .item-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-v7lRwdfo9I .embla__slide .slide-content .item-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-v7lRwdfo9I .embla__slide .slide-content .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-v7lRwdfo9I .embla__slide .slide-content .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v7lRwdfo9I .embla__slide .slide-content .item-wrapper .item-img {
  position: relative;
  z-index: 1;
  padding-right: 20%;
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-v7lRwdfo9I .embla__slide .slide-content .item-wrapper .item-img {
    padding-right: 0;
    margin-top: 30px;
  }
}
.cid-v7lRwdfo9I .embla__slide .slide-content .item-wrapper .item-img img {
  height: 250px;
  width: 100%;
  object-fit: cover;
}
.cid-v7lRwdfo9I .embla__button--next,
.cid-v7lRwdfo9I .embla__button--prev {
  display: flex;
}
.cid-v7lRwdfo9I .embla__button {
  bottom: 45%;
  width: 30px;
  height: 30px;
  font-size: 14px;
  background-color: #dddddd !important;
  color: #2b3442 !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-v7lRwdfo9I .embla__button {
    bottom: 0;
  }
}
.cid-v7lRwdfo9I .embla__button:hover {
  background-color: #2b3442 !important;
  color: #dddddd !important;
}
.cid-v7lRwdfo9I .embla__button:disabled {
  opacity: 0 !important;
  background-color: #dddddd !important;
  color: #2b3442 !important;
}
.cid-v7lRwdfo9I .embla__button.embla__button--prev {
  left: 0;
}
.cid-v7lRwdfo9I .embla__button.embla__button--prev .mbr-iconfont {
  padding-right: 3px;
}
.cid-v7lRwdfo9I .embla__button.embla__button--next {
  right: 0;
}
.cid-v7lRwdfo9I .embla__button.embla__button--next .mbr-iconfont {
  padding-left: 3px;
}
.cid-v7lRwdfo9I .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v7lRwdfo9I .embla {
    padding-bottom: 4rem;
  }
}
.cid-v7lRwdfo9I .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
  mask-image: linear-gradient(to right, transparent 0%, #000000 12.5%, #000000 87.5%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000000 12.5%, #000000 87.5%, transparent 100%);
}
@media (max-width: 768px) {
  .cid-v7lRwdfo9I .embla__viewport {
    mask-image: linear-gradient(to right, transparent 0%, #000000 4%, #000000 96%, transparent 100%);
    -webkit-mask-image: linear-gradient(to right, transparent 0%, #000000 4%, #000000 96%, transparent 100%);
  }
}
.cid-v7lRwdfo9I .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v7lRwdfo9I .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v7lRwdfo9I .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v7lRwdfo9I .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v7lRwdfo9I .mbr-section-title {
  color: #2b3442;
  text-align: right;
}
.cid-v7lRwdfo9I .mbr-section-subtitle {
  color: #2b3442;
  text-align: right;
}
.cid-v7lRwdfo9I .item-title {
  color: #fefff5;
}
.cid-v7lRwdfo9I .item-text {
  color: #0b1d25;
}
.cid-v7lRwdfo9I .item-title,
.cid-v7lRwdfo9I .mbr-section-btn {
  color: #191919;
}
.cid-v7d3NLnieP {
  padding-top: 12rem;
  padding-bottom: 0rem;
  background-color: #dddad7;
}
.cid-v7d3NLnieP .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7d3NLnieP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7d3NLnieP .row {
  direction: rtl;
  margin: 0 -15px;
}
.cid-v7d3NLnieP .row .card {
  padding: 0 15px;
}
.cid-v7d3NLnieP .image-wrapper img {
  height: 525px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v7d3NLnieP .image-wrapper img {
    height: 300px;
    margin-top: 40px;
  }
}
.cid-v7d3NLnieP .content-wrapper .mbr-label {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v7d3NLnieP .content-wrapper .mbr-label {
    margin-bottom: 30px;
  }
}
.cid-v7d3NLnieP .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v7d3NLnieP .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v7d3NLnieP .content-wrapper .text-wrap .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v7d3NLnieP .content-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-v7d3NLnieP .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v7d3NLnieP .mbr-section-title {
  color: #2b3442;
}
.cid-v7d3NLnieP .mbr-desc {
  color: #fefff5;
}
.cid-v7d3NLnieP .mbr-label {
  color: #191919;
}
.cid-v7d3NLnieP .mbr-text {
  color: #fefff5;
}
.cid-v7d3NLnieP .mbr-text,
.cid-v7d3NLnieP .text-wrap,
.cid-v7d3NLnieP .mbr-section-btn {
  color: #484d55;
}
.cid-v7doViXZ0W {
  padding-top: 6rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/background1-3.jpg");
}
.cid-v7doViXZ0W .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7doViXZ0W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7doViXZ0W .content-wrapper {
  direction: rtl;
}
.cid-v7doViXZ0W .content-wrapper .social-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 82px;
}
@media (max-width: 992px) {
  .cid-v7doViXZ0W .content-wrapper .social-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v7doViXZ0W .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-v7doViXZ0W .content-wrapper .social-wrapper .social-wrap .soc-item {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 0px solid #dddad7;
  margin-right: 10px;
}
.cid-v7doViXZ0W .content-wrapper .social-wrapper .social-wrap .soc-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #dddad7;
  opacity: .5;
  transition: all 0.3s ease-in-out;
}
.cid-v7doViXZ0W .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-v7doViXZ0W .content-wrapper .social-wrapper .social-wrap .soc-item:hover:before,
.cid-v7doViXZ0W .content-wrapper .social-wrapper .social-wrap .soc-item:hover:before {
  opacity: 1;
}
.cid-v7doViXZ0W .content-wrapper .social-wrapper .social-wrap .soc-item a {
  position: relative;
  z-index: 1;
  display: block;
}
.cid-v7doViXZ0W .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 14px;
  transition: all 0.3s ease-in-out;
}
.cid-v7doViXZ0W .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  height: 120px;
  margin-bottom: 22px;
  position: relative;
  background-image: linear-gradient(-165deg, #aabfae, #dddad7 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v7doViXZ0W .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    height: 88px;
    background-image: linear-gradient(-165deg, #aabfae, #dddad7 40%);
  }
}
.cid-v7doViXZ0W .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-v7doViXZ0W .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v7doViXZ0W .content-wrapper .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-v7doViXZ0W .content-wrapper .nav-wrapper {
  margin-top: 78px;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v7doViXZ0W .content-wrapper .nav-wrapper {
    margin-top: 32px;
    margin-bottom: 24px;
  }
}
.cid-v7doViXZ0W .content-wrapper .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v7doViXZ0W .content-wrapper .nav-wrapper .list .item-wrap {
  padding: 10px 30px;
  margin-bottom: 0;
  text-decoration: underline;
  text-decoration-color: inherit;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-v7doViXZ0W .content-wrapper .nav-wrapper .list .item-wrap {
    padding: 5px 16px;
  }
}
.cid-v7doViXZ0W .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-v7doViXZ0W .content-wrapper .nav-wrapper .list .item-wrap:focus {
  text-decoration-color: transparent;
}
.cid-v7doViXZ0W .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-v7doViXZ0W .mbr-section-title {
  color: #000000;
}
.cid-v7doViXZ0W .mbr-text,
.cid-v7doViXZ0W .text-wrapper {
  color: #dddad7;
  text-align: center;
}
.cid-v7doViXZ0W .list,
.cid-v7doViXZ0W .nav-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v7doViXZ0W .mbr-copy {
  color: #838f86;
  text-align: center;
}
.cid-v7doViXZ0W .mbr-section-title,
.cid-v7doViXZ0W .title-wrapper,
.cid-v7doViXZ0W .mbr-section-btn,
.cid-v7doViXZ0W .social-wrapper {
  text-align: center;
  color: #dddddd;
}
.cid-v7doViXZ0W .list,
.cid-v7doViXZ0W .item-wrap,
.cid-v7doViXZ0W .nav-wrapper {
  color: #bcbebd;
}
.cid-vbsloRfBXu {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vbsloRfBXu .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vbsloRfBXu .btn:hover {
  background: #3d3f3e !important;
  border-color: #3d3f3e !important;
}
@media (max-width: 767px) {
  .cid-vbsloRfBXu .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vbsloRfBXu .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vbsloRfBXu .navbar-brand img {
  height: 8rem;
  margin-top: 40px;
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vbsloRfBXu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vbsloRfBXu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vbsloRfBXu .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-vbsloRfBXu .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-vbsloRfBXu .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-vbsloRfBXu .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vbsloRfBXu .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vbsloRfBXu .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vbsloRfBXu .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-vbsloRfBXu .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vbsloRfBXu .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vbsloRfBXu .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vbsloRfBXu .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vbsloRfBXu .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vbsloRfBXu .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vbsloRfBXu .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vbsloRfBXu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-vbsloRfBXu .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-vbsloRfBXu .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vbsloRfBXu .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vbsloRfBXu .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vbsloRfBXu .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #0d1d24;
  background: rgba(13, 29, 36, 0) !important;
}
.cid-vbsloRfBXu .nav-item:focus,
.cid-vbsloRfBXu .nav-link:focus {
  outline: none;
}
.cid-vbsloRfBXu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vbsloRfBXu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vbsloRfBXu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vbsloRfBXu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vbsloRfBXu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vbsloRfBXu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vbsloRfBXu .navbar {
  min-height: 120px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vbsloRfBXu .navbar.opened {
  transition: all 0.25s;
}
.cid-vbsloRfBXu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vbsloRfBXu .navbar .navbar-logo img {
  width: auto;
}
.cid-vbsloRfBXu .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vbsloRfBXu .navbar.collapsed {
  justify-content: center;
}
.cid-vbsloRfBXu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vbsloRfBXu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vbsloRfBXu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-vbsloRfBXu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vbsloRfBXu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vbsloRfBXu .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vbsloRfBXu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vbsloRfBXu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vbsloRfBXu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vbsloRfBXu .navbar {
    min-height: 72px;
  }
  .cid-vbsloRfBXu .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vbsloRfBXu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vbsloRfBXu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vbsloRfBXu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vbsloRfBXu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vbsloRfBXu .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vbsloRfBXu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vbsloRfBXu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vbsloRfBXu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vbsloRfBXu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vbsloRfBXu .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vbsloRfBXu .dropdown-item.active,
.cid-vbsloRfBXu .dropdown-item:active {
  background-color: transparent;
}
.cid-vbsloRfBXu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vbsloRfBXu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vbsloRfBXu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vbsloRfBXu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0d1d24;
}
.cid-vbsloRfBXu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vbsloRfBXu .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vbsloRfBXu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vbsloRfBXu .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vbsloRfBXu .navbar-buttons {
    text-align: left;
  }
}
.cid-vbsloRfBXu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vbsloRfBXu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vbsloRfBXu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vbsloRfBXu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vbsloRfBXu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vbsloRfBXu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vbsloRfBXu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vbsloRfBXu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vbsloRfBXu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vbsloRfBXu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vbsloRfBXu .navbar-dropdown {
  padding: 0;
  background: rgba(13, 29, 36, 0) !important;
}
.cid-vbsloRfBXu .opacityScroll {
  background: #0d1d24 !important;
}
.cid-vbsloRfBXu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vbsloRfBXu .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vbsloRfBXu .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vbsloRfBXu .navbar {
    height: 70px;
  }
  .cid-vbsloRfBXu .navbar.opened {
    height: auto;
  }
  .cid-vbsloRfBXu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vbsloRfBXu .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vbsloRfBXu .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vbsloRfBXu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vbsloRfBXu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-vbsloRfBXu .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vbsloRfBXu .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vbsloRfBXu .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vbsloRfBXu .navbar-brand {
    margin-left: auto;
  }
  .cid-vbsloRfBXu .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #0d1d24;
    opacity: 1;
    border-color: rgba(13, 29, 36, 0) !important;
    background: rgba(13, 29, 36, 0) !important;
    backdrop-filter: blur(8px);
  }
  .cid-vbsloRfBXu .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vbsloRfBXu .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vbsloRfBXu .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vbsloRfBXu .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vbsloRfBXu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vbsloRfBXu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-vbsloRfBXu .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vbsloRfBXu .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vbsloRfBXu .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vbsloRfBXu .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-vbsloRfBXu .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-vbsloRfBXu .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v7ml3WVF0V {
  padding-top: 12rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/bg-cert-2-2000x860.png");
}
.cid-v7ml3WVF0V .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7ml3WVF0V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7ml3WVF0V .row {
  direction: rtl;
  margin: 0 -15px;
}
.cid-v7ml3WVF0V .row .card {
  padding: 0 15px;
}
@media (max-width: 992px) {
  .cid-v7ml3WVF0V .title-wrapper {
    margin-top: 140px;
    margin-bottom: 40px;
  }
}
.cid-v7ml3WVF0V .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v7ml3WVF0V .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v7ml3WVF0V .text-wrapper .mbr-label {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v7ml3WVF0V .text-wrapper .mbr-label {
    margin-bottom: 30px;
  }
}
.cid-v7ml3WVF0V .text-wrapper .text-wrap .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v7ml3WVF0V .text-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-v7ml3WVF0V .text-wrapper .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-v7ml3WVF0V .text-wrapper .mbr-section-btn {
    margin-bottom: 30px;
  }
}
.cid-v7ml3WVF0V .text-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v7ml3WVF0V .text-wrapper .image-wrapper {
  padding-left: 25%;
  margin-top: 40px;
}
@media (max-width: 1440px) {
  .cid-v7ml3WVF0V .text-wrapper .image-wrapper {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-v7ml3WVF0V .text-wrapper .image-wrapper {
    padding-left: 0;
    margin-top: 30px;
  }
}
.cid-v7ml3WVF0V .text-wrapper .image-wrapper img {
  height: 350px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 425px) {
  .cid-v7ml3WVF0V .text-wrapper .image-wrapper img {
    height: 300px;
  }
}
.cid-v7ml3WVF0V .mbr-section-title {
  color: #0b1d25;
}
.cid-v7ml3WVF0V .mbr-section-subtitle {
  color: #2b3442;
}
.cid-v7ml3WVF0V .mbr-label {
  color: #2b3442;
}
.cid-v7ml3WVF0V .mbr-text {
  color: #fefff5;
}
.cid-v7ml3WVF0V .mbr-text,
.cid-v7ml3WVF0V .text-wrap,
.cid-v7ml3WVF0V .mbr-section-btn {
  color: #484d55;
}
.cid-v7mmHNRpOd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #838f86;
}
.cid-v7mmHNRpOd .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7mmHNRpOd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7mmHNRpOd .row {
  direction: rtl;
  margin: 0 -15px;
}
.cid-v7mmHNRpOd .row .card {
  padding: 0 15px;
}
.cid-v7mmHNRpOd .image-wrapper img {
  height: 525px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v7mmHNRpOd .image-wrapper img {
    height: 300px;
    margin-top: 40px;
  }
}
.cid-v7mmHNRpOd .content-wrapper .mbr-label {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v7mmHNRpOd .content-wrapper .mbr-label {
    margin-bottom: 30px;
  }
}
.cid-v7mmHNRpOd .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v7mmHNRpOd .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v7mmHNRpOd .content-wrapper .text-wrap .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v7mmHNRpOd .content-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-v7mmHNRpOd .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v7mmHNRpOd .mbr-section-title {
  color: #2b3442;
}
.cid-v7mmHNRpOd .mbr-desc {
  color: #fefff5;
}
.cid-v7mmHNRpOd .mbr-label {
  color: #2b3442;
}
.cid-v7mmHNRpOd .mbr-text {
  color: #fefff5;
}
.cid-v7mmHNRpOd .mbr-text,
.cid-v7mmHNRpOd .text-wrap,
.cid-v7mmHNRpOd .mbr-section-btn {
  color: #484d55;
}
.cid-v7mo1wY4kF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #dddad7;
}
.cid-v7mo1wY4kF .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7mo1wY4kF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7mo1wY4kF .row {
  direction: rtl;
  margin: 0 -15px;
}
.cid-v7mo1wY4kF .row .card {
  padding: 0 15px;
}
.cid-v7mo1wY4kF .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v7mo1wY4kF .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v7mo1wY4kF .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
@media (max-width: 992px) {
  .cid-v7mo1wY4kF .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v7mo1wY4kF .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-v7mo1wY4kF .items-wrapper .item .item-wrapper {
  height: 100%;
  padding: 30px;
  background-color: #bcbebd;
}
@media (max-width: 992px) {
  .cid-v7mo1wY4kF .items-wrapper .item .item-wrapper {
    padding: 20px;
  }
}
.cid-v7mo1wY4kF .items-wrapper .item .item-wrapper .item-img {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v7mo1wY4kF .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 20px;
  }
}
.cid-v7mo1wY4kF .items-wrapper .item .item-wrapper .item-img img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v7mo1wY4kF .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-v7mo1wY4kF .items-wrapper .item .item-wrapper .item-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v7mo1wY4kF .items-wrapper .item .item-wrapper .item-title {
    margin-bottom: 20px;
  }
}
.cid-v7mo1wY4kF .items-wrapper .item .item-wrapper .item-text {
  margin-bottom: 0;
}
.cid-v7mo1wY4kF .items-wrapper .item .item-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-v7mo1wY4kF .items-wrapper .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-v7mo1wY4kF .items-wrapper .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v7mo1wY4kF .mbr-section-title {
  color: #fefff5;
}
.cid-v7mo1wY4kF .item-title {
  color: #fefff5;
}
.cid-v7mo1wY4kF .item-text {
  color: #484d55;
}
.cid-v7mo1wY4kF .item-title,
.cid-v7mo1wY4kF .item-btn {
  color: #2b3442;
}
.cid-v7mssZQOXn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #838f86;
}
.cid-v7mssZQOXn .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7mssZQOXn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7mssZQOXn .content-wrap {
  margin: 0 -50px 50px;
}
.cid-v7mssZQOXn .content-wrap .card {
  padding: 0 50px;
}
.cid-v7mssZQOXn .content-wrap .label-wrapper {
  margin-bottom: 20px;
}
.cid-v7mssZQOXn .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.cid-v7mssZQOXn .content-wrap .label-wrapper .label-wrap .iconfont-wrapper {
  display: flex;
}
.cid-v7mssZQOXn .content-wrap .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 20px;
}
.cid-v7mssZQOXn .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v7mssZQOXn .content-wrap .text-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v7mssZQOXn .content-wrap .text-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v7mssZQOXn .content-wrap .text-wrapper .text-wrap .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v7mssZQOXn .content-wrap .text-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-v7mssZQOXn .content-wrap .text-wrapper .main-btn {
  margin-top: 20px;
  margin-bottom: -9.6px;
}
@media (max-width: 992px) {
  .cid-v7mssZQOXn .image-wrapper {
    margin-bottom: 15px;
  }
}
.cid-v7mssZQOXn .image-wrapper img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}
@media (max-width: 1640px) {
  .cid-v7mssZQOXn .image-wrapper img {
    height: 300px;
  }
}
@media (max-width: 1440px) {
  .cid-v7mssZQOXn .image-wrapper img {
    height: 250px;
  }
}
@media (max-width: 1200px) {
  .cid-v7mssZQOXn .image-wrapper img {
    height: 200px;
  }
}
@media (max-width: 992px) {
  .cid-v7mssZQOXn .image-wrapper img {
    height: 300px;
  }
}
.cid-v7mssZQOXn .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
@media (max-width: 992px) {
  .cid-v7mssZQOXn .items-wrapper {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
.cid-v7mssZQOXn .items-wrapper .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  border: none;
  transition: all 0.3s ease-in-out;
  background-color: #ffffff;
  min-height: 225px;
}
@media (max-width: 992px) {
  .cid-v7mssZQOXn .items-wrapper .item .item-wrapper {
    padding: 15px;
    min-height: auto;
  }
}
.cid-v7mssZQOXn .items-wrapper .item .item-wrapper:hover .card-box .icon-wrapper,
.cid-v7mssZQOXn .items-wrapper .item .item-wrapper:focus .card-box .icon-wrapper {
  background-color: #f7f7f7;
}
.cid-v7mssZQOXn .items-wrapper .item .item-wrapper:hover .card-box .icon-wrapper .mbr-iconfont,
.cid-v7mssZQOXn .items-wrapper .item .item-wrapper:focus .card-box .icon-wrapper .mbr-iconfont {
  color: #1f1f1f;
  transform: rotate(-45deg);
}
.cid-v7mssZQOXn .items-wrapper .item .item-wrapper:hover .card-box .item-content,
.cid-v7mssZQOXn .items-wrapper .item .item-wrapper:focus .card-box .item-content {
  transform: translateY(0);
  opacity: 1;
}
.cid-v7mssZQOXn .items-wrapper .item .item-wrapper .item-title {
  margin-bottom: 20px;
}
.cid-v7mssZQOXn .items-wrapper .item .item-wrapper .card-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.cid-v7mssZQOXn .items-wrapper .item .item-wrapper .card-box .item-content {
  transform: translateY(5px);
  transition: all .3s ease;
  opacity: 0;
}
.cid-v7mssZQOXn .items-wrapper .item .item-wrapper .card-box .item-content .item-text {
  margin-bottom: 0;
}
.cid-v7mssZQOXn .items-wrapper .item .item-wrapper .card-box .item-content .item-btn {
  margin-top: 10px;
  margin-bottom: -9.6px;
}
.cid-v7mssZQOXn .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  background-color: #2b3442;
  transition: all .3s ease;
  margin-left: 30px;
}
.cid-v7mssZQOXn .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  color: #ffffff;
  transition: all .3s ease;
  font-size: 14px;
  margin: 0;
}
.cid-v7mssZQOXn .image-wrap {
  margin: 0 -50px 0;
}
.cid-v7mssZQOXn .image-wrap .card {
  padding: 0 50px;
}
.cid-v7mssZQOXn .mbr-label {
  color: #1f1f1f;
}
.cid-v7mssZQOXn .mbr-section-title {
  color: #1f1f1f;
}
.cid-v7mssZQOXn .mbr-text {
  color: #5a5a5a;
}
.cid-v7mssZQOXn .item-title {
  color: #1f1f1f;
}
.cid-v7mssZQOXn .item-text {
  color: #5a5a5a;
}
.cid-v7mssZQOXn .mbr-section-title,
.cid-v7mssZQOXn .title-wrapper,
.cid-v7mssZQOXn .main-btn {
  color: #2b3442;
}
.cid-v7mssZQOXn .mbr-label,
.cid-v7mssZQOXn .label-wrapper {
  color: #2b3442;
}
.cid-v7mssZQOXn .mbr-text,
.cid-v7mssZQOXn .text-wrap {
  color: #484d55;
}
.cid-v7mokBg8ul {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #dddad7;
}
.cid-v7mokBg8ul .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7mokBg8ul .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7mokBg8ul .row {
  direction: rtl;
  margin: 0 -15px;
}
.cid-v7mokBg8ul .row .card {
  padding: 0 15px;
}
.cid-v7mokBg8ul .title-wrapper {
  direction: rtl;
}
.cid-v7mokBg8ul .title-wrapper .mbr-section-title {
  direction: rtl;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v7mokBg8ul .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v7mokBg8ul .items-wrapper {
  direction: rtl;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
@media (max-width: 992px) {
  .cid-v7mokBg8ul .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v7mokBg8ul .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-v7mokBg8ul .items-wrapper .item .item-wrapper {
  height: 100%;
  padding: 30px;
  background-color: #bcbebd;
}
@media (max-width: 992px) {
  .cid-v7mokBg8ul .items-wrapper .item .item-wrapper {
    padding: 20px;
  }
}
.cid-v7mokBg8ul .items-wrapper .item .item-wrapper .item-img {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v7mokBg8ul .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 20px;
  }
}
.cid-v7mokBg8ul .items-wrapper .item .item-wrapper .item-img img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v7mokBg8ul .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-v7mokBg8ul .items-wrapper .item .item-wrapper .item-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v7mokBg8ul .items-wrapper .item .item-wrapper .item-title {
    margin-bottom: 20px;
  }
}
.cid-v7mokBg8ul .items-wrapper .item .item-wrapper .item-text {
  margin-bottom: 0;
}
.cid-v7mokBg8ul .items-wrapper .item .item-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-v7mokBg8ul .items-wrapper .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-v7mokBg8ul .items-wrapper .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v7mokBg8ul .mbr-section-title {
  color: #2b3442;
  text-align: right;
}
.cid-v7mokBg8ul .item-title {
  color: #fefff5;
}
.cid-v7mokBg8ul .item-text {
  color: #2b3442;
}
.cid-v7mokBg8ul .item-title,
.cid-v7mokBg8ul .item-btn {
  color: #484d55;
}
.cid-v7doViXZ0W {
  padding-top: 6rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/background1-3.jpg");
}
.cid-v7doViXZ0W .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7doViXZ0W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7doViXZ0W .content-wrapper {
  direction: rtl;
}
.cid-v7doViXZ0W .content-wrapper .social-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 82px;
}
@media (max-width: 992px) {
  .cid-v7doViXZ0W .content-wrapper .social-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v7doViXZ0W .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-v7doViXZ0W .content-wrapper .social-wrapper .social-wrap .soc-item {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 0px solid #dddad7;
  margin-right: 10px;
}
.cid-v7doViXZ0W .content-wrapper .social-wrapper .social-wrap .soc-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #dddad7;
  opacity: .5;
  transition: all 0.3s ease-in-out;
}
.cid-v7doViXZ0W .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-v7doViXZ0W .content-wrapper .social-wrapper .social-wrap .soc-item:hover:before,
.cid-v7doViXZ0W .content-wrapper .social-wrapper .social-wrap .soc-item:hover:before {
  opacity: 1;
}
.cid-v7doViXZ0W .content-wrapper .social-wrapper .social-wrap .soc-item a {
  position: relative;
  z-index: 1;
  display: block;
}
.cid-v7doViXZ0W .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 14px;
  transition: all 0.3s ease-in-out;
}
.cid-v7doViXZ0W .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  height: 120px;
  margin-bottom: 22px;
  position: relative;
  background-image: linear-gradient(-165deg, #aabfae, #dddad7 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v7doViXZ0W .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    height: 88px;
    background-image: linear-gradient(-165deg, #aabfae, #dddad7 40%);
  }
}
.cid-v7doViXZ0W .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-v7doViXZ0W .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v7doViXZ0W .content-wrapper .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-v7doViXZ0W .content-wrapper .nav-wrapper {
  margin-top: 78px;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v7doViXZ0W .content-wrapper .nav-wrapper {
    margin-top: 32px;
    margin-bottom: 24px;
  }
}
.cid-v7doViXZ0W .content-wrapper .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v7doViXZ0W .content-wrapper .nav-wrapper .list .item-wrap {
  padding: 10px 30px;
  margin-bottom: 0;
  text-decoration: underline;
  text-decoration-color: inherit;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-v7doViXZ0W .content-wrapper .nav-wrapper .list .item-wrap {
    padding: 5px 16px;
  }
}
.cid-v7doViXZ0W .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-v7doViXZ0W .content-wrapper .nav-wrapper .list .item-wrap:focus {
  text-decoration-color: transparent;
}
.cid-v7doViXZ0W .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-v7doViXZ0W .mbr-section-title {
  color: #000000;
}
.cid-v7doViXZ0W .mbr-text,
.cid-v7doViXZ0W .text-wrapper {
  color: #dddad7;
  text-align: center;
}
.cid-v7doViXZ0W .list,
.cid-v7doViXZ0W .nav-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v7doViXZ0W .mbr-copy {
  color: #838f86;
  text-align: center;
}
.cid-v7doViXZ0W .mbr-section-title,
.cid-v7doViXZ0W .title-wrapper,
.cid-v7doViXZ0W .mbr-section-btn,
.cid-v7doViXZ0W .social-wrapper {
  text-align: center;
  color: #dddddd;
}
.cid-v7doViXZ0W .list,
.cid-v7doViXZ0W .item-wrap,
.cid-v7doViXZ0W .nav-wrapper {
  color: #bcbebd;
}
.cid-vbsloRfBXu {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vbsloRfBXu .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vbsloRfBXu .btn:hover {
  background: #3d3f3e !important;
  border-color: #3d3f3e !important;
}
@media (max-width: 767px) {
  .cid-vbsloRfBXu .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vbsloRfBXu .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vbsloRfBXu .navbar-brand img {
  height: 8rem;
  margin-top: 40px;
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vbsloRfBXu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vbsloRfBXu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vbsloRfBXu .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-vbsloRfBXu .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-vbsloRfBXu .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-vbsloRfBXu .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vbsloRfBXu .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vbsloRfBXu .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vbsloRfBXu .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-vbsloRfBXu .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vbsloRfBXu .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vbsloRfBXu .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vbsloRfBXu .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vbsloRfBXu .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vbsloRfBXu .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vbsloRfBXu .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vbsloRfBXu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-vbsloRfBXu .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-vbsloRfBXu .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vbsloRfBXu .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vbsloRfBXu .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vbsloRfBXu .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #0d1d24;
  background: rgba(13, 29, 36, 0) !important;
}
.cid-vbsloRfBXu .nav-item:focus,
.cid-vbsloRfBXu .nav-link:focus {
  outline: none;
}
.cid-vbsloRfBXu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vbsloRfBXu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vbsloRfBXu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vbsloRfBXu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vbsloRfBXu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vbsloRfBXu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vbsloRfBXu .navbar {
  min-height: 120px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vbsloRfBXu .navbar.opened {
  transition: all 0.25s;
}
.cid-vbsloRfBXu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vbsloRfBXu .navbar .navbar-logo img {
  width: auto;
}
.cid-vbsloRfBXu .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vbsloRfBXu .navbar.collapsed {
  justify-content: center;
}
.cid-vbsloRfBXu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vbsloRfBXu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vbsloRfBXu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-vbsloRfBXu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vbsloRfBXu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vbsloRfBXu .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vbsloRfBXu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vbsloRfBXu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vbsloRfBXu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vbsloRfBXu .navbar {
    min-height: 72px;
  }
  .cid-vbsloRfBXu .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vbsloRfBXu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vbsloRfBXu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vbsloRfBXu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vbsloRfBXu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vbsloRfBXu .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vbsloRfBXu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vbsloRfBXu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vbsloRfBXu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vbsloRfBXu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vbsloRfBXu .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vbsloRfBXu .dropdown-item.active,
.cid-vbsloRfBXu .dropdown-item:active {
  background-color: transparent;
}
.cid-vbsloRfBXu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vbsloRfBXu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vbsloRfBXu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vbsloRfBXu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0d1d24;
}
.cid-vbsloRfBXu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vbsloRfBXu .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vbsloRfBXu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vbsloRfBXu .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vbsloRfBXu .navbar-buttons {
    text-align: left;
  }
}
.cid-vbsloRfBXu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vbsloRfBXu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vbsloRfBXu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vbsloRfBXu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vbsloRfBXu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vbsloRfBXu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vbsloRfBXu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vbsloRfBXu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vbsloRfBXu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vbsloRfBXu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vbsloRfBXu .navbar-dropdown {
  padding: 0;
  background: rgba(13, 29, 36, 0) !important;
}
.cid-vbsloRfBXu .opacityScroll {
  background: #0d1d24 !important;
}
.cid-vbsloRfBXu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vbsloRfBXu .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vbsloRfBXu .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vbsloRfBXu .navbar {
    height: 70px;
  }
  .cid-vbsloRfBXu .navbar.opened {
    height: auto;
  }
  .cid-vbsloRfBXu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vbsloRfBXu .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vbsloRfBXu .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vbsloRfBXu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vbsloRfBXu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-vbsloRfBXu .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vbsloRfBXu .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vbsloRfBXu .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vbsloRfBXu .navbar-brand {
    margin-left: auto;
  }
  .cid-vbsloRfBXu .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #0d1d24;
    opacity: 1;
    border-color: rgba(13, 29, 36, 0) !important;
    background: rgba(13, 29, 36, 0) !important;
    backdrop-filter: blur(8px);
  }
  .cid-vbsloRfBXu .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vbsloRfBXu .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vbsloRfBXu .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vbsloRfBXu .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vbsloRfBXu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vbsloRfBXu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-vbsloRfBXu .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vbsloRfBXu .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vbsloRfBXu .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vbsloRfBXu .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-vbsloRfBXu .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-vbsloRfBXu .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v7mwpex7aY {
  background-image: url("../../../assets/images/bg-companies-2000x1248.png");
}
.cid-v7mwpex7aY .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7mwpex7aY .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-v7mwpex7aY .content-wrapper .clients-wrapper {
    display: none;
  }
}
.cid-v7mwpex7aY .content-wrapper .clients-wrapper .clients-wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cid-v7mwpex7aY .content-wrapper .clients-wrapper .clients-wrap .item {
  padding: 16px;
}
.cid-v7mwpex7aY .content-wrapper .clients-wrapper .clients-wrap .item .item-wrapper .item-img img {
  filter: invert(1);
  height: 100px;
  object-fit: contain;
}
.cid-v7mwpex7aY .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v7mwpex7aY .content-wrapper .mbr-section-title span {
  background: linear-gradient(170deg, #f96e47, #fb9578);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.cid-v7mwpex7aY .content-wrapper .text-wrapper .mbr-text {
  width: 40%;
  display: inline-block;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-v7mwpex7aY .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v7mwpex7aY .btn-wrapper {
  margin-top: -15%;
}
.cid-v7mwpex7aY .mbr-section-title {
  color: #272b2e;
}
.cid-v7mwpex7aY .mbr-text,
.cid-v7mwpex7aY .text-wrapper {
  color: #0b1d25;
  text-align: center;
}
.cid-v7mwpex7aY .mbr-section-title,
.cid-v7mwpex7aY .mbr-section-btn,
.cid-v7mwpex7aY .clients-wrapper {
  text-align: center;
  color: #2b3442;
}
.cid-v7mwrXFi7h {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #dddad7;
}
.cid-v7mwrXFi7h .mbr-section-subtitle {
  color: #a1a1a1;
  opacity: 0.85;
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: right;
}
.cid-v7mwrXFi7h .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v7mwrXFi7h .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v7mwrXFi7h .section {
  background-color: #fff;
}
.cid-v7mwrXFi7h .container {
  direction: rtl;
}
.cid-v7mwrXFi7h .shadow {
  border-radius: 0px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  transition: all 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  overflow: visible;
  height: 100%;
  padding: 20px;
  background: #fff;
  border-bottom-right-radius: 45px !important;
  border-top-left-radius: 45px !important;
}
.cid-v7mwrXFi7h .wrap-img {
  border-bottom: 1px solid #d8d1c5;
  transition: all 300ms ease !important;
  overflow: hidden;
  border-radius: 30px 30px 0 0;
  height: 192px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: translate(0px, 0px);
}
.cid-v7mwrXFi7h .shadow:hover {
  transform: translate(0px, -6px);
  box-shadow: 0 10px 20px 0 rgba(8, 15, 52, 0.1) !important;
}
.cid-v7mwrXFi7h .shadow:hover a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption),
.cid-v7mwrXFi7h .shadow:hover .mbr-iconfont,
.cid-v7mwrXFi7h .shadow:hover .number,
.cid-v7mwrXFi7h .shadow:hover .card-title {
  color: #3d3f3e !important;
}
.cid-v7mwrXFi7h .shadow:hover .inner {
  transform: scale(1.1);
}
.cid-v7mwrXFi7h .inner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}
.cid-v7mwrXFi7h .card-title {
  color: #14142b;
  margin-bottom: 6px;
  text-align: center;
  transition: 0.35s;
}
.cid-v7mwrXFi7h .title-block {
  margin-bottom: 56px;
}
.cid-v7mwrXFi7h .card-text {
  color: #8c8c95;
  text-align: center;
}
.cid-v7mwrXFi7h .mbr-section-title {
  color: #0b1d25;
  text-align: right;
}
.cid-v7mwrXFi7h .card-wrapper {
  padding: 39px 32px 48px;
}
.cid-v7mwrXFi7h .mbr-iconfont {
  transition: 0.3s;
  margin-right: 5px;
}
.cid-v7mwrXFi7h .link-title {
  display: inline-block;
}
.cid-v7mwrXFi7h .episode {
  color: #ffffff;
}
.cid-v7mwrXFi7h .img-title {
  color: #ffffff;
}
.cid-v7mwrXFi7h .button-align {
  margin-top: 56px;
  text-align: center;
}
.cid-v7mwrXFi7h .mbr-section-btn {
  width: auto;
  display: inline;
  position: absolute;
  bottom: 10px;
  margin: auto;
}
@media (max-width: 860px) {
  .cid-v7mwrXFi7h .title-block {
    flex-direction: column;
  }
  .cid-v7mwrXFi7h .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
}
.cid-v7mwrXFi7h .item.features-image {
  margin-top: 35px;
}
.cid-v7mwrXFi7h .item.features-image:nth-child(1) {
  margin-top: 0px;
}
.cid-v7mwrXFi7h .item.features-image:nth-child(2) {
  margin-top: 0px;
}
.cid-v7mwrXFi7h .item.features-image:nth-child(3) {
  margin-top: 0px;
}
@media (max-width: 992px) {
  .cid-v7mwrXFi7h .item.features-image:nth-child(4) {
    margin-top: 35px;
  }
  .cid-v7mwrXFi7h .item.features-image:nth-child(3) {
    margin-top: 35px;
  }
}
@media (max-width: 768px) {
  .cid-v7mwrXFi7h .item.features-image:nth-child(2) {
    margin-top: 35px;
  }
}
.cid-v7mwrXFi7h .mbr-section-btn .btn {
  margin: auto;
  padding: 7px 10px;
  border: 0px;
  border-bottom: 1px dashed #ddd;
  background: #fff;
  border-radius: 0px !important;
  color: #354253;
  font-size: 14px;
}
.cid-v7doViXZ0W {
  padding-top: 6rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/background1-3.jpg");
}
.cid-v7doViXZ0W .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7doViXZ0W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7doViXZ0W .content-wrapper {
  direction: rtl;
}
.cid-v7doViXZ0W .content-wrapper .social-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 82px;
}
@media (max-width: 992px) {
  .cid-v7doViXZ0W .content-wrapper .social-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v7doViXZ0W .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-v7doViXZ0W .content-wrapper .social-wrapper .social-wrap .soc-item {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 0px solid #dddad7;
  margin-right: 10px;
}
.cid-v7doViXZ0W .content-wrapper .social-wrapper .social-wrap .soc-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #dddad7;
  opacity: .5;
  transition: all 0.3s ease-in-out;
}
.cid-v7doViXZ0W .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-v7doViXZ0W .content-wrapper .social-wrapper .social-wrap .soc-item:hover:before,
.cid-v7doViXZ0W .content-wrapper .social-wrapper .social-wrap .soc-item:hover:before {
  opacity: 1;
}
.cid-v7doViXZ0W .content-wrapper .social-wrapper .social-wrap .soc-item a {
  position: relative;
  z-index: 1;
  display: block;
}
.cid-v7doViXZ0W .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 14px;
  transition: all 0.3s ease-in-out;
}
.cid-v7doViXZ0W .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  height: 120px;
  margin-bottom: 22px;
  position: relative;
  background-image: linear-gradient(-165deg, #aabfae, #dddad7 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v7doViXZ0W .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    height: 88px;
    background-image: linear-gradient(-165deg, #aabfae, #dddad7 40%);
  }
}
.cid-v7doViXZ0W .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-v7doViXZ0W .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v7doViXZ0W .content-wrapper .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-v7doViXZ0W .content-wrapper .nav-wrapper {
  margin-top: 78px;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v7doViXZ0W .content-wrapper .nav-wrapper {
    margin-top: 32px;
    margin-bottom: 24px;
  }
}
.cid-v7doViXZ0W .content-wrapper .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v7doViXZ0W .content-wrapper .nav-wrapper .list .item-wrap {
  padding: 10px 30px;
  margin-bottom: 0;
  text-decoration: underline;
  text-decoration-color: inherit;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-v7doViXZ0W .content-wrapper .nav-wrapper .list .item-wrap {
    padding: 5px 16px;
  }
}
.cid-v7doViXZ0W .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-v7doViXZ0W .content-wrapper .nav-wrapper .list .item-wrap:focus {
  text-decoration-color: transparent;
}
.cid-v7doViXZ0W .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-v7doViXZ0W .mbr-section-title {
  color: #000000;
}
.cid-v7doViXZ0W .mbr-text,
.cid-v7doViXZ0W .text-wrapper {
  color: #dddad7;
  text-align: center;
}
.cid-v7doViXZ0W .list,
.cid-v7doViXZ0W .nav-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v7doViXZ0W .mbr-copy {
  color: #838f86;
  text-align: center;
}
.cid-v7doViXZ0W .mbr-section-title,
.cid-v7doViXZ0W .title-wrapper,
.cid-v7doViXZ0W .mbr-section-btn,
.cid-v7doViXZ0W .social-wrapper {
  text-align: center;
  color: #dddddd;
}
.cid-v7doViXZ0W .list,
.cid-v7doViXZ0W .item-wrap,
.cid-v7doViXZ0W .nav-wrapper {
  color: #bcbebd;
}
.cid-vbsloRfBXu {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vbsloRfBXu .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vbsloRfBXu .btn:hover {
  background: #3d3f3e !important;
  border-color: #3d3f3e !important;
}
@media (max-width: 767px) {
  .cid-vbsloRfBXu .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vbsloRfBXu .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vbsloRfBXu .navbar-brand img {
  height: 8rem;
  margin-top: 40px;
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vbsloRfBXu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vbsloRfBXu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vbsloRfBXu .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-vbsloRfBXu .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-vbsloRfBXu .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-vbsloRfBXu .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vbsloRfBXu .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vbsloRfBXu .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vbsloRfBXu .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-vbsloRfBXu .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vbsloRfBXu .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vbsloRfBXu .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vbsloRfBXu .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vbsloRfBXu .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vbsloRfBXu .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vbsloRfBXu .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vbsloRfBXu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-vbsloRfBXu .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-vbsloRfBXu .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vbsloRfBXu .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vbsloRfBXu .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vbsloRfBXu .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #0d1d24;
  background: rgba(13, 29, 36, 0) !important;
}
.cid-vbsloRfBXu .nav-item:focus,
.cid-vbsloRfBXu .nav-link:focus {
  outline: none;
}
.cid-vbsloRfBXu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vbsloRfBXu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vbsloRfBXu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vbsloRfBXu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vbsloRfBXu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vbsloRfBXu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vbsloRfBXu .navbar {
  min-height: 120px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vbsloRfBXu .navbar.opened {
  transition: all 0.25s;
}
.cid-vbsloRfBXu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vbsloRfBXu .navbar .navbar-logo img {
  width: auto;
}
.cid-vbsloRfBXu .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vbsloRfBXu .navbar.collapsed {
  justify-content: center;
}
.cid-vbsloRfBXu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vbsloRfBXu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vbsloRfBXu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-vbsloRfBXu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vbsloRfBXu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vbsloRfBXu .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vbsloRfBXu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vbsloRfBXu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vbsloRfBXu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vbsloRfBXu .navbar {
    min-height: 72px;
  }
  .cid-vbsloRfBXu .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vbsloRfBXu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vbsloRfBXu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vbsloRfBXu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vbsloRfBXu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vbsloRfBXu .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vbsloRfBXu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vbsloRfBXu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vbsloRfBXu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vbsloRfBXu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vbsloRfBXu .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vbsloRfBXu .dropdown-item.active,
.cid-vbsloRfBXu .dropdown-item:active {
  background-color: transparent;
}
.cid-vbsloRfBXu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vbsloRfBXu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vbsloRfBXu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vbsloRfBXu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0d1d24;
}
.cid-vbsloRfBXu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vbsloRfBXu .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vbsloRfBXu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vbsloRfBXu .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vbsloRfBXu .navbar-buttons {
    text-align: left;
  }
}
.cid-vbsloRfBXu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vbsloRfBXu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vbsloRfBXu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vbsloRfBXu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vbsloRfBXu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vbsloRfBXu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vbsloRfBXu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vbsloRfBXu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vbsloRfBXu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vbsloRfBXu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vbsloRfBXu .navbar-dropdown {
  padding: 0;
  background: rgba(13, 29, 36, 0) !important;
}
.cid-vbsloRfBXu .opacityScroll {
  background: #0d1d24 !important;
}
.cid-vbsloRfBXu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vbsloRfBXu .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vbsloRfBXu .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vbsloRfBXu .navbar {
    height: 70px;
  }
  .cid-vbsloRfBXu .navbar.opened {
    height: auto;
  }
  .cid-vbsloRfBXu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vbsloRfBXu .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vbsloRfBXu .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vbsloRfBXu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vbsloRfBXu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-vbsloRfBXu .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vbsloRfBXu .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vbsloRfBXu .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vbsloRfBXu .navbar-brand {
    margin-left: auto;
  }
  .cid-vbsloRfBXu .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #0d1d24;
    opacity: 1;
    border-color: rgba(13, 29, 36, 0) !important;
    background: rgba(13, 29, 36, 0) !important;
    backdrop-filter: blur(8px);
  }
  .cid-vbsloRfBXu .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vbsloRfBXu .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vbsloRfBXu .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vbsloRfBXu .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vbsloRfBXu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vbsloRfBXu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-vbsloRfBXu .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vbsloRfBXu .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vbsloRfBXu .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vbsloRfBXu .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-vbsloRfBXu .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-vbsloRfBXu .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v7mxC7Pwi5 {
  background-image: url("../../../assets/images/bg-companies-2000x1248.png");
}
.cid-v7mxC7Pwi5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7mxC7Pwi5 .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-v7mxC7Pwi5 .content-wrapper .clients-wrapper {
    display: none;
  }
}
.cid-v7mxC7Pwi5 .content-wrapper .clients-wrapper .clients-wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cid-v7mxC7Pwi5 .content-wrapper .clients-wrapper .clients-wrap .item {
  padding: 16px;
}
.cid-v7mxC7Pwi5 .content-wrapper .clients-wrapper .clients-wrap .item .item-wrapper .item-img img {
  height: 80px;
  object-fit: contain;
}
.cid-v7mxC7Pwi5 .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v7mxC7Pwi5 .content-wrapper .mbr-section-title span {
  background: linear-gradient(170deg, #838f86, #9ea7a0);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.cid-v7mxC7Pwi5 .content-wrapper .text-wrapper .mbr-text {
  width: 40%;
  display: inline-block;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-v7mxC7Pwi5 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v7mxC7Pwi5 .btn-wrapper {
  margin-top: -15%;
}
.cid-v7mxC7Pwi5 .mbr-section-title {
  color: #272b2e;
}
.cid-v7mxC7Pwi5 .mbr-text,
.cid-v7mxC7Pwi5 .text-wrapper {
  color: #0b1d25;
  text-align: center;
}
.cid-v7mxC7Pwi5 .mbr-section-title,
.cid-v7mxC7Pwi5 .mbr-section-btn,
.cid-v7mxC7Pwi5 .clients-wrapper {
  text-align: center;
  color: #2b3442;
}
.cid-v7mytRyfM4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #dddad7;
}
@media (max-width: 991px) {
  .cid-v7mytRyfM4 .mbr-section-head {
    margin-bottom: 8.53vw;
  }
}
.cid-v7mytRyfM4 .mbr-section-title {
  color: #2b3442;
}
.cid-v7mytRyfM4 .mbr-section-subtitle {
  color: #484d55;
  margin-top: 1rem;
}
.cid-v7mytRyfM4 .cards-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: auto;
  gap: 1.67vw 5.28vw;
}
@media (max-width: 991px) {
  .cid-v7mytRyfM4 .cards-container {
    grid-template-columns: 1fr 1fr;
    gap: 6.4vw 5.33vw;
  }
}
.cid-v7mytRyfM4 .card-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.cid-v7mytRyfM4 .card-wrap img {
  max-width: 100%;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-v7mxZ4qkeo {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-color: #838f86;
}
.cid-v7mxZ4qkeo .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7mxZ4qkeo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7mxZ4qkeo .row {
  direction: rtl;
  margin: 0 -15px;
}
.cid-v7mxZ4qkeo .row .card {
  padding: 0 15px;
}
@media (max-width: 992px) {
  .cid-v7mxZ4qkeo .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v7mxZ4qkeo .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-v7mxZ4qkeo .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v7mxZ4qkeo .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-v7mxZ4qkeo .title-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
    margin-top: 30px;
  }
}
.cid-v7mxZ4qkeo .text-wrapper .mbr-label {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v7mxZ4qkeo .text-wrapper .mbr-label {
    margin-bottom: 30px;
  }
}
.cid-v7mxZ4qkeo .text-wrapper .text-wrap .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v7mxZ4qkeo .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-v7mxZ4qkeo .text-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v7mxZ4qkeo .mbr-section-title {
  color: #2b3442;
}
.cid-v7mxZ4qkeo .mbr-section-subtitle {
  color: #0b1d25;
}
.cid-v7mxZ4qkeo .mbr-desc {
  color: #fefff5;
}
.cid-v7mxZ4qkeo .mbr-label {
  color: #fefff5;
}
.cid-v7mxZ4qkeo .mbr-text {
  color: #fefff5;
}
.cid-v7mxZ4qkeo .mbr-text,
.cid-v7mxZ4qkeo .text-wrap,
.cid-v7mxZ4qkeo .mbr-section-btn {
  color: #2b3442;
  text-align: justify;
}
.cid-v7mynrivmH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #dddad7;
}
.cid-v7mynrivmH .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7mynrivmH .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-v7mynrivmH .container {
    padding: 0 20px;
  }
}
.cid-v7mynrivmH .row {
  padding: 50px;
  position: relative;
  border-radius: 50px;
  overflow: hidden;
  margin: 0 16px;
}
@media (max-width: 992px) {
  .cid-v7mynrivmH .row {
    padding: 50px 16px;
    margin: 0;
  }
}
.cid-v7mynrivmH .row .blur-wrap {
  position: absolute;
  bottom: 0;
  left: 18%;
  width: 400px;
  height: 400px;
  border-radius: 100%;
  background-color: #a1a1a1;
  filter: blur(200px);
}
.cid-v7mynrivmH .row::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background-color: #ffffff;
  opacity: 1;
}
.cid-v7mynrivmH .row .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-v7mynrivmH .row .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v7mynrivmH .row .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v7mynrivmH .row .item {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v7mynrivmH .row .item {
    margin-bottom: 32px;
  }
}
.cid-v7mynrivmH .row .item .item-wrapper .item-img img {
  height: 110px;
  object-fit: contain;
  margin: 0 auto;
}
.cid-v7mynrivmH .mbr-section-title {
  color: #0e0e10;
}
.cid-v7mynrivmH .mbr-section-title,
.cid-v7mynrivmH .mbr-section-btn {
  text-align: center;
}
.cid-v7doViXZ0W {
  padding-top: 6rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/background1-3.jpg");
}
.cid-v7doViXZ0W .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7doViXZ0W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7doViXZ0W .content-wrapper {
  direction: rtl;
}
.cid-v7doViXZ0W .content-wrapper .social-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 82px;
}
@media (max-width: 992px) {
  .cid-v7doViXZ0W .content-wrapper .social-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v7doViXZ0W .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-v7doViXZ0W .content-wrapper .social-wrapper .social-wrap .soc-item {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 0px solid #dddad7;
  margin-right: 10px;
}
.cid-v7doViXZ0W .content-wrapper .social-wrapper .social-wrap .soc-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #dddad7;
  opacity: .5;
  transition: all 0.3s ease-in-out;
}
.cid-v7doViXZ0W .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-v7doViXZ0W .content-wrapper .social-wrapper .social-wrap .soc-item:hover:before,
.cid-v7doViXZ0W .content-wrapper .social-wrapper .social-wrap .soc-item:hover:before {
  opacity: 1;
}
.cid-v7doViXZ0W .content-wrapper .social-wrapper .social-wrap .soc-item a {
  position: relative;
  z-index: 1;
  display: block;
}
.cid-v7doViXZ0W .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 14px;
  transition: all 0.3s ease-in-out;
}
.cid-v7doViXZ0W .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  height: 120px;
  margin-bottom: 22px;
  position: relative;
  background-image: linear-gradient(-165deg, #aabfae, #dddad7 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v7doViXZ0W .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    height: 88px;
    background-image: linear-gradient(-165deg, #aabfae, #dddad7 40%);
  }
}
.cid-v7doViXZ0W .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-v7doViXZ0W .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v7doViXZ0W .content-wrapper .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-v7doViXZ0W .content-wrapper .nav-wrapper {
  margin-top: 78px;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v7doViXZ0W .content-wrapper .nav-wrapper {
    margin-top: 32px;
    margin-bottom: 24px;
  }
}
.cid-v7doViXZ0W .content-wrapper .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v7doViXZ0W .content-wrapper .nav-wrapper .list .item-wrap {
  padding: 10px 30px;
  margin-bottom: 0;
  text-decoration: underline;
  text-decoration-color: inherit;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-v7doViXZ0W .content-wrapper .nav-wrapper .list .item-wrap {
    padding: 5px 16px;
  }
}
.cid-v7doViXZ0W .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-v7doViXZ0W .content-wrapper .nav-wrapper .list .item-wrap:focus {
  text-decoration-color: transparent;
}
.cid-v7doViXZ0W .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-v7doViXZ0W .mbr-section-title {
  color: #000000;
}
.cid-v7doViXZ0W .mbr-text,
.cid-v7doViXZ0W .text-wrapper {
  color: #dddad7;
  text-align: center;
}
.cid-v7doViXZ0W .list,
.cid-v7doViXZ0W .nav-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v7doViXZ0W .mbr-copy {
  color: #838f86;
  text-align: center;
}
.cid-v7doViXZ0W .mbr-section-title,
.cid-v7doViXZ0W .title-wrapper,
.cid-v7doViXZ0W .mbr-section-btn,
.cid-v7doViXZ0W .social-wrapper {
  text-align: center;
  color: #dddddd;
}
.cid-v7doViXZ0W .list,
.cid-v7doViXZ0W .item-wrap,
.cid-v7doViXZ0W .nav-wrapper {
  color: #bcbebd;
}
.cid-vbsloRfBXu {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vbsloRfBXu .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vbsloRfBXu .btn:hover {
  background: #3d3f3e !important;
  border-color: #3d3f3e !important;
}
@media (max-width: 767px) {
  .cid-vbsloRfBXu .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vbsloRfBXu .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vbsloRfBXu .navbar-brand img {
  height: 8rem;
  margin-top: 40px;
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vbsloRfBXu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vbsloRfBXu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vbsloRfBXu .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-vbsloRfBXu .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-vbsloRfBXu .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-vbsloRfBXu .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vbsloRfBXu .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vbsloRfBXu .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vbsloRfBXu .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-vbsloRfBXu .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vbsloRfBXu .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vbsloRfBXu .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vbsloRfBXu .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vbsloRfBXu .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vbsloRfBXu .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vbsloRfBXu .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vbsloRfBXu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-vbsloRfBXu .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-vbsloRfBXu .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vbsloRfBXu .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vbsloRfBXu .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vbsloRfBXu .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #0d1d24;
  background: rgba(13, 29, 36, 0) !important;
}
.cid-vbsloRfBXu .nav-item:focus,
.cid-vbsloRfBXu .nav-link:focus {
  outline: none;
}
.cid-vbsloRfBXu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vbsloRfBXu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vbsloRfBXu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vbsloRfBXu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vbsloRfBXu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vbsloRfBXu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vbsloRfBXu .navbar {
  min-height: 120px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vbsloRfBXu .navbar.opened {
  transition: all 0.25s;
}
.cid-vbsloRfBXu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vbsloRfBXu .navbar .navbar-logo img {
  width: auto;
}
.cid-vbsloRfBXu .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vbsloRfBXu .navbar.collapsed {
  justify-content: center;
}
.cid-vbsloRfBXu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vbsloRfBXu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vbsloRfBXu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-vbsloRfBXu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vbsloRfBXu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vbsloRfBXu .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vbsloRfBXu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vbsloRfBXu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vbsloRfBXu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vbsloRfBXu .navbar {
    min-height: 72px;
  }
  .cid-vbsloRfBXu .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vbsloRfBXu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vbsloRfBXu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vbsloRfBXu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vbsloRfBXu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vbsloRfBXu .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vbsloRfBXu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vbsloRfBXu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vbsloRfBXu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vbsloRfBXu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vbsloRfBXu .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vbsloRfBXu .dropdown-item.active,
.cid-vbsloRfBXu .dropdown-item:active {
  background-color: transparent;
}
.cid-vbsloRfBXu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vbsloRfBXu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vbsloRfBXu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vbsloRfBXu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0d1d24;
}
.cid-vbsloRfBXu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vbsloRfBXu .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vbsloRfBXu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vbsloRfBXu .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vbsloRfBXu .navbar-buttons {
    text-align: left;
  }
}
.cid-vbsloRfBXu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vbsloRfBXu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vbsloRfBXu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vbsloRfBXu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vbsloRfBXu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vbsloRfBXu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vbsloRfBXu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vbsloRfBXu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vbsloRfBXu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vbsloRfBXu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vbsloRfBXu .navbar-dropdown {
  padding: 0;
  background: rgba(13, 29, 36, 0) !important;
}
.cid-vbsloRfBXu .opacityScroll {
  background: #0d1d24 !important;
}
.cid-vbsloRfBXu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vbsloRfBXu .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vbsloRfBXu .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vbsloRfBXu .navbar {
    height: 70px;
  }
  .cid-vbsloRfBXu .navbar.opened {
    height: auto;
  }
  .cid-vbsloRfBXu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vbsloRfBXu .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vbsloRfBXu .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vbsloRfBXu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vbsloRfBXu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-vbsloRfBXu .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vbsloRfBXu .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vbsloRfBXu .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vbsloRfBXu .navbar-brand {
    margin-left: auto;
  }
  .cid-vbsloRfBXu .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #0d1d24;
    opacity: 1;
    border-color: rgba(13, 29, 36, 0) !important;
    background: rgba(13, 29, 36, 0) !important;
    backdrop-filter: blur(8px);
  }
  .cid-vbsloRfBXu .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vbsloRfBXu .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vbsloRfBXu .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vbsloRfBXu .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vbsloRfBXu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vbsloRfBXu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-vbsloRfBXu .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vbsloRfBXu .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vbsloRfBXu .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vbsloRfBXu .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-vbsloRfBXu .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-vbsloRfBXu .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v7oJQbHzjX {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/bg-companies-2000x1248.png");
}
.cid-v7oJQbHzjX .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7oJQbHzjX .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-v7oJQbHzjX .content-wrapper .clients-wrapper {
    display: none;
  }
}
.cid-v7oJQbHzjX .content-wrapper .clients-wrapper .clients-wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cid-v7oJQbHzjX .content-wrapper .clients-wrapper .clients-wrap .item {
  padding: 16px;
}
.cid-v7oJQbHzjX .content-wrapper .clients-wrapper .clients-wrap .item .item-wrapper .item-img img {
  height: 100px;
  object-fit: contain;
}
.cid-v7oJQbHzjX .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v7oJQbHzjX .content-wrapper .mbr-section-title span {
  background: linear-gradient(170deg, #f96e47, #fb9578);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.cid-v7oJQbHzjX .content-wrapper .text-wrapper .mbr-text {
  width: 40%;
  display: inline-block;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-v7oJQbHzjX .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v7oJQbHzjX .btn-wrapper {
  margin-top: -15%;
}
.cid-v7oJQbHzjX .mbr-section-title {
  color: #272b2e;
}
.cid-v7oJQbHzjX .mbr-text,
.cid-v7oJQbHzjX .text-wrapper {
  color: #2b3442;
  text-align: center;
}
.cid-v7oJQbHzjX .mbr-section-title,
.cid-v7oJQbHzjX .mbr-section-btn,
.cid-v7oJQbHzjX .clients-wrapper {
  text-align: center;
  color: #484d55;
}
.cid-v7oJmeJCEo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #838f86;
}
.cid-v7oJmeJCEo .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7oJmeJCEo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7oJmeJCEo .row {
  direction: rtl;
  margin: 0 -15px;
}
.cid-v7oJmeJCEo .row .card {
  padding: 0 15px;
}
@media (max-width: 992px) {
  .cid-v7oJmeJCEo .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v7oJmeJCEo .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-v7oJmeJCEo .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v7oJmeJCEo .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-v7oJmeJCEo .title-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
    margin-top: 30px;
  }
}
.cid-v7oJmeJCEo .text-wrapper .mbr-label {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v7oJmeJCEo .text-wrapper .mbr-label {
    margin-bottom: 30px;
  }
}
.cid-v7oJmeJCEo .text-wrapper .text-wrap .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v7oJmeJCEo .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-v7oJmeJCEo .text-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v7oJmeJCEo .mbr-section-title {
  color: #2b3442;
}
.cid-v7oJmeJCEo .mbr-section-subtitle {
  color: #0b1d25;
}
.cid-v7oJmeJCEo .mbr-desc {
  color: #fefff5;
}
.cid-v7oJmeJCEo .mbr-label {
  color: #0b1d25;
}
.cid-v7oJmeJCEo .mbr-text {
  color: #fefff5;
}
.cid-v7oJmeJCEo .mbr-text,
.cid-v7oJmeJCEo .text-wrap,
.cid-v7oJmeJCEo .mbr-section-btn {
  color: #0b1d25;
  text-align: right;
}
.cid-v7oJmeJCEo .mbr-desc,
.cid-v7oJmeJCEo .desc-wrapper {
  color: #484d55;
}
.cid-v7oJFv3J2O {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #dddad7;
}
.cid-v7oJFv3J2O .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7oJFv3J2O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7oJFv3J2O .row {
  direction: rtl;
  margin: 0 -15px;
}
.cid-v7oJFv3J2O .row .card {
  padding: 0 15px;
}
.cid-v7oJFv3J2O .image-wrapper img {
  height: 525px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v7oJFv3J2O .image-wrapper img {
    height: 300px;
    margin-top: 40px;
  }
}
.cid-v7oJFv3J2O .content-wrapper .mbr-label {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v7oJFv3J2O .content-wrapper .mbr-label {
    margin-bottom: 30px;
  }
}
.cid-v7oJFv3J2O .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v7oJFv3J2O .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v7oJFv3J2O .content-wrapper .text-wrap .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v7oJFv3J2O .content-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-v7oJFv3J2O .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v7oJFv3J2O .mbr-section-title {
  color: #484d55;
}
.cid-v7oJFv3J2O .mbr-desc {
  color: #fefff5;
}
.cid-v7oJFv3J2O .mbr-label {
  color: #aabfae;
}
.cid-v7oJFv3J2O .mbr-text {
  color: #fefff5;
}
.cid-v7oJFv3J2O .mbr-text,
.cid-v7oJFv3J2O .text-wrap,
.cid-v7oJFv3J2O .mbr-section-btn {
  color: #0b1d25;
}
.cid-v7oMhrd3Xl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #838f86;
}
.cid-v7oMhrd3Xl .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7oMhrd3Xl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7oMhrd3Xl .row {
  margin: 0 -15px;
  direction: rtl;
}
.cid-v7oMhrd3Xl .row .card {
  padding: 0 15px;
}
.cid-v7oMhrd3Xl .image-wrapper img {
  height: 525px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v7oMhrd3Xl .image-wrapper img {
    height: 300px;
    margin-top: 40px;
  }
}
.cid-v7oMhrd3Xl .content-wrapper .mbr-label {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v7oMhrd3Xl .content-wrapper .mbr-label {
    margin-bottom: 30px;
  }
}
.cid-v7oMhrd3Xl .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v7oMhrd3Xl .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v7oMhrd3Xl .content-wrapper .text-wrap .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v7oMhrd3Xl .content-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-v7oMhrd3Xl .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v7oMhrd3Xl .mbr-section-title {
  color: #484d55;
}
.cid-v7oMhrd3Xl .mbr-desc {
  color: #fefff5;
}
.cid-v7oMhrd3Xl .mbr-label {
  color: #aabfae;
}
.cid-v7oMhrd3Xl .mbr-text {
  color: #fefff5;
}
.cid-v7oMhrd3Xl .mbr-text,
.cid-v7oMhrd3Xl .text-wrap,
.cid-v7oMhrd3Xl .mbr-section-btn {
  color: #0b1d25;
}
.cid-v7oMv98poo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #dddad7;
}
.cid-v7oMv98poo .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7oMv98poo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7oMv98poo .row {
  margin: 0 -15px;
  direction: rtl;
}
.cid-v7oMv98poo .row .card {
  padding: 0 15px;
}
.cid-v7oMv98poo .image-wrapper img {
  height: 525px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v7oMv98poo .image-wrapper img {
    height: 300px;
    margin-top: 40px;
  }
}
.cid-v7oMv98poo .content-wrapper .mbr-label {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v7oMv98poo .content-wrapper .mbr-label {
    margin-bottom: 30px;
  }
}
.cid-v7oMv98poo .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v7oMv98poo .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v7oMv98poo .content-wrapper .text-wrap .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v7oMv98poo .content-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-v7oMv98poo .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v7oMv98poo .mbr-section-title {
  color: #484d55;
}
.cid-v7oMv98poo .mbr-desc {
  color: #fefff5;
}
.cid-v7oMv98poo .mbr-label {
  color: #aabfae;
}
.cid-v7oMv98poo .mbr-text {
  color: #fefff5;
}
.cid-v7oMv98poo .mbr-text,
.cid-v7oMv98poo .text-wrap,
.cid-v7oMv98poo .mbr-section-btn {
  color: #0b1d25;
}
.cid-v7oMIvrFec {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #838f86;
}
.cid-v7oMIvrFec .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7oMIvrFec .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7oMIvrFec .row {
  margin: 0 -15px;
  direction: rtl;
}
.cid-v7oMIvrFec .row .card {
  padding: 0 15px;
}
.cid-v7oMIvrFec .image-wrapper img {
  height: 525px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v7oMIvrFec .image-wrapper img {
    height: 300px;
    margin-top: 40px;
  }
}
.cid-v7oMIvrFec .content-wrapper .mbr-label {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v7oMIvrFec .content-wrapper .mbr-label {
    margin-bottom: 30px;
  }
}
.cid-v7oMIvrFec .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v7oMIvrFec .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v7oMIvrFec .content-wrapper .text-wrap .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v7oMIvrFec .content-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-v7oMIvrFec .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v7oMIvrFec .mbr-section-title {
  color: #484d55;
}
.cid-v7oMIvrFec .mbr-desc {
  color: #fefff5;
}
.cid-v7oMIvrFec .mbr-label {
  color: #aabfae;
}
.cid-v7oMIvrFec .mbr-text {
  color: #fefff5;
}
.cid-v7oMIvrFec .mbr-text,
.cid-v7oMIvrFec .text-wrap,
.cid-v7oMIvrFec .mbr-section-btn {
  color: #0b1d25;
}
.cid-v7oMMPnerL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #dddad7;
}
.cid-v7oMMPnerL .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7oMMPnerL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7oMMPnerL .row {
  margin: 0 -15px;
  direction: rtl;
}
.cid-v7oMMPnerL .row .card {
  padding: 0 15px;
}
.cid-v7oMMPnerL .image-wrapper img {
  height: 525px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v7oMMPnerL .image-wrapper img {
    height: 300px;
    margin-top: 40px;
  }
}
.cid-v7oMMPnerL .content-wrapper .mbr-label {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v7oMMPnerL .content-wrapper .mbr-label {
    margin-bottom: 30px;
  }
}
.cid-v7oMMPnerL .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v7oMMPnerL .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v7oMMPnerL .content-wrapper .text-wrap .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v7oMMPnerL .content-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-v7oMMPnerL .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v7oMMPnerL .mbr-section-title {
  color: #484d55;
}
.cid-v7oMMPnerL .mbr-desc {
  color: #fefff5;
}
.cid-v7oMMPnerL .mbr-label {
  color: #aabfae;
}
.cid-v7oMMPnerL .mbr-text {
  color: #fefff5;
}
.cid-v7oMMPnerL .mbr-text,
.cid-v7oMMPnerL .text-wrap,
.cid-v7oMMPnerL .mbr-section-btn {
  color: #0b1d25;
}
.cid-v7doViXZ0W {
  padding-top: 6rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/background1-3.jpg");
}
.cid-v7doViXZ0W .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7doViXZ0W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7doViXZ0W .content-wrapper {
  direction: rtl;
}
.cid-v7doViXZ0W .content-wrapper .social-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 82px;
}
@media (max-width: 992px) {
  .cid-v7doViXZ0W .content-wrapper .social-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v7doViXZ0W .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-v7doViXZ0W .content-wrapper .social-wrapper .social-wrap .soc-item {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 0px solid #dddad7;
  margin-right: 10px;
}
.cid-v7doViXZ0W .content-wrapper .social-wrapper .social-wrap .soc-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #dddad7;
  opacity: .5;
  transition: all 0.3s ease-in-out;
}
.cid-v7doViXZ0W .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-v7doViXZ0W .content-wrapper .social-wrapper .social-wrap .soc-item:hover:before,
.cid-v7doViXZ0W .content-wrapper .social-wrapper .social-wrap .soc-item:hover:before {
  opacity: 1;
}
.cid-v7doViXZ0W .content-wrapper .social-wrapper .social-wrap .soc-item a {
  position: relative;
  z-index: 1;
  display: block;
}
.cid-v7doViXZ0W .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 14px;
  transition: all 0.3s ease-in-out;
}
.cid-v7doViXZ0W .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  height: 120px;
  margin-bottom: 22px;
  position: relative;
  background-image: linear-gradient(-165deg, #aabfae, #dddad7 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v7doViXZ0W .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    height: 88px;
    background-image: linear-gradient(-165deg, #aabfae, #dddad7 40%);
  }
}
.cid-v7doViXZ0W .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-v7doViXZ0W .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v7doViXZ0W .content-wrapper .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-v7doViXZ0W .content-wrapper .nav-wrapper {
  margin-top: 78px;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v7doViXZ0W .content-wrapper .nav-wrapper {
    margin-top: 32px;
    margin-bottom: 24px;
  }
}
.cid-v7doViXZ0W .content-wrapper .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v7doViXZ0W .content-wrapper .nav-wrapper .list .item-wrap {
  padding: 10px 30px;
  margin-bottom: 0;
  text-decoration: underline;
  text-decoration-color: inherit;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-v7doViXZ0W .content-wrapper .nav-wrapper .list .item-wrap {
    padding: 5px 16px;
  }
}
.cid-v7doViXZ0W .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-v7doViXZ0W .content-wrapper .nav-wrapper .list .item-wrap:focus {
  text-decoration-color: transparent;
}
.cid-v7doViXZ0W .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-v7doViXZ0W .mbr-section-title {
  color: #000000;
}
.cid-v7doViXZ0W .mbr-text,
.cid-v7doViXZ0W .text-wrapper {
  color: #dddad7;
  text-align: center;
}
.cid-v7doViXZ0W .list,
.cid-v7doViXZ0W .nav-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v7doViXZ0W .mbr-copy {
  color: #838f86;
  text-align: center;
}
.cid-v7doViXZ0W .mbr-section-title,
.cid-v7doViXZ0W .title-wrapper,
.cid-v7doViXZ0W .mbr-section-btn,
.cid-v7doViXZ0W .social-wrapper {
  text-align: center;
  color: #dddddd;
}
.cid-v7doViXZ0W .list,
.cid-v7doViXZ0W .item-wrap,
.cid-v7doViXZ0W .nav-wrapper {
  color: #bcbebd;
}
.cid-vbsloRfBXu {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vbsloRfBXu .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vbsloRfBXu .btn:hover {
  background: #3d3f3e !important;
  border-color: #3d3f3e !important;
}
@media (max-width: 767px) {
  .cid-vbsloRfBXu .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vbsloRfBXu .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vbsloRfBXu .navbar-brand img {
  height: 8rem;
  margin-top: 40px;
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vbsloRfBXu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vbsloRfBXu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vbsloRfBXu .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-vbsloRfBXu .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-vbsloRfBXu .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-vbsloRfBXu .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vbsloRfBXu .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vbsloRfBXu .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vbsloRfBXu .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-vbsloRfBXu .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vbsloRfBXu .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vbsloRfBXu .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vbsloRfBXu .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vbsloRfBXu .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vbsloRfBXu .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vbsloRfBXu .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vbsloRfBXu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-vbsloRfBXu .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-vbsloRfBXu .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vbsloRfBXu .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vbsloRfBXu .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vbsloRfBXu .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #0d1d24;
  background: rgba(13, 29, 36, 0) !important;
}
.cid-vbsloRfBXu .nav-item:focus,
.cid-vbsloRfBXu .nav-link:focus {
  outline: none;
}
.cid-vbsloRfBXu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vbsloRfBXu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vbsloRfBXu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vbsloRfBXu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vbsloRfBXu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vbsloRfBXu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vbsloRfBXu .navbar {
  min-height: 120px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vbsloRfBXu .navbar.opened {
  transition: all 0.25s;
}
.cid-vbsloRfBXu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vbsloRfBXu .navbar .navbar-logo img {
  width: auto;
}
.cid-vbsloRfBXu .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vbsloRfBXu .navbar.collapsed {
  justify-content: center;
}
.cid-vbsloRfBXu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vbsloRfBXu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vbsloRfBXu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-vbsloRfBXu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vbsloRfBXu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vbsloRfBXu .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vbsloRfBXu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vbsloRfBXu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vbsloRfBXu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vbsloRfBXu .navbar {
    min-height: 72px;
  }
  .cid-vbsloRfBXu .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vbsloRfBXu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vbsloRfBXu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vbsloRfBXu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vbsloRfBXu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vbsloRfBXu .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vbsloRfBXu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vbsloRfBXu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vbsloRfBXu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vbsloRfBXu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vbsloRfBXu .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vbsloRfBXu .dropdown-item.active,
.cid-vbsloRfBXu .dropdown-item:active {
  background-color: transparent;
}
.cid-vbsloRfBXu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vbsloRfBXu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vbsloRfBXu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vbsloRfBXu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0d1d24;
}
.cid-vbsloRfBXu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vbsloRfBXu .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vbsloRfBXu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vbsloRfBXu .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vbsloRfBXu .navbar-buttons {
    text-align: left;
  }
}
.cid-vbsloRfBXu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vbsloRfBXu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vbsloRfBXu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vbsloRfBXu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vbsloRfBXu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vbsloRfBXu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vbsloRfBXu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vbsloRfBXu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vbsloRfBXu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vbsloRfBXu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vbsloRfBXu .navbar-dropdown {
  padding: 0;
  background: rgba(13, 29, 36, 0) !important;
}
.cid-vbsloRfBXu .opacityScroll {
  background: #0d1d24 !important;
}
.cid-vbsloRfBXu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vbsloRfBXu .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vbsloRfBXu .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vbsloRfBXu .navbar {
    height: 70px;
  }
  .cid-vbsloRfBXu .navbar.opened {
    height: auto;
  }
  .cid-vbsloRfBXu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vbsloRfBXu .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vbsloRfBXu .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vbsloRfBXu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vbsloRfBXu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-vbsloRfBXu .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vbsloRfBXu .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vbsloRfBXu .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vbsloRfBXu .navbar-brand {
    margin-left: auto;
  }
  .cid-vbsloRfBXu .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #0d1d24;
    opacity: 1;
    border-color: rgba(13, 29, 36, 0) !important;
    background: rgba(13, 29, 36, 0) !important;
    backdrop-filter: blur(8px);
  }
  .cid-vbsloRfBXu .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vbsloRfBXu .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vbsloRfBXu .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vbsloRfBXu .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vbsloRfBXu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vbsloRfBXu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-vbsloRfBXu .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vbsloRfBXu .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vbsloRfBXu .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vbsloRfBXu .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-vbsloRfBXu .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-vbsloRfBXu .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v7oOv2yHK6 {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #dddad7;
}
.cid-v7oOv2yHK6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7oOv2yHK6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7oOv2yHK6 .row {
  margin: 0 -15px;
}
.cid-v7oOv2yHK6 .row .card {
  padding: 0 15px;
}
@media (max-width: 992px) {
  .cid-v7oOv2yHK6 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v7oOv2yHK6 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-v7oOv2yHK6 .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v7oOv2yHK6 .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-v7oOv2yHK6 .title-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
    margin-top: 30px;
  }
}
.cid-v7oOv2yHK6 .list-wrapper .list {
  display: inline-flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
  list-style: none;
}
.cid-v7oOv2yHK6 .list-wrapper .list .item-wrap {
  width: fit-content;
  margin-bottom: 20px;
  border-bottom: 3px dashed transparent;
  transition: all .3s ease;
}
.cid-v7oOv2yHK6 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v7oOv2yHK6 .list-wrapper .list .item-wrap:hover,
.cid-v7oOv2yHK6 .list-wrapper .list .item-wrap:focus {
  color: #2b423f;
  border-bottom: 3px dashed #2b423f;
}
.cid-v7oOv2yHK6 .mbr-section-title {
  color: #484d55;
  text-align: right;
}
.cid-v7oOv2yHK6 .mbr-section-subtitle {
  color: #a1a1a1;
}
.cid-v7oOv2yHK6 .mbr-desc {
  color: #fefff5;
}
.cid-v7oOv2yHK6 .list {
  color: #994412;
}
.cid-v7oOv2yHK6 .mbr-desc,
.cid-v7oOv2yHK6 .desc-wrapper {
  color: #2b423f;
}
.cid-v7oOv2yHK6 .list,
.cid-v7oOv2yHK6 .item-wrap,
.cid-v7oOv2yHK6 .list-wrapper {
  color: #0b1d25;
}
.cid-v7oOvGZCzj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #838f86;
}
.cid-v7oOvGZCzj .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7oOvGZCzj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7oOvGZCzj .row {
  direction: rtl;
  margin: 0 -15px;
}
.cid-v7oOvGZCzj .row .card {
  padding: 0 15px;
}
.cid-v7oOvGZCzj .image-wrapper {
  overflow: hidden;
}
.cid-v7oOvGZCzj .image-wrapper .google-map iframe {
  height: 525px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v7oOvGZCzj .image-wrapper .google-map iframe {
    height: 300px;
  }
}
@media (max-width: 992px) {
  .cid-v7oOvGZCzj .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v7oOvGZCzj .content-wrapper .title-wrap {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v7oOvGZCzj .content-wrapper .title-wrap {
    margin-bottom: 30px;
  }
}
.cid-v7oOvGZCzj .content-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-v7oOvGZCzj .content-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v7oOvGZCzj .content-wrapper .text-wrap .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v7oOvGZCzj .content-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-v7oOvGZCzj .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-v7oOvGZCzj .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-v7oOvGZCzj .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v7oOvGZCzj .mbr-section-title {
  color: #484d55;
}
.cid-v7oOvGZCzj .mbr-section-subtitle {
  color: #0b1d25;
}
.cid-v7oOvGZCzj .mbr-text {
  color: #fefff5;
}
.cid-v7oOvGZCzj .mbr-text,
.cid-v7oOvGZCzj .text-wrap,
.cid-v7oOvGZCzj .mbr-section-btn {
  color: #0b1d25;
}
.cid-v7oOwu30Tr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #dddad7;
}
.cid-v7oOwu30Tr .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7oOwu30Tr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7oOwu30Tr .row {
  direction: rtl;
  margin: 0 -15px;
}
.cid-v7oOwu30Tr .row .card {
  padding: 0 15px;
}
.cid-v7oOwu30Tr .title-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v7oOwu30Tr .title-wrapper {
    margin-bottom: 40px;
    height: auto;
  }
}
.cid-v7oOwu30Tr .title-wrapper .title-wrap {
  margin-bottom: 30px;
}
.cid-v7oOwu30Tr .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-v7oOwu30Tr .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v7oOwu30Tr .title-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.cid-v7oOwu30Tr .title-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-v7oOwu30Tr .title-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-v7oOwu30Tr .title-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #2b423f;
  transform: scale(1.15);
}
.cid-v7oOwu30Tr .title-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  color: #aabfae;
  font-size: 24px;
  transition: all .3s ease ;
}
.cid-v7oOwu30Tr .form-wrap .dragArea.row {
  position: relative;
  z-index: 1;
  margin: 0 -9.6px;
}
.cid-v7oOwu30Tr .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-v7oOwu30Tr .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-v7oOwu30Tr .form-wrap .dragArea.row .form-group .form-control {
  padding: 16px 20px;
  background-color: transparent;
  border: 1px solid #676d75 !important;
  box-shadow: none;
  margin-bottom: 20px;
}
.cid-v7oOwu30Tr .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #a1a1a1;
}
.cid-v7oOwu30Tr .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-v7oOwu30Tr .form-wrap .dragArea.row .form-group .form-control:focus {
  border: 1px solid #aabfae !important;
}
.cid-v7oOwu30Tr .form-wrap .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-v7oOwu30Tr .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-v7oOwu30Tr .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #676d75;
  border-color: #676d75;
}
.cid-v7oOwu30Tr .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  padding-right: 0;
}
.cid-v7oOwu30Tr .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
  margin-right: 0;
  margin-top: 0;
  width: 100%;
  padding: 16px 20px;
}
.cid-v7oOwu30Tr .mbr-section-title {
  color: #fefff5;
}
.cid-v7oOwu30Tr .mbr-section-subtitle {
  color: #0b1d25;
}
.cid-v7oOwu30Tr label {
  color: #fefff5;
}
.cid-v7oOwu30Tr LABEL {
  color: #676d75;
}
.cid-v7oOwu30Tr .mbr-section-title,
.cid-v7oOwu30Tr .social-wrapper {
  color: #484d55;
}
.cid-v7doViXZ0W {
  padding-top: 6rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/background1-3.jpg");
}
.cid-v7doViXZ0W .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7doViXZ0W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7doViXZ0W .content-wrapper {
  direction: rtl;
}
.cid-v7doViXZ0W .content-wrapper .social-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 82px;
}
@media (max-width: 992px) {
  .cid-v7doViXZ0W .content-wrapper .social-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v7doViXZ0W .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-v7doViXZ0W .content-wrapper .social-wrapper .social-wrap .soc-item {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 0px solid #dddad7;
  margin-right: 10px;
}
.cid-v7doViXZ0W .content-wrapper .social-wrapper .social-wrap .soc-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #dddad7;
  opacity: .5;
  transition: all 0.3s ease-in-out;
}
.cid-v7doViXZ0W .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-v7doViXZ0W .content-wrapper .social-wrapper .social-wrap .soc-item:hover:before,
.cid-v7doViXZ0W .content-wrapper .social-wrapper .social-wrap .soc-item:hover:before {
  opacity: 1;
}
.cid-v7doViXZ0W .content-wrapper .social-wrapper .social-wrap .soc-item a {
  position: relative;
  z-index: 1;
  display: block;
}
.cid-v7doViXZ0W .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 14px;
  transition: all 0.3s ease-in-out;
}
.cid-v7doViXZ0W .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  height: 120px;
  margin-bottom: 22px;
  position: relative;
  background-image: linear-gradient(-165deg, #aabfae, #dddad7 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v7doViXZ0W .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    height: 88px;
    background-image: linear-gradient(-165deg, #aabfae, #dddad7 40%);
  }
}
.cid-v7doViXZ0W .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-v7doViXZ0W .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v7doViXZ0W .content-wrapper .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-v7doViXZ0W .content-wrapper .nav-wrapper {
  margin-top: 78px;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v7doViXZ0W .content-wrapper .nav-wrapper {
    margin-top: 32px;
    margin-bottom: 24px;
  }
}
.cid-v7doViXZ0W .content-wrapper .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v7doViXZ0W .content-wrapper .nav-wrapper .list .item-wrap {
  padding: 10px 30px;
  margin-bottom: 0;
  text-decoration: underline;
  text-decoration-color: inherit;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-v7doViXZ0W .content-wrapper .nav-wrapper .list .item-wrap {
    padding: 5px 16px;
  }
}
.cid-v7doViXZ0W .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-v7doViXZ0W .content-wrapper .nav-wrapper .list .item-wrap:focus {
  text-decoration-color: transparent;
}
.cid-v7doViXZ0W .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-v7doViXZ0W .mbr-section-title {
  color: #000000;
}
.cid-v7doViXZ0W .mbr-text,
.cid-v7doViXZ0W .text-wrapper {
  color: #dddad7;
  text-align: center;
}
.cid-v7doViXZ0W .list,
.cid-v7doViXZ0W .nav-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v7doViXZ0W .mbr-copy {
  color: #838f86;
  text-align: center;
}
.cid-v7doViXZ0W .mbr-section-title,
.cid-v7doViXZ0W .title-wrapper,
.cid-v7doViXZ0W .mbr-section-btn,
.cid-v7doViXZ0W .social-wrapper {
  text-align: center;
  color: #dddddd;
}
.cid-v7doViXZ0W .list,
.cid-v7doViXZ0W .item-wrap,
.cid-v7doViXZ0W .nav-wrapper {
  color: #bcbebd;
}
