/*!
 * Mobirise v4 theme (https://mobirise.com/)
 * Copyright 2017 Mobirise
 */
body {
  font-style: normal;
  line-height: 1.5;
  color: #70747f; }

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

:focus {
  outline: none; }

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

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

.mbr-section-title {
  font-style: normal;
  line-height: 1.1;
  color: #12265a;
  margin-bottom: 0rem; }

.mbr-section-subtitle {
  line-height: 1.3;
  color: #12265a; }

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

.display-1 {
  font-weight: 900;
  letter-spacing: -2px; }

.display-2 {
  font-weight: 900; }

.display-7 {
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0; }

.btn {
  color: initial;
  border-radius: 0;
  font-family: 'Nunito', sans-serif;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 0px;
  line-height: 1.7;
  margin: .4rem .8rem;
  white-space: normal;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word; }

.btn-sm {
  font-weight: 600;
  letter-spacing: 2px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }

.btn-md {
  font-weight: 600;
  letter-spacing: 2px;
  margin: .4rem .8rem !important;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }

.btn-lg {
  font-weight: 600;
  letter-spacing: 2px;
  margin: .4rem .8rem !important;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }

.btn-form {
  margin: 0;
  border-radius: 0;
  border: 1px solid; }
  .btn-form:hover {
    cursor: pointer; }

#scrollToTop a {
  opacity: .7;
  border-radius: 50%; }
  #scrollToTop a:hover {
    opacity: .95; }
  #scrollToTop a i:before {
    content: ''; }
  #scrollToTop a i:after {
    content: '';
    position: absolute;
    display: block;
    width: 18%;
    height: 18%;
    left: 41%;
    bottom: 45%;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg); }

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; }

figure {
  margin-bottom: 0; }

b,
strong {
  font-weight: bold; }

blockquote {
  padding: 10px 0 10px 20px;
  position: relative;
  border-left: 2px solid;
  border-color: #ff3366; }

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

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

body {
  position: relative; }

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: #000000; }

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

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

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

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

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

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

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

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

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

/*! Media  */
.media-size-item {
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  -o-flex: 1 1 auto;
  -webkit-box-flex: 1;
  flex: 1 1 auto; }

.media-content {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%; }

.media-container-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: start; }
  .media-container-row .media-size-item {
    width: 400px; }

.media-container-column {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
  align-items: stretch; }
  .media-container-column > * {
    width: 100%; }

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

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

.mbr-figure img,
.mbr-figure iframe {
  display: block;
  width: 100%; }

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

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

.mbr-figure {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center; }

.media-container > div {
  max-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: -.8rem;
  margin-right: -.8rem;
  font-size: 0; }

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

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  cursor: pointer;
  margin-right: 0.5rem; }

.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem; }

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

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

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 70px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 32px;
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg); }

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  height: 50px;
  width: 50px;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .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: "\203a";
  display: inline-block;
  font-family: serif;
  font-size: 16px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  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%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }
  .mbr-arrow > a {
    display: inline-block;
    text-decoration: none;
    outline-style: none;
    -webkit-animation: arrowdown 1.7s ease-in-out infinite;
    animation: arrowdown 1.7s ease-in-out infinite; }
    .mbr-arrow > a > i {
      position: absolute;
      top: -2px;
      left: 15px;
      font-size: 2rem; }

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px); }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px); }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px); } }
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px); }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px); }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px); } }
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 50%;
    right: auto;
    -ms-transform: translateX(-50%) rotate(180deg);
    transform: translateX(-50%) rotate(180deg);
    -webkit-transform: translateX(-50%) rotate(180deg); } }
/*Gradients animation

use with:

background: linear-gradient(0deg, #2e3192, #1bffff);
background-size: 200% 200%;
animation: gradient-animation 4s infinite alternate;
-webkit-animation: gradient-animation 4s infinite alternate;
    */
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; } }
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; } }
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate; }

.menu .navbar-brand {
  display: -webkit-flex; }
  .menu .navbar-brand span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex; }
  .menu .navbar-brand .navbar-caption-wrap {
    display: -webkit-flex; }
  .menu .navbar-brand .navbar-logo img {
    display: -webkit-flex; }
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 94vh; }
    .menu .navbar-collapse.show {
      overflow: auto; } }
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 60vh; } }
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox; } }
@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: 94vh; }
    .menu .collapsed .navbar-collapse.show {
      overflow: auto; } }

.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: .667em 1.2em !important;
  margin: 0 !important; }

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

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

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

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

.jq-selectbox__select {
  padding: 0 1.5rem; }

.jq-number__spin {
  border: 1px solid #ebe9e5; }

.jq-selectbox__select {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%; }

.jq-selectbox__dropdown {
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important; }

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

.jq-selectbox li {
  padding: 6px 12px; }

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

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

.modal-dialog .carousel-inner {
  height: 100%;
  height: -webkit-fill-available;
  height: fill-available; }

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

.carousel-item img {
  margin: auto; }

.form-control {
  height: auto; }

.form-group {
  padding-left: 2px; }

.form-group:nth-last-of-type(2) {
  margin-bottom: 1.2 !important; }

.mbr-arrow {
  opacity: .5;
  transition: .3s; }
  .mbr-arrow:hover {
    opacity: .7; }

@media (max-width: 767px) {
  .mbr-arrow {
    display: none; } }
.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: .357em;
  padding: 0; }

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

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

.form-control {
  background-color: #ffffff;
  color: #132c70;
  line-height: 1.43;
  min-height: 2.5em;
  padding: 1.07em .5em; }
  .form-control, .form-control:focus {
    border: 1px solid #e8e8e8; }
  .form-active .form-control:invalid {
    border-color: red; }

.form-control {
  padding: 0.8rem 1.2rem;
  background-color: #ffffff;
  border: 1px solid #ebe9e5;
  color: #70747f;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  outline: none;
  border-radius: 26px; }
  .form-control:hover, .form-control:focus {
    background-color: #ffffff;
    border: 1px solid #ebe9e5;
    box-shadow: none;
    outline: none; }

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #70747f !important; }

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #70747f !important; }

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

blockquote {
  font-style: italic;
  padding: 10px 0 10px 20px;
  font-size: 1.09rem;
  position: relative;
  border-width: 3px; }

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

pre {
  background: #f4f4f4;
  padding: 10px 24px;
  white-space: pre-wrap; }

.inactive {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-user-drag: none;
  user-drag: none; }

.mbr-section__comments .row {
  -webkit-justify-content: center;
  justify-content: center; }

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  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; }

.btn {
  border-radius: 30px; }

@keyframes move {
  0% {
    width: 30px; }
  50% {
    width: 0px; }
  100% {
    width: 30px; } }
.jq-number__spin {
  border-radius: 20px; }

.icon-btn {
  color: currentColor !important; }

[class*=" socicon-"]:before {
  line-height: 1.5; }

.inner-dashed-border {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  animation: dashed_border_running 20s linear infinite both;
  animation-play-state: paused;
  transition: 0.4s; }

.btn .inner-dashed-border {
  display: block !important;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  stroke: #ffffff; }

/*# sourceMappingURL=style.css.map */
body {
  font-family: Muli;
}
.display-1 {
  font-family: 'Nunito', sans-serif;
  font-size: 5.37rem;
}
.display-1 > .mbr-iconfont {
  font-size: 8.592rem;
}
.display-2 {
  font-family: 'Nunito', sans-serif;
  font-size: 3rem;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Nunito', sans-serif;
  font-size: 1.75rem;
  font-weight: 900;
}
.display-5 > .mbr-iconfont {
  font-size: 2.8rem;
}
.display-7 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.1rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.76rem;
}
/* ---- 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: 768px) {
  .display-1 {
    font-size: 4.296rem;
    font-size: calc( 2.5295rem + (5.37 - 2.5295) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.5295rem + (5.37 - 2.5295) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.4rem;
    font-size: calc( 1.2625rem + (1.75 - 1.2625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.2625rem + (1.75 - 1.2625) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.7rem 2.7rem;
  border-radius: 35px;
}
.btn-sm {
  padding: 0.5rem 1.5rem;
  border-radius: 0px;
}
.btn-md {
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #ffc85b !important;
}
.bg-success {
  background-color: #00b15c !important;
}
.bg-info {
  background-color: #ffcb08 !important;
}
.bg-warning {
  background-color: #fa9db7 !important;
}
.bg-danger {
  background-color: #ffe5b2 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #ffc85b !important;
  border-color: #ffc85b !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #0095d0 !important;
  border-color: #0095d0 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0095d0 !important;
  border-color: #0095d0 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #0095d0 !important;
  border-color: #0095d0 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #0095d0 !important;
  border-color: #0095d0 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #0095d0 !important;
  border-color: #0095d0 !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #ffcb08 !important;
  border-color: #ffcb08 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #0095d0 !important;
  border-color: #0095d0 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #0095d0 !important;
  border-color: #0095d0 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #00b15c !important;
  border-color: #00b15c !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #0095d0 !important;
  border-color: #0095d0 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #0095d0 !important;
  border-color: #0095d0 !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #fa9db7 !important;
  border-color: #fa9db7 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff !important;
  background-color: #0095d0 !important;
  border-color: #0095d0 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #0095d0 !important;
  border-color: #0095d0 !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #ffe5b2 !important;
  border-color: #ffe5b2 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff !important;
  background-color: #0095d0 !important;
  border-color: #0095d0 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #0095d0 !important;
  border-color: #0095d0 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #ffffff !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #ffffff !important;
  background-color: #0095d0 !important;
  border-color: #0095d0 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #ffffff !important;
  background-color: #0095d0 !important;
  border-color: #0095d0 !important;
}
.btn-black,
.btn-black:active,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #ffffff !important;
  background-color: #0095d0 !important;
  border-color: #0095d0 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0095d0 !important;
  border-color: #0095d0 !important;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none;
  border-color: #ffc85b;
  color: #ffc85b !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #5b3c00 !important;
  background-color: #ffc85b;
  border-color: #ffc85b;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #5b3c00 !important;
  background-color: #ffc85b !important;
  border-color: #ffc85b !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #0095d0;
  color: #0095d0 !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff !important;
  background-color: #0095d0;
  border-color: #0095d0;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #0095d0 !important;
  border-color: #0095d0 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #ffcb08;
  color: #ffcb08 !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #080600 !important;
  background-color: #ffcb08;
  border-color: #ffcb08;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #080600 !important;
  background-color: #ffcb08 !important;
  border-color: #ffcb08 !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #00b15c;
  color: #00b15c !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff !important;
  background-color: #00b15c;
  border-color: #00b15c;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #00b15c !important;
  border-color: #00b15c !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #fa9db7;
  color: #fa9db7 !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff !important;
  background-color: #fa9db7;
  border-color: #fa9db7;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #fa9db7 !important;
  border-color: #fa9db7 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #ffe5b2;
  color: #ffe5b2 !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #b27600 !important;
  background-color: #ffe5b2;
  border-color: #ffe5b2;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #b27600 !important;
  background-color: #ffe5b2 !important;
  border-color: #ffe5b2 !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #333333;
  color: #333333 !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff !important;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff !important;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #ffc85b !important;
}
.text-secondary {
  color: #0095d0 !important;
}
.text-success {
  color: #00b15c !important;
}
.text-info {
  color: #ffcb08 !important;
}
.text-warning {
  color: #fa9db7 !important;
}
.text-danger {
  color: #ffe5b2 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a,
a:hover {
  color: #ffcb08;
  font-weight: 900;
  transition: 0.4s;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #ffc85b !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #fa9db7 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #00b15c !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #fa9db7 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #fa9db7 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #ffe5b2 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #e6e6e6 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #1a1a1a !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffcb08;
}
.alert-warning {
  background-color: #fa9db7;
}
.alert-danger {
  background-color: #ffe5b2;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffc85b;
  border-color: #ffc85b;
  color: #754d00;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #31ff9c;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #fff6d4;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
#scrollToTop a {
  background: #ffc85b;
}
#scrollToTop a:after {
  content: '';
  position: absolute;
  top: -7px;
  left: -7px;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  border: 2px dashed #ffc85b;
  animation: spin_left 5s linear infinite;
  animation-play-state: paused;
}
#scrollToTop a:hover::after {
  animation-play-state: running;
}
#scrollToTop a i:after {
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}
.mbr-arrow {
  background-color: #444444;
}
.mbr-arrow a {
  color: #ffffff;
}
.form-control {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.1rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.76rem;
}
blockquote {
  border-color: #ffc85b;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffc85b;
  color: #000000;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ffc85b;
  border-bottom-color: #ffc85b;
}
.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: #000000 !important;
  background-color: #ffc85b !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: #0095d0 !important;
  box-shadow: none !important;
}
.soc-item:hover::after {
  opacity: 1;
  visibility: visible;
  animation-play-state: running;
}
.soc-item::after {
  opacity: 0;
  transition: all .3s ease;
  position: absolute;
  content: '';
  height: calc(122%);
  width: calc(122%);
  border-width: 2px;
  box-sizing: border-box;
  border-style: dashed;
  top: -4px;
  left: -4px;
  border-radius: inherit;
  animation: spin_right 5s linear infinite;
  animation-play-state: paused;
}
@keyframes spin_right {
  0% {
    transform: rotate(-360deg);
  }
}
.line-bg-warning {
  background-size: 100% 0.521em;
  display: inline;
  margin: 0 -12px;
  padding: 0 12px;
  background-image: linear-gradient(to top, rgba(250, 157, 183, 0.5), rgba(250, 157, 183, 0.5));
  background-repeat: no-repeat;
  background-position: 100% 74%;
}
.line-bg-primary {
  display: inline;
  margin: 0 -12px;
  padding: 0 12px;
  background-image: linear-gradient(to top, rgba(255, 200, 91, 0.5), rgba(255, 200, 91, 0.5));
  background-size: 0% 0.521em;
  background-repeat: no-repeat;
  background-position: 0% 74%;
}
.cid-rHd4LPs6LH {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-rHd4LPs6LH .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-rHd4LPs6LH .navbar {
  display: flex;
  flex-wrap: nowrap;
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-rHd4LPs6LH .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-rHd4LPs6LH a {
  font-style: normal;
}
.cid-rHd4LPs6LH .show {
  overflow: visible;
}
.cid-rHd4LPs6LH .dropdown-menu {
  border-radius: 20px;
  min-width: 250px;
}
.cid-rHd4LPs6LH .dropdown-item:active {
  background-color: transparent;
}
.cid-rHd4LPs6LH .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rHd4LPs6LH .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
}
.cid-rHd4LPs6LH .nav-item:focus,
.cid-rHd4LPs6LH .nav-link:focus {
  outline: none;
}
.cid-rHd4LPs6LH .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  border: 1px solid #7a7b7e;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding: 0;
}
.cid-rHd4LPs6LH .btn .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-rHd4LPs6LH .menu-logo .navbar-brand {
  display: flex;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rHd4LPs6LH .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rHd4LPs6LH .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rHd4LPs6LH .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rHd4LPs6LH .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rHd4LPs6LH .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rHd4LPs6LH .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rHd4LPs6LH .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rHd4LPs6LH .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rHd4LPs6LH .dropdown .dropdown-menu {
  background: transparent;
  display: none;
  position: absolute;
  padding-top: 4.5rem;
  padding-bottom: 2rem;
  text-align: left;
}
.cid-rHd4LPs6LH .dropdown .dropdown-menu > .dropdown > .dropdown-item,
.cid-rHd4LPs6LH .dropdown .dropdown-menu > .dropdown-item {
  font-weight: 900;
  font-family: 'Nunito', sans-serif;
  width: auto;
  padding: 4px 30px !important;
  margin: 0 !important;
}
.cid-rHd4LPs6LH .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rHd4LPs6LH .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rHd4LPs6LH .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rHd4LPs6LH button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
  position: absolute;
  left: 1rem;
}
.cid-rHd4LPs6LH button.navbar-toggler:focus {
  outline: none;
}
.cid-rHd4LPs6LH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rHd4LPs6LH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rHd4LPs6LH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rHd4LPs6LH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rHd4LPs6LH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rHd4LPs6LH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rHd4LPs6LH nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rHd4LPs6LH nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rHd4LPs6LH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rHd4LPs6LH .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rHd4LPs6LH .collapsed .btn {
  display: -webkit-flex;
}
.cid-rHd4LPs6LH .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rHd4LPs6LH .collapsed .navbar-collapse.collapsing,
.cid-rHd4LPs6LH .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rHd4LPs6LH .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rHd4LPs6LH .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rHd4LPs6LH .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rHd4LPs6LH .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rHd4LPs6LH .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rHd4LPs6LH .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rHd4LPs6LH .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rHd4LPs6LH .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rHd4LPs6LH .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rHd4LPs6LH .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-rHd4LPs6LH .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 87.8125vh;
  }
}
.cid-rHd4LPs6LH .collapsed button.navbar-toggler {
  display: block;
}
.cid-rHd4LPs6LH .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rHd4LPs6LH .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rHd4LPs6LH .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rHd4LPs6LH .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rHd4LPs6LH .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rHd4LPs6LH .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-rHd4LPs6LH.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rHd4LPs6LH img {
    height: 3.8rem !important;
  }
  .cid-rHd4LPs6LH .btn {
    display: -webkit-flex;
  }
  .cid-rHd4LPs6LH button.navbar-toggler {
    display: block;
  }
  .cid-rHd4LPs6LH .navbar-brand {
    margin-left: 3.5rem !important;
  }
  .cid-rHd4LPs6LH .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rHd4LPs6LH .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rHd4LPs6LH .navbar-collapse.collapsing,
  .cid-rHd4LPs6LH .navbar-collapse.show {
    display: block !important;
  }
  .cid-rHd4LPs6LH .navbar-collapse.collapsing .navbar-nav,
  .cid-rHd4LPs6LH .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rHd4LPs6LH .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rHd4LPs6LH .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rHd4LPs6LH .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rHd4LPs6LH .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rHd4LPs6LH .navbar-collapse.collapsing .navbar-buttons,
  .cid-rHd4LPs6LH .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rHd4LPs6LH .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rHd4LPs6LH .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rHd4LPs6LH .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rHd4LPs6LH .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rHd4LPs6LH .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rHd4LPs6LH .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-rHd4LPs6LH .navbar-collapse {
    max-height: 100vh !important;
  }
  .cid-rHd4LPs6LH .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    color: #fff;
  }
  .cid-rHd4LPs6LH .nav-link {
    justify-content: start!important;
  }
  .cid-rHd4LPs6LH .navbar.opened {
    height: 100%;
  }
  .cid-rHd4LPs6LH .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-rHd4LPs6LH .dropdown-menu {
    box-shadow: none !important;
    background: #313131 !important;
  }
}
@media (min-width: 767px) {
  .cid-rHd4LPs6LH .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rHd4LPs6LH .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rHd4LPs6LH .link {
  color: #12265a;
  font-weight: 900;
  font-family: 'Nunito', sans-serif;
  transition: 0.4s;
}
.cid-rHd4LPs6LH .span-link {
  padding: 0 0.5rem;
}
.cid-rHd4LPs6LH .btn1::before {
  content: '';
  position: absolute;
  top: -7px;
  left: -7px;
  width: 52px;
  height: 52px;
  border: 2px dashed #ffc85b;
  border-radius: 30px;
  animation: spin_left 5s linear infinite;
  animation-play-state: paused;
}
.cid-rHd4LPs6LH .btn2::before {
  content: '';
  position: absolute;
  top: -7px;
  left: -7px;
  width: 52px;
  height: 52px;
  border: 0px dashed #fa9db7;
  border-radius: 30px;
  animation: spin_left 5s linear infinite;
  animation-play-state: paused;
}
.cid-rHd4LPs6LH .btn:hover::before {
  animation-play-state: running;
}
@keyframes spin_left {
  0% {
    transform: rotate(360deg);
  }
}
.cid-rHd4LPs6LH .navbar-caption {
  color: #ffcb08;
  font-weight: 900;
  font-family: 'Nunito', sans-serif;
}
.cid-rHd4LPs6LH .navbar-caption:hover {
  color: #fa9db7;
}
.cid-rHd4LPs6LH .container-fluid {
  max-width: 1200px;
}
@media (max-width: 992px) {
  .cid-rHd4LPs6LH .navbar-collapse.show {
    overflow: visible !important;
  }
  .cid-rHd4LPs6LH .dropdown-item {
    color: #fff;
  }
  .cid-rHd4LPs6LH .nav-item.open .nav-link,
  .cid-rHd4LPs6LH .link:hover {
    color: #fff;
    background: #ffc85b;
    border-radius: 5px;
  }
  .cid-rHd4LPs6LH .link:active {
    color: #fff !important;
  }
  .cid-rHd4LPs6LH .logo-name {
    margin-top: 0.5rem;
  }
  .cid-rHd4LPs6LH .navbar-brand {
    justify-content: center;
  }
  .cid-rHd4LPs6LH .mbr-section-btn {
    order: 1;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .cid-rHd4LPs6LH .nav-item a {
    margin: 0 0.5rem !important;
  }
  .cid-rHd4LPs6LH .navbar-nav .nav-link {
    color: #fff;
    display: inline-block;
  }
  .cid-rHd4LPs6LH .navbar-collapse {
    background-color: #313131;
    order: 2;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-rHd4LPs6LH .navbar {
    height: 90px;
  }
  .cid-rHd4LPs6LH .menu-logo {
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .cid-rHd4LPs6LH .btn1 {
    display: none;
  }
  .cid-rHd4LPs6LH .mbr-section-title {
    color: #fff;
  }
  .cid-rHd4LPs6LH .container-fluid {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .cid-rHd4LPs6LH .navbar-toggleable-sm {
    background-color: #313131;
  }
  .cid-rHd4LPs6LH .span-link {
    color: #fff;
  }
  .cid-rHd4LPs6LH .navbar-collapse.show .navbar-nav {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .cid-rHd4LPs6LH .dropdown-item {
    color: #12265a;
  }
  .cid-rHd4LPs6LH .nav-item.open .nav-link,
  .cid-rHd4LPs6LH .link:hover {
    color: #ffcb08 !important;
    background: #ffc85b;
    border-radius: 5px;
  }
  .cid-rHd4LPs6LH .logo-name {
    margin-top: 2rem;
  }
  .cid-rHd4LPs6LH .navbar-collapse {
    justify-content: space-between;
  }
  .cid-rHd4LPs6LH .navbar-nav {
    margin-left: auto;
    margin-right: auto;
  }
  .cid-rHd4LPs6LH .container-fluid {
    padding: 0 1rem;
  }
  .cid-rHd4LPs6LH .dropdown-menu::after {
    content: '';
    position: absolute;
    top: 4rem;
    bottom: 1.4rem;
    left: 10px;
    right: 10px;
    border: 2px dashed #fa9db7;
    border-radius: 10px;
    z-index: 0;
    pointer-events: none;
  }
  .cid-rHd4LPs6LH .dropdown-menu::before {
    content: "";
    position: absolute;
    top: 3.4rem;
    bottom: 0.8rem;
    left: 0px;
    right: 0px;
    border-radius: 10px;
    background: #ffffff;
    z-index: -1;
  }
}
.cid-rHd4LPs6LH .mbr-section-title {
  font-weight: 900;
}
.cid-rHd4LPs6LH .mbr-section-subtitle {
  color: #fa9db7;
}
.cid-rHd4LPs6LH .mbr-section-btn {
  display: flex;
}
.cid-rHd4LPs6LH .dropdown-item:hover {
  color: #ffc85b !important;
}
.cid-rHd4LPs6LH .btn-primary:hover {
  background-color: #ffc85b !important;
  border-color: #ffc85b !important;
}
.cid-rHd4LPs6LH .btn-warning:hover {
  background-color: #fa9db7 !important;
  border-color: #fa9db7 !important;
}
.cid-rHd4LPs6LH .dropdown-toggle::after {
  content: '+';
  border: none !important;
  top: 25% !important;
}
.cid-rHd4LPs6LH .nav-item a {
  padding: 0 0.5rem !important;
}
.cid-rHd4LPs6LH .nav-link {
  padding: 0rem 0.5rem !important;
}
.cid-rHd4LPs6LH .mbr-iconfont {
  margin: 0;
}
.cid-rHd4LPs6LH .btn-primary:focus {
  background-color: #ffc85b !important;
  border-color: #ffc85b !important;
}
.cid-rHd4LPs6LH .btn-warning:focus {
  background-color: #fa9db7 !important;
  border-color: #fa9db7 !important;
}
.cid-rHd4LPs6LH .navbar-dropdown.navbar-short .navbar-brand {
  padding-top: .3125rem;
  padding-bottom: .3125rem;
}
.cid-rHd4LPs6LH .navbar-dropdown .navbar-logo {
  margin-right: 0.8rem;
}
.cid-uc0VoLvqsJ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uc0VoLvqsJ {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.cid-uc0VoLvqsJ .content-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uc0VoLvqsJ img {
  width: 100%;
  border-radius: 30px;
  transform: translate(1%, 5%);
}
@media (max-width: 767px) {
  .cid-uc0VoLvqsJ .imageContainer {
    margin-left: 1rem;
    margin-bottom: 3rem;
  }
  .cid-uc0VoLvqsJ .container-fluid {
    padding: 0 1rem;
  }
  .cid-uc0VoLvqsJ .mbr-section-btn {
    text-align: center;
  }
  .cid-uc0VoLvqsJ .mbr-section-title {
    text-align: center;
  }
  .cid-uc0VoLvqsJ .mbr-section-subtitle {
    text-align: center;
  }
  .cid-uc0VoLvqsJ .right-wrapper {
    text-align: center;
  }
}
@media (min-width: 767px) {
  .cid-uc0VoLvqsJ .container-fluid {
    padding: 0 1.4rem;
  }
  .cid-uc0VoLvqsJ .right-wrapper {
    padding-left: 5rem;
    text-align: left;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-uc0VoLvqsJ .imageContainer {
    margin-bottom: 4.2rem;
  }
  .cid-uc0VoLvqsJ .right-wrapper {
    padding-left: 1.2rem;
  }
}
@media (min-width: 992px) {
  .cid-uc0VoLvqsJ img {
    width: 100%;
  }
  .cid-uc0VoLvqsJ .mbr-section-btn {
    margin-left: 1px;
  }
}
.cid-uc0VoLvqsJ .btn {
  padding: 0.7rem 2.4rem;
  margin: 0;
  position: relative;
}
.cid-uc0VoLvqsJ .container-fluid {
  max-width: 1200px;
}
.cid-uc0VoLvqsJ .mbr-text {
  margin-top: 1.5rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 1200px) {
  .cid-uc0VoLvqsJ .imageContainer {
    display: inline-block;
    position: relative;
    z-index: 0;
  }
  .cid-uc0VoLvqsJ .imageContainer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 96%;
    height: 100%;
    border: 0px dashed #fa9db7;
    border-radius: 30px;
    z-index: -1;
  }
}
.cid-uc0VoLvqsJ .imageContainer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 96%;
  height: 100%;
  border: 0px dashed #fa9db7;
  border-radius: 30px;
  z-index: -1;
}
.cid-uc0VoLvqsJ .inner-dashed-border {
  stroke: #ffffff;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.cid-uc0VoLvqsJ .button-svg:hover .inner-dashed-border {
  animation-play-state: running;
  stroke: #ffffff;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-uc0VoLvqsJ .svg1 {
  position: absolute;
  padding: 2px;
}
.cid-uc0VoLvqsJ .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.cid-uc0VoLvqsJ .mbr-text,
.cid-uc0VoLvqsJ .mbr-section-btn {
  color: #1e43a0;
}
.cid-uc0VoLvqsJ .mbr-section-title {
  color: #1e43a0;
}
.cid-uc0VoLvqsJ .mbr-section-subtitle {
  color: #0095d0;
}
.cid-uc0Y2puirO {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uc0Y2puirO {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.cid-uc0Y2puirO .nav-link {
  font-weight: 900;
}
.cid-uc0Y2puirO .nav-item:not(:first-child)::before {
  background: #0095d0;
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  transition: 0.3s;
}
.cid-uc0Y2puirO .navbar-nav {
  display: block;
}
.cid-uc0Y2puirO .navbar-nav li {
  display: inline-block;
}
.cid-uc0Y2puirO li .nav-link {
  display: inline-block;
  vertical-align: middle;
  padding: 0.3rem 0.5rem !important;
}
.cid-uc0Y2puirO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uc0Y2puirO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uc0Y2puirO .navbar-nav,
.cid-uc0Y2puirO .mbr-section-title {
  text-align: center;
  color: #1e43a0;
}
.cid-uc0WwaSgyF {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 60px;
}
.cid-uc0WwaSgyF .image-block img {
  width: 100%;
  border-radius: 30px;
}
@media (max-width: 767px) {
  .cid-uc0WwaSgyF {
    padding-top: 0px;
    padding-bottom: 20px;
  }
  .cid-uc0WwaSgyF .container {
    padding: 0 1rem;
  }
  .cid-uc0WwaSgyF .image-block {
    width: 100% !important;
  }
}
.cid-uc0WwaSgyF .container-fluid {
  padding: 0;
}
.cid-rHBaXeKpGa {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-rHBaXeKpGa {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.cid-rHBaXeKpGa img {
  width: 100%;
  border-radius: 30px;
  transform: translate(1%, 5%);
}
@media (max-width: 767px) {
  .cid-rHBaXeKpGa .imageContainer {
    margin-left: 1rem;
    margin-bottom: 3rem;
  }
  .cid-rHBaXeKpGa .container-fluid {
    padding: 0 1rem;
  }
  .cid-rHBaXeKpGa .mbr-section-btn {
    text-align: center;
  }
  .cid-rHBaXeKpGa .mbr-section-title {
    text-align: center;
  }
  .cid-rHBaXeKpGa .mbr-section-subtitle {
    text-align: center;
  }
  .cid-rHBaXeKpGa .right-wrapper {
    text-align: center;
  }
}
@media (min-width: 767px) {
  .cid-rHBaXeKpGa .container-fluid {
    padding: 0 1.4rem;
  }
  .cid-rHBaXeKpGa .right-wrapper {
    padding-left: 5rem;
    text-align: left;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-rHBaXeKpGa .imageContainer {
    margin-bottom: 4.2rem;
  }
  .cid-rHBaXeKpGa .right-wrapper {
    padding-left: 1.2rem;
  }
}
@media (min-width: 992px) {
  .cid-rHBaXeKpGa img {
    width: 100%;
  }
  .cid-rHBaXeKpGa .mbr-section-btn {
    margin-left: 1px;
  }
}
.cid-rHBaXeKpGa .btn {
  padding: 0.7rem 2.4rem;
  margin: 0;
  position: relative;
}
.cid-rHBaXeKpGa .container-fluid {
  max-width: 1200px;
}
.cid-rHBaXeKpGa .mbr-text {
  margin-top: 1.5rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 1200px) {
  .cid-rHBaXeKpGa .imageContainer {
    display: inline-block;
    position: relative;
    z-index: 0;
  }
  .cid-rHBaXeKpGa .imageContainer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 96%;
    height: 100%;
    border: 0px dashed #fa9db7;
    border-radius: 30px;
    z-index: -1;
  }
}
.cid-rHBaXeKpGa .imageContainer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 96%;
  height: 100%;
  border: 0px dashed #fa9db7;
  border-radius: 30px;
  z-index: -1;
}
.cid-rHBaXeKpGa .inner-dashed-border {
  stroke: #ffffff;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.cid-rHBaXeKpGa .button-svg:hover .inner-dashed-border {
  animation-play-state: running;
  stroke: #ffffff;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-rHBaXeKpGa .svg1 {
  position: absolute;
  padding: 2px;
}
.cid-rHBaXeKpGa .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.cid-rHBaXeKpGa .mbr-text,
.cid-rHBaXeKpGa .mbr-section-btn {
  color: #1e43a0;
}
.cid-rHBaXeKpGa .mbr-section-title {
  color: #1e43a0;
}
.cid-rHBaXeKpGa .mbr-section-subtitle {
  color: #0095d0;
}
.cid-uc1PfYLOSg {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uc1PfYLOSg {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.cid-uc1PfYLOSg .nav-link {
  font-weight: 900;
}
.cid-uc1PfYLOSg .nav-item:not(:first-child)::before {
  background: #0095d0;
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  transition: 0.3s;
}
.cid-uc1PfYLOSg .navbar-nav {
  display: block;
}
.cid-uc1PfYLOSg .navbar-nav li {
  display: inline-block;
}
.cid-uc1PfYLOSg li .nav-link {
  display: inline-block;
  vertical-align: middle;
  padding: 0.3rem 0.5rem !important;
}
.cid-uc1PfYLOSg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uc1PfYLOSg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uc1PfYLOSg .navbar-nav,
.cid-uc1PfYLOSg .mbr-section-title {
  text-align: center;
  color: #1e43a0;
}
.cid-rHBb1WT6Q1 {
  background-color: #ffffff;
}
.cid-rHBb1WT6Q1 .mbr-text {
  text-align: center;
  padding: 0 2rem;
}
.cid-rHBb1WT6Q1 h4 {
  text-align: center;
}
.cid-rHBb1WT6Q1 p {
  text-align: center;
  margin: 0;
}
.cid-rHBb1WT6Q1 .row {
  justify-content: center;
}
.cid-rHBb1WT6Q1 .mbr-iconfont {
  transition: all 0.3s;
  color: #fff;
  font-size: 2rem;
  margin-left: 1rem;
}
.cid-rHBb1WT6Q1 .mbr-fonts-style {
  color: #fff;
}
.cid-rHBb1WT6Q1 .card-inner {
  border-radius: 30px;
}
.cid-rHBb1WT6Q1 .card-inner1 {
  background: #fa9db7;
}
.cid-rHBb1WT6Q1 .card-inner2 {
  background: #0095d0;
}
.cid-rHBb1WT6Q1 .card-inner3 {
  background: #ffc85b;
}
.cid-rHBb1WT6Q1 img {
  width: auto;
  height: 140px;
  margin-top: 1rem;
}
.cid-rHBb1WT6Q1 .card {
  border-radius: 30px;
  align-items: center;
  position: relative;
}
.cid-rHBb1WT6Q1 .container-fluid {
  max-width: 1200px;
}
.cid-rHBb1WT6Q1 .btn {
  color: #fff;
}
.cid-rHBb1WT6Q1 .mbr-section-btn {
  display: flex;
  align-items: center;
  margin-bottom: 3.5rem;
}
.cid-rHBb1WT6Q1 .mbr-section-btn:hover .icon-btn {
  transform: rotateZ(180deg);
}
@media (max-width: 767px) {
  .cid-rHBb1WT6Q1 {
    padding-top: 30px;
    padding-bottom: 45px;
  }
  .cid-rHBb1WT6Q1 .card {
    margin-bottom: 1rem;
  }
  .cid-rHBb1WT6Q1 .card-1 {
    margin-right: 0rem;
  }
  .cid-rHBb1WT6Q1 .card-3 {
    margin-left: 0rem;
  }
}
@media (min-width: 767px) {
  .cid-rHBb1WT6Q1 .container-fluid {
    padding: 0 1.5rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-rHBb1WT6Q1 {
    padding-top: 30px;
    padding-bottom: 45px;
  }
  .cid-rHBb1WT6Q1 .card {
    margin-bottom: 1rem;
  }
  .cid-rHBb1WT6Q1 .card-1 {
    margin-right: 0rem;
  }
  .cid-rHBb1WT6Q1 .card-3 {
    margin-left: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-rHBb1WT6Q1 {
    padding-top: 30px;
    padding-bottom: 45px;
  }
}
.cid-rHBb1WT6Q1 .icon-btn {
  transition: 0.3s;
  line-height: 0;
}
.cid-rHBb1WT6Q1 .card-img {
  text-align: center;
  margin-top: 2.5rem;
}
.cid-rHBb1WT6Q1 .inner-dashed-border {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.cid-rHBb1WT6Q1 .card:hover .inner-dashed-border {
  animation-play-state: running;
  stroke: #ffffff;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-rHBb1WT6Q1 svg {
  position: relative;
}
.cid-rHBb1WT6Q1 rect {
  position: absolute;
}
.cid-rHBb1WT6Q1 .circle-icon {
  display: flex;
  justify-content: center;
  width: 100%;
  position: relative;
}
.cid-rHBb1WT6Q1 .svg1 {
  padding: 1.5rem 2.5rem;
  position: absolute;
}
.cid-rHBb1WT6Q1 .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.cid-rHBb1WT6Q1 .card-box {
  width: 100%;
}
.cid-rHBb1WT6Q1 .btn-underline {
  display: flex;
  align-items: center;
  margin-top: 1rem;
  font-weight: 700;
  margin-left: auto;
  margin-right: auto;
}
.cid-rHBb1WT6Q1 .mbr-text,
.cid-rHBb1WT6Q1 mbr-selection-btn {
  text-align: left;
}
.cid-uc1S2u4Y89 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uc1S2u4Y89 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.cid-uc1S2u4Y89 .nav-link {
  font-weight: 900;
}
.cid-uc1S2u4Y89 .nav-item:not(:first-child)::before {
  background: #0095d0;
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  transition: 0.3s;
}
.cid-uc1S2u4Y89 .navbar-nav {
  display: block;
}
.cid-uc1S2u4Y89 .navbar-nav li {
  display: inline-block;
}
.cid-uc1S2u4Y89 li .nav-link {
  display: inline-block;
  vertical-align: middle;
  padding: 0.3rem 0.5rem !important;
}
.cid-uc1S2u4Y89 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uc1S2u4Y89 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uc1S2u4Y89 .navbar-nav,
.cid-uc1S2u4Y89 .mbr-section-title {
  text-align: center;
  color: #1e43a0;
}
.cid-uc0dM8TIw2 {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uc0dM8TIw2 .container-fluid {
  max-width: 1200px;
  padding: 0 1.5rem;
}
.cid-uc0dM8TIw2 .title {
  margin-bottom: 4.5rem;
}
.cid-uc0dM8TIw2 .mbr-section-subtitle {
  color: #767676;
  margin-top: 2rem;
}
.cid-uc0dM8TIw2 .wrapper-row {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.cid-uc0dM8TIw2 .column-1 {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.cid-uc0dM8TIw2 .card {
  display: flex;
  flex-direction: row;
  margin-bottom: 1rem;
}
.cid-uc0dM8TIw2 .card:hover .card-title {
  color: #fa9db7;
}
.cid-uc0dM8TIw2 .card img {
  width: 80px;
}
.cid-uc0dM8TIw2 .card-title {
  color: #1e43a0;
  transition: 0.5s;
  min-width: 135px;
}
.cid-uc0dM8TIw2 .circle-img {
  width: 80%;
  border: 0px dashed #fa9db7;
  border-radius: 50%;
  margin: auto;
}
.cid-uc0dM8TIw2 .imageContainer {
  width: 100%;
}
@media (min-width: 767px) {
  .cid-uc0dM8TIw2 .card-box1 {
    text-align: right;
    margin-right: 2rem;
  }
  .cid-uc0dM8TIw2 .card-box2 {
    margin-left: 2rem;
    text-align: left;
  }
  .cid-uc0dM8TIw2 .card-left {
    margin-right: -3rem;
  }
  .cid-uc0dM8TIw2 .card-right {
    margin-left: -3rem;
  }
}
.cid-uc0dM8TIw2 .last-text {
  margin-bottom: 0rem;
}
@media (max-width: 767px) {
  .cid-uc0dM8TIw2 {
    padding-top: 0px;
    padding-bottom: 20px;
  }
  .cid-uc0dM8TIw2 .container-fluid {
    padding: 0 1rem;
  }
  .cid-uc0dM8TIw2 .wrapper-row {
    flex-direction: column;
  }
  .cid-uc0dM8TIw2 .card-box1 {
    order: 2;
  }
  .cid-uc0dM8TIw2 .imageContainer {
    margin-top: 0.5rem;
    margin-bottom: 2rem;
  }
  .cid-uc0dM8TIw2 .card {
    flex-direction: column;
    text-align: center;
  }
  .cid-uc0dM8TIw2 .card-title {
    margin-top: 2rem;
  }
}
.cid-uc0dM8TIw2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uc0dM8TIw2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uc0dM8TIw2 .title,
.cid-uc0dM8TIw2 .mbr-section-title {
  color: #1e43a0;
}
.cid-uc0dM8TIw2 .mbr-text {
  color: #1e43a0;
}
.cid-uc1S3K4aJI {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uc1S3K4aJI {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.cid-uc1S3K4aJI .nav-link {
  font-weight: 900;
}
.cid-uc1S3K4aJI .nav-item:not(:first-child)::before {
  background: #0095d0;
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  transition: 0.3s;
}
.cid-uc1S3K4aJI .navbar-nav {
  display: block;
}
.cid-uc1S3K4aJI .navbar-nav li {
  display: inline-block;
}
.cid-uc1S3K4aJI li .nav-link {
  display: inline-block;
  vertical-align: middle;
  padding: 0.3rem 0.5rem !important;
}
.cid-uc1S3K4aJI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uc1S3K4aJI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uc1S3K4aJI .navbar-nav,
.cid-uc1S3K4aJI .mbr-section-title {
  text-align: center;
  color: #1e43a0;
}
.cid-u7MlUmMYCV {
  background-color: #ffffff;
}
.cid-u7MlUmMYCV .text-top {
  color: #767676;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
}
.cid-u7MlUmMYCV .card {
  margin-bottom: 1rem;
}
.cid-u7MlUmMYCV .row {
  justify-content: center;
}
.cid-u7MlUmMYCV .card-title {
  color: #1e43a0;
  transition: 0.5s;
}
.cid-u7MlUmMYCV .card-title:hover {
  color: #fa9db7;
}
.cid-u7MlUmMYCV img {
  width: 80px;
}
.cid-u7MlUmMYCV .item-image {
  margin-right: 1rem;
}
.cid-u7MlUmMYCV .container-fluid {
  max-width: 1200px;
}
@media (max-width: 767px) {
  .cid-u7MlUmMYCV {
    padding-top: 0px;
    padding-bottom: 12px;
  }
  .cid-u7MlUmMYCV .container-fluid {
    padding: 0 1rem;
  }
  .cid-u7MlUmMYCV .container {
    padding: 0rem;
  }
  .cid-u7MlUmMYCV .col-12 {
    padding: 0;
  }
  .cid-u7MlUmMYCV .mbr-section-title {
    margin: 0;
    margin-left: 0px;
    margin-right: 0px;
  }
  .cid-u7MlUmMYCV .card {
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  .cid-u7MlUmMYCV .card-title {
    margin-top: 2rem;
  }
}
@media (min-width: 767px) {
  .cid-u7MlUmMYCV {
    padding-top: 0px;
    padding-bottom: 60px;
  }
  .cid-u7MlUmMYCV .container-fluid {
    padding: 0 1.5rem;
  }
  .cid-u7MlUmMYCV .mbr-section-title {
    margin-left: -12px;
    margin-right: -12px;
  }
  .cid-u7MlUmMYCV .card {
    display: flex;
    flex-direction: row;
  }
}
.cid-u7MlUmMYCV .container {
  margin-bottom: 1.5rem;
}
.cid-u7MlUmMYCV .container > div,
.cid-u7MlUmMYCV .mbr-section-title {
  color: #1e43a0;
}
.cid-u7MlUmMYCV .mbr-text,
.cid-u7MlUmMYCV .mbr-section-btn {
  color: #1e43a0;
}
.cid-uc1P89kxyr {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uc1P89kxyr {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.cid-uc1P89kxyr .nav-link {
  font-weight: 900;
}
.cid-uc1P89kxyr .nav-item:not(:first-child)::before {
  background: #0095d0;
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  transition: 0.3s;
}
.cid-uc1P89kxyr .navbar-nav {
  display: block;
}
.cid-uc1P89kxyr .navbar-nav li {
  display: inline-block;
}
.cid-uc1P89kxyr li .nav-link {
  display: inline-block;
  vertical-align: middle;
  padding: 0.3rem 0.5rem !important;
}
.cid-uc1P89kxyr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uc1P89kxyr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uc1P89kxyr .navbar-nav,
.cid-uc1P89kxyr .mbr-section-title {
  text-align: center;
  color: #1e43a0;
}
.cid-rGsvMlqqzL {
  background-color: #ffffff;
}
.cid-rGsvMlqqzL .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rGsvMlqqzL .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rGsvMlqqzL .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rGsvMlqqzL .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rGsvMlqqzL .row > .row {
  display: block;
}
.cid-rGsvMlqqzL .mbr-gallery-item {
  width: 100%;
}
.cid-rGsvMlqqzL .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  border-radius: 30px;
}
.cid-rGsvMlqqzL .mbr-gallery-item > div {
  position: relative;
  transition: 0.5s;
  margin: 0.3rem;
  border-radius: 30px;
  overflow: hidden;
}
.cid-rGsvMlqqzL .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rGsvMlqqzL .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-rGsvMlqqzL .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #12265a;
  z-index: 2;
  text-align: center;
}
.cid-rGsvMlqqzL .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #ffffff !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  border-radius: 0 0 30px 30px;
}
.cid-rGsvMlqqzL .container {
  max-width: 1200px;
  padding: 0.7rem;
}
.cid-rGsvMlqqzL .mbr-gallery-item > div:hover {
  transform: translate(1rem, 1rem);
}
@media (max-width: 767px) {
  .cid-rGsvMlqqzL {
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .cid-rGsvMlqqzL .col-sm-12 {
    padding: 0 !important;
  }
}
@media (min-width: 767px) {
  .cid-rGsvMlqqzL {
    padding-top: 45px;
    padding-bottom: 30px;
  }
}
.cid-u88CgpQHdn {
  padding-top: 105px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/bebe-feliz-2000x1334.jpg");
}
@media (max-width: 767px) {
  .cid-u88CgpQHdn {
    padding-top: 35px;
    padding-bottom: 5px;
  }
}
.cid-u88CgpQHdn .mbr-section-subtitle {
  background-color: #0ebbff;
  padding: 0.4rem 1rem;
  border-radius: 15px;
  display: inline-block;
  color: #ffffff;
}
.cid-u88CgpQHdn .mbr-section-title {
  background-color: #fbb5c9;
  padding: 0.4rem 1rem;
  border-radius: 15px;
  margin-bottom: 1.3rem;
  display: inline-block;
  color: #ffffff;
}
.cid-u88CgpQHdn .container-fluid {
  max-width: 1200px;
  padding: 0 1.5rem;
}
.cid-u88CgpQHdn .block {
  margin-top: 2.3rem;
  display: flex;
  align-items: center;
}
.cid-u88CgpQHdn .number {
  display: flex;
  align-items: center;
}
.cid-u88CgpQHdn .telephone {
  color: #1e43a0;
  transition: 0.5s;
  margin-bottom: 0;
}
.cid-u88CgpQHdn .telephone a:hover {
  color: #fa9db7;
}
.cid-u88CgpQHdn .mbr-iconfont2 {
  margin-left: 1rem;
  font-size: 2.5rem;
  color: #fa9db7;
}
@media (max-width: 767px) {
  .cid-u88CgpQHdn .mbr-iconfont2 {
    margin: 0;
  }
  .cid-u88CgpQHdn .number {
    margin-top: 1rem;
    margin-left: -5px;
  }
  .cid-u88CgpQHdn .block {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u88CgpQHdn .container-fluid {
    padding: 0 1rem;
  }
  .cid-u88CgpQHdn .wrapper-left {
    text-align: left;
  }
  .cid-u88CgpQHdn .mbr-section-subtitle {
    margin-bottom: 1.4rem;
  }
}
.cid-u88CgpQHdn .mbr-fallback-image.disabled {
  display: none;
}
.cid-u88CgpQHdn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uc1SsYkQAT {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uc1SsYkQAT {
    padding-top: 10px;
    padding-bottom: 0px;
  }
}
.cid-uc1SsYkQAT .nav-link {
  font-weight: 900;
}
.cid-uc1SsYkQAT .nav-item:not(:first-child)::before {
  background: #0095d0;
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  transition: 0.3s;
}
.cid-uc1SsYkQAT .navbar-nav {
  display: block;
}
.cid-uc1SsYkQAT .navbar-nav li {
  display: inline-block;
}
.cid-uc1SsYkQAT li .nav-link {
  display: inline-block;
  vertical-align: middle;
  padding: 0.3rem 0.5rem !important;
}
.cid-uc1SsYkQAT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uc1SsYkQAT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uc1SsYkQAT .navbar-nav,
.cid-uc1SsYkQAT .mbr-section-title {
  text-align: center;
  color: #1e43a0;
}
.cid-u88EmsvgFt {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-u88EmsvgFt .carousel-item {
  margin-top: 1.3rem;
  justify-content: center;
}
.cid-u88EmsvgFt .carousel-item > div {
  width: 100%;
}
.cid-u88EmsvgFt .carousel-item.active,
.cid-u88EmsvgFt .carousel-item-next,
.cid-u88EmsvgFt .carousel-item-prev {
  display: flex;
}
.cid-u88EmsvgFt .carousel-controls a {
  transition: opacity .5s;
  font-size: 1.2rem;
}
.cid-u88EmsvgFt .carousel-controls a span {
  padding: 15px;
  border-radius: 50%;
  opacity: .9;
}
.cid-u88EmsvgFt .carousel-controls a:hover span {
  opacity: 1;
}
.cid-u88EmsvgFt .signature,
.cid-u88EmsvgFt .desk {
  margin: 0;
}
.cid-u88EmsvgFt .mbr-text {
  border-radius: 30px;
  color: #ffffff;
  position: relative;
  padding: 2rem;
  text-align: left;
}
.cid-u88EmsvgFt .mbr-text1 {
  background-color: #fa9db7;
}
.cid-u88EmsvgFt .mbr-text2 {
  background-color: #0095d0;
}
.cid-u88EmsvgFt .mbr-text3 {
  background-color: #ffc85b;
}
.cid-u88EmsvgFt .mbr-section-subtitle {
  margin-top: 2rem;
  margin-bottom: 0;
  color: #70747f;
}
.cid-u88EmsvgFt .img-block {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
  align-items: center;
}
.cid-u88EmsvgFt img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin: 0;
}
.cid-u88EmsvgFt .title-block {
  margin-left: 1rem;
}
.cid-u88EmsvgFt .signature {
  font-weight: 900;
  color: #12265a;
}
.cid-u88EmsvgFt .quote_svg {
  position: absolute;
  top: calc(96%);
  width: 30px;
  left: 40px;
}
.cid-u88EmsvgFt .quote_svg1 {
  fill: #fa9db7;
}
.cid-u88EmsvgFt .quote_svg2 {
  fill: #0095d0;
}
.cid-u88EmsvgFt .quote_svg3 {
  fill: #ffc85b;
}
.cid-u88EmsvgFt .mbr-text::after {
  content: '“';
  display: inline-block;
  position: absolute;
  top: -1rem;
  left: 1rem;
  font-size: 15rem;
  line-height: 1;
  color: rgba(255, 255, 255, 0.23);
}
.cid-u88EmsvgFt .carousel-indicators li {
  background-color: #45b3df;
  width: 10px;
  height: 10px;
  border: none;
  border-radius: 50%;
}
.cid-u88EmsvgFt .carousel-indicators {
  position: absolute;
  margin-top: 2rem;
  bottom: 0rem;
}
.cid-u88EmsvgFt ol {
  margin-bottom: 0;
}
.cid-u88EmsvgFt .carousel {
  display: flex;
  overflow: hidden;
  padding-bottom: 3rem;
}
@media (max-width: 767px) {
  .cid-u88EmsvgFt {
    padding-top: 0px;
    padding-bottom: 15px;
  }
  .cid-u88EmsvgFt .container-fluid {
    padding: 0 1rem;
  }
  .cid-u88EmsvgFt .col-md-4 {
    padding: 0;
  }
  .cid-u88EmsvgFt .mbr-text {
    padding: 1rem;
  }
}
.cid-u88EmsvgFt .container-fluid {
  padding: 0 1rem;
  max-width: 1200px;
}
.cid-u88EmsvgFt .mbr-fallback-image.disabled {
  display: none;
}
.cid-u88EmsvgFt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u88EmsvgFt .mbr-section-title {
  color: #1e43a0;
}
.cid-u88EmsvgFt .mbr-text DIV {
  text-align: left;
}
.cid-uc1PAZ9hKR {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uc1PAZ9hKR {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.cid-uc1PAZ9hKR .nav-link {
  font-weight: 900;
}
.cid-uc1PAZ9hKR .nav-item:not(:first-child)::before {
  background: #0095d0;
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  transition: 0.3s;
}
.cid-uc1PAZ9hKR .navbar-nav {
  display: block;
}
.cid-uc1PAZ9hKR .navbar-nav li {
  display: inline-block;
}
.cid-uc1PAZ9hKR li .nav-link {
  display: inline-block;
  vertical-align: middle;
  padding: 0.3rem 0.5rem !important;
}
.cid-uc1PAZ9hKR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uc1PAZ9hKR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uc1PAZ9hKR .navbar-nav,
.cid-uc1PAZ9hKR .mbr-section-title {
  text-align: center;
  color: #1e43a0;
}
.cid-u7MQET5CNy {
  padding-top: 1rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .cid-u7MQET5CNy .container {
    padding: 0 16px;
  }
}
.cid-u7MQET5CNy .row {
  position: relative;
  z-index: 1;
}
.cid-u7MQET5CNy .title-wrapper {
  margin-bottom: 80px;
}
.cid-u7MQET5CNy .title-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-u7MQET5CNy .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u7MQET5CNy .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 300px;
  max-width: 300px;
  padding: 0 12px;
}
@media (max-width: 767px) {
  .cid-u7MQET5CNy .embla__slide {
    min-width: 100%;
    max-width: 100%;
    padding: 0 16px;
  }
}
.cid-u7MQET5CNy .embla__slide .slide-content {
  width: 100%;
}
.cid-u7MQET5CNy .embla__slide .slide-content .item-wrapper .item-img {
  border-radius: 14px;
  background-color: #ffffff;
  padding: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u7MQET5CNy .embla__slide .slide-content .item-wrapper .item-img img {
  height: 120px;
  object-fit: contain;
}
.cid-u7MQET5CNy .embla__button--next,
.cid-u7MQET5CNy .embla__button--prev {
  display: flex;
}
.cid-u7MQET5CNy .embla__button {
  bottom: 0;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #ffc85b !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-u7MQET5CNy .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u7MQET5CNy .embla__button:hover {
  opacity: .7 !important;
}
.cid-u7MQET5CNy .embla__button.embla__button--prev {
  left: 0;
}
.cid-u7MQET5CNy .embla__button.embla__button--next {
  right: 0;
}
.cid-u7MQET5CNy .embla {
  position: relative;
  width: 100%;
}
.cid-u7MQET5CNy .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
.cid-u7MQET5CNy .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u7MQET5CNy .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u7MQET5CNy .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u7MQET5CNy .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-u7MQET5CNy .mbr-desc {
  color: #6f6f6f;
  text-align: center;
}
.cid-uccs8XNJvp {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #123861;
}
.cid-uccs8XNJvp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uccs8XNJvp .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-uccs8XNJvp .container {
    padding: 0 16px;
  }
}
.cid-uccs8XNJvp .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uccs8XNJvp .card {
    margin-bottom: 40px;
  }
}
.cid-uccs8XNJvp .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uccs8XNJvp .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uccs8XNJvp .card .content-wrapper .title-wrapper .title-wrap img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uccs8XNJvp .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uccs8XNJvp .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uccs8XNJvp .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uccs8XNJvp .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uccs8XNJvp .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-uccs8XNJvp .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uccs8XNJvp .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 28px;
  color: #ffffff;
}
.cid-uccs8XNJvp .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uccs8XNJvp .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uccs8XNJvp .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uccs8XNJvp .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uccs8XNJvp .mbr-section-title {
  color: #ffffff;
}
.cid-uccs8XNJvp .copyright {
  color: #ffffff;
}
.cid-uccs8XNJvp .mbr-card-title {
  color: #ffffff;
}
.cid-uccs8XNJvp .list {
  color: #ffffff;
}
