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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bold;
}

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

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

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

.hidden {
  visibility: hidden;
}

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

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

.mbr-black {
  color: #111111;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.card-box {
  width: 100%;
}

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

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

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

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

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

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

  .media {
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.media {
  display: -webkit-flex;
}

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

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

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

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

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

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

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

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

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

.carousel-item img {
  margin: auto;
}

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

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

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

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

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

.card-img {
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

:focus {
  outline: none;
}

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

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

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

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

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

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

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

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

.item {
  position: relative;
}

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

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

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

@media (max-width: 500px) {
.mbr-arrow-up {
    left: 0;
    right: 10px;
    text-align: right;
}}


h1, h2, h3, h4, h5, h6, .display-1, .display-2, .display-4, .display-5, .display-7, span, p, a {
    line-height: 1.3;
}

.mbr-arrow-up {
    bottom: 80px;
    right: 30px;
    position: fixed;
    text-align: right;
    z-index: 5000;
    color: #ffffff;
    font-size: 22px;
}

 .icons-menu {
    min-width: 200px !important;
}

.mbr-arrow-up {
    bottom: 100px;
    right: 20px;
    position: fixed;
    text-align: right;
    z-index: 5000;
    color: #ffffff;
    font-size: 22px;
}body {
  font-family: 'Amelia-Rounded-Regular';
}
.display-1 {
  font-family: 'Athena-Regular (PERSONAL USE ONLY)';
  font-size: 3.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 4.5rem;
}
.display-2 {
  font-family: 'Amelia-Rounded-Regular';
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Amelia-Rounded-Regular';
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Amelia-Rounded-Regular';
  font-size: 1.8rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-7 {
  font-family: 'Amelia-Rounded-Regular';
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 2.88rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.52rem;
    font-size: calc( 1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #b1d49f !important;
}
.bg-success {
  background-color: #79d4b3 !important;
}
.bg-info {
  background-color: #606060 !important;
}
.bg-warning {
  background-color: #b3b3b3 !important;
}
.bg-danger {
  background-color: #968a7c !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #b1d49f !important;
  border-color: #b1d49f !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #497334 !important;
  background-color: #cee4c2 !important;
  border-color: #cee4c2 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #cee4c2 !important;
  border-color: #cee4c2 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #b1d49f !important;
  border-color: #b1d49f !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #497334 !important;
  background-color: #cee4c2 !important;
  border-color: #cee4c2 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #cee4c2 !important;
  border-color: #cee4c2 !important;
}
.btn-info,
.btn-info:active {
  background-color: #606060 !important;
  border-color: #606060 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #7a7a7a !important;
  border-color: #7a7a7a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #7a7a7a !important;
  border-color: #7a7a7a !important;
}
.btn-success,
.btn-success:active {
  background-color: #79d4b3 !important;
  border-color: #79d4b3 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #1f624a !important;
  background-color: #a0e0c9 !important;
  border-color: #a0e0c9 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #a0e0c9 !important;
  border-color: #a0e0c9 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #b3b3b3 !important;
  border-color: #b3b3b3 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #4d4d4d !important;
  background-color: #cccccc !important;
  border-color: #cccccc !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #cccccc !important;
  border-color: #cccccc !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #968a7c !important;
  border-color: #968a7c !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ada398 !important;
  border-color: #ada398 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ada398 !important;
  border-color: #ada398 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !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: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.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: transparent;
  color: #b1d49f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #cee4c2 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #b1d49f !important;
  border-color: #b1d49f !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #b1d49f;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #cee4c2 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #b1d49f !important;
  border-color: #b1d49f !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #606060;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #7a7a7a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #606060 !important;
  border-color: #606060 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #79d4b3;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #a0e0c9 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #79d4b3 !important;
  border-color: #79d4b3 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #b3b3b3;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #cccccc !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #b3b3b3 !important;
  border-color: #b3b3b3 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #968a7c;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ada398 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #968a7c !important;
  border-color: #968a7c !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #3d3d3d !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #ffffff !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #b1d49f !important;
}
.text-secondary {
  color: #b1d49f !important;
}
.text-success {
  color: #79d4b3 !important;
}
.text-info {
  color: #606060 !important;
}
.text-warning {
  color: #b3b3b3 !important;
}
.text-danger {
  color: #968a7c !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #78b459 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #78b459 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #38af84 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #2d2d2d !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #808080 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #5f574d !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #b1d49f;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #606060;
}
.alert-warning {
  background-color: #b3b3b3;
}
.alert-danger {
  background-color: #968a7c;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #b1d49f;
  border-color: #b1d49f;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #b1d49f;
}
.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: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #a0a0a0;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #f3f3f3;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #cfc9c3;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Amelia-Rounded-Regular';
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.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: #b1d49f !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Amelia-Rounded-Regular';
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #b1d49f;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.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: #b1d49f;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #b1d49f;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #b1d49f;
  border-bottom-color: #b1d49f;
}
.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: #b1d49f !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #b1d49f !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='%23b1d49f' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-tkzBRcfS9Y .navbar-dropdown {
  position: relative !important;
}
.cid-tkzBRcfS9Y .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-tkzBRcfS9Y .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-tkzBRcfS9Y .dropdown-item:hover,
.cid-tkzBRcfS9Y .dropdown-item:focus {
  color: #b1d49f !important;
}
.cid-tkzBRcfS9Y .nav-dropdown .link {
  padding: 0 0em !important;
  font-weight: 400;
}
.cid-tkzBRcfS9Y .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tkzBRcfS9Y .nav-link {
  position: relative;
  padding: 0;
}
.cid-tkzBRcfS9Y .container {
  display: flex;
  margin: auto;
}
.cid-tkzBRcfS9Y .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tkzBRcfS9Y .dropdown-menu,
.cid-tkzBRcfS9Y .navbar.opened {
  background: #ffffff !important;
}
.cid-tkzBRcfS9Y .nav-item:focus,
.cid-tkzBRcfS9Y .nav-link:focus {
  outline: none;
}
.cid-tkzBRcfS9Y .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tkzBRcfS9Y .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tkzBRcfS9Y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tkzBRcfS9Y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tkzBRcfS9Y .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tkzBRcfS9Y .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tkzBRcfS9Y .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tkzBRcfS9Y .navbar.opened {
  transition: all 0.3s;
}
.cid-tkzBRcfS9Y .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tkzBRcfS9Y .navbar .navbar-logo img {
  width: auto;
}
.cid-tkzBRcfS9Y .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tkzBRcfS9Y .navbar.collapsed {
  justify-content: center;
}
.cid-tkzBRcfS9Y .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tkzBRcfS9Y .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tkzBRcfS9Y .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tkzBRcfS9Y .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tkzBRcfS9Y .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tkzBRcfS9Y .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-tkzBRcfS9Y .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tkzBRcfS9Y .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tkzBRcfS9Y .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tkzBRcfS9Y .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tkzBRcfS9Y .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tkzBRcfS9Y .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tkzBRcfS9Y .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tkzBRcfS9Y .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-tkzBRcfS9Y .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tkzBRcfS9Y .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tkzBRcfS9Y .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tkzBRcfS9Y .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tkzBRcfS9Y .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tkzBRcfS9Y .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tkzBRcfS9Y .navbar.navbar-short {
  min-height: 60px;
}
.cid-tkzBRcfS9Y .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tkzBRcfS9Y .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tkzBRcfS9Y .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tkzBRcfS9Y .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tkzBRcfS9Y .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tkzBRcfS9Y .dropdown-item.active,
.cid-tkzBRcfS9Y .dropdown-item:active {
  background-color: transparent;
}
.cid-tkzBRcfS9Y .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tkzBRcfS9Y .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tkzBRcfS9Y .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tkzBRcfS9Y .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tkzBRcfS9Y .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tkzBRcfS9Y .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tkzBRcfS9Y ul.navbar-nav {
  flex-wrap: wrap;
  padding-left: 20px;
}
.cid-tkzBRcfS9Y .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tkzBRcfS9Y button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tkzBRcfS9Y button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #606060;
}
.cid-tkzBRcfS9Y button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tkzBRcfS9Y button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tkzBRcfS9Y button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tkzBRcfS9Y button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tkzBRcfS9Y nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tkzBRcfS9Y nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tkzBRcfS9Y nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tkzBRcfS9Y nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tkzBRcfS9Y .navbar-dropdown {
  padding: 5px 1rem;
}
.cid-tkzBRcfS9Y a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tkzBRcfS9Y .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-end;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
  min-width: 250px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tkzBRcfS9Y .navbar {
    height: 70px;
  }
  .cid-tkzBRcfS9Y .navbar.opened {
    height: auto;
  }
  .cid-tkzBRcfS9Y .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tkzBRcfS9Y a {
  display: inline;
}
.cid-tkzBRcfS9Y img {
  display: inline;
  padding-right: 10px;
}
.cid-tkzBRcfS9Y .dropdown-toggle:after {
  display: none;
}
.cid-tkzBRcfS9Y .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-tkzBRcfS9Y .dropdown-item:hover {
  color: #606060 !important;
}
@media (max-width: 990px) {
  .cid-tkzBRcfS9Y .dropdown-menu {
    margin-top: 0px;
  }
  .cid-tkzBRcfS9Y .nav-dropdown .link {
    margin: 0 !important;
  }
}
.cid-tkzBRcfS9Y .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-tkzBRcfS9Y .nav-item {
  margin-right: 32px;
}
.cid-tkzBRcfS9Y .nav-item:last-child {
  margin-right: 0;
}
@media (max-width: 970px) {
  .cid-tkzBRcfS9Y ul li {
    height: 45px;
    display: list-item;
  }
}
.cid-tkzBRcfS9Y .navbar-collapse.collapsing .nav-item {
  height: 45px;
}
.cid-tkzBRcfS9Y .navbar-collapse.collapse.show .nav-item {
  height: 45px;
}
.cid-tkzBRcfS9Y .navbar-nav {
  margin: auto;
}
.cid-tkzBRcfS9Y .navbar-collapse.collapse.show ul li {
  display: list-item;
}
.cid-tkzBRcfS9Y .mbr-iconfont {
  margin-left: -5px;
  margin-right: 7px;
}
.cid-tkzBRcfS9Y .btn {
  padding: 1rem 1.5625rem !important;
  display: inline-block;
  line-height: 20px;
  transform-style: preserve-3d !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
.cid-tkzBRcfS9Y .btn {
  border-radius: 1000px !important;
}
.cid-tkzBRcfS9Y .navbar.collapsed .icons-menu {
  display: flex;
  flex-direction: column;
}
.cid-tkzBRcfS9Y .navbar.collapsed .icons-menu .top {
  margin-top: 15px;
}
.cid-tkzBRcfS9Y .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-tkzBRcfS9Y .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.cid-tkzBRcfS9Y .dropdown-item:focus {
  color: #606060 !important;
}
@media (max-width: 945px) {
  .cid-tkzBRcfS9Y .icons-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-tkzBRcfS9Y .top {
    margin-top: 25px;
  }
}
.cid-tkzBRcfS9Y .btn:hover {
  transform: translate3d(0px, -4px, 0.01px) !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
@media (min-width: 992px) {
  .cid-tkzBRcfS9Y .container,
  .cid-tkzBRcfS9Y .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-tkzBRcfS9Y li:last-child {
  margin-right: 0;
}
@media (max-width: 989px) {
  .cid-tkzBRcfS9Y ul.navbar-nav {
    padding-left: 0;
  }
}
@media (max-width: 430px) {
  .cid-tkzBRcfS9Y .icons-menu {
    min-width: initial !important;
  }
  .cid-tkzBRcfS9Y a.btn {
    margin-top: 10px;
  }
}
.cid-tkzBRcfS9Y a.btn > span {
  margin-left: 0.5rem;
}
.cid-tkFISXZJcH .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #b1d49f;
}
.cid-tkFISXZJcH .card-wrapper {
  min-height: 200px;
  transition: all 0.3s;
  padding: 3rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-tkFISXZJcH .card-wrapper {
    padding: 3rem 2rem;
  }
}
.cid-tkFISXZJcH .icon1 {
  color: #ffffff;
}
.cid-tkFISXZJcH .icon2 {
  color: #606060;
}
.cid-tkFISXZJcH .icon3 {
  color: #606060;
}
.cid-tkFISXZJcH .icon4 {
  color: #606060;
}
.cid-tkFISXZJcH .big {
  min-height: 100%;
}
.cid-tkFISXZJcH .mbr-section-btn {
  max-width: 200px;
}
.cid-tkFISXZJcH .mbr-section-btn .btn {
  margin: 2px;
}
@media (max-width: 992px) {
  .cid-tkFISXZJcH .mbr-section-btn {
    text-align: center;
    max-width: 100%;
    margin: auto;
  }
}
.cid-tkFISXZJcH .card1 {
  background-image: url("../../../assets/images/-dsc2171-3-2000x1203.jpg");
  background-size: cover;
  background-position: center;
  padding: 6rem;
}
.cid-tkFISXZJcH .card1 .mbr-iconfont {
  font-size: 18.5rem;
}
@media (max-width: 767px) {
  .cid-tkFISXZJcH .card1 {
    padding: 1rem 1rem;
    height: 400px;
  }
}
.cid-tkFISXZJcH .card-box {
  z-index: 2;
}
.cid-tkFISXZJcH .card2 {
  background-size: auto 110%;
  position: relative;
  background-position: center;
}
.cid-tkFISXZJcH .card2 .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 80px;
  margin: auto;
  margin-bottom: 0rem;
}
.cid-tkFISXZJcH .card2:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #b1d49f;
  z-index: 1;
  opacity: 1;
}
.cid-tkFISXZJcH .card2:hover {
  background-size: auto 115%;
}
.cid-tkFISXZJcH .card2:hover:before {
  opacity: 0.7;
}
.cid-tkFISXZJcH .card3 {
  background-size: auto 110%;
  position: relative;
  background-position: center;
}
.cid-tkFISXZJcH .card3 .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 80px;
  margin: auto;
  margin-bottom: 0rem;
}
.cid-tkFISXZJcH .card3:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #79d4b3;
  transition: all 0.3s;
  z-index: 1;
  opacity: 1;
}
.cid-tkFISXZJcH .card3:hover {
  background-size: auto 115%;
}
.cid-tkFISXZJcH .card3:hover:before {
  opacity: 0.7;
}
.cid-tkFISXZJcH .card4 {
  background-size: auto 110%;
  position: relative;
  background-position: center;
}
.cid-tkFISXZJcH .card4 .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 80px;
  margin: auto;
  margin-bottom: 1rem;
  background: none;
  border-radius: 50%;
  font-size: 2rem;
}
.cid-tkFISXZJcH .card4:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #b1d49f;
  transition: all 0.3s;
  z-index: 1;
  opacity: 1;
}
.cid-tkFISXZJcH .card4:hover {
  background-size: auto 115%;
}
.cid-tkFISXZJcH .card4:hover:before {
  opacity: 0.7;
}
.cid-tkFISXZJcH .card-title,
.cid-tkFISXZJcH .card-box {
  color: #ffffff;
  font-size: 20px;
}
.cid-tkFISXZJcH .card2-title {
  color: #606060;
  font-size: 20px;
}
.cid-tkFISXZJcH .card3-title {
  color: #606060;
  font-size: 20px;
}
.cid-tkFISXZJcH .card4-title {
  color: #ffffff;
}
.cid-tkFISXZJcH .card1-title {
  color: #ffffff;
}
.cid-tkFISXZJcH .card2-text {
  color: #ffffff;
}
.cid-tkFISXZJcH .card4-text {
  color: #ffffff;
  font-size: 20px;
}
.cid-tkFISXZJcH img {
  max-width: 450px;
  text-align: center;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-tkFISXZJcH img {
    display: none;
  }
  .cid-tkFISXZJcH .card1 {
    padding: 6rem 1rem;
  }
  .cid-tkFISXZJcH .card-wrapper {
    max-height: 220px;
    padding: 2rem 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tkFISXZJcH .card1 {
    padding: 6rem 1rem;
  }
  .cid-tkFISXZJcH .card-wrapper {
    max-height: 220px;
    padding: 2rem 2rem;
  }
}
.cid-sV8vkg6TO5 {
  overflow: visible !important;
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}
@media (max-width: 1000px) {
  .cid-sV8vkg6TO5 {
    padding-top: 2rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 768px) {
  .cid-sV8vkg6TO5 {
    padding-top: 1.2rem;
    padding-bottom: 0.3rem;
  }
}
.cid-sV8vkg6TO5 .f-row {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-sV8vkg6TO5 .f-row {
    flex-direction: row;
    min-height: 665px;
  }
}
@media (min-width: 992px) {
  .cid-sV8vkg6TO5 .image-wrapper {
    transform: translateX(25%);
    min-width: 770px;
    min-height: 500px;
    max-height: 500px;
  }
}
.cid-sV8vkg6TO5 .image-wrapper img {
  min-height: 100%;
  max-height: 600px;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-sV8vkg6TO5 .text {
    min-width: 615px;
    transform: translate(-25%, 7rem);
  }
}
.cid-sV8vkg6TO5 .text-wrapper {
  background: #727272;
  padding: 3rem 1rem 3rem;
}
@media (min-width: 992px) {
  .cid-sV8vkg6TO5 .text-wrapper {
    padding: 80px 80px 63px;
  }
}
.cid-sV8vkg6TO5 .mbr-text {
  font-weight: 300;
  color: #ffffff;
  line-height: 1.3;
}
@media (min-width: 992px) {
  .cid-sV8vkg6TO5 .display-1 {
    font-size: 65px;
  }
  .cid-sV8vkg6TO5 .display-5 {
    font-size: 29px;
  }
}
.cid-sV8vkg6TO5 .mbr-section-btn {
  background: #727272;
  margin-left: 0;
  margin-right: 0;
}
.cid-sV8vkg6TO5 .btn {
  color: #606060;
  box-shadow: none !important;
  border-radius: 0 !important;
  font-weight: 400;
  min-height: 72px;
  padding-right: 80px;
  padding-left: 80px;
  margin: 0;
}
.cid-sV8vkg6TO5 .mbr-section-title {
  color: #b1d49f;
}
.cid-sV8vkg6TO5 .mbr-section-subtitle {
  color: #79d4b3;
}
.cid-sV8vkg6TO5 .btn-primary,
.cid-sV8vkg6TO5 .btn-primary:active {
  color: #606060 !important;
}
.cid-tktwZj1GBu {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/cris-psicologa-2-2000x1333.jpg");
}
.cid-tktwZj1GBu .mbr-overlay {
  background: #f2f2f2;
  opacity: 0.1;
}
.cid-tktwZj1GBu .container {
  max-width: 1240px;
}
@media (max-width: 1199px) {
  .cid-tktwZj1GBu .container {
    max-width: 1040px;
  }
}
.cid-tktwZj1GBu .row {
  justify-content: center;
}
.cid-tktwZj1GBu .item:focus,
.cid-tktwZj1GBu span:focus {
  outline: none;
}
.cid-tktwZj1GBu .col-items {
  display: flex;
  justify-content: center;
  align-items: stretch;
  padding-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-tktwZj1GBu .col-items {
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  .cid-tktwZj1GBu .item {
    width: 100%;
  }
  .cid-tktwZj1GBu .item:first-child {
    padding-bottom: 0.5rem;
  }
  .cid-tktwZj1GBu .item:last-child {
    padding-top: 0.5rem;
  }
}
@media (min-width: 992px) {
  .cid-tktwZj1GBu .item:first-child {
    padding-right: 0.5rem;
  }
  .cid-tktwZj1GBu .item:last-child {
    padding-left: 0.5rem;
  }
}
.cid-tktwZj1GBu .item:first-child .item-wrap {
  background: #ddecd6;
}
.cid-tktwZj1GBu .item:last-child .item-wrap {
  background: #b4e1d1;
}
.cid-tktwZj1GBu .item-wrap {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  padding: 20px;
  margin-top: 20px;
  border-radius: 0rem;
}
@media (min-width: 768px) {
  .cid-tktwZj1GBu .item-wrap {
    padding: 27px;
  }
}
@media (min-width: 992px) {
  .cid-tktwZj1GBu .item-wrap {
    padding: 50px;
  }
}
.cid-tktwZj1GBu .item-content {
  width: 100%;
}
.cid-tktwZj1GBu .label-text {
  color: #606060;
  opacity: 0.8;
  width: 100%;
  margin-bottom: 16px;
}
.cid-tktwZj1GBu .mbr-text {
  color: #606060;
  margin-top: 12px;
  margin-bottom: 0;
  opacity: 0.8;
}
.cid-tktwZj1GBu .item-title {
  color: #ffffff;
  margin-top: 12px;
  margin-bottom: 0px;
}
.cid-tktwZj1GBu .list-container {
  display: flex;
  flex-direction: column;
  margin-top: 18px;
}
.cid-tktwZj1GBu .list-item {
  display: flex;
  align-items: center;
}
.cid-tktwZj1GBu .list-item:not(:last-child) {
  margin-bottom: 10px;
}
.cid-tktwZj1GBu .icon-box {
  padding-right: 14px;
  color: #fff!important;
}
.cid-tktwZj1GBu .list-text {
  flex-grow: 1;
  color: #606060;
  margin-bottom: 0;
}
.cid-tktwZj1GBu .link-container {
  display: flex;
  flex-direction: column;
  margin-top: 50px;
}
@media (min-width: 992px) {
  .cid-tktwZj1GBu .link-container {
    margin-top: 72px;
  }
}
.cid-tktwZj1GBu .link-container .link:first-child {
  margin-bottom: 16px;
}
.cid-tktwZj1GBu .link-container .link span {
  padding-right: 10px;
}
.cid-tktwZj1GBu .item-title,
.cid-tktwZj1GBu .mbr-section-btn {
  color: #606060;
  text-align: center;
}
.cid-tktwZj1GBu .title2 {
  color: #79d4b3;
  text-align: center;
}
.cid-tktwZj1GBu H5 {
  text-align: center;
  color: #606060;
}
.cid-tktwZj1GBu .mbr-section-title {
  text-align: center;
  color: #606060;
  margin-bottom: 20px;
}
.cid-tktwZj1GBu .mbr-iconfont-btn {
  color: #fff;
}
.cid-tkykWnOXil {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #e8eaec;
}
.cid-tkykWnOXil .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
}
.cid-tkykWnOXil .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-tkykWnOXil .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tkykWnOXil .mbr-section-title.display-2 {
  font-size: 35px;
  line-height: 1.29;
  letter-spacing: -0.5px;
}
.cid-tkykWnOXil .mbr-section-text {
  line-height: 1.5;
  margin-top: 20px;
  color: #6d7a8c;
}
.cid-tkykWnOXil .row-item {
  margin-bottom: 2rem;
  border-radius: 0px;
}
.cid-tkykWnOXil .row-item .wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 25px;
  height: 260px;
  background: #ffffff;
  border-radius: 0px;
  position: relative;
  overflow: hidden;
}
.cid-tkykWnOXil .row-item .wrapper::before {
  border-radius: 0px;
  position: absolute;
  content: '';
  left: 0px;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: visible;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  transform-origin: top;
  background-color: #79d4b3;
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.cid-tkykWnOXil .row-item .wrapper .card-img span {
  color: #79d4b3;
}
.cid-tkykWnOXil .row-item .wrapper .mbr-iconfont {
  font-size: 50px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.cid-tkykWnOXil .row-item .wrapper .mbr-card-title {
  color: #130947;
  font-size: 20px;
}
.cid-tkykWnOXil .row-item .wrapper .mbr-card-title.display-7 {
  font-size: 20px;
  line-height: 1.25;
  letter-spacing: -0.5px;
}
.cid-tkykWnOXil .row-item .wrapper2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 25px;
  background: #ffffff;
  border-radius: 0px;
  position: relative;
  overflow: hidden;
}
.cid-tkykWnOXil .row-item .wrapper2::before {
  border-radius: 0px;
  position: absolute;
  content: '';
  left: 0px;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: visible;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  transform-origin: top;
  background-color: #79d4b3;
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.cid-tkykWnOXil .row-item .wrapper2 .card-img span {
  color: #79d4b3;
}
.cid-tkykWnOXil .row-item .wrapper2 .mbr-iconfont {
  font-size: 50px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.cid-tkykWnOXil .row-item .wrapper2 .mbr-card-title {
  color: #606060;
  font-size: 20px;
}
.cid-tkykWnOXil .row-item .wrapper2 .mbr-card-title.display-7 {
  font-size: 20px;
  line-height: 1.25;
  letter-spacing: -0.5px;
}
.cid-tkykWnOXil img {
  width: 90%;
  border-radius: 0px;
}
.cid-tkykWnOXil .btn.display-4 {
  font-size: 15px;
  line-height: 2;
  letter-spacing: 1px;
}
@media (max-width: 768px) {
  .cid-tkykWnOXil .mbr-section-title {
    text-align: left;
  }
  .cid-tkykWnOXil img {
    width: 100%;
  }
}
.cid-tkykWnOXil .mbr-section-title,
.cid-tkykWnOXil .mbr-section-btn {
  color: #606060;
  text-align: center;
}
.cid-tkykWnOXil .row-item .wrapper .mbr-card-title {
  color: #606060;
}
.cid-tkykWnOXil .mbr-section-btn {
  text-align: center;
}
.cid-tkykWnOXil .mbr-section-btn:hover {
  color: #ffffff;
}
.cid-tkykWnOXil .btn {
  padding: 0px;
}
.cid-tkykWnOXil .mt-2 {
  margin-top: 0rem!important;
}
.cid-tkykWnOXil h1,
.cid-tkykWnOXil h2,
.cid-tkykWnOXil h3,
.cid-tkykWnOXil h4,
.cid-tkykWnOXil h5,
.cid-tkykWnOXil h6 {
  margin-bottom: 0rem;
}
.cid-tkumpjllTF {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tkumpjllTF .top-part {
  margin-bottom: 70px;
}
.cid-tkumpjllTF .top-part .mbr-section-subtitle {
  color: #4f87fb;
}
.cid-tkumpjllTF .top-part .mbr-section-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-tkumpjllTF .top-part .mbr-section-title {
  color: #606060;
}
.cid-tkumpjllTF .top-part .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-tkumpjllTF .nav-tabs .nav-item.open .nav-link:focus,
.cid-tkumpjllTF .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-tkumpjllTF .nav-tabs {
  flex-wrap: wrap;
  justify-content: space-around;
}
.cid-tkumpjllTF .nav-tabs .nav-item {
  padding: 0rem;
}
.cid-tkumpjllTF .nav-tabs .nav-link.display-7 {
  font-size: 20px !important;
  line-height: 1.5;
}
.cid-tkumpjllTF .nav-link {
  padding: 0.4rem 0.8rem;
}
.cid-tkumpjllTF .nav-tabs .nav-link {
  color: #606060;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: transparent;
  border: none;
  border-radius: 0 !important;
  border-bottom: 2px solid transparent;
}
.cid-tkumpjllTF .nav-tabs .nav-link:hover {
  cursor: pointer;
}
.cid-tkumpjllTF .nav-tabs .nav-link.active {
  border-bottom: 4px solid #79d4b3;
  color: #606060;
}
.cid-tkumpjllTF .nav-tabs .nav-link.active span {
  color: #79d4b3;
}
.cid-tkumpjllTF .nav-tabs .nav-link span {
  margin-right: 14px;
  font-size: 2.525rem;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .cid-tkumpjllTF .nav-tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-tkumpjllTF .mbr-text,
  .cid-tkumpjllTF .nav-link {
    text-align: left;
  }
  .cid-tkumpjllTF .nav-link {
    padding: 14px 20px;
    padding-left: 0;
  }
  .cid-tkumpjllTF .mbr-section-title,
  .cid-tkumpjllTF .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-tkumpjllTF .tab-content {
  margin-top: 44px;
}
.cid-tkumpjllTF .tab-content .tab-pane img {
  width: 100%;
  border-radius: 0px;
  box-shadow: 0 0 20px rgba(79, 110, 173, 0.1);
}
.cid-tkumpjllTF .tab-content .tab-pane .mbr-section-title {
  text-align: left;
  color: #606060;
}
.cid-tkumpjllTF .tab-content .tab-pane .mbr-section-title.display-5 {
  font-size: 24px;
  line-height: 1.16;
  letter-spacing: -0.5px;
}
.cid-tkumpjllTF .tab-content .tab-pane .mbr-text {
  color: #606060;
}
.cid-tkumpjllTF .tab-content .tab-pane .mbr-text.display-7 {
  line-height: 1.5;
  font-size: 1em;
}
.cid-tkumpjllTF .tab-content .tab-pane .mbr-list {
  margin-top: 35px;
}
.cid-tkumpjllTF .tab-content .tab-pane .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
.cid-tkumpjllTF .tab-content .tab-pane .mbr-list .list li {
  margin-bottom: 1rem;
}
.cid-tkumpjllTF .tab-content .tab-pane .mbr-list .list li:before {
  font-weight: 900;
  color: #79d4b3;
  display: inline-block;
  content: '✓';
  text-align: center;
  line-height: 1.5em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 25px;
  height: 25px;
}
.cid-tkumpjllTF .tab-content .tab-pane .mbr-list.display-4 {
  font-size: 1em;
  color: #606060;
}
.cid-tkumpjllTF .top-part .mbr-section-title {
  color: #606060;
  text-align: center;
}
.cid-tkumpjllTF .google-map {
  height: 100%;
  min-height: 25rem;
  position: relative;
  width: 100%;
}
.cid-tkumpjllTF .google-map iframe {
  min-height: 100%;
  width: 100%;
}
.cid-tkumpjllTF .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tkumpjllTF .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tkumpjllTF .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tkumpjllTF .map-placeholder {
  display: none;
}
.cid-tkumpjllTF .btn-primary {
  border: 1px solid #b1d49f !important;
}
.cid-tkumpjllTF .btn-primary:hover {
  border: 1px solid #b1d49f !important;
}
.cid-tkumpjllTF .mbr-text {
  color: #444;
}
.cid-tkumpjllTF h5 {
  margin-bottom: 0;
}
.cid-tkumpjllTF .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-tkumpjllTF .list-item {
  display: -webkit-flex;
  padding-top: 10px;
  padding-bottom: 10px;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tkumpjllTF .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-tkumpjllTF .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tkumpjllTF .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-tkumpjllTF .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tkumpjllTF .social-list a:hover {
  opacity: 0.4;
}
.cid-tkumpjllTF .media-container-row > div {
  padding: 0px;
}
.cid-tkumpjllTF .text2 {
  color: #606060;
  text-align: left;
}
.cid-tkumpjllTF .group-title {
  text-align: left;
  color: #606060;
  padding-bottom: 0.2rem;
}
.cid-tkumpjllTF .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 1200px) {
  .cid-tkumpjllTF .card {
    padding: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-tkumpjllTF .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tkumpjllTF h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-tkumpjllTF .form-group {
    max-width: 180px;
  }
  .cid-tkumpjllTF .card {
    padding: 2rem 1rem;
  }
}
.cid-tkumpjllTF .links span {
  color: #606060;
}
.cid-tkumpjllTF .logo-title,
.cid-tkumpjllTF .logo-sub-title {
  text-align: center;
}
.cid-tkumpjllTF .logo-sub-title i {
  color: #9e9e9e;
}
.cid-tkumpjllTF video {
  max-width: 100% !IMPORTANT;
  height: auto !IMPORTANT;
  margin-top: 10px;
}
.cid-tkumpjllTF .tab-content .tab-pane .mbr-section-title,
.cid-tkumpjllTF .mbr-list {
  color: #606060;
}
.cid-tkumpjllTF img {
  max-width: 700px;
}
.cid-tkzvlIqjkp {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #efefef;
}
.cid-tkzvlIqjkp .item-wrapper {
  position: relative;
  border-radius: 0px;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-tkzvlIqjkp .item-content {
  background: #efefef;
  transition: all 0.3s;
  border: 2px solid #e1e1e1;
  border-top: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 1rem 2rem;
}
.cid-tkzvlIqjkp .item-content:hover {
  background: #ffffff;
  border-color: #ffffff;
  box-shadow: 0px 16px 32px 0px #0000000a;
}
@media (max-width: 767px) {
  .cid-tkzvlIqjkp .item-content {
    padding: 1rem 1.5rem;
  }
}
.cid-tkzvlIqjkp .img-text {
  position: absolute;
  bottom: -1rem;
  left: 2rem;
  padding: 0.5rem 1rem;
  background: #79d4b3;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tkzvlIqjkp .img-text {
    left: 1rem;
  }
}
.cid-tkzvlIqjkp img,
.cid-tkzvlIqjkp .item-img {
  position: relative;
  width: 100%;
  height: 100%;
  height: 225px;
  object-fit: cover;
}
.cid-tkzvlIqjkp .item:focus,
.cid-tkzvlIqjkp span:focus {
  outline: none;
}
.cid-tkzvlIqjkp .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tkzvlIqjkp .mbr-section-title {
  color: #606060;
}
.cid-tkzvlIqjkp .mbr-text,
.cid-tkzvlIqjkp .mbr-section-btn {
  text-align: center;
  color: #777777;
}
.cid-tkzvlIqjkp .item-title {
  text-align: center;
  color: #606060;
  line-height: 1.1;
}
.cid-tkzvlIqjkp .item-subtitle {
  text-align: left;
  color: #1b2026;
}
.cid-tkzvlIqjkp .mbr-section-subtitle {
  color: #777777;
}
.cid-tkzvlIqjkp h1,
.cid-tkzvlIqjkp h2,
.cid-tkzvlIqjkp h3,
.cid-tkzvlIqjkp h4,
.cid-tkzvlIqjkp h5,
.cid-tkzvlIqjkp h6,
.cid-tkzvlIqjkp .display-1,
.cid-tkzvlIqjkp .display-2,
.cid-tkzvlIqjkp .display-4,
.cid-tkzvlIqjkp .display-5,
.cid-tkzvlIqjkp .display-7,
.cid-tkzvlIqjkp span,
.cid-tkzvlIqjkp p,
.cid-tkzvlIqjkp a {
  line-height: 1.2;
}
.cid-tkzD8BI4CI {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #606060;
}
.cid-tkzD8BI4CI p {
  text-align: center;
}
.cid-tkzD8BI4CI .text-copyright {
  width: 100%;
  margin-bottom: 0;
  color: #e8eaec;
  text-align: center;
}
.cid-tkzD8BI4CI .img-logo-footer {
  margin-right: 1rem;
  max-width: 10rem;
}
.cid-tkzD8BI4CI .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #b1d49f;
}
.cid-tkzD8BI4CI .logo-footer {
  line-height: normal;
}
.cid-tkzD8BI4CI .copyright {
  display: flex;
  align-items: center;
}
.cid-tkzD8BI4CI .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tkzD8BI4CI .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-tkzD8BI4CI .icon-transition span {
  color: #606060;
  display: block;
  text-align: center;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 1px solid #79d4b3;
  width: 3em;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-tkzD8BI4CI .icon-transition span:hover {
  background-color: #79d4b3;
  color: #79d4b3;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-tkzD8BI4CI .social-media {
  display: flex;
  justify-content: flex-end;
}
.cid-tkzD8BI4CI .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-tkzD8BI4CI .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@media (max-width: 991px) {
  .cid-tkzD8BI4CI .logo-footer {
    text-align: center;
    margin: auto;
  }
  .cid-tkzD8BI4CI .social-media {
    justify-content: center;
    margin: auto;
    text-align: center;
  }
  .cid-tkzD8BI4CI .copyright {
    display: flex;
    align-items: center;
    text-align: center;
    margin: auto;
  }
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bold;
}

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

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

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

.hidden {
  visibility: hidden;
}

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

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

.mbr-black {
  color: #111111;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.card-box {
  width: 100%;
}

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

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

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

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

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

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

  .media {
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.media {
  display: -webkit-flex;
}

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

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

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

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

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

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

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

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

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

.carousel-item img {
  margin: auto;
}

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

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

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

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

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

.card-img {
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

:focus {
  outline: none;
}

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

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

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

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

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

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

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

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

.item {
  position: relative;
}

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

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

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

@media (max-width: 500px) {
.mbr-arrow-up {
    left: 0;
    right: 10px;
    text-align: right;
}}


h1, h2, h3, h4, h5, h6, .display-1, .display-2, .display-4, .display-5, .display-7, span, p, a {
    line-height: 1.3;
}

.mbr-arrow-up {
    bottom: 80px;
    right: 30px;
    position: fixed;
    text-align: right;
    z-index: 5000;
    color: #ffffff;
    font-size: 22px;
}

 .icons-menu {
    min-width: 200px !important;
}

.mbr-arrow-up {
    bottom: 100px;
    right: 20px;
    position: fixed;
    text-align: right;
    z-index: 5000;
    color: #ffffff;
    font-size: 22px;
}.cid-tkzBfGfzy0 {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/cris-psicologa-2000x1333.jpg");
}
.cid-tkzBfGfzy0 .mbr-text,
.cid-tkzBfGfzy0 .mbr-section-btn {
  color: #e8eaec;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tkzBfGfzy0 .mbr-section-title,
  .cid-tkzBfGfzy0 .mbr-section-btn,
  .cid-tkzBfGfzy0 .mbr-text {
    text-align: center;
  }
}
.cid-tkzBfGfzy0 .mbr-section-subtitle {
  color: #ffffff;
  letter-spacing: 6px;
}
.cid-tkzBfGfzy0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkzBfGfzy0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkzBfGfzy0 .mbr-section-title {
  color: #79d4b3;
}
.cid-tkzBfGfzy0 .mb-5 {
  margin-bottom: 5px!important;
}
.cid-tkzAlyMfbd {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tkzAlyMfbd .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin: auto;
  height: fit-content;
  max-width: 600px;
}
.cid-tkzAlyMfbd .card-wrap {
  display: flex;
  height: 100%;
  min-height: 300px;
}
.cid-tkzAlyMfbd .card-wrap:hover h4 {
  background-size: 100% 100%;
}
.cid-tkzAlyMfbd h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 0rem;
  top: -1rem;
}
.cid-tkzAlyMfbd h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #b1d49f;
  margin-left: 10px;
}
.cid-tkzAlyMfbd img {
  width: 100%;
}
.cid-tkzAlyMfbd h4 {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-tkzAlyMfbd .card-title1,
.cid-tkzAlyMfbd .title-wrap1 {
  color: #ffffff;
}
.cid-tkzAlyMfbd .card-title,
.cid-tkzAlyMfbd .title-wrap {
  color: #79d4b3;
}
@media (max-width: 992px) {
  .cid-tkzAlyMfbd .card-box {
    margin: auto auto 0 0;
  }
}
@media (max-width: 767px) {
  .cid-tkzAlyMfbd .mdpb {
    padding-bottom: 10rem;
  }
}
.cid-tkzAlyMfbd H3 {
  color: #b1d49f;
}
.cid-tkzAlyMfbd .mbr-text,
.cid-tkzAlyMfbd .mbr-section-btn {
  color: #727272;
  text-align: justify;
}
.cid-tkzAlyMfbd .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkzAlyMfbd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkzAlyMfbd .mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 0px;
}
.cid-tkzBRcfS9Y .navbar-dropdown {
  position: relative !important;
}
.cid-tkzBRcfS9Y .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-tkzBRcfS9Y .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-tkzBRcfS9Y .dropdown-item:hover,
.cid-tkzBRcfS9Y .dropdown-item:focus {
  color: #b1d49f !important;
}
.cid-tkzBRcfS9Y .nav-dropdown .link {
  padding: 0 0em !important;
  font-weight: 400;
}
.cid-tkzBRcfS9Y .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tkzBRcfS9Y .nav-link {
  position: relative;
  padding: 0;
}
.cid-tkzBRcfS9Y .container {
  display: flex;
  margin: auto;
}
.cid-tkzBRcfS9Y .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tkzBRcfS9Y .dropdown-menu,
.cid-tkzBRcfS9Y .navbar.opened {
  background: #ffffff !important;
}
.cid-tkzBRcfS9Y .nav-item:focus,
.cid-tkzBRcfS9Y .nav-link:focus {
  outline: none;
}
.cid-tkzBRcfS9Y .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tkzBRcfS9Y .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tkzBRcfS9Y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tkzBRcfS9Y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tkzBRcfS9Y .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tkzBRcfS9Y .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tkzBRcfS9Y .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tkzBRcfS9Y .navbar.opened {
  transition: all 0.3s;
}
.cid-tkzBRcfS9Y .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tkzBRcfS9Y .navbar .navbar-logo img {
  width: auto;
}
.cid-tkzBRcfS9Y .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tkzBRcfS9Y .navbar.collapsed {
  justify-content: center;
}
.cid-tkzBRcfS9Y .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tkzBRcfS9Y .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tkzBRcfS9Y .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tkzBRcfS9Y .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tkzBRcfS9Y .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tkzBRcfS9Y .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-tkzBRcfS9Y .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tkzBRcfS9Y .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tkzBRcfS9Y .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tkzBRcfS9Y .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tkzBRcfS9Y .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tkzBRcfS9Y .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tkzBRcfS9Y .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tkzBRcfS9Y .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-tkzBRcfS9Y .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tkzBRcfS9Y .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tkzBRcfS9Y .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tkzBRcfS9Y .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tkzBRcfS9Y .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tkzBRcfS9Y .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tkzBRcfS9Y .navbar.navbar-short {
  min-height: 60px;
}
.cid-tkzBRcfS9Y .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tkzBRcfS9Y .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tkzBRcfS9Y .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tkzBRcfS9Y .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tkzBRcfS9Y .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tkzBRcfS9Y .dropdown-item.active,
.cid-tkzBRcfS9Y .dropdown-item:active {
  background-color: transparent;
}
.cid-tkzBRcfS9Y .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tkzBRcfS9Y .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tkzBRcfS9Y .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tkzBRcfS9Y .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tkzBRcfS9Y .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tkzBRcfS9Y .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tkzBRcfS9Y ul.navbar-nav {
  flex-wrap: wrap;
  padding-left: 20px;
}
.cid-tkzBRcfS9Y .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tkzBRcfS9Y button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tkzBRcfS9Y button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #606060;
}
.cid-tkzBRcfS9Y button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tkzBRcfS9Y button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tkzBRcfS9Y button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tkzBRcfS9Y button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tkzBRcfS9Y nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tkzBRcfS9Y nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tkzBRcfS9Y nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tkzBRcfS9Y nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tkzBRcfS9Y .navbar-dropdown {
  padding: 5px 1rem;
}
.cid-tkzBRcfS9Y a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tkzBRcfS9Y .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-end;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
  min-width: 250px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tkzBRcfS9Y .navbar {
    height: 70px;
  }
  .cid-tkzBRcfS9Y .navbar.opened {
    height: auto;
  }
  .cid-tkzBRcfS9Y .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tkzBRcfS9Y a {
  display: inline;
}
.cid-tkzBRcfS9Y img {
  display: inline;
  padding-right: 10px;
}
.cid-tkzBRcfS9Y .dropdown-toggle:after {
  display: none;
}
.cid-tkzBRcfS9Y .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-tkzBRcfS9Y .dropdown-item:hover {
  color: #606060 !important;
}
@media (max-width: 990px) {
  .cid-tkzBRcfS9Y .dropdown-menu {
    margin-top: 0px;
  }
  .cid-tkzBRcfS9Y .nav-dropdown .link {
    margin: 0 !important;
  }
}
.cid-tkzBRcfS9Y .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-tkzBRcfS9Y .nav-item {
  margin-right: 32px;
}
.cid-tkzBRcfS9Y .nav-item:last-child {
  margin-right: 0;
}
@media (max-width: 970px) {
  .cid-tkzBRcfS9Y ul li {
    height: 45px;
    display: list-item;
  }
}
.cid-tkzBRcfS9Y .navbar-collapse.collapsing .nav-item {
  height: 45px;
}
.cid-tkzBRcfS9Y .navbar-collapse.collapse.show .nav-item {
  height: 45px;
}
.cid-tkzBRcfS9Y .navbar-nav {
  margin: auto;
}
.cid-tkzBRcfS9Y .navbar-collapse.collapse.show ul li {
  display: list-item;
}
.cid-tkzBRcfS9Y .mbr-iconfont {
  margin-left: -5px;
  margin-right: 7px;
}
.cid-tkzBRcfS9Y .btn {
  padding: 1rem 1.5625rem !important;
  display: inline-block;
  line-height: 20px;
  transform-style: preserve-3d !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
.cid-tkzBRcfS9Y .btn {
  border-radius: 1000px !important;
}
.cid-tkzBRcfS9Y .navbar.collapsed .icons-menu {
  display: flex;
  flex-direction: column;
}
.cid-tkzBRcfS9Y .navbar.collapsed .icons-menu .top {
  margin-top: 15px;
}
.cid-tkzBRcfS9Y .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-tkzBRcfS9Y .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.cid-tkzBRcfS9Y .dropdown-item:focus {
  color: #606060 !important;
}
@media (max-width: 945px) {
  .cid-tkzBRcfS9Y .icons-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-tkzBRcfS9Y .top {
    margin-top: 25px;
  }
}
.cid-tkzBRcfS9Y .btn:hover {
  transform: translate3d(0px, -4px, 0.01px) !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
@media (min-width: 992px) {
  .cid-tkzBRcfS9Y .container,
  .cid-tkzBRcfS9Y .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-tkzBRcfS9Y li:last-child {
  margin-right: 0;
}
@media (max-width: 989px) {
  .cid-tkzBRcfS9Y ul.navbar-nav {
    padding-left: 0;
  }
}
@media (max-width: 430px) {
  .cid-tkzBRcfS9Y .icons-menu {
    min-width: initial !important;
  }
  .cid-tkzBRcfS9Y a.btn {
    margin-top: 10px;
  }
}
.cid-tkzBRcfS9Y a.btn > span {
  margin-left: 0.5rem;
}
.cid-tkzD8BI4CI {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #606060;
}
.cid-tkzD8BI4CI p {
  text-align: center;
}
.cid-tkzD8BI4CI .text-copyright {
  width: 100%;
  margin-bottom: 0;
  color: #e8eaec;
  text-align: center;
}
.cid-tkzD8BI4CI .img-logo-footer {
  margin-right: 1rem;
  max-width: 10rem;
}
.cid-tkzD8BI4CI .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #b1d49f;
}
.cid-tkzD8BI4CI .logo-footer {
  line-height: normal;
}
.cid-tkzD8BI4CI .copyright {
  display: flex;
  align-items: center;
}
.cid-tkzD8BI4CI .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tkzD8BI4CI .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-tkzD8BI4CI .icon-transition span {
  color: #606060;
  display: block;
  text-align: center;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 1px solid #79d4b3;
  width: 3em;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-tkzD8BI4CI .icon-transition span:hover {
  background-color: #79d4b3;
  color: #79d4b3;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-tkzD8BI4CI .social-media {
  display: flex;
  justify-content: flex-end;
}
.cid-tkzD8BI4CI .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-tkzD8BI4CI .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@media (max-width: 991px) {
  .cid-tkzD8BI4CI .logo-footer {
    text-align: center;
    margin: auto;
  }
  .cid-tkzD8BI4CI .social-media {
    justify-content: center;
    margin: auto;
    text-align: center;
  }
  .cid-tkzD8BI4CI .copyright {
    display: flex;
    align-items: center;
    text-align: center;
    margin: auto;
  }
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bold;
}

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

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

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

.hidden {
  visibility: hidden;
}

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

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

.mbr-black {
  color: #111111;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.card-box {
  width: 100%;
}

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

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

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

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

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

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

  .media {
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.media {
  display: -webkit-flex;
}

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

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

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

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

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

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

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

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

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

.carousel-item img {
  margin: auto;
}

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

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

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

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

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

.card-img {
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

:focus {
  outline: none;
}

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

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

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

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

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

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

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

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

.item {
  position: relative;
}

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

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

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

@media (max-width: 500px) {
.mbr-arrow-up {
    left: 0;
    right: 10px;
    text-align: right;
}}


h1, h2, h3, h4, h5, h6, .display-1, .display-2, .display-4, .display-5, .display-7, span, p, a {
    line-height: 1.3;
}

.mbr-arrow-up {
    bottom: 80px;
    right: 30px;
    position: fixed;
    text-align: right;
    z-index: 5000;
    color: #ffffff;
    font-size: 22px;
}

 .icons-menu {
    min-width: 200px !important;
}

.mbr-arrow-up {
    bottom: 100px;
    right: 20px;
    position: fixed;
    text-align: right;
    z-index: 5000;
    color: #ffffff;
    font-size: 22px;
}.cid-tkzDsro9xs {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/thoughtful-man-with-hand-on-chin-1500x1000.jpg");
}
.cid-tkzDsro9xs .mbr-text,
.cid-tkzDsro9xs .mbr-section-btn {
  color: #b1d49f;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tkzDsro9xs .mbr-section-title,
  .cid-tkzDsro9xs .mbr-section-btn,
  .cid-tkzDsro9xs .mbr-text {
    text-align: center;
  }
}
.cid-tkzDsro9xs .mbr-section-subtitle {
  color: #ffffff;
  letter-spacing: 6px;
}
.cid-tkzDsro9xs .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkzDsro9xs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkzFk67kNU {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tkzFk67kNU h2,
.cid-tkzFk67kNU h4,
.cid-tkzFk67kNU p {
  margin: 0;
}
.cid-tkzFk67kNU img {
  width: 100%;
  height: auto;
}
.cid-tkzFk67kNU .text-elements-wrap {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tkzFk67kNU .text-elements-wrap {
    width: 100%;
  }
}
.cid-tkzFk67kNU .text-elements {
  padding-left: 5%;
}
@media (max-width: 1024px) {
  .cid-tkzFk67kNU .text-elements {
    padding-top: 5%;
    padding-left: 0;
  }
}
@media (max-width: 1024px) {
  .cid-tkzFk67kNU .col-md-7,
  .cid-tkzFk67kNU .col-md-5 {
    width: 100%;
  }
}
.cid-tkzFk67kNU .mbr-section-title {
  color: #000000;
  margin-bottom: 20px;
}
.cid-tkzFk67kNU .mbr-section-subtitle {
  margin-bottom: 6px;
}
.cid-tkzFk67kNU .mbr-text {
  margin-top: 10px;
  margin-bottom: 30px;
  color: #606060;
  text-align: justify;
}
.cid-tkzFk67kNU .link-wrap {
  padding-top: 25px;
}
.cid-tkzFk67kNU .link {
  font-weight: 600;
  position: relative;
}
.cid-tkzFk67kNU .link::after {
  content: "";
  position: absolute;
  display: inline-block;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 1px;
  line-height: 1;
  background-color: #ee3102;
  transition: transform 0.35s cubic-bezier(0.23, 0.02, 0.15, 0.9);
}
.cid-tkzFCXQHq5 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tkzFCXQHq5 .mbr-text {
  color: #767676;
  text-align: justify;
}
.cid-tkzFCXQHq5 h4 {
  font-weight: 500;
}
.cid-tkzFCXQHq5 h4,
.cid-tkzFCXQHq5 h5 {
  text-align: center;
}
.cid-tkzFCXQHq5 p {
  text-align: center;
  text-weight: 400;
}
.cid-tkzFCXQHq5 .card-box {
  text-align: center;
}
.cid-tkzFCXQHq5 .card-img {
  font-size: 3rem;
}
.cid-tkzFCXQHq5 .mbr-iconfont {
  color: #b1d49f;
}
.cid-tkzFCXQHq5 .mbr-section-subtitle DIV {
  text-align: justify;
}
.cid-tkzFCXQHq5 .mbr-section-subtitle {
  text-align: justify;
  line-height: 1.4;
  color: #606060;
}
.cid-tkzFCXQHq5 .mbr-light {
  font-weight: 500;
}
.cid-tkzGw0Fxla {
  padding-top: 0px;
  padding-bottom: 25px;
  background-color: #f2f2f2;
}
.cid-tkzGw0Fxla .carousel-item.active,
.cid-tkzGw0Fxla .carousel-item-next,
.cid-tkzGw0Fxla .carousel-item-prev {
  display: flex;
}
.cid-tkzGw0Fxla .carousel-controls a {
  transition: all .3s;
  border-radius: 50%;
  border: none;
  background-color: transparent;
}
.cid-tkzGw0Fxla .carousel-controls a span {
  color: #f23801;
  font-size: 35px;
}
.cid-tkzGw0Fxla .carousel-controls a:hover .mobi-mbri-left {
  transform: translateX(-5px);
}
.cid-tkzGw0Fxla .carousel-controls a:hover .mobi-mbri-right {
  transform: translateX(5px);
}
.cid-tkzGw0Fxla .carousel-controls .carousel-control-next,
.cid-tkzGw0Fxla .carousel-controls .carousel-control-prev {
  opacity: 1;
  width: 44px;
  height: 44px;
}
.cid-tkzGw0Fxla .carousel-controls .carousel-control-next {
  bottom: auto;
  top: 44%;
}
.cid-tkzGw0Fxla .carousel-controls .carousel-control-prev {
  bottom: auto;
  top: 44%;
}
.cid-tkzGw0Fxla .author-box {
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 546px) {
  .cid-tkzGw0Fxla .author-box {
    flex-direction: column;
  }
}
.cid-tkzGw0Fxla .img-box {
  margin-right: 2.3125rem;
}
@media (max-width: 546px) {
  .cid-tkzGw0Fxla .img-box {
    margin-right: 0rem;
    margin-bottom: 2.3125rem;
  }
}
.cid-tkzGw0Fxla .face {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
  object-fit: cover;
}
.cid-tkzGw0Fxla h3,
.cid-tkzGw0Fxla h4 {
  margin: 0;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tkzGw0Fxla .carousel-controls a span {
    top: auto;
    bottom: 30%;
  }
}
@media (max-width: 767px) {
  .cid-tkzGw0Fxla .carousel-controls {
    display: none;
  }
  .cid-tkzGw0Fxla .author-box {
    flex-direction: row;
  }
  .cid-tkzGw0Fxla .img-box {
    margin-right: 1rem;
  }
}
.cid-tkzGw0Fxla .mbr-card-text {
  margin-bottom: 1rem;
  color: #606060;
}
.cid-tkzGw0Fxla .mbr-carg-tag {
  color: #79d4b3;
}
.cid-tkzGw0Fxla .carousel-indicators {
  bottom: -65px;
}
@media (max-width: 786px) {
  .cid-tkzGw0Fxla .carousel-indicators {
    bottom: -10px;
  }
}
.cid-tkzGw0Fxla .carousel-indicators li {
  margin-right: 31px;
  margin-left: 31px;
  opacity: 1;
  width: 6px;
  height: 6px;
  max-width: 6px;
  max-height: 6px;
  min-width: 6px;
  min-height: 6px;
  background: #000000;
  border: none;
  position: relative;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.cid-tkzGw0Fxla .carousel-indicators li:hover {
  opacity: 1 !important;
}
.cid-tkzGw0Fxla .carousel-indicators li svg {
  position: absolute;
  display: block;
  width: 36px;
  height: 36px;
  z-index: 1;
  fill: none;
  color: #000000;
  stroke: none;
  overflow: visible;
}
.cid-tkzGw0Fxla .carousel-indicators li svg circle {
  stroke-dasharray: 110;
  stroke-dashoffset: 110;
  stroke: #000000;
  stroke-width: 1;
  transition: all 0.6s cubic-bezier(0.43, 0.41, 0.36, 0.9);
  transform: rotate(-145deg);
  transform-origin: center;
}
.cid-tkzGw0Fxla .carousel-indicators li.active {
  background: #000000;
}
.cid-tkzGw0Fxla .carousel-indicators li.active circle {
  stroke-dashoffset: 0;
  transform: rotate(55deg);
}
.cid-tkzGw0Fxla .h4 {
  padding-bottom: 5px;
}
.cid-tkzGw0Fxla .mbr-carg-auhtor {
  color: #606060;
}
.cid-tkzH8xmpDE {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #f2f2f2;
}
.cid-tkzDsskogk .navbar-dropdown {
  position: relative !important;
}
.cid-tkzDsskogk .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-tkzDsskogk .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-tkzDsskogk .dropdown-item:hover,
.cid-tkzDsskogk .dropdown-item:focus {
  color: #b1d49f !important;
}
.cid-tkzDsskogk .nav-dropdown .link {
  padding: 0 0em !important;
  font-weight: 400;
}
.cid-tkzDsskogk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tkzDsskogk .nav-link {
  position: relative;
  padding: 0;
}
.cid-tkzDsskogk .container {
  display: flex;
  margin: auto;
}
.cid-tkzDsskogk .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tkzDsskogk .dropdown-menu,
.cid-tkzDsskogk .navbar.opened {
  background: #ffffff !important;
}
.cid-tkzDsskogk .nav-item:focus,
.cid-tkzDsskogk .nav-link:focus {
  outline: none;
}
.cid-tkzDsskogk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tkzDsskogk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tkzDsskogk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tkzDsskogk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tkzDsskogk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tkzDsskogk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tkzDsskogk .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tkzDsskogk .navbar.opened {
  transition: all 0.3s;
}
.cid-tkzDsskogk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tkzDsskogk .navbar .navbar-logo img {
  width: auto;
}
.cid-tkzDsskogk .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tkzDsskogk .navbar.collapsed {
  justify-content: center;
}
.cid-tkzDsskogk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tkzDsskogk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tkzDsskogk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tkzDsskogk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tkzDsskogk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tkzDsskogk .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-tkzDsskogk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tkzDsskogk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tkzDsskogk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tkzDsskogk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tkzDsskogk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tkzDsskogk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tkzDsskogk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tkzDsskogk .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-tkzDsskogk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tkzDsskogk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tkzDsskogk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tkzDsskogk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tkzDsskogk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tkzDsskogk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tkzDsskogk .navbar.navbar-short {
  min-height: 60px;
}
.cid-tkzDsskogk .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tkzDsskogk .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tkzDsskogk .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tkzDsskogk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tkzDsskogk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tkzDsskogk .dropdown-item.active,
.cid-tkzDsskogk .dropdown-item:active {
  background-color: transparent;
}
.cid-tkzDsskogk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tkzDsskogk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tkzDsskogk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tkzDsskogk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tkzDsskogk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tkzDsskogk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tkzDsskogk ul.navbar-nav {
  flex-wrap: wrap;
  padding-left: 20px;
}
.cid-tkzDsskogk .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tkzDsskogk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tkzDsskogk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #606060;
}
.cid-tkzDsskogk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tkzDsskogk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tkzDsskogk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tkzDsskogk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tkzDsskogk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tkzDsskogk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tkzDsskogk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tkzDsskogk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tkzDsskogk .navbar-dropdown {
  padding: 5px 1rem;
}
.cid-tkzDsskogk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tkzDsskogk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-end;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
  min-width: 250px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tkzDsskogk .navbar {
    height: 70px;
  }
  .cid-tkzDsskogk .navbar.opened {
    height: auto;
  }
  .cid-tkzDsskogk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tkzDsskogk a {
  display: inline;
}
.cid-tkzDsskogk img {
  display: inline;
  padding-right: 10px;
}
.cid-tkzDsskogk .dropdown-toggle:after {
  display: none;
}
.cid-tkzDsskogk .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-tkzDsskogk .dropdown-item:hover {
  color: #606060 !important;
}
@media (max-width: 990px) {
  .cid-tkzDsskogk .dropdown-menu {
    margin-top: 0px;
  }
  .cid-tkzDsskogk .nav-dropdown .link {
    margin: 0 !important;
  }
}
.cid-tkzDsskogk .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-tkzDsskogk .nav-item {
  margin-right: 32px;
}
.cid-tkzDsskogk .nav-item:last-child {
  margin-right: 0;
}
@media (max-width: 970px) {
  .cid-tkzDsskogk ul li {
    height: 45px;
    display: list-item;
  }
}
.cid-tkzDsskogk .navbar-collapse.collapsing .nav-item {
  height: 45px;
}
.cid-tkzDsskogk .navbar-collapse.collapse.show .nav-item {
  height: 45px;
}
.cid-tkzDsskogk .navbar-nav {
  margin: auto;
}
.cid-tkzDsskogk .navbar-collapse.collapse.show ul li {
  display: list-item;
}
.cid-tkzDsskogk .mbr-iconfont {
  margin-left: -5px;
  margin-right: 7px;
}
.cid-tkzDsskogk .btn {
  padding: 1rem 1.5625rem !important;
  display: inline-block;
  line-height: 20px;
  transform-style: preserve-3d !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
.cid-tkzDsskogk .btn {
  border-radius: 1000px !important;
}
.cid-tkzDsskogk .navbar.collapsed .icons-menu {
  display: flex;
  flex-direction: column;
}
.cid-tkzDsskogk .navbar.collapsed .icons-menu .top {
  margin-top: 15px;
}
.cid-tkzDsskogk .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-tkzDsskogk .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.cid-tkzDsskogk .dropdown-item:focus {
  color: #606060 !important;
}
@media (max-width: 945px) {
  .cid-tkzDsskogk .icons-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-tkzDsskogk .top {
    margin-top: 25px;
  }
}
.cid-tkzDsskogk .btn:hover {
  transform: translate3d(0px, -4px, 0.01px) !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
@media (min-width: 992px) {
  .cid-tkzDsskogk .container,
  .cid-tkzDsskogk .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-tkzDsskogk li:last-child {
  margin-right: 0;
}
@media (max-width: 989px) {
  .cid-tkzDsskogk ul.navbar-nav {
    padding-left: 0;
  }
}
@media (max-width: 430px) {
  .cid-tkzDsskogk .icons-menu {
    min-width: initial !important;
  }
  .cid-tkzDsskogk a.btn {
    margin-top: 10px;
  }
}
.cid-tkzDsskogk a.btn > span {
  margin-left: 0.5rem;
}
.cid-tkzDssKkfi {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #606060;
}
.cid-tkzDssKkfi p {
  text-align: center;
}
.cid-tkzDssKkfi .text-copyright {
  width: 100%;
  margin-bottom: 0;
  color: #e8eaec;
  text-align: center;
}
.cid-tkzDssKkfi .img-logo-footer {
  margin-right: 1rem;
  max-width: 10rem;
}
.cid-tkzDssKkfi .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #b1d49f;
}
.cid-tkzDssKkfi .logo-footer {
  line-height: normal;
}
.cid-tkzDssKkfi .copyright {
  display: flex;
  align-items: center;
}
.cid-tkzDssKkfi .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tkzDssKkfi .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-tkzDssKkfi .icon-transition span {
  color: #606060;
  display: block;
  text-align: center;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 1px solid #79d4b3;
  width: 3em;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-tkzDssKkfi .icon-transition span:hover {
  background-color: #79d4b3;
  color: #79d4b3;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-tkzDssKkfi .social-media {
  display: flex;
  justify-content: flex-end;
}
.cid-tkzDssKkfi .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-tkzDssKkfi .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@media (max-width: 991px) {
  .cid-tkzDssKkfi .logo-footer {
    text-align: center;
    margin: auto;
  }
  .cid-tkzDssKkfi .social-media {
    justify-content: center;
    margin: auto;
    text-align: center;
  }
  .cid-tkzDssKkfi .copyright {
    display: flex;
    align-items: center;
    text-align: center;
    margin: auto;
  }
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bold;
}

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

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

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

.hidden {
  visibility: hidden;
}

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

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

.mbr-black {
  color: #111111;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.card-box {
  width: 100%;
}

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

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

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

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

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

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

  .media {
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.media {
  display: -webkit-flex;
}

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

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

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

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

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

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

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

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

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

.carousel-item img {
  margin: auto;
}

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

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

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

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

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

.card-img {
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

:focus {
  outline: none;
}

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

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

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

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

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

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

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

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

.item {
  position: relative;
}

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

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

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

@media (max-width: 500px) {
.mbr-arrow-up {
    left: 0;
    right: 10px;
    text-align: right;
}}


h1, h2, h3, h4, h5, h6, .display-1, .display-2, .display-4, .display-5, .display-7, span, p, a {
    line-height: 1.3;
}

.mbr-arrow-up {
    bottom: 80px;
    right: 30px;
    position: fixed;
    text-align: right;
    z-index: 5000;
    color: #ffffff;
    font-size: 22px;
}

 .icons-menu {
    min-width: 200px !important;
}

.mbr-arrow-up {
    bottom: 100px;
    right: 20px;
    position: fixed;
    text-align: right;
    z-index: 5000;
    color: #ffffff;
    font-size: 22px;
}.cid-tkzIbbitFr {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/front-view-of-man-holding-boxes-for-moving-out-1500x994.jpg");
}
.cid-tkzIbbitFr .mbr-text,
.cid-tkzIbbitFr .mbr-section-btn {
  color: #b1d49f;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tkzIbbitFr .mbr-section-title,
  .cid-tkzIbbitFr .mbr-section-btn,
  .cid-tkzIbbitFr .mbr-text {
    text-align: center;
  }
}
.cid-tkzIbbitFr .mbr-section-subtitle {
  color: #ffffff;
  letter-spacing: 6px;
}
.cid-tkzIbbitFr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkzIbbitFr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkzIbbLupG {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tkzIbbLupG h2,
.cid-tkzIbbLupG h4,
.cid-tkzIbbLupG p {
  margin: 0;
}
.cid-tkzIbbLupG img {
  width: 100%;
  height: auto;
}
.cid-tkzIbbLupG .text-elements-wrap {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tkzIbbLupG .text-elements-wrap {
    width: 100%;
  }
}
.cid-tkzIbbLupG .text-elements {
  padding-left: 5%;
}
@media (max-width: 1024px) {
  .cid-tkzIbbLupG .text-elements {
    padding-top: 5%;
    padding-left: 0;
  }
}
@media (max-width: 1024px) {
  .cid-tkzIbbLupG .col-md-7,
  .cid-tkzIbbLupG .col-md-5 {
    width: 100%;
  }
}
.cid-tkzIbbLupG .mbr-section-title {
  color: #000000;
  margin-bottom: 20px;
}
.cid-tkzIbbLupG .mbr-section-subtitle {
  margin-bottom: 6px;
}
.cid-tkzIbbLupG .mbr-text {
  margin-top: 10px;
  margin-bottom: 30px;
  color: #606060;
  text-align: justify;
}
.cid-tkzIbbLupG .link-wrap {
  padding-top: 25px;
}
.cid-tkzIbbLupG .link {
  font-weight: 600;
  position: relative;
}
.cid-tkzIbbLupG .link::after {
  content: "";
  position: absolute;
  display: inline-block;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 1px;
  line-height: 1;
  background-color: #ee3102;
  transition: transform 0.35s cubic-bezier(0.23, 0.02, 0.15, 0.9);
}
.cid-tkzIbc7G50 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tkzIbc7G50 .mbr-text {
  color: #767676;
  text-align: justify;
}
.cid-tkzIbc7G50 h4 {
  font-weight: 500;
}
.cid-tkzIbc7G50 h4,
.cid-tkzIbc7G50 h5 {
  text-align: center;
}
.cid-tkzIbc7G50 p {
  text-align: center;
  text-weight: 400;
}
.cid-tkzIbc7G50 .card-box {
  text-align: center;
}
.cid-tkzIbc7G50 .card-img {
  font-size: 3rem;
}
.cid-tkzIbc7G50 .mbr-iconfont {
  color: #b1d49f;
}
.cid-tkzIbc7G50 .mbr-section-subtitle DIV {
  text-align: justify;
}
.cid-tkzIbc7G50 .mbr-section-subtitle {
  text-align: justify;
  line-height: 1.4;
  color: #606060;
}
.cid-tkzIbc7G50 .mbr-light {
  font-weight: 500;
}
.cid-tkzIbcBWFe {
  padding-top: 0px;
  padding-bottom: 25px;
  background-color: #f2f2f2;
}
.cid-tkzIbcBWFe .carousel-item.active,
.cid-tkzIbcBWFe .carousel-item-next,
.cid-tkzIbcBWFe .carousel-item-prev {
  display: flex;
}
.cid-tkzIbcBWFe .carousel-controls a {
  transition: all .3s;
  border-radius: 50%;
  border: none;
  background-color: transparent;
}
.cid-tkzIbcBWFe .carousel-controls a span {
  color: #f23801;
  font-size: 35px;
}
.cid-tkzIbcBWFe .carousel-controls a:hover .mobi-mbri-left {
  transform: translateX(-5px);
}
.cid-tkzIbcBWFe .carousel-controls a:hover .mobi-mbri-right {
  transform: translateX(5px);
}
.cid-tkzIbcBWFe .carousel-controls .carousel-control-next,
.cid-tkzIbcBWFe .carousel-controls .carousel-control-prev {
  opacity: 1;
  width: 44px;
  height: 44px;
}
.cid-tkzIbcBWFe .carousel-controls .carousel-control-next {
  bottom: auto;
  top: 44%;
}
.cid-tkzIbcBWFe .carousel-controls .carousel-control-prev {
  bottom: auto;
  top: 44%;
}
.cid-tkzIbcBWFe .author-box {
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 546px) {
  .cid-tkzIbcBWFe .author-box {
    flex-direction: column;
  }
}
.cid-tkzIbcBWFe .img-box {
  margin-right: 2.3125rem;
}
@media (max-width: 546px) {
  .cid-tkzIbcBWFe .img-box {
    margin-right: 0rem;
    margin-bottom: 2.3125rem;
  }
}
.cid-tkzIbcBWFe .face {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
  object-fit: cover;
}
.cid-tkzIbcBWFe h3,
.cid-tkzIbcBWFe h4 {
  margin: 0;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tkzIbcBWFe .carousel-controls a span {
    top: auto;
    bottom: 30%;
  }
}
@media (max-width: 767px) {
  .cid-tkzIbcBWFe .carousel-controls {
    display: none;
  }
  .cid-tkzIbcBWFe .author-box {
    flex-direction: row;
  }
  .cid-tkzIbcBWFe .img-box {
    margin-right: 1rem;
  }
}
.cid-tkzIbcBWFe .mbr-card-text {
  margin-bottom: 1rem;
  color: #606060;
}
.cid-tkzIbcBWFe .mbr-carg-tag {
  color: #79d4b3;
}
.cid-tkzIbcBWFe .carousel-indicators {
  bottom: -65px;
}
@media (max-width: 786px) {
  .cid-tkzIbcBWFe .carousel-indicators {
    bottom: -10px;
  }
}
.cid-tkzIbcBWFe .carousel-indicators li {
  margin-right: 31px;
  margin-left: 31px;
  opacity: 1;
  width: 6px;
  height: 6px;
  max-width: 6px;
  max-height: 6px;
  min-width: 6px;
  min-height: 6px;
  background: #000000;
  border: none;
  position: relative;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.cid-tkzIbcBWFe .carousel-indicators li:hover {
  opacity: 1 !important;
}
.cid-tkzIbcBWFe .carousel-indicators li svg {
  position: absolute;
  display: block;
  width: 36px;
  height: 36px;
  z-index: 1;
  fill: none;
  color: #000000;
  stroke: none;
  overflow: visible;
}
.cid-tkzIbcBWFe .carousel-indicators li svg circle {
  stroke-dasharray: 110;
  stroke-dashoffset: 110;
  stroke: #000000;
  stroke-width: 1;
  transition: all 0.6s cubic-bezier(0.43, 0.41, 0.36, 0.9);
  transform: rotate(-145deg);
  transform-origin: center;
}
.cid-tkzIbcBWFe .carousel-indicators li.active {
  background: #000000;
}
.cid-tkzIbcBWFe .carousel-indicators li.active circle {
  stroke-dashoffset: 0;
  transform: rotate(55deg);
}
.cid-tkzIbcBWFe .h4 {
  padding-bottom: 5px;
}
.cid-tkzIbcBWFe .mbr-carg-auhtor {
  color: #606060;
}
.cid-tkzIbdh6Xf {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #f2f2f2;
}
.cid-tkzIbdwm4h .navbar-dropdown {
  position: relative !important;
}
.cid-tkzIbdwm4h .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-tkzIbdwm4h .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-tkzIbdwm4h .dropdown-item:hover,
.cid-tkzIbdwm4h .dropdown-item:focus {
  color: #b1d49f !important;
}
.cid-tkzIbdwm4h .nav-dropdown .link {
  padding: 0 0em !important;
  font-weight: 400;
}
.cid-tkzIbdwm4h .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tkzIbdwm4h .nav-link {
  position: relative;
  padding: 0;
}
.cid-tkzIbdwm4h .container {
  display: flex;
  margin: auto;
}
.cid-tkzIbdwm4h .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tkzIbdwm4h .dropdown-menu,
.cid-tkzIbdwm4h .navbar.opened {
  background: #ffffff !important;
}
.cid-tkzIbdwm4h .nav-item:focus,
.cid-tkzIbdwm4h .nav-link:focus {
  outline: none;
}
.cid-tkzIbdwm4h .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tkzIbdwm4h .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tkzIbdwm4h .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tkzIbdwm4h .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tkzIbdwm4h .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tkzIbdwm4h .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tkzIbdwm4h .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tkzIbdwm4h .navbar.opened {
  transition: all 0.3s;
}
.cid-tkzIbdwm4h .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tkzIbdwm4h .navbar .navbar-logo img {
  width: auto;
}
.cid-tkzIbdwm4h .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tkzIbdwm4h .navbar.collapsed {
  justify-content: center;
}
.cid-tkzIbdwm4h .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tkzIbdwm4h .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tkzIbdwm4h .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tkzIbdwm4h .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tkzIbdwm4h .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tkzIbdwm4h .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-tkzIbdwm4h .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tkzIbdwm4h .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tkzIbdwm4h .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tkzIbdwm4h .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tkzIbdwm4h .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tkzIbdwm4h .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tkzIbdwm4h .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tkzIbdwm4h .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-tkzIbdwm4h .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tkzIbdwm4h .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tkzIbdwm4h .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tkzIbdwm4h .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tkzIbdwm4h .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tkzIbdwm4h .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tkzIbdwm4h .navbar.navbar-short {
  min-height: 60px;
}
.cid-tkzIbdwm4h .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tkzIbdwm4h .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tkzIbdwm4h .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tkzIbdwm4h .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tkzIbdwm4h .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tkzIbdwm4h .dropdown-item.active,
.cid-tkzIbdwm4h .dropdown-item:active {
  background-color: transparent;
}
.cid-tkzIbdwm4h .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tkzIbdwm4h .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tkzIbdwm4h .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tkzIbdwm4h .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tkzIbdwm4h .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tkzIbdwm4h .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tkzIbdwm4h ul.navbar-nav {
  flex-wrap: wrap;
  padding-left: 20px;
}
.cid-tkzIbdwm4h .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tkzIbdwm4h button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tkzIbdwm4h button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #606060;
}
.cid-tkzIbdwm4h button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tkzIbdwm4h button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tkzIbdwm4h button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tkzIbdwm4h button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tkzIbdwm4h nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tkzIbdwm4h nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tkzIbdwm4h nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tkzIbdwm4h nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tkzIbdwm4h .navbar-dropdown {
  padding: 5px 1rem;
}
.cid-tkzIbdwm4h a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tkzIbdwm4h .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-end;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
  min-width: 250px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tkzIbdwm4h .navbar {
    height: 70px;
  }
  .cid-tkzIbdwm4h .navbar.opened {
    height: auto;
  }
  .cid-tkzIbdwm4h .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tkzIbdwm4h a {
  display: inline;
}
.cid-tkzIbdwm4h img {
  display: inline;
  padding-right: 10px;
}
.cid-tkzIbdwm4h .dropdown-toggle:after {
  display: none;
}
.cid-tkzIbdwm4h .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-tkzIbdwm4h .dropdown-item:hover {
  color: #606060 !important;
}
@media (max-width: 990px) {
  .cid-tkzIbdwm4h .dropdown-menu {
    margin-top: 0px;
  }
  .cid-tkzIbdwm4h .nav-dropdown .link {
    margin: 0 !important;
  }
}
.cid-tkzIbdwm4h .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-tkzIbdwm4h .nav-item {
  margin-right: 32px;
}
.cid-tkzIbdwm4h .nav-item:last-child {
  margin-right: 0;
}
@media (max-width: 970px) {
  .cid-tkzIbdwm4h ul li {
    height: 45px;
    display: list-item;
  }
}
.cid-tkzIbdwm4h .navbar-collapse.collapsing .nav-item {
  height: 45px;
}
.cid-tkzIbdwm4h .navbar-collapse.collapse.show .nav-item {
  height: 45px;
}
.cid-tkzIbdwm4h .navbar-nav {
  margin: auto;
}
.cid-tkzIbdwm4h .navbar-collapse.collapse.show ul li {
  display: list-item;
}
.cid-tkzIbdwm4h .mbr-iconfont {
  margin-left: -5px;
  margin-right: 7px;
}
.cid-tkzIbdwm4h .btn {
  padding: 1rem 1.5625rem !important;
  display: inline-block;
  line-height: 20px;
  transform-style: preserve-3d !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
.cid-tkzIbdwm4h .btn {
  border-radius: 1000px !important;
}
.cid-tkzIbdwm4h .navbar.collapsed .icons-menu {
  display: flex;
  flex-direction: column;
}
.cid-tkzIbdwm4h .navbar.collapsed .icons-menu .top {
  margin-top: 15px;
}
.cid-tkzIbdwm4h .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-tkzIbdwm4h .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.cid-tkzIbdwm4h .dropdown-item:focus {
  color: #606060 !important;
}
@media (max-width: 945px) {
  .cid-tkzIbdwm4h .icons-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-tkzIbdwm4h .top {
    margin-top: 25px;
  }
}
.cid-tkzIbdwm4h .btn:hover {
  transform: translate3d(0px, -4px, 0.01px) !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
@media (min-width: 992px) {
  .cid-tkzIbdwm4h .container,
  .cid-tkzIbdwm4h .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-tkzIbdwm4h li:last-child {
  margin-right: 0;
}
@media (max-width: 989px) {
  .cid-tkzIbdwm4h ul.navbar-nav {
    padding-left: 0;
  }
}
@media (max-width: 430px) {
  .cid-tkzIbdwm4h .icons-menu {
    min-width: initial !important;
  }
  .cid-tkzIbdwm4h a.btn {
    margin-top: 10px;
  }
}
.cid-tkzIbdwm4h a.btn > span {
  margin-left: 0.5rem;
}
.cid-tkzIbdU4u1 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #606060;
}
.cid-tkzIbdU4u1 p {
  text-align: center;
}
.cid-tkzIbdU4u1 .text-copyright {
  width: 100%;
  margin-bottom: 0;
  color: #e8eaec;
  text-align: center;
}
.cid-tkzIbdU4u1 .img-logo-footer {
  margin-right: 1rem;
  max-width: 10rem;
}
.cid-tkzIbdU4u1 .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #b1d49f;
}
.cid-tkzIbdU4u1 .logo-footer {
  line-height: normal;
}
.cid-tkzIbdU4u1 .copyright {
  display: flex;
  align-items: center;
}
.cid-tkzIbdU4u1 .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tkzIbdU4u1 .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-tkzIbdU4u1 .icon-transition span {
  color: #606060;
  display: block;
  text-align: center;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 1px solid #79d4b3;
  width: 3em;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-tkzIbdU4u1 .icon-transition span:hover {
  background-color: #79d4b3;
  color: #79d4b3;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-tkzIbdU4u1 .social-media {
  display: flex;
  justify-content: flex-end;
}
.cid-tkzIbdU4u1 .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-tkzIbdU4u1 .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@media (max-width: 991px) {
  .cid-tkzIbdU4u1 .logo-footer {
    text-align: center;
    margin: auto;
  }
  .cid-tkzIbdU4u1 .social-media {
    justify-content: center;
    margin: auto;
    text-align: center;
  }
  .cid-tkzIbdU4u1 .copyright {
    display: flex;
    align-items: center;
    text-align: center;
    margin: auto;
  }
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bold;
}

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

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

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

.hidden {
  visibility: hidden;
}

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

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

.mbr-black {
  color: #111111;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.card-box {
  width: 100%;
}

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

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

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

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

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

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

  .media {
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.media {
  display: -webkit-flex;
}

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

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

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

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

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

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

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

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

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

.carousel-item img {
  margin: auto;
}

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

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

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

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

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

.card-img {
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

:focus {
  outline: none;
}

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

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

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

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

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

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

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

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

.item {
  position: relative;
}

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

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

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

@media (max-width: 500px) {
.mbr-arrow-up {
    left: 0;
    right: 10px;
    text-align: right;
}}


h1, h2, h3, h4, h5, h6, .display-1, .display-2, .display-4, .display-5, .display-7, span, p, a {
    line-height: 1.3;
}

.mbr-arrow-up {
    bottom: 80px;
    right: 30px;
    position: fixed;
    text-align: right;
    z-index: 5000;
    color: #ffffff;
    font-size: 22px;
}

 .icons-menu {
    min-width: 200px !important;
}

.mbr-arrow-up {
    bottom: 100px;
    right: 20px;
    position: fixed;
    text-align: right;
    z-index: 5000;
    color: #ffffff;
    font-size: 22px;
}.cid-tkzICphKRr {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/front-view-of-female-student-in-white-shirt-holding-pen-and-copybook-thinking-on-the-blue-wall-2000x1333.jpg");
}
.cid-tkzICphKRr .mbr-text,
.cid-tkzICphKRr .mbr-section-btn {
  color: #b1d49f;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tkzICphKRr .mbr-section-title,
  .cid-tkzICphKRr .mbr-section-btn,
  .cid-tkzICphKRr .mbr-text {
    text-align: center;
  }
}
.cid-tkzICphKRr .mbr-section-subtitle {
  color: #ffffff;
  letter-spacing: 6px;
}
.cid-tkzICphKRr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkzICphKRr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkzICpSovT {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tkzICpSovT h2,
.cid-tkzICpSovT h4,
.cid-tkzICpSovT p {
  margin: 0;
}
.cid-tkzICpSovT img {
  width: 100%;
  height: auto;
}
.cid-tkzICpSovT .text-elements-wrap {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tkzICpSovT .text-elements-wrap {
    width: 100%;
  }
}
.cid-tkzICpSovT .text-elements {
  padding-left: 5%;
}
@media (max-width: 1024px) {
  .cid-tkzICpSovT .text-elements {
    padding-top: 5%;
    padding-left: 0;
  }
}
@media (max-width: 1024px) {
  .cid-tkzICpSovT .col-md-7,
  .cid-tkzICpSovT .col-md-5 {
    width: 100%;
  }
}
.cid-tkzICpSovT .mbr-section-title {
  color: #000000;
  margin-bottom: 20px;
}
.cid-tkzICpSovT .mbr-section-subtitle {
  margin-bottom: 6px;
}
.cid-tkzICpSovT .mbr-text {
  margin-top: 10px;
  margin-bottom: 30px;
  color: #606060;
  text-align: justify;
}
.cid-tkzICpSovT .link-wrap {
  padding-top: 25px;
}
.cid-tkzICpSovT .link {
  font-weight: 600;
  position: relative;
}
.cid-tkzICpSovT .link::after {
  content: "";
  position: absolute;
  display: inline-block;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 1px;
  line-height: 1;
  background-color: #ee3102;
  transition: transform 0.35s cubic-bezier(0.23, 0.02, 0.15, 0.9);
}
.cid-tkzICqeJzh {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tkzICqeJzh .mbr-text {
  color: #767676;
  text-align: justify;
}
.cid-tkzICqeJzh h4 {
  font-weight: 500;
}
.cid-tkzICqeJzh h4,
.cid-tkzICqeJzh h5 {
  text-align: center;
}
.cid-tkzICqeJzh p {
  text-align: center;
  text-weight: 400;
}
.cid-tkzICqeJzh .card-box {
  text-align: center;
}
.cid-tkzICqeJzh .card-img {
  font-size: 3rem;
}
.cid-tkzICqeJzh .mbr-iconfont {
  color: #b1d49f;
}
.cid-tkzICqeJzh .mbr-section-subtitle DIV {
  text-align: justify;
}
.cid-tkzICqeJzh .mbr-section-subtitle {
  text-align: justify;
  line-height: 1.4;
  color: #606060;
}
.cid-tkzICqeJzh .mbr-light {
  font-weight: 500;
}
.cid-tkzICqVM1x {
  padding-top: 0px;
  padding-bottom: 25px;
  background-color: #f2f2f2;
}
.cid-tkzICqVM1x .carousel-item.active,
.cid-tkzICqVM1x .carousel-item-next,
.cid-tkzICqVM1x .carousel-item-prev {
  display: flex;
}
.cid-tkzICqVM1x .carousel-controls a {
  transition: all .3s;
  border-radius: 50%;
  border: none;
  background-color: transparent;
}
.cid-tkzICqVM1x .carousel-controls a span {
  color: #f23801;
  font-size: 35px;
}
.cid-tkzICqVM1x .carousel-controls a:hover .mobi-mbri-left {
  transform: translateX(-5px);
}
.cid-tkzICqVM1x .carousel-controls a:hover .mobi-mbri-right {
  transform: translateX(5px);
}
.cid-tkzICqVM1x .carousel-controls .carousel-control-next,
.cid-tkzICqVM1x .carousel-controls .carousel-control-prev {
  opacity: 1;
  width: 44px;
  height: 44px;
}
.cid-tkzICqVM1x .carousel-controls .carousel-control-next {
  bottom: auto;
  top: 44%;
}
.cid-tkzICqVM1x .carousel-controls .carousel-control-prev {
  bottom: auto;
  top: 44%;
}
.cid-tkzICqVM1x .author-box {
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 546px) {
  .cid-tkzICqVM1x .author-box {
    flex-direction: column;
  }
}
.cid-tkzICqVM1x .img-box {
  margin-right: 2.3125rem;
}
@media (max-width: 546px) {
  .cid-tkzICqVM1x .img-box {
    margin-right: 0rem;
    margin-bottom: 2.3125rem;
  }
}
.cid-tkzICqVM1x .face {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
  object-fit: cover;
}
.cid-tkzICqVM1x h3,
.cid-tkzICqVM1x h4 {
  margin: 0;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tkzICqVM1x .carousel-controls a span {
    top: auto;
    bottom: 30%;
  }
}
@media (max-width: 767px) {
  .cid-tkzICqVM1x .carousel-controls {
    display: none;
  }
  .cid-tkzICqVM1x .author-box {
    flex-direction: row;
  }
  .cid-tkzICqVM1x .img-box {
    margin-right: 1rem;
  }
}
.cid-tkzICqVM1x .mbr-card-text {
  margin-bottom: 1rem;
  color: #606060;
}
.cid-tkzICqVM1x .mbr-carg-tag {
  color: #79d4b3;
}
.cid-tkzICqVM1x .carousel-indicators {
  bottom: -65px;
}
@media (max-width: 786px) {
  .cid-tkzICqVM1x .carousel-indicators {
    bottom: -10px;
  }
}
.cid-tkzICqVM1x .carousel-indicators li {
  margin-right: 31px;
  margin-left: 31px;
  opacity: 1;
  width: 6px;
  height: 6px;
  max-width: 6px;
  max-height: 6px;
  min-width: 6px;
  min-height: 6px;
  background: #000000;
  border: none;
  position: relative;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.cid-tkzICqVM1x .carousel-indicators li:hover {
  opacity: 1 !important;
}
.cid-tkzICqVM1x .carousel-indicators li svg {
  position: absolute;
  display: block;
  width: 36px;
  height: 36px;
  z-index: 1;
  fill: none;
  color: #000000;
  stroke: none;
  overflow: visible;
}
.cid-tkzICqVM1x .carousel-indicators li svg circle {
  stroke-dasharray: 110;
  stroke-dashoffset: 110;
  stroke: #000000;
  stroke-width: 1;
  transition: all 0.6s cubic-bezier(0.43, 0.41, 0.36, 0.9);
  transform: rotate(-145deg);
  transform-origin: center;
}
.cid-tkzICqVM1x .carousel-indicators li.active {
  background: #000000;
}
.cid-tkzICqVM1x .carousel-indicators li.active circle {
  stroke-dashoffset: 0;
  transform: rotate(55deg);
}
.cid-tkzICqVM1x .h4 {
  padding-bottom: 5px;
}
.cid-tkzICqVM1x .mbr-carg-auhtor {
  color: #606060;
}
.cid-tkzICrujmn {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #f2f2f2;
}
.cid-tkzICrLV0D .navbar-dropdown {
  position: relative !important;
}
.cid-tkzICrLV0D .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-tkzICrLV0D .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-tkzICrLV0D .dropdown-item:hover,
.cid-tkzICrLV0D .dropdown-item:focus {
  color: #b1d49f !important;
}
.cid-tkzICrLV0D .nav-dropdown .link {
  padding: 0 0em !important;
  font-weight: 400;
}
.cid-tkzICrLV0D .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tkzICrLV0D .nav-link {
  position: relative;
  padding: 0;
}
.cid-tkzICrLV0D .container {
  display: flex;
  margin: auto;
}
.cid-tkzICrLV0D .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tkzICrLV0D .dropdown-menu,
.cid-tkzICrLV0D .navbar.opened {
  background: #ffffff !important;
}
.cid-tkzICrLV0D .nav-item:focus,
.cid-tkzICrLV0D .nav-link:focus {
  outline: none;
}
.cid-tkzICrLV0D .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tkzICrLV0D .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tkzICrLV0D .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tkzICrLV0D .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tkzICrLV0D .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tkzICrLV0D .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tkzICrLV0D .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tkzICrLV0D .navbar.opened {
  transition: all 0.3s;
}
.cid-tkzICrLV0D .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tkzICrLV0D .navbar .navbar-logo img {
  width: auto;
}
.cid-tkzICrLV0D .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tkzICrLV0D .navbar.collapsed {
  justify-content: center;
}
.cid-tkzICrLV0D .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tkzICrLV0D .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tkzICrLV0D .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tkzICrLV0D .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tkzICrLV0D .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tkzICrLV0D .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-tkzICrLV0D .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tkzICrLV0D .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tkzICrLV0D .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tkzICrLV0D .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tkzICrLV0D .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tkzICrLV0D .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tkzICrLV0D .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tkzICrLV0D .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-tkzICrLV0D .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tkzICrLV0D .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tkzICrLV0D .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tkzICrLV0D .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tkzICrLV0D .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tkzICrLV0D .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tkzICrLV0D .navbar.navbar-short {
  min-height: 60px;
}
.cid-tkzICrLV0D .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tkzICrLV0D .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tkzICrLV0D .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tkzICrLV0D .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tkzICrLV0D .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tkzICrLV0D .dropdown-item.active,
.cid-tkzICrLV0D .dropdown-item:active {
  background-color: transparent;
}
.cid-tkzICrLV0D .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tkzICrLV0D .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tkzICrLV0D .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tkzICrLV0D .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tkzICrLV0D .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tkzICrLV0D .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tkzICrLV0D ul.navbar-nav {
  flex-wrap: wrap;
  padding-left: 20px;
}
.cid-tkzICrLV0D .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tkzICrLV0D button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tkzICrLV0D button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #606060;
}
.cid-tkzICrLV0D button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tkzICrLV0D button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tkzICrLV0D button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tkzICrLV0D button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tkzICrLV0D nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tkzICrLV0D nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tkzICrLV0D nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tkzICrLV0D nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tkzICrLV0D .navbar-dropdown {
  padding: 5px 1rem;
}
.cid-tkzICrLV0D a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tkzICrLV0D .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-end;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
  min-width: 250px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tkzICrLV0D .navbar {
    height: 70px;
  }
  .cid-tkzICrLV0D .navbar.opened {
    height: auto;
  }
  .cid-tkzICrLV0D .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tkzICrLV0D a {
  display: inline;
}
.cid-tkzICrLV0D img {
  display: inline;
  padding-right: 10px;
}
.cid-tkzICrLV0D .dropdown-toggle:after {
  display: none;
}
.cid-tkzICrLV0D .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-tkzICrLV0D .dropdown-item:hover {
  color: #606060 !important;
}
@media (max-width: 990px) {
  .cid-tkzICrLV0D .dropdown-menu {
    margin-top: 0px;
  }
  .cid-tkzICrLV0D .nav-dropdown .link {
    margin: 0 !important;
  }
}
.cid-tkzICrLV0D .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-tkzICrLV0D .nav-item {
  margin-right: 32px;
}
.cid-tkzICrLV0D .nav-item:last-child {
  margin-right: 0;
}
@media (max-width: 970px) {
  .cid-tkzICrLV0D ul li {
    height: 45px;
    display: list-item;
  }
}
.cid-tkzICrLV0D .navbar-collapse.collapsing .nav-item {
  height: 45px;
}
.cid-tkzICrLV0D .navbar-collapse.collapse.show .nav-item {
  height: 45px;
}
.cid-tkzICrLV0D .navbar-nav {
  margin: auto;
}
.cid-tkzICrLV0D .navbar-collapse.collapse.show ul li {
  display: list-item;
}
.cid-tkzICrLV0D .mbr-iconfont {
  margin-left: -5px;
  margin-right: 7px;
}
.cid-tkzICrLV0D .btn {
  padding: 1rem 1.5625rem !important;
  display: inline-block;
  line-height: 20px;
  transform-style: preserve-3d !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
.cid-tkzICrLV0D .btn {
  border-radius: 1000px !important;
}
.cid-tkzICrLV0D .navbar.collapsed .icons-menu {
  display: flex;
  flex-direction: column;
}
.cid-tkzICrLV0D .navbar.collapsed .icons-menu .top {
  margin-top: 15px;
}
.cid-tkzICrLV0D .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-tkzICrLV0D .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.cid-tkzICrLV0D .dropdown-item:focus {
  color: #606060 !important;
}
@media (max-width: 945px) {
  .cid-tkzICrLV0D .icons-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-tkzICrLV0D .top {
    margin-top: 25px;
  }
}
.cid-tkzICrLV0D .btn:hover {
  transform: translate3d(0px, -4px, 0.01px) !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
@media (min-width: 992px) {
  .cid-tkzICrLV0D .container,
  .cid-tkzICrLV0D .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-tkzICrLV0D li:last-child {
  margin-right: 0;
}
@media (max-width: 989px) {
  .cid-tkzICrLV0D ul.navbar-nav {
    padding-left: 0;
  }
}
@media (max-width: 430px) {
  .cid-tkzICrLV0D .icons-menu {
    min-width: initial !important;
  }
  .cid-tkzICrLV0D a.btn {
    margin-top: 10px;
  }
}
.cid-tkzICrLV0D a.btn > span {
  margin-left: 0.5rem;
}
.cid-tkzICsxpEw {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #606060;
}
.cid-tkzICsxpEw p {
  text-align: center;
}
.cid-tkzICsxpEw .text-copyright {
  width: 100%;
  margin-bottom: 0;
  color: #e8eaec;
  text-align: center;
}
.cid-tkzICsxpEw .img-logo-footer {
  margin-right: 1rem;
  max-width: 10rem;
}
.cid-tkzICsxpEw .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #b1d49f;
}
.cid-tkzICsxpEw .logo-footer {
  line-height: normal;
}
.cid-tkzICsxpEw .copyright {
  display: flex;
  align-items: center;
}
.cid-tkzICsxpEw .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tkzICsxpEw .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-tkzICsxpEw .icon-transition span {
  color: #606060;
  display: block;
  text-align: center;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 1px solid #79d4b3;
  width: 3em;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-tkzICsxpEw .icon-transition span:hover {
  background-color: #79d4b3;
  color: #79d4b3;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-tkzICsxpEw .social-media {
  display: flex;
  justify-content: flex-end;
}
.cid-tkzICsxpEw .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-tkzICsxpEw .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@media (max-width: 991px) {
  .cid-tkzICsxpEw .logo-footer {
    text-align: center;
    margin: auto;
  }
  .cid-tkzICsxpEw .social-media {
    justify-content: center;
    margin: auto;
    text-align: center;
  }
  .cid-tkzICsxpEw .copyright {
    display: flex;
    align-items: center;
    text-align: center;
    margin: auto;
  }
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bold;
}

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

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

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

.hidden {
  visibility: hidden;
}

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

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

.mbr-black {
  color: #111111;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.card-box {
  width: 100%;
}

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

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

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

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

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

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

  .media {
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.media {
  display: -webkit-flex;
}

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

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

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

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

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

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

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

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

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

.carousel-item img {
  margin: auto;
}

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

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

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

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

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

.card-img {
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

:focus {
  outline: none;
}

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

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

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

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

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

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

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

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

.item {
  position: relative;
}

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

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

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

@media (max-width: 500px) {
.mbr-arrow-up {
    left: 0;
    right: 10px;
    text-align: right;
}}


h1, h2, h3, h4, h5, h6, .display-1, .display-2, .display-4, .display-5, .display-7, span, p, a {
    line-height: 1.3;
}

.mbr-arrow-up {
    bottom: 80px;
    right: 30px;
    position: fixed;
    text-align: right;
    z-index: 5000;
    color: #ffffff;
    font-size: 22px;
}

 .icons-menu {
    min-width: 200px !important;
}

.mbr-arrow-up {
    bottom: 100px;
    right: 20px;
    position: fixed;
    text-align: right;
    z-index: 5000;
    color: #ffffff;
    font-size: 22px;
}.cid-tkzISKYv5E {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/troubled-bearded-businessman-1500x1000.jpg");
}
.cid-tkzISKYv5E .mbr-text,
.cid-tkzISKYv5E .mbr-section-btn {
  color: #b1d49f;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tkzISKYv5E .mbr-section-title,
  .cid-tkzISKYv5E .mbr-section-btn,
  .cid-tkzISKYv5E .mbr-text {
    text-align: center;
  }
}
.cid-tkzISKYv5E .mbr-section-subtitle {
  color: #ffffff;
  letter-spacing: 6px;
}
.cid-tkzISKYv5E .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkzISKYv5E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkzISLw3wx {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tkzISLw3wx h2,
.cid-tkzISLw3wx h4,
.cid-tkzISLw3wx p {
  margin: 0;
}
.cid-tkzISLw3wx img {
  width: 100%;
  height: auto;
}
.cid-tkzISLw3wx .text-elements-wrap {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tkzISLw3wx .text-elements-wrap {
    width: 100%;
  }
}
.cid-tkzISLw3wx .text-elements {
  padding-left: 5%;
}
@media (max-width: 1024px) {
  .cid-tkzISLw3wx .text-elements {
    padding-top: 5%;
    padding-left: 0;
  }
}
@media (max-width: 1024px) {
  .cid-tkzISLw3wx .col-md-7,
  .cid-tkzISLw3wx .col-md-5 {
    width: 100%;
  }
}
.cid-tkzISLw3wx .mbr-section-title {
  color: #000000;
  margin-bottom: 20px;
}
.cid-tkzISLw3wx .mbr-section-subtitle {
  margin-bottom: 6px;
}
.cid-tkzISLw3wx .mbr-text {
  margin-top: 10px;
  margin-bottom: 30px;
  color: #606060;
  text-align: justify;
}
.cid-tkzISLw3wx .link-wrap {
  padding-top: 25px;
}
.cid-tkzISLw3wx .link {
  font-weight: 600;
  position: relative;
}
.cid-tkzISLw3wx .link::after {
  content: "";
  position: absolute;
  display: inline-block;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 1px;
  line-height: 1;
  background-color: #ee3102;
  transition: transform 0.35s cubic-bezier(0.23, 0.02, 0.15, 0.9);
}
.cid-tkzISLPKC0 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tkzISLPKC0 .mbr-text {
  color: #767676;
  text-align: justify;
}
.cid-tkzISLPKC0 h4 {
  font-weight: 500;
}
.cid-tkzISLPKC0 h4,
.cid-tkzISLPKC0 h5 {
  text-align: center;
}
.cid-tkzISLPKC0 p {
  text-align: center;
  text-weight: 400;
}
.cid-tkzISLPKC0 .card-box {
  text-align: center;
}
.cid-tkzISLPKC0 .card-img {
  font-size: 3rem;
}
.cid-tkzISLPKC0 .mbr-iconfont {
  color: #b1d49f;
}
.cid-tkzISLPKC0 .mbr-section-subtitle DIV {
  text-align: justify;
}
.cid-tkzISLPKC0 .mbr-section-subtitle {
  text-align: justify;
  line-height: 1.4;
  color: #606060;
}
.cid-tkzISLPKC0 .mbr-light {
  font-weight: 500;
}
.cid-tkzISMj0hQ {
  padding-top: 0px;
  padding-bottom: 25px;
  background-color: #f2f2f2;
}
.cid-tkzISMj0hQ .carousel-item.active,
.cid-tkzISMj0hQ .carousel-item-next,
.cid-tkzISMj0hQ .carousel-item-prev {
  display: flex;
}
.cid-tkzISMj0hQ .carousel-controls a {
  transition: all .3s;
  border-radius: 50%;
  border: none;
  background-color: transparent;
}
.cid-tkzISMj0hQ .carousel-controls a span {
  color: #f23801;
  font-size: 35px;
}
.cid-tkzISMj0hQ .carousel-controls a:hover .mobi-mbri-left {
  transform: translateX(-5px);
}
.cid-tkzISMj0hQ .carousel-controls a:hover .mobi-mbri-right {
  transform: translateX(5px);
}
.cid-tkzISMj0hQ .carousel-controls .carousel-control-next,
.cid-tkzISMj0hQ .carousel-controls .carousel-control-prev {
  opacity: 1;
  width: 44px;
  height: 44px;
}
.cid-tkzISMj0hQ .carousel-controls .carousel-control-next {
  bottom: auto;
  top: 44%;
}
.cid-tkzISMj0hQ .carousel-controls .carousel-control-prev {
  bottom: auto;
  top: 44%;
}
.cid-tkzISMj0hQ .author-box {
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 546px) {
  .cid-tkzISMj0hQ .author-box {
    flex-direction: column;
  }
}
.cid-tkzISMj0hQ .img-box {
  margin-right: 2.3125rem;
}
@media (max-width: 546px) {
  .cid-tkzISMj0hQ .img-box {
    margin-right: 0rem;
    margin-bottom: 2.3125rem;
  }
}
.cid-tkzISMj0hQ .face {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
  object-fit: cover;
}
.cid-tkzISMj0hQ h3,
.cid-tkzISMj0hQ h4 {
  margin: 0;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tkzISMj0hQ .carousel-controls a span {
    top: auto;
    bottom: 30%;
  }
}
@media (max-width: 767px) {
  .cid-tkzISMj0hQ .carousel-controls {
    display: none;
  }
  .cid-tkzISMj0hQ .author-box {
    flex-direction: row;
  }
  .cid-tkzISMj0hQ .img-box {
    margin-right: 1rem;
  }
}
.cid-tkzISMj0hQ .mbr-card-text {
  margin-bottom: 1rem;
  color: #606060;
}
.cid-tkzISMj0hQ .mbr-carg-tag {
  color: #79d4b3;
}
.cid-tkzISMj0hQ .carousel-indicators {
  bottom: -65px;
}
@media (max-width: 786px) {
  .cid-tkzISMj0hQ .carousel-indicators {
    bottom: -10px;
  }
}
.cid-tkzISMj0hQ .carousel-indicators li {
  margin-right: 31px;
  margin-left: 31px;
  opacity: 1;
  width: 6px;
  height: 6px;
  max-width: 6px;
  max-height: 6px;
  min-width: 6px;
  min-height: 6px;
  background: #000000;
  border: none;
  position: relative;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.cid-tkzISMj0hQ .carousel-indicators li:hover {
  opacity: 1 !important;
}
.cid-tkzISMj0hQ .carousel-indicators li svg {
  position: absolute;
  display: block;
  width: 36px;
  height: 36px;
  z-index: 1;
  fill: none;
  color: #000000;
  stroke: none;
  overflow: visible;
}
.cid-tkzISMj0hQ .carousel-indicators li svg circle {
  stroke-dasharray: 110;
  stroke-dashoffset: 110;
  stroke: #000000;
  stroke-width: 1;
  transition: all 0.6s cubic-bezier(0.43, 0.41, 0.36, 0.9);
  transform: rotate(-145deg);
  transform-origin: center;
}
.cid-tkzISMj0hQ .carousel-indicators li.active {
  background: #000000;
}
.cid-tkzISMj0hQ .carousel-indicators li.active circle {
  stroke-dashoffset: 0;
  transform: rotate(55deg);
}
.cid-tkzISMj0hQ .h4 {
  padding-bottom: 5px;
}
.cid-tkzISMj0hQ .mbr-carg-auhtor {
  color: #606060;
}
.cid-tkzISMUIeD {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #f2f2f2;
}
.cid-tkzISNaNgz .navbar-dropdown {
  position: relative !important;
}
.cid-tkzISNaNgz .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-tkzISNaNgz .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-tkzISNaNgz .dropdown-item:hover,
.cid-tkzISNaNgz .dropdown-item:focus {
  color: #b1d49f !important;
}
.cid-tkzISNaNgz .nav-dropdown .link {
  padding: 0 0em !important;
  font-weight: 400;
}
.cid-tkzISNaNgz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tkzISNaNgz .nav-link {
  position: relative;
  padding: 0;
}
.cid-tkzISNaNgz .container {
  display: flex;
  margin: auto;
}
.cid-tkzISNaNgz .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tkzISNaNgz .dropdown-menu,
.cid-tkzISNaNgz .navbar.opened {
  background: #ffffff !important;
}
.cid-tkzISNaNgz .nav-item:focus,
.cid-tkzISNaNgz .nav-link:focus {
  outline: none;
}
.cid-tkzISNaNgz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tkzISNaNgz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tkzISNaNgz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tkzISNaNgz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tkzISNaNgz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tkzISNaNgz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tkzISNaNgz .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tkzISNaNgz .navbar.opened {
  transition: all 0.3s;
}
.cid-tkzISNaNgz .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tkzISNaNgz .navbar .navbar-logo img {
  width: auto;
}
.cid-tkzISNaNgz .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tkzISNaNgz .navbar.collapsed {
  justify-content: center;
}
.cid-tkzISNaNgz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tkzISNaNgz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tkzISNaNgz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tkzISNaNgz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tkzISNaNgz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tkzISNaNgz .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-tkzISNaNgz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tkzISNaNgz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tkzISNaNgz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tkzISNaNgz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tkzISNaNgz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tkzISNaNgz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tkzISNaNgz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tkzISNaNgz .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-tkzISNaNgz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tkzISNaNgz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tkzISNaNgz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tkzISNaNgz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tkzISNaNgz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tkzISNaNgz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tkzISNaNgz .navbar.navbar-short {
  min-height: 60px;
}
.cid-tkzISNaNgz .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tkzISNaNgz .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tkzISNaNgz .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tkzISNaNgz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tkzISNaNgz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tkzISNaNgz .dropdown-item.active,
.cid-tkzISNaNgz .dropdown-item:active {
  background-color: transparent;
}
.cid-tkzISNaNgz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tkzISNaNgz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tkzISNaNgz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tkzISNaNgz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tkzISNaNgz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tkzISNaNgz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tkzISNaNgz ul.navbar-nav {
  flex-wrap: wrap;
  padding-left: 20px;
}
.cid-tkzISNaNgz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tkzISNaNgz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tkzISNaNgz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #606060;
}
.cid-tkzISNaNgz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tkzISNaNgz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tkzISNaNgz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tkzISNaNgz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tkzISNaNgz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tkzISNaNgz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tkzISNaNgz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tkzISNaNgz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tkzISNaNgz .navbar-dropdown {
  padding: 5px 1rem;
}
.cid-tkzISNaNgz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tkzISNaNgz .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-end;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
  min-width: 250px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tkzISNaNgz .navbar {
    height: 70px;
  }
  .cid-tkzISNaNgz .navbar.opened {
    height: auto;
  }
  .cid-tkzISNaNgz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tkzISNaNgz a {
  display: inline;
}
.cid-tkzISNaNgz img {
  display: inline;
  padding-right: 10px;
}
.cid-tkzISNaNgz .dropdown-toggle:after {
  display: none;
}
.cid-tkzISNaNgz .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-tkzISNaNgz .dropdown-item:hover {
  color: #606060 !important;
}
@media (max-width: 990px) {
  .cid-tkzISNaNgz .dropdown-menu {
    margin-top: 0px;
  }
  .cid-tkzISNaNgz .nav-dropdown .link {
    margin: 0 !important;
  }
}
.cid-tkzISNaNgz .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-tkzISNaNgz .nav-item {
  margin-right: 32px;
}
.cid-tkzISNaNgz .nav-item:last-child {
  margin-right: 0;
}
@media (max-width: 970px) {
  .cid-tkzISNaNgz ul li {
    height: 45px;
    display: list-item;
  }
}
.cid-tkzISNaNgz .navbar-collapse.collapsing .nav-item {
  height: 45px;
}
.cid-tkzISNaNgz .navbar-collapse.collapse.show .nav-item {
  height: 45px;
}
.cid-tkzISNaNgz .navbar-nav {
  margin: auto;
}
.cid-tkzISNaNgz .navbar-collapse.collapse.show ul li {
  display: list-item;
}
.cid-tkzISNaNgz .mbr-iconfont {
  margin-left: -5px;
  margin-right: 7px;
}
.cid-tkzISNaNgz .btn {
  padding: 1rem 1.5625rem !important;
  display: inline-block;
  line-height: 20px;
  transform-style: preserve-3d !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
.cid-tkzISNaNgz .btn {
  border-radius: 1000px !important;
}
.cid-tkzISNaNgz .navbar.collapsed .icons-menu {
  display: flex;
  flex-direction: column;
}
.cid-tkzISNaNgz .navbar.collapsed .icons-menu .top {
  margin-top: 15px;
}
.cid-tkzISNaNgz .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-tkzISNaNgz .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.cid-tkzISNaNgz .dropdown-item:focus {
  color: #606060 !important;
}
@media (max-width: 945px) {
  .cid-tkzISNaNgz .icons-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-tkzISNaNgz .top {
    margin-top: 25px;
  }
}
.cid-tkzISNaNgz .btn:hover {
  transform: translate3d(0px, -4px, 0.01px) !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
@media (min-width: 992px) {
  .cid-tkzISNaNgz .container,
  .cid-tkzISNaNgz .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-tkzISNaNgz li:last-child {
  margin-right: 0;
}
@media (max-width: 989px) {
  .cid-tkzISNaNgz ul.navbar-nav {
    padding-left: 0;
  }
}
@media (max-width: 430px) {
  .cid-tkzISNaNgz .icons-menu {
    min-width: initial !important;
  }
  .cid-tkzISNaNgz a.btn {
    margin-top: 10px;
  }
}
.cid-tkzISNaNgz a.btn > span {
  margin-left: 0.5rem;
}
.cid-tkzISNxPqg {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #606060;
}
.cid-tkzISNxPqg p {
  text-align: center;
}
.cid-tkzISNxPqg .text-copyright {
  width: 100%;
  margin-bottom: 0;
  color: #e8eaec;
  text-align: center;
}
.cid-tkzISNxPqg .img-logo-footer {
  margin-right: 1rem;
  max-width: 10rem;
}
.cid-tkzISNxPqg .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #b1d49f;
}
.cid-tkzISNxPqg .logo-footer {
  line-height: normal;
}
.cid-tkzISNxPqg .copyright {
  display: flex;
  align-items: center;
}
.cid-tkzISNxPqg .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tkzISNxPqg .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-tkzISNxPqg .icon-transition span {
  color: #606060;
  display: block;
  text-align: center;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 1px solid #79d4b3;
  width: 3em;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-tkzISNxPqg .icon-transition span:hover {
  background-color: #79d4b3;
  color: #79d4b3;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-tkzISNxPqg .social-media {
  display: flex;
  justify-content: flex-end;
}
.cid-tkzISNxPqg .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-tkzISNxPqg .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@media (max-width: 991px) {
  .cid-tkzISNxPqg .logo-footer {
    text-align: center;
    margin: auto;
  }
  .cid-tkzISNxPqg .social-media {
    justify-content: center;
    margin: auto;
    text-align: center;
  }
  .cid-tkzISNxPqg .copyright {
    display: flex;
    align-items: center;
    text-align: center;
    margin: auto;
  }
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bold;
}

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

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

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

.hidden {
  visibility: hidden;
}

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

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

.mbr-black {
  color: #111111;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.card-box {
  width: 100%;
}

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

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

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

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

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

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

  .media {
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.media {
  display: -webkit-flex;
}

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

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

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

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

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

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

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

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

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

.carousel-item img {
  margin: auto;
}

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

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

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

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

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

.card-img {
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

:focus {
  outline: none;
}

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

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

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

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

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

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (max-width: 500px) {
.mbr-arrow-up {
    left: 0;
    right: 10px;
    text-align: right;
}}


h1, h2, h3, h4, h5, h6, .display-1, .display-2, .display-4, .display-5, .display-7, span, p, a {
    line-height: 1.3;
}

.mbr-arrow-up {
    bottom: 80px;
    right: 30px;
    position: fixed;
    text-align: right;
    z-index: 5000;
    color: #ffffff;
    font-size: 22px;
}

 .icons-menu {
    min-width: 200px !important;
}

.mbr-arrow-up {
    bottom: 100px;
    right: 20px;
    position: fixed;
    text-align: right;
    z-index: 5000;
    color: #ffffff;
    font-size: 22px;
}.cid-tkzJDXQbTn {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/cris-psicologa-4-2000x1333.jpg");
}
.cid-tkzJDXQbTn .mbr-text,
.cid-tkzJDXQbTn .mbr-section-btn {
  color: #79d4b3;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tkzJDXQbTn .mbr-section-title,
  .cid-tkzJDXQbTn .mbr-section-btn,
  .cid-tkzJDXQbTn .mbr-text {
    text-align: center;
  }
}
.cid-tkzJDXQbTn .mbr-section-subtitle {
  color: #ffffff;
  letter-spacing: 6px;
}
.cid-tkzJDXQbTn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkzJDXQbTn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkzK7q3HQl {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tkzK7q3HQl .mbr-iconfont {
  font-size: 150px;
  color: #79d4b3;
}
.cid-tkzK7q3HQl .iconfont-wrapper {
  text-align: center;
  margin: 0 -15px 30px;
}
.cid-tkzK7q3HQl .lin {
  padding-bottom: 18px;
  font-weight: 500;
  margin: 0 -15px 0px;
}
.cid-tkzK7q3HQl .mbr-section-subtitle {
  margin: 0 -15px 0px;
}
.cid-tkzK7q3HQl .btn-align {
  margin: 48px -15px 0px;
}
.cid-tkzK7q3HQl .mbr-section-subtitle,
.cid-tkzK7q3HQl .btn-align {
  text-align: justify;
  color: #606060;
}
@media (max-width: 690px) {
  .cid-tkzK7q3HQl .text {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-tkzK7q3HQl .btn {
  border-radius: 50px;
}
.cid-tkzK7q3HQl .container {
  max-width: 1100px;
}
.cid-tkzKbSpwTx {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tkzJDYLJyV .navbar-dropdown {
  position: relative !important;
}
.cid-tkzJDYLJyV .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-tkzJDYLJyV .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-tkzJDYLJyV .dropdown-item:hover,
.cid-tkzJDYLJyV .dropdown-item:focus {
  color: #b1d49f !important;
}
.cid-tkzJDYLJyV .nav-dropdown .link {
  padding: 0 0em !important;
  font-weight: 400;
}
.cid-tkzJDYLJyV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tkzJDYLJyV .nav-link {
  position: relative;
  padding: 0;
}
.cid-tkzJDYLJyV .container {
  display: flex;
  margin: auto;
}
.cid-tkzJDYLJyV .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tkzJDYLJyV .dropdown-menu,
.cid-tkzJDYLJyV .navbar.opened {
  background: #ffffff !important;
}
.cid-tkzJDYLJyV .nav-item:focus,
.cid-tkzJDYLJyV .nav-link:focus {
  outline: none;
}
.cid-tkzJDYLJyV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tkzJDYLJyV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tkzJDYLJyV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tkzJDYLJyV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tkzJDYLJyV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tkzJDYLJyV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tkzJDYLJyV .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tkzJDYLJyV .navbar.opened {
  transition: all 0.3s;
}
.cid-tkzJDYLJyV .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tkzJDYLJyV .navbar .navbar-logo img {
  width: auto;
}
.cid-tkzJDYLJyV .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tkzJDYLJyV .navbar.collapsed {
  justify-content: center;
}
.cid-tkzJDYLJyV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tkzJDYLJyV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tkzJDYLJyV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tkzJDYLJyV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tkzJDYLJyV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tkzJDYLJyV .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-tkzJDYLJyV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tkzJDYLJyV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tkzJDYLJyV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tkzJDYLJyV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tkzJDYLJyV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tkzJDYLJyV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tkzJDYLJyV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tkzJDYLJyV .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-tkzJDYLJyV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tkzJDYLJyV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tkzJDYLJyV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tkzJDYLJyV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tkzJDYLJyV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tkzJDYLJyV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tkzJDYLJyV .navbar.navbar-short {
  min-height: 60px;
}
.cid-tkzJDYLJyV .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tkzJDYLJyV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tkzJDYLJyV .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tkzJDYLJyV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tkzJDYLJyV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tkzJDYLJyV .dropdown-item.active,
.cid-tkzJDYLJyV .dropdown-item:active {
  background-color: transparent;
}
.cid-tkzJDYLJyV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tkzJDYLJyV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tkzJDYLJyV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tkzJDYLJyV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tkzJDYLJyV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tkzJDYLJyV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tkzJDYLJyV ul.navbar-nav {
  flex-wrap: wrap;
  padding-left: 20px;
}
.cid-tkzJDYLJyV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tkzJDYLJyV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tkzJDYLJyV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #606060;
}
.cid-tkzJDYLJyV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tkzJDYLJyV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tkzJDYLJyV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tkzJDYLJyV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tkzJDYLJyV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tkzJDYLJyV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tkzJDYLJyV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tkzJDYLJyV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tkzJDYLJyV .navbar-dropdown {
  padding: 5px 1rem;
}
.cid-tkzJDYLJyV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tkzJDYLJyV .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-end;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
  min-width: 250px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tkzJDYLJyV .navbar {
    height: 70px;
  }
  .cid-tkzJDYLJyV .navbar.opened {
    height: auto;
  }
  .cid-tkzJDYLJyV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tkzJDYLJyV a {
  display: inline;
}
.cid-tkzJDYLJyV img {
  display: inline;
  padding-right: 10px;
}
.cid-tkzJDYLJyV .dropdown-toggle:after {
  display: none;
}
.cid-tkzJDYLJyV .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-tkzJDYLJyV .dropdown-item:hover {
  color: #606060 !important;
}
@media (max-width: 990px) {
  .cid-tkzJDYLJyV .dropdown-menu {
    margin-top: 0px;
  }
  .cid-tkzJDYLJyV .nav-dropdown .link {
    margin: 0 !important;
  }
}
.cid-tkzJDYLJyV .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-tkzJDYLJyV .nav-item {
  margin-right: 32px;
}
.cid-tkzJDYLJyV .nav-item:last-child {
  margin-right: 0;
}
@media (max-width: 970px) {
  .cid-tkzJDYLJyV ul li {
    height: 45px;
    display: list-item;
  }
}
.cid-tkzJDYLJyV .navbar-collapse.collapsing .nav-item {
  height: 45px;
}
.cid-tkzJDYLJyV .navbar-collapse.collapse.show .nav-item {
  height: 45px;
}
.cid-tkzJDYLJyV .navbar-nav {
  margin: auto;
}
.cid-tkzJDYLJyV .navbar-collapse.collapse.show ul li {
  display: list-item;
}
.cid-tkzJDYLJyV .mbr-iconfont {
  margin-left: -5px;
  margin-right: 7px;
}
.cid-tkzJDYLJyV .btn {
  padding: 1rem 1.5625rem !important;
  display: inline-block;
  line-height: 20px;
  transform-style: preserve-3d !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
.cid-tkzJDYLJyV .btn {
  border-radius: 1000px !important;
}
.cid-tkzJDYLJyV .navbar.collapsed .icons-menu {
  display: flex;
  flex-direction: column;
}
.cid-tkzJDYLJyV .navbar.collapsed .icons-menu .top {
  margin-top: 15px;
}
.cid-tkzJDYLJyV .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-tkzJDYLJyV .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.cid-tkzJDYLJyV .dropdown-item:focus {
  color: #606060 !important;
}
@media (max-width: 945px) {
  .cid-tkzJDYLJyV .icons-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-tkzJDYLJyV .top {
    margin-top: 25px;
  }
}
.cid-tkzJDYLJyV .btn:hover {
  transform: translate3d(0px, -4px, 0.01px) !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
@media (min-width: 992px) {
  .cid-tkzJDYLJyV .container,
  .cid-tkzJDYLJyV .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-tkzJDYLJyV li:last-child {
  margin-right: 0;
}
@media (max-width: 989px) {
  .cid-tkzJDYLJyV ul.navbar-nav {
    padding-left: 0;
  }
}
@media (max-width: 430px) {
  .cid-tkzJDYLJyV .icons-menu {
    min-width: initial !important;
  }
  .cid-tkzJDYLJyV a.btn {
    margin-top: 10px;
  }
}
.cid-tkzJDYLJyV a.btn > span {
  margin-left: 0.5rem;
}
.cid-tkzJDZ5zpg {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #606060;
}
.cid-tkzJDZ5zpg p {
  text-align: center;
}
.cid-tkzJDZ5zpg .text-copyright {
  width: 100%;
  margin-bottom: 0;
  color: #e8eaec;
  text-align: center;
}
.cid-tkzJDZ5zpg .img-logo-footer {
  margin-right: 1rem;
  max-width: 10rem;
}
.cid-tkzJDZ5zpg .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #b1d49f;
}
.cid-tkzJDZ5zpg .logo-footer {
  line-height: normal;
}
.cid-tkzJDZ5zpg .copyright {
  display: flex;
  align-items: center;
}
.cid-tkzJDZ5zpg .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tkzJDZ5zpg .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-tkzJDZ5zpg .icon-transition span {
  color: #606060;
  display: block;
  text-align: center;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 1px solid #79d4b3;
  width: 3em;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-tkzJDZ5zpg .icon-transition span:hover {
  background-color: #79d4b3;
  color: #79d4b3;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-tkzJDZ5zpg .social-media {
  display: flex;
  justify-content: flex-end;
}
.cid-tkzJDZ5zpg .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-tkzJDZ5zpg .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@media (max-width: 991px) {
  .cid-tkzJDZ5zpg .logo-footer {
    text-align: center;
    margin: auto;
  }
  .cid-tkzJDZ5zpg .social-media {
    justify-content: center;
    margin: auto;
    text-align: center;
  }
  .cid-tkzJDZ5zpg .copyright {
    display: flex;
    align-items: center;
    text-align: center;
    margin: auto;
  }
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #253C57;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (max-width: 500px) {
.mbr-arrow-up {
    left: 0;
    right: 10px;
    text-align: right;
}}


h1, h2, h3, h4, h5, h6, .display-1, .display-2, .display-4, .display-5, .display-7, span, p, a {
    line-height: 1.3;
}

.mbr-arrow-up {
    bottom: 80px;
    right: 30px;
    position: fixed;
    text-align: right;
    z-index: 5000;
    color: #ffffff;
    font-size: 22px;
}

 .icons-menu {
    min-width: 200px !important;
}

.mbr-arrow-up {
    bottom: 100px;
    right: 20px;
    position: fixed;
    text-align: right;
    z-index: 5000;
    color: #ffffff;
    font-size: 22px;
}.cid-tkzLcAPbTI {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/cris-psicologa-4-2000x1333.jpg");
}
.cid-tkzLcAPbTI .mbr-text,
.cid-tkzLcAPbTI .mbr-section-btn {
  color: #79d4b3;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tkzLcAPbTI .mbr-section-title,
  .cid-tkzLcAPbTI .mbr-section-btn,
  .cid-tkzLcAPbTI .mbr-text {
    text-align: center;
  }
}
.cid-tkzLcAPbTI .mbr-section-subtitle {
  color: #ffffff;
  letter-spacing: 6px;
}
.cid-tkzLcAPbTI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkzLcAPbTI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkzLcBh4yJ {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tkzLcBh4yJ .mbr-iconfont {
  font-size: 150px;
  color: #79d4b3;
}
.cid-tkzLcBh4yJ .iconfont-wrapper {
  text-align: center;
  margin: 0 -15px 30px;
}
.cid-tkzLcBh4yJ .lin {
  padding-bottom: 18px;
  font-weight: 500;
  margin: 0 -15px 0px;
}
.cid-tkzLcBh4yJ .mbr-section-subtitle {
  margin: 0 -15px 0px;
}
.cid-tkzLcBh4yJ .btn-align {
  margin: 48px -15px 0px;
}
.cid-tkzLcBh4yJ .mbr-section-subtitle,
.cid-tkzLcBh4yJ .btn-align {
  text-align: justify;
  color: #606060;
}
@media (max-width: 690px) {
  .cid-tkzLcBh4yJ .text {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-tkzLcBh4yJ .btn {
  border-radius: 50px;
}
.cid-tkzLcBh4yJ .container {
  max-width: 1100px;
}
.cid-tkzLcBCEDv {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tkzLcBQXoF .navbar-dropdown {
  position: relative !important;
}
.cid-tkzLcBQXoF .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-tkzLcBQXoF .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-tkzLcBQXoF .dropdown-item:hover,
.cid-tkzLcBQXoF .dropdown-item:focus {
  color: #b1d49f !important;
}
.cid-tkzLcBQXoF .nav-dropdown .link {
  padding: 0 0em !important;
  font-weight: 400;
}
.cid-tkzLcBQXoF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tkzLcBQXoF .nav-link {
  position: relative;
  padding: 0;
}
.cid-tkzLcBQXoF .container {
  display: flex;
  margin: auto;
}
.cid-tkzLcBQXoF .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tkzLcBQXoF .dropdown-menu,
.cid-tkzLcBQXoF .navbar.opened {
  background: #ffffff !important;
}
.cid-tkzLcBQXoF .nav-item:focus,
.cid-tkzLcBQXoF .nav-link:focus {
  outline: none;
}
.cid-tkzLcBQXoF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tkzLcBQXoF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tkzLcBQXoF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tkzLcBQXoF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tkzLcBQXoF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tkzLcBQXoF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tkzLcBQXoF .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tkzLcBQXoF .navbar.opened {
  transition: all 0.3s;
}
.cid-tkzLcBQXoF .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tkzLcBQXoF .navbar .navbar-logo img {
  width: auto;
}
.cid-tkzLcBQXoF .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tkzLcBQXoF .navbar.collapsed {
  justify-content: center;
}
.cid-tkzLcBQXoF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tkzLcBQXoF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tkzLcBQXoF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tkzLcBQXoF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tkzLcBQXoF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tkzLcBQXoF .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-tkzLcBQXoF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tkzLcBQXoF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tkzLcBQXoF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tkzLcBQXoF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tkzLcBQXoF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tkzLcBQXoF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tkzLcBQXoF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tkzLcBQXoF .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-tkzLcBQXoF .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tkzLcBQXoF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tkzLcBQXoF .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tkzLcBQXoF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tkzLcBQXoF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tkzLcBQXoF .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tkzLcBQXoF .navbar.navbar-short {
  min-height: 60px;
}
.cid-tkzLcBQXoF .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tkzLcBQXoF .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tkzLcBQXoF .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tkzLcBQXoF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tkzLcBQXoF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tkzLcBQXoF .dropdown-item.active,
.cid-tkzLcBQXoF .dropdown-item:active {
  background-color: transparent;
}
.cid-tkzLcBQXoF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tkzLcBQXoF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tkzLcBQXoF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tkzLcBQXoF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tkzLcBQXoF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tkzLcBQXoF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tkzLcBQXoF ul.navbar-nav {
  flex-wrap: wrap;
  padding-left: 20px;
}
.cid-tkzLcBQXoF .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tkzLcBQXoF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tkzLcBQXoF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #606060;
}
.cid-tkzLcBQXoF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tkzLcBQXoF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tkzLcBQXoF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tkzLcBQXoF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tkzLcBQXoF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tkzLcBQXoF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tkzLcBQXoF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tkzLcBQXoF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tkzLcBQXoF .navbar-dropdown {
  padding: 5px 1rem;
}
.cid-tkzLcBQXoF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tkzLcBQXoF .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-end;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
  min-width: 250px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tkzLcBQXoF .navbar {
    height: 70px;
  }
  .cid-tkzLcBQXoF .navbar.opened {
    height: auto;
  }
  .cid-tkzLcBQXoF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tkzLcBQXoF a {
  display: inline;
}
.cid-tkzLcBQXoF img {
  display: inline;
  padding-right: 10px;
}
.cid-tkzLcBQXoF .dropdown-toggle:after {
  display: none;
}
.cid-tkzLcBQXoF .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-tkzLcBQXoF .dropdown-item:hover {
  color: #606060 !important;
}
@media (max-width: 990px) {
  .cid-tkzLcBQXoF .dropdown-menu {
    margin-top: 0px;
  }
  .cid-tkzLcBQXoF .nav-dropdown .link {
    margin: 0 !important;
  }
}
.cid-tkzLcBQXoF .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-tkzLcBQXoF .nav-item {
  margin-right: 32px;
}
.cid-tkzLcBQXoF .nav-item:last-child {
  margin-right: 0;
}
@media (max-width: 970px) {
  .cid-tkzLcBQXoF ul li {
    height: 45px;
    display: list-item;
  }
}
.cid-tkzLcBQXoF .navbar-collapse.collapsing .nav-item {
  height: 45px;
}
.cid-tkzLcBQXoF .navbar-collapse.collapse.show .nav-item {
  height: 45px;
}
.cid-tkzLcBQXoF .navbar-nav {
  margin: auto;
}
.cid-tkzLcBQXoF .navbar-collapse.collapse.show ul li {
  display: list-item;
}
.cid-tkzLcBQXoF .mbr-iconfont {
  margin-left: -5px;
  margin-right: 7px;
}
.cid-tkzLcBQXoF .btn {
  padding: 1rem 1.5625rem !important;
  display: inline-block;
  line-height: 20px;
  transform-style: preserve-3d !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
.cid-tkzLcBQXoF .btn {
  border-radius: 1000px !important;
}
.cid-tkzLcBQXoF .navbar.collapsed .icons-menu {
  display: flex;
  flex-direction: column;
}
.cid-tkzLcBQXoF .navbar.collapsed .icons-menu .top {
  margin-top: 15px;
}
.cid-tkzLcBQXoF .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-tkzLcBQXoF .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.cid-tkzLcBQXoF .dropdown-item:focus {
  color: #606060 !important;
}
@media (max-width: 945px) {
  .cid-tkzLcBQXoF .icons-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-tkzLcBQXoF .top {
    margin-top: 25px;
  }
}
.cid-tkzLcBQXoF .btn:hover {
  transform: translate3d(0px, -4px, 0.01px) !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
@media (min-width: 992px) {
  .cid-tkzLcBQXoF .container,
  .cid-tkzLcBQXoF .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-tkzLcBQXoF li:last-child {
  margin-right: 0;
}
@media (max-width: 989px) {
  .cid-tkzLcBQXoF ul.navbar-nav {
    padding-left: 0;
  }
}
@media (max-width: 430px) {
  .cid-tkzLcBQXoF .icons-menu {
    min-width: initial !important;
  }
  .cid-tkzLcBQXoF a.btn {
    margin-top: 10px;
  }
}
.cid-tkzLcBQXoF a.btn > span {
  margin-left: 0.5rem;
}
.cid-tkzLcCjMFB {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #606060;
}
.cid-tkzLcCjMFB p {
  text-align: center;
}
.cid-tkzLcCjMFB .text-copyright {
  width: 100%;
  margin-bottom: 0;
  color: #e8eaec;
  text-align: center;
}
.cid-tkzLcCjMFB .img-logo-footer {
  margin-right: 1rem;
  max-width: 10rem;
}
.cid-tkzLcCjMFB .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #b1d49f;
}
.cid-tkzLcCjMFB .logo-footer {
  line-height: normal;
}
.cid-tkzLcCjMFB .copyright {
  display: flex;
  align-items: center;
}
.cid-tkzLcCjMFB .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tkzLcCjMFB .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-tkzLcCjMFB .icon-transition span {
  color: #606060;
  display: block;
  text-align: center;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 1px solid #79d4b3;
  width: 3em;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-tkzLcCjMFB .icon-transition span:hover {
  background-color: #79d4b3;
  color: #79d4b3;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-tkzLcCjMFB .social-media {
  display: flex;
  justify-content: flex-end;
}
.cid-tkzLcCjMFB .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-tkzLcCjMFB .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@media (max-width: 991px) {
  .cid-tkzLcCjMFB .logo-footer {
    text-align: center;
    margin: auto;
  }
  .cid-tkzLcCjMFB .social-media {
    justify-content: center;
    margin: auto;
    text-align: center;
  }
  .cid-tkzLcCjMFB .copyright {
    display: flex;
    align-items: center;
    text-align: center;
    margin: auto;
  }
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #253C57;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (max-width: 500px) {
.mbr-arrow-up {
    left: 0;
    right: 10px;
    text-align: right;
}}


h1, h2, h3, h4, h5, h6, .display-1, .display-2, .display-4, .display-5, .display-7, span, p, a {
    line-height: 1.3;
}

.mbr-arrow-up {
    bottom: 80px;
    right: 30px;
    position: fixed;
    text-align: right;
    z-index: 5000;
    color: #ffffff;
    font-size: 22px;
}

 .icons-menu {
    min-width: 200px !important;
}

.mbr-arrow-up {
    bottom: 100px;
    right: 20px;
    position: fixed;
    text-align: right;
    z-index: 5000;
    color: #ffffff;
    font-size: 22px;
}.cid-tkzLyR4wpo {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/cris-psicologa-4-2000x1333.jpg");
}
.cid-tkzLyR4wpo .mbr-text,
.cid-tkzLyR4wpo .mbr-section-btn {
  color: #79d4b3;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tkzLyR4wpo .mbr-section-title,
  .cid-tkzLyR4wpo .mbr-section-btn,
  .cid-tkzLyR4wpo .mbr-text {
    text-align: center;
  }
}
.cid-tkzLyR4wpo .mbr-section-subtitle {
  color: #ffffff;
  letter-spacing: 6px;
}
.cid-tkzLyR4wpo .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkzLyR4wpo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkzLyRGrOU {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tkzLyRGrOU .mbr-iconfont {
  font-size: 150px;
  color: #79d4b3;
}
.cid-tkzLyRGrOU .iconfont-wrapper {
  text-align: center;
  margin: 0 -15px 30px;
}
.cid-tkzLyRGrOU .lin {
  padding-bottom: 18px;
  font-weight: 500;
  margin: 0 -15px 0px;
}
.cid-tkzLyRGrOU .mbr-section-subtitle {
  margin: 0 -15px 0px;
}
.cid-tkzLyRGrOU .btn-align {
  margin: 48px -15px 0px;
}
.cid-tkzLyRGrOU .mbr-section-subtitle,
.cid-tkzLyRGrOU .btn-align {
  text-align: justify;
  color: #606060;
}
@media (max-width: 690px) {
  .cid-tkzLyRGrOU .text {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-tkzLyRGrOU .btn {
  border-radius: 50px;
}
.cid-tkzLyRGrOU .container {
  max-width: 1100px;
}
.cid-tkzLyS0WYy {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tkzLySfAW3 .navbar-dropdown {
  position: relative !important;
}
.cid-tkzLySfAW3 .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-tkzLySfAW3 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-tkzLySfAW3 .dropdown-item:hover,
.cid-tkzLySfAW3 .dropdown-item:focus {
  color: #b1d49f !important;
}
.cid-tkzLySfAW3 .nav-dropdown .link {
  padding: 0 0em !important;
  font-weight: 400;
}
.cid-tkzLySfAW3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tkzLySfAW3 .nav-link {
  position: relative;
  padding: 0;
}
.cid-tkzLySfAW3 .container {
  display: flex;
  margin: auto;
}
.cid-tkzLySfAW3 .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tkzLySfAW3 .dropdown-menu,
.cid-tkzLySfAW3 .navbar.opened {
  background: #ffffff !important;
}
.cid-tkzLySfAW3 .nav-item:focus,
.cid-tkzLySfAW3 .nav-link:focus {
  outline: none;
}
.cid-tkzLySfAW3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tkzLySfAW3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tkzLySfAW3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tkzLySfAW3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tkzLySfAW3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tkzLySfAW3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tkzLySfAW3 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tkzLySfAW3 .navbar.opened {
  transition: all 0.3s;
}
.cid-tkzLySfAW3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tkzLySfAW3 .navbar .navbar-logo img {
  width: auto;
}
.cid-tkzLySfAW3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tkzLySfAW3 .navbar.collapsed {
  justify-content: center;
}
.cid-tkzLySfAW3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tkzLySfAW3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tkzLySfAW3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tkzLySfAW3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tkzLySfAW3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tkzLySfAW3 .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-tkzLySfAW3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tkzLySfAW3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tkzLySfAW3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tkzLySfAW3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tkzLySfAW3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tkzLySfAW3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tkzLySfAW3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tkzLySfAW3 .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-tkzLySfAW3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tkzLySfAW3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tkzLySfAW3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tkzLySfAW3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tkzLySfAW3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tkzLySfAW3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tkzLySfAW3 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tkzLySfAW3 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tkzLySfAW3 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tkzLySfAW3 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tkzLySfAW3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tkzLySfAW3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tkzLySfAW3 .dropdown-item.active,
.cid-tkzLySfAW3 .dropdown-item:active {
  background-color: transparent;
}
.cid-tkzLySfAW3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tkzLySfAW3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tkzLySfAW3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tkzLySfAW3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tkzLySfAW3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tkzLySfAW3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tkzLySfAW3 ul.navbar-nav {
  flex-wrap: wrap;
  padding-left: 20px;
}
.cid-tkzLySfAW3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tkzLySfAW3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tkzLySfAW3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #606060;
}
.cid-tkzLySfAW3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tkzLySfAW3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tkzLySfAW3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tkzLySfAW3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tkzLySfAW3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tkzLySfAW3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tkzLySfAW3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tkzLySfAW3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tkzLySfAW3 .navbar-dropdown {
  padding: 5px 1rem;
}
.cid-tkzLySfAW3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tkzLySfAW3 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-end;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
  min-width: 250px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tkzLySfAW3 .navbar {
    height: 70px;
  }
  .cid-tkzLySfAW3 .navbar.opened {
    height: auto;
  }
  .cid-tkzLySfAW3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tkzLySfAW3 a {
  display: inline;
}
.cid-tkzLySfAW3 img {
  display: inline;
  padding-right: 10px;
}
.cid-tkzLySfAW3 .dropdown-toggle:after {
  display: none;
}
.cid-tkzLySfAW3 .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-tkzLySfAW3 .dropdown-item:hover {
  color: #606060 !important;
}
@media (max-width: 990px) {
  .cid-tkzLySfAW3 .dropdown-menu {
    margin-top: 0px;
  }
  .cid-tkzLySfAW3 .nav-dropdown .link {
    margin: 0 !important;
  }
}
.cid-tkzLySfAW3 .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-tkzLySfAW3 .nav-item {
  margin-right: 32px;
}
.cid-tkzLySfAW3 .nav-item:last-child {
  margin-right: 0;
}
@media (max-width: 970px) {
  .cid-tkzLySfAW3 ul li {
    height: 45px;
    display: list-item;
  }
}
.cid-tkzLySfAW3 .navbar-collapse.collapsing .nav-item {
  height: 45px;
}
.cid-tkzLySfAW3 .navbar-collapse.collapse.show .nav-item {
  height: 45px;
}
.cid-tkzLySfAW3 .navbar-nav {
  margin: auto;
}
.cid-tkzLySfAW3 .navbar-collapse.collapse.show ul li {
  display: list-item;
}
.cid-tkzLySfAW3 .mbr-iconfont {
  margin-left: -5px;
  margin-right: 7px;
}
.cid-tkzLySfAW3 .btn {
  padding: 1rem 1.5625rem !important;
  display: inline-block;
  line-height: 20px;
  transform-style: preserve-3d !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
.cid-tkzLySfAW3 .btn {
  border-radius: 1000px !important;
}
.cid-tkzLySfAW3 .navbar.collapsed .icons-menu {
  display: flex;
  flex-direction: column;
}
.cid-tkzLySfAW3 .navbar.collapsed .icons-menu .top {
  margin-top: 15px;
}
.cid-tkzLySfAW3 .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-tkzLySfAW3 .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.cid-tkzLySfAW3 .dropdown-item:focus {
  color: #606060 !important;
}
@media (max-width: 945px) {
  .cid-tkzLySfAW3 .icons-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-tkzLySfAW3 .top {
    margin-top: 25px;
  }
}
.cid-tkzLySfAW3 .btn:hover {
  transform: translate3d(0px, -4px, 0.01px) !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
@media (min-width: 992px) {
  .cid-tkzLySfAW3 .container,
  .cid-tkzLySfAW3 .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-tkzLySfAW3 li:last-child {
  margin-right: 0;
}
@media (max-width: 989px) {
  .cid-tkzLySfAW3 ul.navbar-nav {
    padding-left: 0;
  }
}
@media (max-width: 430px) {
  .cid-tkzLySfAW3 .icons-menu {
    min-width: initial !important;
  }
  .cid-tkzLySfAW3 a.btn {
    margin-top: 10px;
  }
}
.cid-tkzLySfAW3 a.btn > span {
  margin-left: 0.5rem;
}
.cid-tkzLySEioC {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #606060;
}
.cid-tkzLySEioC p {
  text-align: center;
}
.cid-tkzLySEioC .text-copyright {
  width: 100%;
  margin-bottom: 0;
  color: #e8eaec;
  text-align: center;
}
.cid-tkzLySEioC .img-logo-footer {
  margin-right: 1rem;
  max-width: 10rem;
}
.cid-tkzLySEioC .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #b1d49f;
}
.cid-tkzLySEioC .logo-footer {
  line-height: normal;
}
.cid-tkzLySEioC .copyright {
  display: flex;
  align-items: center;
}
.cid-tkzLySEioC .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tkzLySEioC .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-tkzLySEioC .icon-transition span {
  color: #606060;
  display: block;
  text-align: center;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 1px solid #79d4b3;
  width: 3em;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-tkzLySEioC .icon-transition span:hover {
  background-color: #79d4b3;
  color: #79d4b3;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-tkzLySEioC .social-media {
  display: flex;
  justify-content: flex-end;
}
.cid-tkzLySEioC .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-tkzLySEioC .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@media (max-width: 991px) {
  .cid-tkzLySEioC .logo-footer {
    text-align: center;
    margin: auto;
  }
  .cid-tkzLySEioC .social-media {
    justify-content: center;
    margin: auto;
    text-align: center;
  }
  .cid-tkzLySEioC .copyright {
    display: flex;
    align-items: center;
    text-align: center;
    margin: auto;
  }
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #253C57;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (max-width: 500px) {
.mbr-arrow-up {
    left: 0;
    right: 10px;
    text-align: right;
}}


h1, h2, h3, h4, h5, h6, .display-1, .display-2, .display-4, .display-5, .display-7, span, p, a {
    line-height: 1.3;
}

.mbr-arrow-up {
    bottom: 80px;
    right: 30px;
    position: fixed;
    text-align: right;
    z-index: 5000;
    color: #ffffff;
    font-size: 22px;
}

 .icons-menu {
    min-width: 200px !important;
}

.mbr-arrow-up {
    bottom: 100px;
    right: 20px;
    position: fixed;
    text-align: right;
    z-index: 5000;
    color: #ffffff;
    font-size: 22px;
}.cid-tkzLT4Cw0L {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/cris-psicologa-4-2000x1333.jpg");
}
.cid-tkzLT4Cw0L .mbr-text,
.cid-tkzLT4Cw0L .mbr-section-btn {
  color: #79d4b3;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tkzLT4Cw0L .mbr-section-title,
  .cid-tkzLT4Cw0L .mbr-section-btn,
  .cid-tkzLT4Cw0L .mbr-text {
    text-align: center;
  }
}
.cid-tkzLT4Cw0L .mbr-section-subtitle {
  color: #ffffff;
  letter-spacing: 6px;
}
.cid-tkzLT4Cw0L .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkzLT4Cw0L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkzLT5cHCl {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tkzLT5cHCl .mbr-iconfont {
  font-size: 150px;
  color: #79d4b3;
}
.cid-tkzLT5cHCl .iconfont-wrapper {
  text-align: center;
  margin: 0 -15px 30px;
}
.cid-tkzLT5cHCl .lin {
  padding-bottom: 18px;
  font-weight: 500;
  margin: 0 -15px 0px;
}
.cid-tkzLT5cHCl .mbr-section-subtitle {
  margin: 0 -15px 0px;
}
.cid-tkzLT5cHCl .btn-align {
  margin: 48px -15px 0px;
}
.cid-tkzLT5cHCl .mbr-section-subtitle,
.cid-tkzLT5cHCl .btn-align {
  text-align: justify;
  color: #606060;
}
@media (max-width: 690px) {
  .cid-tkzLT5cHCl .text {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-tkzLT5cHCl .btn {
  border-radius: 50px;
}
.cid-tkzLT5cHCl .container {
  max-width: 1100px;
}
.cid-tkzLT5y6W8 {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tkzLT5N7q5 .navbar-dropdown {
  position: relative !important;
}
.cid-tkzLT5N7q5 .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-tkzLT5N7q5 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-tkzLT5N7q5 .dropdown-item:hover,
.cid-tkzLT5N7q5 .dropdown-item:focus {
  color: #b1d49f !important;
}
.cid-tkzLT5N7q5 .nav-dropdown .link {
  padding: 0 0em !important;
  font-weight: 400;
}
.cid-tkzLT5N7q5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tkzLT5N7q5 .nav-link {
  position: relative;
  padding: 0;
}
.cid-tkzLT5N7q5 .container {
  display: flex;
  margin: auto;
}
.cid-tkzLT5N7q5 .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tkzLT5N7q5 .dropdown-menu,
.cid-tkzLT5N7q5 .navbar.opened {
  background: #ffffff !important;
}
.cid-tkzLT5N7q5 .nav-item:focus,
.cid-tkzLT5N7q5 .nav-link:focus {
  outline: none;
}
.cid-tkzLT5N7q5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tkzLT5N7q5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tkzLT5N7q5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tkzLT5N7q5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tkzLT5N7q5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tkzLT5N7q5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tkzLT5N7q5 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tkzLT5N7q5 .navbar.opened {
  transition: all 0.3s;
}
.cid-tkzLT5N7q5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tkzLT5N7q5 .navbar .navbar-logo img {
  width: auto;
}
.cid-tkzLT5N7q5 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tkzLT5N7q5 .navbar.collapsed {
  justify-content: center;
}
.cid-tkzLT5N7q5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tkzLT5N7q5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tkzLT5N7q5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tkzLT5N7q5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tkzLT5N7q5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tkzLT5N7q5 .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-tkzLT5N7q5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tkzLT5N7q5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tkzLT5N7q5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tkzLT5N7q5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tkzLT5N7q5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tkzLT5N7q5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tkzLT5N7q5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tkzLT5N7q5 .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-tkzLT5N7q5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tkzLT5N7q5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tkzLT5N7q5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tkzLT5N7q5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tkzLT5N7q5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tkzLT5N7q5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tkzLT5N7q5 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tkzLT5N7q5 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tkzLT5N7q5 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tkzLT5N7q5 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tkzLT5N7q5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tkzLT5N7q5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tkzLT5N7q5 .dropdown-item.active,
.cid-tkzLT5N7q5 .dropdown-item:active {
  background-color: transparent;
}
.cid-tkzLT5N7q5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tkzLT5N7q5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tkzLT5N7q5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tkzLT5N7q5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tkzLT5N7q5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tkzLT5N7q5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tkzLT5N7q5 ul.navbar-nav {
  flex-wrap: wrap;
  padding-left: 20px;
}
.cid-tkzLT5N7q5 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tkzLT5N7q5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tkzLT5N7q5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #606060;
}
.cid-tkzLT5N7q5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tkzLT5N7q5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tkzLT5N7q5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tkzLT5N7q5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tkzLT5N7q5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tkzLT5N7q5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tkzLT5N7q5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tkzLT5N7q5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tkzLT5N7q5 .navbar-dropdown {
  padding: 5px 1rem;
}
.cid-tkzLT5N7q5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tkzLT5N7q5 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-end;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
  min-width: 250px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tkzLT5N7q5 .navbar {
    height: 70px;
  }
  .cid-tkzLT5N7q5 .navbar.opened {
    height: auto;
  }
  .cid-tkzLT5N7q5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tkzLT5N7q5 a {
  display: inline;
}
.cid-tkzLT5N7q5 img {
  display: inline;
  padding-right: 10px;
}
.cid-tkzLT5N7q5 .dropdown-toggle:after {
  display: none;
}
.cid-tkzLT5N7q5 .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-tkzLT5N7q5 .dropdown-item:hover {
  color: #606060 !important;
}
@media (max-width: 990px) {
  .cid-tkzLT5N7q5 .dropdown-menu {
    margin-top: 0px;
  }
  .cid-tkzLT5N7q5 .nav-dropdown .link {
    margin: 0 !important;
  }
}
.cid-tkzLT5N7q5 .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-tkzLT5N7q5 .nav-item {
  margin-right: 32px;
}
.cid-tkzLT5N7q5 .nav-item:last-child {
  margin-right: 0;
}
@media (max-width: 970px) {
  .cid-tkzLT5N7q5 ul li {
    height: 45px;
    display: list-item;
  }
}
.cid-tkzLT5N7q5 .navbar-collapse.collapsing .nav-item {
  height: 45px;
}
.cid-tkzLT5N7q5 .navbar-collapse.collapse.show .nav-item {
  height: 45px;
}
.cid-tkzLT5N7q5 .navbar-nav {
  margin: auto;
}
.cid-tkzLT5N7q5 .navbar-collapse.collapse.show ul li {
  display: list-item;
}
.cid-tkzLT5N7q5 .mbr-iconfont {
  margin-left: -5px;
  margin-right: 7px;
}
.cid-tkzLT5N7q5 .btn {
  padding: 1rem 1.5625rem !important;
  display: inline-block;
  line-height: 20px;
  transform-style: preserve-3d !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
.cid-tkzLT5N7q5 .btn {
  border-radius: 1000px !important;
}
.cid-tkzLT5N7q5 .navbar.collapsed .icons-menu {
  display: flex;
  flex-direction: column;
}
.cid-tkzLT5N7q5 .navbar.collapsed .icons-menu .top {
  margin-top: 15px;
}
.cid-tkzLT5N7q5 .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-tkzLT5N7q5 .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.cid-tkzLT5N7q5 .dropdown-item:focus {
  color: #606060 !important;
}
@media (max-width: 945px) {
  .cid-tkzLT5N7q5 .icons-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-tkzLT5N7q5 .top {
    margin-top: 25px;
  }
}
.cid-tkzLT5N7q5 .btn:hover {
  transform: translate3d(0px, -4px, 0.01px) !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
@media (min-width: 992px) {
  .cid-tkzLT5N7q5 .container,
  .cid-tkzLT5N7q5 .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-tkzLT5N7q5 li:last-child {
  margin-right: 0;
}
@media (max-width: 989px) {
  .cid-tkzLT5N7q5 ul.navbar-nav {
    padding-left: 0;
  }
}
@media (max-width: 430px) {
  .cid-tkzLT5N7q5 .icons-menu {
    min-width: initial !important;
  }
  .cid-tkzLT5N7q5 a.btn {
    margin-top: 10px;
  }
}
.cid-tkzLT5N7q5 a.btn > span {
  margin-left: 0.5rem;
}
.cid-tkzLT6bQ58 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #606060;
}
.cid-tkzLT6bQ58 p {
  text-align: center;
}
.cid-tkzLT6bQ58 .text-copyright {
  width: 100%;
  margin-bottom: 0;
  color: #e8eaec;
  text-align: center;
}
.cid-tkzLT6bQ58 .img-logo-footer {
  margin-right: 1rem;
  max-width: 10rem;
}
.cid-tkzLT6bQ58 .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #b1d49f;
}
.cid-tkzLT6bQ58 .logo-footer {
  line-height: normal;
}
.cid-tkzLT6bQ58 .copyright {
  display: flex;
  align-items: center;
}
.cid-tkzLT6bQ58 .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tkzLT6bQ58 .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-tkzLT6bQ58 .icon-transition span {
  color: #606060;
  display: block;
  text-align: center;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 1px solid #79d4b3;
  width: 3em;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-tkzLT6bQ58 .icon-transition span:hover {
  background-color: #79d4b3;
  color: #79d4b3;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-tkzLT6bQ58 .social-media {
  display: flex;
  justify-content: flex-end;
}
.cid-tkzLT6bQ58 .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-tkzLT6bQ58 .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@media (max-width: 991px) {
  .cid-tkzLT6bQ58 .logo-footer {
    text-align: center;
    margin: auto;
  }
  .cid-tkzLT6bQ58 .social-media {
    justify-content: center;
    margin: auto;
    text-align: center;
  }
  .cid-tkzLT6bQ58 .copyright {
    display: flex;
    align-items: center;
    text-align: center;
    margin: auto;
  }
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #253C57;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (max-width: 500px) {
.mbr-arrow-up {
    left: 0;
    right: 10px;
    text-align: right;
}}


h1, h2, h3, h4, h5, h6, .display-1, .display-2, .display-4, .display-5, .display-7, span, p, a {
    line-height: 1.3;
}

.mbr-arrow-up {
    bottom: 80px;
    right: 30px;
    position: fixed;
    text-align: right;
    z-index: 5000;
    color: #ffffff;
    font-size: 22px;
}

 .icons-menu {
    min-width: 200px !important;
}

.mbr-arrow-up {
    bottom: 100px;
    right: 20px;
    position: fixed;
    text-align: right;
    z-index: 5000;
    color: #ffffff;
    font-size: 22px;
}.cid-tkzM5IJ4ox {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/cris-psicologa-4-2000x1333.jpg");
}
.cid-tkzM5IJ4ox .mbr-text,
.cid-tkzM5IJ4ox .mbr-section-btn {
  color: #79d4b3;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tkzM5IJ4ox .mbr-section-title,
  .cid-tkzM5IJ4ox .mbr-section-btn,
  .cid-tkzM5IJ4ox .mbr-text {
    text-align: center;
  }
}
.cid-tkzM5IJ4ox .mbr-section-subtitle {
  color: #ffffff;
  letter-spacing: 6px;
}
.cid-tkzM5IJ4ox .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkzM5IJ4ox .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkzM5JlICS {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tkzM5JlICS .mbr-iconfont {
  font-size: 150px;
  color: #79d4b3;
}
.cid-tkzM5JlICS .iconfont-wrapper {
  text-align: center;
  margin: 0 -15px 30px;
}
.cid-tkzM5JlICS .lin {
  padding-bottom: 18px;
  font-weight: 500;
  margin: 0 -15px 0px;
}
.cid-tkzM5JlICS .mbr-section-subtitle {
  margin: 0 -15px 0px;
}
.cid-tkzM5JlICS .btn-align {
  margin: 48px -15px 0px;
}
.cid-tkzM5JlICS .mbr-section-subtitle,
.cid-tkzM5JlICS .btn-align {
  text-align: justify;
  color: #606060;
}
@media (max-width: 690px) {
  .cid-tkzM5JlICS .text {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-tkzM5JlICS .btn {
  border-radius: 50px;
}
.cid-tkzM5JlICS .container {
  max-width: 1100px;
}
.cid-tkzM5JEwEY {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tkzM5JTqHV .navbar-dropdown {
  position: relative !important;
}
.cid-tkzM5JTqHV .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-tkzM5JTqHV .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-tkzM5JTqHV .dropdown-item:hover,
.cid-tkzM5JTqHV .dropdown-item:focus {
  color: #b1d49f !important;
}
.cid-tkzM5JTqHV .nav-dropdown .link {
  padding: 0 0em !important;
  font-weight: 400;
}
.cid-tkzM5JTqHV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tkzM5JTqHV .nav-link {
  position: relative;
  padding: 0;
}
.cid-tkzM5JTqHV .container {
  display: flex;
  margin: auto;
}
.cid-tkzM5JTqHV .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tkzM5JTqHV .dropdown-menu,
.cid-tkzM5JTqHV .navbar.opened {
  background: #ffffff !important;
}
.cid-tkzM5JTqHV .nav-item:focus,
.cid-tkzM5JTqHV .nav-link:focus {
  outline: none;
}
.cid-tkzM5JTqHV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tkzM5JTqHV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tkzM5JTqHV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tkzM5JTqHV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tkzM5JTqHV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tkzM5JTqHV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tkzM5JTqHV .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tkzM5JTqHV .navbar.opened {
  transition: all 0.3s;
}
.cid-tkzM5JTqHV .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tkzM5JTqHV .navbar .navbar-logo img {
  width: auto;
}
.cid-tkzM5JTqHV .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tkzM5JTqHV .navbar.collapsed {
  justify-content: center;
}
.cid-tkzM5JTqHV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tkzM5JTqHV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tkzM5JTqHV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tkzM5JTqHV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tkzM5JTqHV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tkzM5JTqHV .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-tkzM5JTqHV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tkzM5JTqHV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tkzM5JTqHV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tkzM5JTqHV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tkzM5JTqHV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tkzM5JTqHV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tkzM5JTqHV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tkzM5JTqHV .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-tkzM5JTqHV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tkzM5JTqHV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tkzM5JTqHV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tkzM5JTqHV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tkzM5JTqHV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tkzM5JTqHV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tkzM5JTqHV .navbar.navbar-short {
  min-height: 60px;
}
.cid-tkzM5JTqHV .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tkzM5JTqHV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tkzM5JTqHV .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tkzM5JTqHV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tkzM5JTqHV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tkzM5JTqHV .dropdown-item.active,
.cid-tkzM5JTqHV .dropdown-item:active {
  background-color: transparent;
}
.cid-tkzM5JTqHV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tkzM5JTqHV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tkzM5JTqHV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tkzM5JTqHV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tkzM5JTqHV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tkzM5JTqHV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tkzM5JTqHV ul.navbar-nav {
  flex-wrap: wrap;
  padding-left: 20px;
}
.cid-tkzM5JTqHV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tkzM5JTqHV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tkzM5JTqHV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #606060;
}
.cid-tkzM5JTqHV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tkzM5JTqHV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tkzM5JTqHV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tkzM5JTqHV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tkzM5JTqHV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tkzM5JTqHV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tkzM5JTqHV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tkzM5JTqHV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tkzM5JTqHV .navbar-dropdown {
  padding: 5px 1rem;
}
.cid-tkzM5JTqHV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tkzM5JTqHV .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-end;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
  min-width: 250px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tkzM5JTqHV .navbar {
    height: 70px;
  }
  .cid-tkzM5JTqHV .navbar.opened {
    height: auto;
  }
  .cid-tkzM5JTqHV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tkzM5JTqHV a {
  display: inline;
}
.cid-tkzM5JTqHV img {
  display: inline;
  padding-right: 10px;
}
.cid-tkzM5JTqHV .dropdown-toggle:after {
  display: none;
}
.cid-tkzM5JTqHV .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-tkzM5JTqHV .dropdown-item:hover {
  color: #606060 !important;
}
@media (max-width: 990px) {
  .cid-tkzM5JTqHV .dropdown-menu {
    margin-top: 0px;
  }
  .cid-tkzM5JTqHV .nav-dropdown .link {
    margin: 0 !important;
  }
}
.cid-tkzM5JTqHV .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-tkzM5JTqHV .nav-item {
  margin-right: 32px;
}
.cid-tkzM5JTqHV .nav-item:last-child {
  margin-right: 0;
}
@media (max-width: 970px) {
  .cid-tkzM5JTqHV ul li {
    height: 45px;
    display: list-item;
  }
}
.cid-tkzM5JTqHV .navbar-collapse.collapsing .nav-item {
  height: 45px;
}
.cid-tkzM5JTqHV .navbar-collapse.collapse.show .nav-item {
  height: 45px;
}
.cid-tkzM5JTqHV .navbar-nav {
  margin: auto;
}
.cid-tkzM5JTqHV .navbar-collapse.collapse.show ul li {
  display: list-item;
}
.cid-tkzM5JTqHV .mbr-iconfont {
  margin-left: -5px;
  margin-right: 7px;
}
.cid-tkzM5JTqHV .btn {
  padding: 1rem 1.5625rem !important;
  display: inline-block;
  line-height: 20px;
  transform-style: preserve-3d !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
.cid-tkzM5JTqHV .btn {
  border-radius: 1000px !important;
}
.cid-tkzM5JTqHV .navbar.collapsed .icons-menu {
  display: flex;
  flex-direction: column;
}
.cid-tkzM5JTqHV .navbar.collapsed .icons-menu .top {
  margin-top: 15px;
}
.cid-tkzM5JTqHV .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-tkzM5JTqHV .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.cid-tkzM5JTqHV .dropdown-item:focus {
  color: #606060 !important;
}
@media (max-width: 945px) {
  .cid-tkzM5JTqHV .icons-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-tkzM5JTqHV .top {
    margin-top: 25px;
  }
}
.cid-tkzM5JTqHV .btn:hover {
  transform: translate3d(0px, -4px, 0.01px) !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
@media (min-width: 992px) {
  .cid-tkzM5JTqHV .container,
  .cid-tkzM5JTqHV .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-tkzM5JTqHV li:last-child {
  margin-right: 0;
}
@media (max-width: 989px) {
  .cid-tkzM5JTqHV ul.navbar-nav {
    padding-left: 0;
  }
}
@media (max-width: 430px) {
  .cid-tkzM5JTqHV .icons-menu {
    min-width: initial !important;
  }
  .cid-tkzM5JTqHV a.btn {
    margin-top: 10px;
  }
}
.cid-tkzM5JTqHV a.btn > span {
  margin-left: 0.5rem;
}
.cid-tkzM5KjXZe {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #606060;
}
.cid-tkzM5KjXZe p {
  text-align: center;
}
.cid-tkzM5KjXZe .text-copyright {
  width: 100%;
  margin-bottom: 0;
  color: #e8eaec;
  text-align: center;
}
.cid-tkzM5KjXZe .img-logo-footer {
  margin-right: 1rem;
  max-width: 10rem;
}
.cid-tkzM5KjXZe .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #b1d49f;
}
.cid-tkzM5KjXZe .logo-footer {
  line-height: normal;
}
.cid-tkzM5KjXZe .copyright {
  display: flex;
  align-items: center;
}
.cid-tkzM5KjXZe .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tkzM5KjXZe .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-tkzM5KjXZe .icon-transition span {
  color: #606060;
  display: block;
  text-align: center;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 1px solid #79d4b3;
  width: 3em;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-tkzM5KjXZe .icon-transition span:hover {
  background-color: #79d4b3;
  color: #79d4b3;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-tkzM5KjXZe .social-media {
  display: flex;
  justify-content: flex-end;
}
.cid-tkzM5KjXZe .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-tkzM5KjXZe .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@media (max-width: 991px) {
  .cid-tkzM5KjXZe .logo-footer {
    text-align: center;
    margin: auto;
  }
  .cid-tkzM5KjXZe .social-media {
    justify-content: center;
    margin: auto;
    text-align: center;
  }
  .cid-tkzM5KjXZe .copyright {
    display: flex;
    align-items: center;
    text-align: center;
    margin: auto;
  }
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #253C57;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (max-width: 500px) {
.mbr-arrow-up {
    left: 0;
    right: 10px;
    text-align: right;
}}


h1, h2, h3, h4, h5, h6, .display-1, .display-2, .display-4, .display-5, .display-7, span, p, a {
    line-height: 1.3;
}

.mbr-arrow-up {
    bottom: 80px;
    right: 30px;
    position: fixed;
    text-align: right;
    z-index: 5000;
    color: #ffffff;
    font-size: 22px;
}

 .icons-menu {
    min-width: 200px !important;
}

.mbr-arrow-up {
    bottom: 100px;
    right: 20px;
    position: fixed;
    text-align: right;
    z-index: 5000;
    color: #ffffff;
    font-size: 22px;
}.cid-ttrfdRFPLt {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/side-view-woman-meditating-in-nature.jpg");
}
.cid-ttrfdRFPLt .mbr-text,
.cid-ttrfdRFPLt .mbr-section-btn {
  color: #b1d49f;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ttrfdRFPLt .mbr-section-title,
  .cid-ttrfdRFPLt .mbr-section-btn,
  .cid-ttrfdRFPLt .mbr-text {
    text-align: center;
  }
}
.cid-ttrfdRFPLt .mbr-section-subtitle {
  color: #ffffff;
  letter-spacing: 6px;
}
.cid-ttrfdRFPLt .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttrfdRFPLt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttrfdS2fqg {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ttrfdS2fqg h2,
.cid-ttrfdS2fqg h4,
.cid-ttrfdS2fqg p {
  margin: 0;
}
.cid-ttrfdS2fqg img {
  width: 100%;
  height: auto;
}
.cid-ttrfdS2fqg .text-elements-wrap {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-ttrfdS2fqg .text-elements-wrap {
    width: 100%;
  }
}
.cid-ttrfdS2fqg .text-elements {
  padding-left: 5%;
}
@media (max-width: 1024px) {
  .cid-ttrfdS2fqg .text-elements {
    padding-top: 5%;
    padding-left: 0;
  }
}
@media (max-width: 1024px) {
  .cid-ttrfdS2fqg .col-md-7,
  .cid-ttrfdS2fqg .col-md-5 {
    width: 100%;
  }
}
.cid-ttrfdS2fqg .mbr-section-title {
  color: #000000;
  margin-bottom: 20px;
}
.cid-ttrfdS2fqg .mbr-section-subtitle {
  margin-bottom: 6px;
}
.cid-ttrfdS2fqg .mbr-text {
  margin-top: 10px;
  margin-bottom: 30px;
  color: #606060;
  text-align: justify;
}
.cid-ttrfdS2fqg .link-wrap {
  padding-top: 25px;
}
.cid-ttrfdS2fqg .link {
  font-weight: 600;
  position: relative;
}
.cid-ttrfdS2fqg .link::after {
  content: "";
  position: absolute;
  display: inline-block;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 1px;
  line-height: 1;
  background-color: #ee3102;
  transition: transform 0.35s cubic-bezier(0.23, 0.02, 0.15, 0.9);
}
.cid-ttrfdSmyPc {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ttrfdSmyPc .mbr-text {
  color: #767676;
  text-align: justify;
}
.cid-ttrfdSmyPc h4 {
  font-weight: 500;
}
.cid-ttrfdSmyPc h4,
.cid-ttrfdSmyPc h5 {
  text-align: center;
}
.cid-ttrfdSmyPc p {
  text-align: center;
  text-weight: 400;
}
.cid-ttrfdSmyPc .card-box {
  text-align: center;
}
.cid-ttrfdSmyPc .card-img {
  font-size: 3rem;
}
.cid-ttrfdSmyPc .mbr-iconfont {
  color: #b1d49f;
}
.cid-ttrfdSmyPc .mbr-section-subtitle DIV {
  text-align: justify;
}
.cid-ttrfdSmyPc .mbr-section-subtitle {
  text-align: justify;
  line-height: 1.4;
  color: #606060;
}
.cid-ttrfdSmyPc .mbr-light {
  font-weight: 500;
}
.cid-ttrfdSU464 {
  padding-top: 0px;
  padding-bottom: 25px;
  background-color: #f2f2f2;
}
.cid-ttrfdSU464 .carousel-item.active,
.cid-ttrfdSU464 .carousel-item-next,
.cid-ttrfdSU464 .carousel-item-prev {
  display: flex;
}
.cid-ttrfdSU464 .carousel-controls a {
  transition: all .3s;
  border-radius: 50%;
  border: none;
  background-color: transparent;
}
.cid-ttrfdSU464 .carousel-controls a span {
  color: #f23801;
  font-size: 35px;
}
.cid-ttrfdSU464 .carousel-controls a:hover .mobi-mbri-left {
  transform: translateX(-5px);
}
.cid-ttrfdSU464 .carousel-controls a:hover .mobi-mbri-right {
  transform: translateX(5px);
}
.cid-ttrfdSU464 .carousel-controls .carousel-control-next,
.cid-ttrfdSU464 .carousel-controls .carousel-control-prev {
  opacity: 1;
  width: 44px;
  height: 44px;
}
.cid-ttrfdSU464 .carousel-controls .carousel-control-next {
  bottom: auto;
  top: 44%;
}
.cid-ttrfdSU464 .carousel-controls .carousel-control-prev {
  bottom: auto;
  top: 44%;
}
.cid-ttrfdSU464 .author-box {
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 546px) {
  .cid-ttrfdSU464 .author-box {
    flex-direction: column;
  }
}
.cid-ttrfdSU464 .img-box {
  margin-right: 2.3125rem;
}
@media (max-width: 546px) {
  .cid-ttrfdSU464 .img-box {
    margin-right: 0rem;
    margin-bottom: 2.3125rem;
  }
}
.cid-ttrfdSU464 .face {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
  object-fit: cover;
}
.cid-ttrfdSU464 h3,
.cid-ttrfdSU464 h4 {
  margin: 0;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-ttrfdSU464 .carousel-controls a span {
    top: auto;
    bottom: 30%;
  }
}
@media (max-width: 767px) {
  .cid-ttrfdSU464 .carousel-controls {
    display: none;
  }
  .cid-ttrfdSU464 .author-box {
    flex-direction: row;
  }
  .cid-ttrfdSU464 .img-box {
    margin-right: 1rem;
  }
}
.cid-ttrfdSU464 .mbr-card-text {
  margin-bottom: 1rem;
  color: #606060;
}
.cid-ttrfdSU464 .mbr-carg-tag {
  color: #79d4b3;
}
.cid-ttrfdSU464 .carousel-indicators {
  bottom: -65px;
}
@media (max-width: 786px) {
  .cid-ttrfdSU464 .carousel-indicators {
    bottom: -10px;
  }
}
.cid-ttrfdSU464 .carousel-indicators li {
  margin-right: 31px;
  margin-left: 31px;
  opacity: 1;
  width: 6px;
  height: 6px;
  max-width: 6px;
  max-height: 6px;
  min-width: 6px;
  min-height: 6px;
  background: #000000;
  border: none;
  position: relative;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.cid-ttrfdSU464 .carousel-indicators li:hover {
  opacity: 1 !important;
}
.cid-ttrfdSU464 .carousel-indicators li svg {
  position: absolute;
  display: block;
  width: 36px;
  height: 36px;
  z-index: 1;
  fill: none;
  color: #000000;
  stroke: none;
  overflow: visible;
}
.cid-ttrfdSU464 .carousel-indicators li svg circle {
  stroke-dasharray: 110;
  stroke-dashoffset: 110;
  stroke: #000000;
  stroke-width: 1;
  transition: all 0.6s cubic-bezier(0.43, 0.41, 0.36, 0.9);
  transform: rotate(-145deg);
  transform-origin: center;
}
.cid-ttrfdSU464 .carousel-indicators li.active {
  background: #000000;
}
.cid-ttrfdSU464 .carousel-indicators li.active circle {
  stroke-dashoffset: 0;
  transform: rotate(55deg);
}
.cid-ttrfdSU464 .h4 {
  padding-bottom: 5px;
}
.cid-ttrfdSU464 .mbr-carg-auhtor {
  color: #606060;
}
.cid-ttrfdTsyQ0 {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #f2f2f2;
}
.cid-ttrfdTJTt6 .navbar-dropdown {
  position: relative !important;
}
.cid-ttrfdTJTt6 .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-ttrfdTJTt6 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-ttrfdTJTt6 .dropdown-item:hover,
.cid-ttrfdTJTt6 .dropdown-item:focus {
  color: #b1d49f !important;
}
.cid-ttrfdTJTt6 .nav-dropdown .link {
  padding: 0 0em !important;
  font-weight: 400;
}
.cid-ttrfdTJTt6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ttrfdTJTt6 .nav-link {
  position: relative;
  padding: 0;
}
.cid-ttrfdTJTt6 .container {
  display: flex;
  margin: auto;
}
.cid-ttrfdTJTt6 .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ttrfdTJTt6 .dropdown-menu,
.cid-ttrfdTJTt6 .navbar.opened {
  background: #ffffff !important;
}
.cid-ttrfdTJTt6 .nav-item:focus,
.cid-ttrfdTJTt6 .nav-link:focus {
  outline: none;
}
.cid-ttrfdTJTt6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ttrfdTJTt6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ttrfdTJTt6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ttrfdTJTt6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ttrfdTJTt6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ttrfdTJTt6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ttrfdTJTt6 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-ttrfdTJTt6 .navbar.opened {
  transition: all 0.3s;
}
.cid-ttrfdTJTt6 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ttrfdTJTt6 .navbar .navbar-logo img {
  width: auto;
}
.cid-ttrfdTJTt6 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ttrfdTJTt6 .navbar.collapsed {
  justify-content: center;
}
.cid-ttrfdTJTt6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ttrfdTJTt6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ttrfdTJTt6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ttrfdTJTt6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttrfdTJTt6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttrfdTJTt6 .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-ttrfdTJTt6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttrfdTJTt6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ttrfdTJTt6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ttrfdTJTt6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ttrfdTJTt6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttrfdTJTt6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttrfdTJTt6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ttrfdTJTt6 .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-ttrfdTJTt6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ttrfdTJTt6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ttrfdTJTt6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ttrfdTJTt6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ttrfdTJTt6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ttrfdTJTt6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ttrfdTJTt6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-ttrfdTJTt6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ttrfdTJTt6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ttrfdTJTt6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ttrfdTJTt6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ttrfdTJTt6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ttrfdTJTt6 .dropdown-item.active,
.cid-ttrfdTJTt6 .dropdown-item:active {
  background-color: transparent;
}
.cid-ttrfdTJTt6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttrfdTJTt6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttrfdTJTt6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttrfdTJTt6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ttrfdTJTt6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ttrfdTJTt6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttrfdTJTt6 ul.navbar-nav {
  flex-wrap: wrap;
  padding-left: 20px;
}
.cid-ttrfdTJTt6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ttrfdTJTt6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ttrfdTJTt6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #606060;
}
.cid-ttrfdTJTt6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ttrfdTJTt6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttrfdTJTt6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttrfdTJTt6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ttrfdTJTt6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttrfdTJTt6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ttrfdTJTt6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ttrfdTJTt6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttrfdTJTt6 .navbar-dropdown {
  padding: 5px 1rem;
}
.cid-ttrfdTJTt6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ttrfdTJTt6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-end;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
  min-width: 250px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ttrfdTJTt6 .navbar {
    height: 70px;
  }
  .cid-ttrfdTJTt6 .navbar.opened {
    height: auto;
  }
  .cid-ttrfdTJTt6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ttrfdTJTt6 a {
  display: inline;
}
.cid-ttrfdTJTt6 img {
  display: inline;
  padding-right: 10px;
}
.cid-ttrfdTJTt6 .dropdown-toggle:after {
  display: none;
}
.cid-ttrfdTJTt6 .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-ttrfdTJTt6 .dropdown-item:hover {
  color: #606060 !important;
}
@media (max-width: 990px) {
  .cid-ttrfdTJTt6 .dropdown-menu {
    margin-top: 0px;
  }
  .cid-ttrfdTJTt6 .nav-dropdown .link {
    margin: 0 !important;
  }
}
.cid-ttrfdTJTt6 .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-ttrfdTJTt6 .nav-item {
  margin-right: 32px;
}
.cid-ttrfdTJTt6 .nav-item:last-child {
  margin-right: 0;
}
@media (max-width: 970px) {
  .cid-ttrfdTJTt6 ul li {
    height: 45px;
    display: list-item;
  }
}
.cid-ttrfdTJTt6 .navbar-collapse.collapsing .nav-item {
  height: 45px;
}
.cid-ttrfdTJTt6 .navbar-collapse.collapse.show .nav-item {
  height: 45px;
}
.cid-ttrfdTJTt6 .navbar-nav {
  margin: auto;
}
.cid-ttrfdTJTt6 .navbar-collapse.collapse.show ul li {
  display: list-item;
}
.cid-ttrfdTJTt6 .mbr-iconfont {
  margin-left: -5px;
  margin-right: 7px;
}
.cid-ttrfdTJTt6 .btn {
  padding: 1rem 1.5625rem !important;
  display: inline-block;
  line-height: 20px;
  transform-style: preserve-3d !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
.cid-ttrfdTJTt6 .btn {
  border-radius: 1000px !important;
}
.cid-ttrfdTJTt6 .navbar.collapsed .icons-menu {
  display: flex;
  flex-direction: column;
}
.cid-ttrfdTJTt6 .navbar.collapsed .icons-menu .top {
  margin-top: 15px;
}
.cid-ttrfdTJTt6 .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-ttrfdTJTt6 .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.cid-ttrfdTJTt6 .dropdown-item:focus {
  color: #606060 !important;
}
@media (max-width: 945px) {
  .cid-ttrfdTJTt6 .icons-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-ttrfdTJTt6 .top {
    margin-top: 25px;
  }
}
.cid-ttrfdTJTt6 .btn:hover {
  transform: translate3d(0px, -4px, 0.01px) !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
@media (min-width: 992px) {
  .cid-ttrfdTJTt6 .container,
  .cid-ttrfdTJTt6 .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-ttrfdTJTt6 li:last-child {
  margin-right: 0;
}
@media (max-width: 989px) {
  .cid-ttrfdTJTt6 ul.navbar-nav {
    padding-left: 0;
  }
}
@media (max-width: 430px) {
  .cid-ttrfdTJTt6 .icons-menu {
    min-width: initial !important;
  }
  .cid-ttrfdTJTt6 a.btn {
    margin-top: 10px;
  }
}
.cid-ttrfdTJTt6 a.btn > span {
  margin-left: 0.5rem;
}
.cid-ttrfdUbYAZ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #606060;
}
.cid-ttrfdUbYAZ p {
  text-align: center;
}
.cid-ttrfdUbYAZ .text-copyright {
  width: 100%;
  margin-bottom: 0;
  color: #e8eaec;
  text-align: center;
}
.cid-ttrfdUbYAZ .img-logo-footer {
  margin-right: 1rem;
  max-width: 10rem;
}
.cid-ttrfdUbYAZ .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #b1d49f;
}
.cid-ttrfdUbYAZ .logo-footer {
  line-height: normal;
}
.cid-ttrfdUbYAZ .copyright {
  display: flex;
  align-items: center;
}
.cid-ttrfdUbYAZ .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ttrfdUbYAZ .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-ttrfdUbYAZ .icon-transition span {
  color: #606060;
  display: block;
  text-align: center;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 1px solid #79d4b3;
  width: 3em;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-ttrfdUbYAZ .icon-transition span:hover {
  background-color: #79d4b3;
  color: #79d4b3;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-ttrfdUbYAZ .social-media {
  display: flex;
  justify-content: flex-end;
}
.cid-ttrfdUbYAZ .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-ttrfdUbYAZ .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@media (max-width: 991px) {
  .cid-ttrfdUbYAZ .logo-footer {
    text-align: center;
    margin: auto;
  }
  .cid-ttrfdUbYAZ .social-media {
    justify-content: center;
    margin: auto;
    text-align: center;
  }
  .cid-ttrfdUbYAZ .copyright {
    display: flex;
    align-items: center;
    text-align: center;
    margin: auto;
  }
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #253C57;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (max-width: 500px) {
.mbr-arrow-up {
    left: 0;
    right: 10px;
    text-align: right;
}}


h1, h2, h3, h4, h5, h6, .display-1, .display-2, .display-4, .display-5, .display-7, span, p, a {
    line-height: 1.3;
}

.mbr-arrow-up {
    bottom: 80px;
    right: 30px;
    position: fixed;
    text-align: right;
    z-index: 5000;
    color: #ffffff;
    font-size: 22px;
}

 .icons-menu {
    min-width: 200px !important;
}

.mbr-arrow-up {
    bottom: 100px;
    right: 20px;
    position: fixed;
    text-align: right;
    z-index: 5000;
    color: #ffffff;
    font-size: 22px;
}.cid-tuPixqJYdL {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/paper-brain-with-chat-bubbles.jpg");
}
.cid-tuPixqJYdL .mbr-text,
.cid-tuPixqJYdL .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tuPixqJYdL .mbr-section-title,
  .cid-tuPixqJYdL .mbr-section-btn,
  .cid-tuPixqJYdL .mbr-text {
    text-align: center;
  }
}
.cid-tuPixqJYdL .mbr-section-subtitle {
  color: #ffffff;
  letter-spacing: 6px;
}
.cid-tuPixqJYdL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tuPixqJYdL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tuPixqJYdL .mbr-section-title {
  color: #b1d49f;
}
.cid-tuPixqJYdL .mb-5 {
  margin-bottom: 1rem!important;
}
.cid-tuPixr6ue1 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tuPixr6ue1 h2,
.cid-tuPixr6ue1 h4,
.cid-tuPixr6ue1 p {
  margin: 0;
}
.cid-tuPixr6ue1 img {
  width: 100%;
  height: auto;
}
.cid-tuPixr6ue1 .text-elements-wrap {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tuPixr6ue1 .text-elements-wrap {
    width: 100%;
  }
}
.cid-tuPixr6ue1 .text-elements {
  padding-left: 5%;
}
@media (max-width: 1024px) {
  .cid-tuPixr6ue1 .text-elements {
    padding-top: 5%;
    padding-left: 0;
  }
}
@media (max-width: 1024px) {
  .cid-tuPixr6ue1 .col-md-7,
  .cid-tuPixr6ue1 .col-md-5 {
    width: 100%;
  }
}
.cid-tuPixr6ue1 .mbr-section-title {
  color: #000000;
  margin-bottom: 20px;
}
.cid-tuPixr6ue1 .mbr-section-subtitle {
  margin-bottom: 6px;
}
.cid-tuPixr6ue1 .mbr-text {
  margin-top: 10px;
  margin-bottom: 30px;
  color: #606060;
  text-align: justify;
}
.cid-tuPixr6ue1 .link-wrap {
  padding-top: 25px;
}
.cid-tuPixr6ue1 .link {
  font-weight: 600;
  position: relative;
}
.cid-tuPixr6ue1 .link::after {
  content: "";
  position: absolute;
  display: inline-block;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 1px;
  line-height: 1;
  background-color: #ee3102;
  transition: transform 0.35s cubic-bezier(0.23, 0.02, 0.15, 0.9);
}
.cid-tuPixrVUBc {
  padding-top: 0px;
  padding-bottom: 25px;
  background-color: #f2f2f2;
}
.cid-tuPixrVUBc .carousel-item.active,
.cid-tuPixrVUBc .carousel-item-next,
.cid-tuPixrVUBc .carousel-item-prev {
  display: flex;
}
.cid-tuPixrVUBc .carousel-controls a {
  transition: all .3s;
  border-radius: 50%;
  border: none;
  background-color: transparent;
}
.cid-tuPixrVUBc .carousel-controls a span {
  color: #f23801;
  font-size: 35px;
}
.cid-tuPixrVUBc .carousel-controls a:hover .mobi-mbri-left {
  transform: translateX(-5px);
}
.cid-tuPixrVUBc .carousel-controls a:hover .mobi-mbri-right {
  transform: translateX(5px);
}
.cid-tuPixrVUBc .carousel-controls .carousel-control-next,
.cid-tuPixrVUBc .carousel-controls .carousel-control-prev {
  opacity: 1;
  width: 44px;
  height: 44px;
}
.cid-tuPixrVUBc .carousel-controls .carousel-control-next {
  bottom: auto;
  top: 44%;
}
.cid-tuPixrVUBc .carousel-controls .carousel-control-prev {
  bottom: auto;
  top: 44%;
}
.cid-tuPixrVUBc .author-box {
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 546px) {
  .cid-tuPixrVUBc .author-box {
    flex-direction: column;
  }
}
.cid-tuPixrVUBc .img-box {
  margin-right: 2.3125rem;
}
@media (max-width: 546px) {
  .cid-tuPixrVUBc .img-box {
    margin-right: 0rem;
    margin-bottom: 2.3125rem;
  }
}
.cid-tuPixrVUBc .face {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
  object-fit: cover;
}
.cid-tuPixrVUBc h3,
.cid-tuPixrVUBc h4 {
  margin: 0;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tuPixrVUBc .carousel-controls a span {
    top: auto;
    bottom: 30%;
  }
}
@media (max-width: 767px) {
  .cid-tuPixrVUBc .carousel-controls {
    display: none;
  }
  .cid-tuPixrVUBc .author-box {
    flex-direction: row;
  }
  .cid-tuPixrVUBc .img-box {
    margin-right: 1rem;
  }
}
.cid-tuPixrVUBc .mbr-card-text {
  margin-bottom: 1rem;
  color: #606060;
}
.cid-tuPixrVUBc .mbr-carg-tag {
  color: #79d4b3;
}
.cid-tuPixrVUBc .carousel-indicators {
  bottom: -65px;
}
@media (max-width: 786px) {
  .cid-tuPixrVUBc .carousel-indicators {
    bottom: -10px;
  }
}
.cid-tuPixrVUBc .carousel-indicators li {
  margin-right: 31px;
  margin-left: 31px;
  opacity: 1;
  width: 6px;
  height: 6px;
  max-width: 6px;
  max-height: 6px;
  min-width: 6px;
  min-height: 6px;
  background: #000000;
  border: none;
  position: relative;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.cid-tuPixrVUBc .carousel-indicators li:hover {
  opacity: 1 !important;
}
.cid-tuPixrVUBc .carousel-indicators li svg {
  position: absolute;
  display: block;
  width: 36px;
  height: 36px;
  z-index: 1;
  fill: none;
  color: #000000;
  stroke: none;
  overflow: visible;
}
.cid-tuPixrVUBc .carousel-indicators li svg circle {
  stroke-dasharray: 110;
  stroke-dashoffset: 110;
  stroke: #000000;
  stroke-width: 1;
  transition: all 0.6s cubic-bezier(0.43, 0.41, 0.36, 0.9);
  transform: rotate(-145deg);
  transform-origin: center;
}
.cid-tuPixrVUBc .carousel-indicators li.active {
  background: #000000;
}
.cid-tuPixrVUBc .carousel-indicators li.active circle {
  stroke-dashoffset: 0;
  transform: rotate(55deg);
}
.cid-tuPixrVUBc .h4 {
  padding-bottom: 5px;
}
.cid-tuPixrVUBc .mbr-carg-auhtor {
  color: #606060;
}
.cid-tuPixsumZh {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #f2f2f2;
}
.cid-tuPixsLjy4 .navbar-dropdown {
  position: relative !important;
}
.cid-tuPixsLjy4 .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-tuPixsLjy4 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-tuPixsLjy4 .dropdown-item:hover,
.cid-tuPixsLjy4 .dropdown-item:focus {
  color: #b1d49f !important;
}
.cid-tuPixsLjy4 .nav-dropdown .link {
  padding: 0 0em !important;
  font-weight: 400;
}
.cid-tuPixsLjy4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tuPixsLjy4 .nav-link {
  position: relative;
  padding: 0;
}
.cid-tuPixsLjy4 .container {
  display: flex;
  margin: auto;
}
.cid-tuPixsLjy4 .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tuPixsLjy4 .dropdown-menu,
.cid-tuPixsLjy4 .navbar.opened {
  background: #ffffff !important;
}
.cid-tuPixsLjy4 .nav-item:focus,
.cid-tuPixsLjy4 .nav-link:focus {
  outline: none;
}
.cid-tuPixsLjy4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tuPixsLjy4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tuPixsLjy4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tuPixsLjy4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tuPixsLjy4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tuPixsLjy4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tuPixsLjy4 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tuPixsLjy4 .navbar.opened {
  transition: all 0.3s;
}
.cid-tuPixsLjy4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tuPixsLjy4 .navbar .navbar-logo img {
  width: auto;
}
.cid-tuPixsLjy4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tuPixsLjy4 .navbar.collapsed {
  justify-content: center;
}
.cid-tuPixsLjy4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tuPixsLjy4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tuPixsLjy4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tuPixsLjy4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tuPixsLjy4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tuPixsLjy4 .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-tuPixsLjy4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tuPixsLjy4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tuPixsLjy4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tuPixsLjy4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tuPixsLjy4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tuPixsLjy4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tuPixsLjy4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tuPixsLjy4 .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-tuPixsLjy4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tuPixsLjy4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tuPixsLjy4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tuPixsLjy4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tuPixsLjy4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tuPixsLjy4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tuPixsLjy4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tuPixsLjy4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tuPixsLjy4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tuPixsLjy4 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tuPixsLjy4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tuPixsLjy4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tuPixsLjy4 .dropdown-item.active,
.cid-tuPixsLjy4 .dropdown-item:active {
  background-color: transparent;
}
.cid-tuPixsLjy4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tuPixsLjy4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tuPixsLjy4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tuPixsLjy4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tuPixsLjy4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tuPixsLjy4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tuPixsLjy4 ul.navbar-nav {
  flex-wrap: wrap;
  padding-left: 20px;
}
.cid-tuPixsLjy4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tuPixsLjy4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tuPixsLjy4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #606060;
}
.cid-tuPixsLjy4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tuPixsLjy4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tuPixsLjy4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tuPixsLjy4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tuPixsLjy4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tuPixsLjy4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tuPixsLjy4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tuPixsLjy4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tuPixsLjy4 .navbar-dropdown {
  padding: 5px 1rem;
}
.cid-tuPixsLjy4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tuPixsLjy4 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-end;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
  min-width: 250px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tuPixsLjy4 .navbar {
    height: 70px;
  }
  .cid-tuPixsLjy4 .navbar.opened {
    height: auto;
  }
  .cid-tuPixsLjy4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tuPixsLjy4 a {
  display: inline;
}
.cid-tuPixsLjy4 img {
  display: inline;
  padding-right: 10px;
}
.cid-tuPixsLjy4 .dropdown-toggle:after {
  display: none;
}
.cid-tuPixsLjy4 .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-tuPixsLjy4 .dropdown-item:hover {
  color: #606060 !important;
}
@media (max-width: 990px) {
  .cid-tuPixsLjy4 .dropdown-menu {
    margin-top: 0px;
  }
  .cid-tuPixsLjy4 .nav-dropdown .link {
    margin: 0 !important;
  }
}
.cid-tuPixsLjy4 .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-tuPixsLjy4 .nav-item {
  margin-right: 32px;
}
.cid-tuPixsLjy4 .nav-item:last-child {
  margin-right: 0;
}
@media (max-width: 970px) {
  .cid-tuPixsLjy4 ul li {
    height: 45px;
    display: list-item;
  }
}
.cid-tuPixsLjy4 .navbar-collapse.collapsing .nav-item {
  height: 45px;
}
.cid-tuPixsLjy4 .navbar-collapse.collapse.show .nav-item {
  height: 45px;
}
.cid-tuPixsLjy4 .navbar-nav {
  margin: auto;
}
.cid-tuPixsLjy4 .navbar-collapse.collapse.show ul li {
  display: list-item;
}
.cid-tuPixsLjy4 .mbr-iconfont {
  margin-left: -5px;
  margin-right: 7px;
}
.cid-tuPixsLjy4 .btn {
  padding: 1rem 1.5625rem !important;
  display: inline-block;
  line-height: 20px;
  transform-style: preserve-3d !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
.cid-tuPixsLjy4 .btn {
  border-radius: 1000px !important;
}
.cid-tuPixsLjy4 .navbar.collapsed .icons-menu {
  display: flex;
  flex-direction: column;
}
.cid-tuPixsLjy4 .navbar.collapsed .icons-menu .top {
  margin-top: 15px;
}
.cid-tuPixsLjy4 .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-tuPixsLjy4 .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.cid-tuPixsLjy4 .dropdown-item:focus {
  color: #606060 !important;
}
@media (max-width: 945px) {
  .cid-tuPixsLjy4 .icons-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-tuPixsLjy4 .top {
    margin-top: 25px;
  }
}
.cid-tuPixsLjy4 .btn:hover {
  transform: translate3d(0px, -4px, 0.01px) !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
@media (min-width: 992px) {
  .cid-tuPixsLjy4 .container,
  .cid-tuPixsLjy4 .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-tuPixsLjy4 li:last-child {
  margin-right: 0;
}
@media (max-width: 989px) {
  .cid-tuPixsLjy4 ul.navbar-nav {
    padding-left: 0;
  }
}
@media (max-width: 430px) {
  .cid-tuPixsLjy4 .icons-menu {
    min-width: initial !important;
  }
  .cid-tuPixsLjy4 a.btn {
    margin-top: 10px;
  }
}
.cid-tuPixsLjy4 a.btn > span {
  margin-left: 0.5rem;
}
.cid-tuPixtb1sh {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #606060;
}
.cid-tuPixtb1sh p {
  text-align: center;
}
.cid-tuPixtb1sh .text-copyright {
  width: 100%;
  margin-bottom: 0;
  color: #e8eaec;
  text-align: center;
}
.cid-tuPixtb1sh .img-logo-footer {
  margin-right: 1rem;
  max-width: 10rem;
}
.cid-tuPixtb1sh .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #b1d49f;
}
.cid-tuPixtb1sh .logo-footer {
  line-height: normal;
}
.cid-tuPixtb1sh .copyright {
  display: flex;
  align-items: center;
}
.cid-tuPixtb1sh .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tuPixtb1sh .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-tuPixtb1sh .icon-transition span {
  color: #606060;
  display: block;
  text-align: center;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 1px solid #79d4b3;
  width: 3em;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-tuPixtb1sh .icon-transition span:hover {
  background-color: #79d4b3;
  color: #79d4b3;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-tuPixtb1sh .social-media {
  display: flex;
  justify-content: flex-end;
}
.cid-tuPixtb1sh .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-tuPixtb1sh .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@media (max-width: 991px) {
  .cid-tuPixtb1sh .logo-footer {
    text-align: center;
    margin: auto;
  }
  .cid-tuPixtb1sh .social-media {
    justify-content: center;
    margin: auto;
    text-align: center;
  }
  .cid-tuPixtb1sh .copyright {
    display: flex;
    align-items: center;
    text-align: center;
    margin: auto;
  }
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #253C57;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (max-width: 500px) {
.mbr-arrow-up {
    left: 0;
    right: 10px;
    text-align: right;
}}


h1, h2, h3, h4, h5, h6, .display-1, .display-2, .display-4, .display-5, .display-7, span, p, a {
    line-height: 1.3;
}

.mbr-arrow-up {
    bottom: 80px;
    right: 30px;
    position: fixed;
    text-align: right;
    z-index: 5000;
    color: #ffffff;
    font-size: 22px;
}

 .icons-menu {
    min-width: 200px !important;
}

.mbr-arrow-up {
    bottom: 100px;
    right: 20px;
    position: fixed;
    text-align: right;
    z-index: 5000;
    color: #ffffff;
    font-size: 22px;
}.cid-twb20RQuut {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/homem-com-uma-camisa-tem-um-copo-nas-maos-guy-esta-sentado-no-bar-e-segurando-sua-cabeca.jpg");
}
.cid-twb20RQuut .mbr-text,
.cid-twb20RQuut .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-twb20RQuut .mbr-section-title,
  .cid-twb20RQuut .mbr-section-btn,
  .cid-twb20RQuut .mbr-text {
    text-align: center;
  }
}
.cid-twb20RQuut .mbr-section-subtitle {
  color: #ffffff;
  letter-spacing: 6px;
}
.cid-twb20RQuut .mbr-fallback-image.disabled {
  display: none;
}
.cid-twb20RQuut .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twb20RQuut .mbr-section-title {
  color: #b1d49f;
}
.cid-twb20RQuut .mb-5 {
  margin-bottom: 1rem!important;
}
.cid-twb20ScFfH {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-twb20ScFfH h2,
.cid-twb20ScFfH h4,
.cid-twb20ScFfH p {
  margin: 0;
}
.cid-twb20ScFfH img {
  width: 100%;
  height: auto;
}
.cid-twb20ScFfH .text-elements-wrap {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-twb20ScFfH .text-elements-wrap {
    width: 100%;
  }
}
.cid-twb20ScFfH .text-elements {
  padding-left: 5%;
}
@media (max-width: 1024px) {
  .cid-twb20ScFfH .text-elements {
    padding-top: 5%;
    padding-left: 0;
  }
}
@media (max-width: 1024px) {
  .cid-twb20ScFfH .col-md-7,
  .cid-twb20ScFfH .col-md-5 {
    width: 100%;
  }
}
.cid-twb20ScFfH .mbr-section-title {
  color: #000000;
  margin-bottom: 20px;
}
.cid-twb20ScFfH .mbr-section-subtitle {
  margin-bottom: 6px;
}
.cid-twb20ScFfH .mbr-text {
  margin-top: 10px;
  margin-bottom: 30px;
  color: #606060;
  text-align: justify;
}
.cid-twb20ScFfH .link-wrap {
  padding-top: 25px;
}
.cid-twb20ScFfH .link {
  font-weight: 600;
  position: relative;
}
.cid-twb20ScFfH .link::after {
  content: "";
  position: absolute;
  display: inline-block;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 1px;
  line-height: 1;
  background-color: #ee3102;
  transition: transform 0.35s cubic-bezier(0.23, 0.02, 0.15, 0.9);
}
.cid-twb2KJ8SLY {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-twb2KJ8SLY .mbr-text {
  color: #767676;
  text-align: justify;
}
.cid-twb2KJ8SLY h4 {
  font-weight: 500;
}
.cid-twb2KJ8SLY h4,
.cid-twb2KJ8SLY h5 {
  text-align: center;
}
.cid-twb2KJ8SLY p {
  text-align: center;
  text-weight: 400;
}
.cid-twb2KJ8SLY .card-box {
  text-align: center;
}
.cid-twb2KJ8SLY .card-img {
  font-size: 3rem;
}
.cid-twb2KJ8SLY .mbr-iconfont {
  color: #b1d49f;
}
.cid-twb2KJ8SLY .mbr-section-subtitle DIV {
  text-align: justify;
}
.cid-twb2KJ8SLY .mbr-section-subtitle {
  text-align: justify;
  line-height: 1.4;
  color: #606060;
}
.cid-twb2KJ8SLY .mbr-light {
  font-weight: 500;
}
.cid-twb20St6Wy {
  padding-top: 0px;
  padding-bottom: 25px;
  background-color: #f2f2f2;
}
.cid-twb20St6Wy .carousel-item.active,
.cid-twb20St6Wy .carousel-item-next,
.cid-twb20St6Wy .carousel-item-prev {
  display: flex;
}
.cid-twb20St6Wy .carousel-controls a {
  transition: all .3s;
  border-radius: 50%;
  border: none;
  background-color: transparent;
}
.cid-twb20St6Wy .carousel-controls a span {
  color: #f23801;
  font-size: 35px;
}
.cid-twb20St6Wy .carousel-controls a:hover .mobi-mbri-left {
  transform: translateX(-5px);
}
.cid-twb20St6Wy .carousel-controls a:hover .mobi-mbri-right {
  transform: translateX(5px);
}
.cid-twb20St6Wy .carousel-controls .carousel-control-next,
.cid-twb20St6Wy .carousel-controls .carousel-control-prev {
  opacity: 1;
  width: 44px;
  height: 44px;
}
.cid-twb20St6Wy .carousel-controls .carousel-control-next {
  bottom: auto;
  top: 44%;
}
.cid-twb20St6Wy .carousel-controls .carousel-control-prev {
  bottom: auto;
  top: 44%;
}
.cid-twb20St6Wy .author-box {
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 546px) {
  .cid-twb20St6Wy .author-box {
    flex-direction: column;
  }
}
.cid-twb20St6Wy .img-box {
  margin-right: 2.3125rem;
}
@media (max-width: 546px) {
  .cid-twb20St6Wy .img-box {
    margin-right: 0rem;
    margin-bottom: 2.3125rem;
  }
}
.cid-twb20St6Wy .face {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
  object-fit: cover;
}
.cid-twb20St6Wy h3,
.cid-twb20St6Wy h4 {
  margin: 0;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-twb20St6Wy .carousel-controls a span {
    top: auto;
    bottom: 30%;
  }
}
@media (max-width: 767px) {
  .cid-twb20St6Wy .carousel-controls {
    display: none;
  }
  .cid-twb20St6Wy .author-box {
    flex-direction: row;
  }
  .cid-twb20St6Wy .img-box {
    margin-right: 1rem;
  }
}
.cid-twb20St6Wy .mbr-card-text {
  margin-bottom: 1rem;
  color: #606060;
}
.cid-twb20St6Wy .mbr-carg-tag {
  color: #79d4b3;
}
.cid-twb20St6Wy .carousel-indicators {
  bottom: -65px;
}
@media (max-width: 786px) {
  .cid-twb20St6Wy .carousel-indicators {
    bottom: -10px;
  }
}
.cid-twb20St6Wy .carousel-indicators li {
  margin-right: 31px;
  margin-left: 31px;
  opacity: 1;
  width: 6px;
  height: 6px;
  max-width: 6px;
  max-height: 6px;
  min-width: 6px;
  min-height: 6px;
  background: #000000;
  border: none;
  position: relative;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.cid-twb20St6Wy .carousel-indicators li:hover {
  opacity: 1 !important;
}
.cid-twb20St6Wy .carousel-indicators li svg {
  position: absolute;
  display: block;
  width: 36px;
  height: 36px;
  z-index: 1;
  fill: none;
  color: #000000;
  stroke: none;
  overflow: visible;
}
.cid-twb20St6Wy .carousel-indicators li svg circle {
  stroke-dasharray: 110;
  stroke-dashoffset: 110;
  stroke: #000000;
  stroke-width: 1;
  transition: all 0.6s cubic-bezier(0.43, 0.41, 0.36, 0.9);
  transform: rotate(-145deg);
  transform-origin: center;
}
.cid-twb20St6Wy .carousel-indicators li.active {
  background: #000000;
}
.cid-twb20St6Wy .carousel-indicators li.active circle {
  stroke-dashoffset: 0;
  transform: rotate(55deg);
}
.cid-twb20St6Wy .h4 {
  padding-bottom: 5px;
}
.cid-twb20St6Wy .mbr-carg-auhtor {
  color: #606060;
}
.cid-twb20SYTL6 {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #f2f2f2;
}
.cid-twb20Tbgzh .navbar-dropdown {
  position: relative !important;
}
.cid-twb20Tbgzh .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-twb20Tbgzh .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-twb20Tbgzh .dropdown-item:hover,
.cid-twb20Tbgzh .dropdown-item:focus {
  color: #b1d49f !important;
}
.cid-twb20Tbgzh .nav-dropdown .link {
  padding: 0 0em !important;
  font-weight: 400;
}
.cid-twb20Tbgzh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-twb20Tbgzh .nav-link {
  position: relative;
  padding: 0;
}
.cid-twb20Tbgzh .container {
  display: flex;
  margin: auto;
}
.cid-twb20Tbgzh .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-twb20Tbgzh .dropdown-menu,
.cid-twb20Tbgzh .navbar.opened {
  background: #ffffff !important;
}
.cid-twb20Tbgzh .nav-item:focus,
.cid-twb20Tbgzh .nav-link:focus {
  outline: none;
}
.cid-twb20Tbgzh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-twb20Tbgzh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-twb20Tbgzh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-twb20Tbgzh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-twb20Tbgzh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-twb20Tbgzh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-twb20Tbgzh .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-twb20Tbgzh .navbar.opened {
  transition: all 0.3s;
}
.cid-twb20Tbgzh .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-twb20Tbgzh .navbar .navbar-logo img {
  width: auto;
}
.cid-twb20Tbgzh .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-twb20Tbgzh .navbar.collapsed {
  justify-content: center;
}
.cid-twb20Tbgzh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-twb20Tbgzh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-twb20Tbgzh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-twb20Tbgzh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-twb20Tbgzh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-twb20Tbgzh .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-twb20Tbgzh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-twb20Tbgzh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-twb20Tbgzh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-twb20Tbgzh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-twb20Tbgzh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-twb20Tbgzh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-twb20Tbgzh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-twb20Tbgzh .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-twb20Tbgzh .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-twb20Tbgzh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-twb20Tbgzh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-twb20Tbgzh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-twb20Tbgzh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-twb20Tbgzh .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-twb20Tbgzh .navbar.navbar-short {
  min-height: 60px;
}
.cid-twb20Tbgzh .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-twb20Tbgzh .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-twb20Tbgzh .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-twb20Tbgzh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-twb20Tbgzh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-twb20Tbgzh .dropdown-item.active,
.cid-twb20Tbgzh .dropdown-item:active {
  background-color: transparent;
}
.cid-twb20Tbgzh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-twb20Tbgzh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-twb20Tbgzh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-twb20Tbgzh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-twb20Tbgzh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-twb20Tbgzh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-twb20Tbgzh ul.navbar-nav {
  flex-wrap: wrap;
  padding-left: 20px;
}
.cid-twb20Tbgzh .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-twb20Tbgzh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-twb20Tbgzh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #606060;
}
.cid-twb20Tbgzh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-twb20Tbgzh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-twb20Tbgzh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-twb20Tbgzh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-twb20Tbgzh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-twb20Tbgzh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-twb20Tbgzh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-twb20Tbgzh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-twb20Tbgzh .navbar-dropdown {
  padding: 5px 1rem;
}
.cid-twb20Tbgzh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-twb20Tbgzh .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-end;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
  min-width: 250px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-twb20Tbgzh .navbar {
    height: 70px;
  }
  .cid-twb20Tbgzh .navbar.opened {
    height: auto;
  }
  .cid-twb20Tbgzh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-twb20Tbgzh a {
  display: inline;
}
.cid-twb20Tbgzh img {
  display: inline;
  padding-right: 10px;
}
.cid-twb20Tbgzh .dropdown-toggle:after {
  display: none;
}
.cid-twb20Tbgzh .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-twb20Tbgzh .dropdown-item:hover {
  color: #606060 !important;
}
@media (max-width: 990px) {
  .cid-twb20Tbgzh .dropdown-menu {
    margin-top: 0px;
  }
  .cid-twb20Tbgzh .nav-dropdown .link {
    margin: 0 !important;
  }
}
.cid-twb20Tbgzh .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-twb20Tbgzh .nav-item {
  margin-right: 32px;
}
.cid-twb20Tbgzh .nav-item:last-child {
  margin-right: 0;
}
@media (max-width: 970px) {
  .cid-twb20Tbgzh ul li {
    height: 45px;
    display: list-item;
  }
}
.cid-twb20Tbgzh .navbar-collapse.collapsing .nav-item {
  height: 45px;
}
.cid-twb20Tbgzh .navbar-collapse.collapse.show .nav-item {
  height: 45px;
}
.cid-twb20Tbgzh .navbar-nav {
  margin: auto;
}
.cid-twb20Tbgzh .navbar-collapse.collapse.show ul li {
  display: list-item;
}
.cid-twb20Tbgzh .mbr-iconfont {
  margin-left: -5px;
  margin-right: 7px;
}
.cid-twb20Tbgzh .btn {
  padding: 1rem 1.5625rem !important;
  display: inline-block;
  line-height: 20px;
  transform-style: preserve-3d !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
.cid-twb20Tbgzh .btn {
  border-radius: 1000px !important;
}
.cid-twb20Tbgzh .navbar.collapsed .icons-menu {
  display: flex;
  flex-direction: column;
}
.cid-twb20Tbgzh .navbar.collapsed .icons-menu .top {
  margin-top: 15px;
}
.cid-twb20Tbgzh .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-twb20Tbgzh .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.cid-twb20Tbgzh .dropdown-item:focus {
  color: #606060 !important;
}
@media (max-width: 945px) {
  .cid-twb20Tbgzh .icons-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-twb20Tbgzh .top {
    margin-top: 25px;
  }
}
.cid-twb20Tbgzh .btn:hover {
  transform: translate3d(0px, -4px, 0.01px) !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
@media (min-width: 992px) {
  .cid-twb20Tbgzh .container,
  .cid-twb20Tbgzh .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-twb20Tbgzh li:last-child {
  margin-right: 0;
}
@media (max-width: 989px) {
  .cid-twb20Tbgzh ul.navbar-nav {
    padding-left: 0;
  }
}
@media (max-width: 430px) {
  .cid-twb20Tbgzh .icons-menu {
    min-width: initial !important;
  }
  .cid-twb20Tbgzh a.btn {
    margin-top: 10px;
  }
}
.cid-twb20Tbgzh a.btn > span {
  margin-left: 0.5rem;
}
.cid-twb20TxZyT {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #606060;
}
.cid-twb20TxZyT p {
  text-align: center;
}
.cid-twb20TxZyT .text-copyright {
  width: 100%;
  margin-bottom: 0;
  color: #e8eaec;
  text-align: center;
}
.cid-twb20TxZyT .img-logo-footer {
  margin-right: 1rem;
  max-width: 10rem;
}
.cid-twb20TxZyT .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #b1d49f;
}
.cid-twb20TxZyT .logo-footer {
  line-height: normal;
}
.cid-twb20TxZyT .copyright {
  display: flex;
  align-items: center;
}
.cid-twb20TxZyT .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-twb20TxZyT .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-twb20TxZyT .icon-transition span {
  color: #606060;
  display: block;
  text-align: center;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 1px solid #79d4b3;
  width: 3em;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-twb20TxZyT .icon-transition span:hover {
  background-color: #79d4b3;
  color: #79d4b3;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-twb20TxZyT .social-media {
  display: flex;
  justify-content: flex-end;
}
.cid-twb20TxZyT .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-twb20TxZyT .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@media (max-width: 991px) {
  .cid-twb20TxZyT .logo-footer {
    text-align: center;
    margin: auto;
  }
  .cid-twb20TxZyT .social-media {
    justify-content: center;
    margin: auto;
    text-align: center;
  }
  .cid-twb20TxZyT .copyright {
    display: flex;
    align-items: center;
    text-align: center;
    margin: auto;
  }
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #253C57;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (max-width: 500px) {
.mbr-arrow-up {
    left: 0;
    right: 10px;
    text-align: right;
}}


h1, h2, h3, h4, h5, h6, .display-1, .display-2, .display-4, .display-5, .display-7, span, p, a {
    line-height: 1.3;
}

.mbr-arrow-up {
    bottom: 80px;
    right: 30px;
    position: fixed;
    text-align: right;
    z-index: 5000;
    color: #ffffff;
    font-size: 22px;
}

 .icons-menu {
    min-width: 200px !important;
}

.mbr-arrow-up {
    bottom: 100px;
    right: 20px;
    position: fixed;
    text-align: right;
    z-index: 5000;
    color: #ffffff;
    font-size: 22px;
}.cid-tkzBRcfS9Y .navbar-dropdown {
  position: relative !important;
}
.cid-tkzBRcfS9Y .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-tkzBRcfS9Y .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-tkzBRcfS9Y .dropdown-item:hover,
.cid-tkzBRcfS9Y .dropdown-item:focus {
  color: #b1d49f !important;
}
.cid-tkzBRcfS9Y .nav-dropdown .link {
  padding: 0 0em !important;
  font-weight: 400;
}
.cid-tkzBRcfS9Y .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tkzBRcfS9Y .nav-link {
  position: relative;
  padding: 0;
}
.cid-tkzBRcfS9Y .container {
  display: flex;
  margin: auto;
}
.cid-tkzBRcfS9Y .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tkzBRcfS9Y .dropdown-menu,
.cid-tkzBRcfS9Y .navbar.opened {
  background: #ffffff !important;
}
.cid-tkzBRcfS9Y .nav-item:focus,
.cid-tkzBRcfS9Y .nav-link:focus {
  outline: none;
}
.cid-tkzBRcfS9Y .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tkzBRcfS9Y .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tkzBRcfS9Y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tkzBRcfS9Y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tkzBRcfS9Y .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tkzBRcfS9Y .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tkzBRcfS9Y .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tkzBRcfS9Y .navbar.opened {
  transition: all 0.3s;
}
.cid-tkzBRcfS9Y .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tkzBRcfS9Y .navbar .navbar-logo img {
  width: auto;
}
.cid-tkzBRcfS9Y .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tkzBRcfS9Y .navbar.collapsed {
  justify-content: center;
}
.cid-tkzBRcfS9Y .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tkzBRcfS9Y .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tkzBRcfS9Y .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tkzBRcfS9Y .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tkzBRcfS9Y .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tkzBRcfS9Y .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-tkzBRcfS9Y .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tkzBRcfS9Y .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tkzBRcfS9Y .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tkzBRcfS9Y .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tkzBRcfS9Y .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tkzBRcfS9Y .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tkzBRcfS9Y .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tkzBRcfS9Y .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-tkzBRcfS9Y .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tkzBRcfS9Y .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tkzBRcfS9Y .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tkzBRcfS9Y .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tkzBRcfS9Y .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tkzBRcfS9Y .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tkzBRcfS9Y .navbar.navbar-short {
  min-height: 60px;
}
.cid-tkzBRcfS9Y .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tkzBRcfS9Y .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tkzBRcfS9Y .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tkzBRcfS9Y .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tkzBRcfS9Y .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tkzBRcfS9Y .dropdown-item.active,
.cid-tkzBRcfS9Y .dropdown-item:active {
  background-color: transparent;
}
.cid-tkzBRcfS9Y .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tkzBRcfS9Y .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tkzBRcfS9Y .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tkzBRcfS9Y .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tkzBRcfS9Y .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tkzBRcfS9Y .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tkzBRcfS9Y ul.navbar-nav {
  flex-wrap: wrap;
  padding-left: 20px;
}
.cid-tkzBRcfS9Y .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tkzBRcfS9Y button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tkzBRcfS9Y button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #606060;
}
.cid-tkzBRcfS9Y button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tkzBRcfS9Y button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tkzBRcfS9Y button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tkzBRcfS9Y button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tkzBRcfS9Y nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tkzBRcfS9Y nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tkzBRcfS9Y nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tkzBRcfS9Y nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tkzBRcfS9Y .navbar-dropdown {
  padding: 5px 1rem;
}
.cid-tkzBRcfS9Y a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tkzBRcfS9Y .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-end;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
  min-width: 250px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tkzBRcfS9Y .navbar {
    height: 70px;
  }
  .cid-tkzBRcfS9Y .navbar.opened {
    height: auto;
  }
  .cid-tkzBRcfS9Y .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tkzBRcfS9Y a {
  display: inline;
}
.cid-tkzBRcfS9Y img {
  display: inline;
  padding-right: 10px;
}
.cid-tkzBRcfS9Y .dropdown-toggle:after {
  display: none;
}
.cid-tkzBRcfS9Y .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-tkzBRcfS9Y .dropdown-item:hover {
  color: #606060 !important;
}
@media (max-width: 990px) {
  .cid-tkzBRcfS9Y .dropdown-menu {
    margin-top: 0px;
  }
  .cid-tkzBRcfS9Y .nav-dropdown .link {
    margin: 0 !important;
  }
}
.cid-tkzBRcfS9Y .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-tkzBRcfS9Y .nav-item {
  margin-right: 32px;
}
.cid-tkzBRcfS9Y .nav-item:last-child {
  margin-right: 0;
}
@media (max-width: 970px) {
  .cid-tkzBRcfS9Y ul li {
    height: 45px;
    display: list-item;
  }
}
.cid-tkzBRcfS9Y .navbar-collapse.collapsing .nav-item {
  height: 45px;
}
.cid-tkzBRcfS9Y .navbar-collapse.collapse.show .nav-item {
  height: 45px;
}
.cid-tkzBRcfS9Y .navbar-nav {
  margin: auto;
}
.cid-tkzBRcfS9Y .navbar-collapse.collapse.show ul li {
  display: list-item;
}
.cid-tkzBRcfS9Y .mbr-iconfont {
  margin-left: -5px;
  margin-right: 7px;
}
.cid-tkzBRcfS9Y .btn {
  padding: 1rem 1.5625rem !important;
  display: inline-block;
  line-height: 20px;
  transform-style: preserve-3d !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
.cid-tkzBRcfS9Y .btn {
  border-radius: 1000px !important;
}
.cid-tkzBRcfS9Y .navbar.collapsed .icons-menu {
  display: flex;
  flex-direction: column;
}
.cid-tkzBRcfS9Y .navbar.collapsed .icons-menu .top {
  margin-top: 15px;
}
.cid-tkzBRcfS9Y .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-tkzBRcfS9Y .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.cid-tkzBRcfS9Y .dropdown-item:focus {
  color: #606060 !important;
}
@media (max-width: 945px) {
  .cid-tkzBRcfS9Y .icons-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-tkzBRcfS9Y .top {
    margin-top: 25px;
  }
}
.cid-tkzBRcfS9Y .btn:hover {
  transform: translate3d(0px, -4px, 0.01px) !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
@media (min-width: 992px) {
  .cid-tkzBRcfS9Y .container,
  .cid-tkzBRcfS9Y .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-tkzBRcfS9Y li:last-child {
  margin-right: 0;
}
@media (max-width: 989px) {
  .cid-tkzBRcfS9Y ul.navbar-nav {
    padding-left: 0;
  }
}
@media (max-width: 430px) {
  .cid-tkzBRcfS9Y .icons-menu {
    min-width: initial !important;
  }
  .cid-tkzBRcfS9Y a.btn {
    margin-top: 10px;
  }
}
.cid-tkzBRcfS9Y a.btn > span {
  margin-left: 0.5rem;
}
.cid-twb18sp9q6 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #efefef;
}
.cid-twb18sp9q6 .item-wrapper {
  position: relative;
  border-radius: 0px;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-twb18sp9q6 .item-content {
  background: #efefef;
  transition: all 0.3s;
  border: 2px solid #e1e1e1;
  border-top: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 1rem 2rem;
}
.cid-twb18sp9q6 .item-content:hover {
  background: #ffffff;
  border-color: #ffffff;
  box-shadow: 0px 16px 32px 0px #0000000a;
}
@media (max-width: 767px) {
  .cid-twb18sp9q6 .item-content {
    padding: 1rem 1.5rem;
  }
}
.cid-twb18sp9q6 .img-text {
  position: absolute;
  bottom: -1rem;
  left: 2rem;
  padding: 0.5rem 1rem;
  background: #79d4b3;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-twb18sp9q6 .img-text {
    left: 1rem;
  }
}
.cid-twb18sp9q6 img,
.cid-twb18sp9q6 .item-img {
  position: relative;
  width: 100%;
  height: 100%;
  height: 225px;
  object-fit: cover;
}
.cid-twb18sp9q6 .item:focus,
.cid-twb18sp9q6 span:focus {
  outline: none;
}
.cid-twb18sp9q6 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-twb18sp9q6 .mbr-section-title {
  color: #606060;
}
.cid-twb18sp9q6 .mbr-text,
.cid-twb18sp9q6 .mbr-section-btn {
  text-align: center;
  color: #777777;
}
.cid-twb18sp9q6 .item-title {
  text-align: center;
  color: #606060;
  line-height: 1.1;
}
.cid-twb18sp9q6 .item-subtitle {
  text-align: left;
  color: #1b2026;
}
.cid-twb18sp9q6 .mbr-section-subtitle {
  color: #777777;
}
.cid-twb18sp9q6 h1,
.cid-twb18sp9q6 h2,
.cid-twb18sp9q6 h3,
.cid-twb18sp9q6 h4,
.cid-twb18sp9q6 h5,
.cid-twb18sp9q6 h6,
.cid-twb18sp9q6 .display-1,
.cid-twb18sp9q6 .display-2,
.cid-twb18sp9q6 .display-4,
.cid-twb18sp9q6 .display-5,
.cid-twb18sp9q6 .display-7,
.cid-twb18sp9q6 span,
.cid-twb18sp9q6 p,
.cid-twb18sp9q6 a {
  line-height: 1.2;
}
.cid-tkzD8BI4CI {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #606060;
}
.cid-tkzD8BI4CI p {
  text-align: center;
}
.cid-tkzD8BI4CI .text-copyright {
  width: 100%;
  margin-bottom: 0;
  color: #e8eaec;
  text-align: center;
}
.cid-tkzD8BI4CI .img-logo-footer {
  margin-right: 1rem;
  max-width: 10rem;
}
.cid-tkzD8BI4CI .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #b1d49f;
}
.cid-tkzD8BI4CI .logo-footer {
  line-height: normal;
}
.cid-tkzD8BI4CI .copyright {
  display: flex;
  align-items: center;
}
.cid-tkzD8BI4CI .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tkzD8BI4CI .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-tkzD8BI4CI .icon-transition span {
  color: #606060;
  display: block;
  text-align: center;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 1px solid #79d4b3;
  width: 3em;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-tkzD8BI4CI .icon-transition span:hover {
  background-color: #79d4b3;
  color: #79d4b3;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-tkzD8BI4CI .social-media {
  display: flex;
  justify-content: flex-end;
}
.cid-tkzD8BI4CI .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-tkzD8BI4CI .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@media (max-width: 991px) {
  .cid-tkzD8BI4CI .logo-footer {
    text-align: center;
    margin: auto;
  }
  .cid-tkzD8BI4CI .social-media {
    justify-content: center;
    margin: auto;
    text-align: center;
  }
  .cid-tkzD8BI4CI .copyright {
    display: flex;
    align-items: center;
    text-align: center;
    margin: auto;
  }
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #253C57;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (max-width: 500px) {
.mbr-arrow-up {
    left: 0;
    right: 10px;
    text-align: right;
}}


h1, h2, h3, h4, h5, h6, .display-1, .display-2, .display-4, .display-5, .display-7, span, p, a {
    line-height: 1.3;
}

.mbr-arrow-up {
    bottom: 80px;
    right: 30px;
    position: fixed;
    text-align: right;
    z-index: 5000;
    color: #ffffff;
    font-size: 22px;
}

 .icons-menu {
    min-width: 200px !important;
}

.mbr-arrow-up {
    bottom: 100px;
    right: 20px;
    position: fixed;
    text-align: right;
    z-index: 5000;
    color: #ffffff;
    font-size: 22px;
}.cid-tE3VUW3RYY {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/escravo-do-conceito-de-midia-social-mao-travada-por-cabo-e-telefone-celular-2000x1166.jpg");
}
.cid-tE3VUW3RYY .mbr-text,
.cid-tE3VUW3RYY .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tE3VUW3RYY .mbr-section-title,
  .cid-tE3VUW3RYY .mbr-section-btn,
  .cid-tE3VUW3RYY .mbr-text {
    text-align: center;
  }
}
.cid-tE3VUW3RYY .mbr-section-subtitle {
  color: #ffffff;
  letter-spacing: 6px;
}
.cid-tE3VUW3RYY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tE3VUW3RYY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tE3VUW3RYY .mbr-section-title {
  color: #b1d49f;
}
.cid-tE3VUW3RYY .mb-5 {
  margin-bottom: 1rem!important;
}
.cid-tE3VUWnllB {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tE3VUWnllB h2,
.cid-tE3VUWnllB h4,
.cid-tE3VUWnllB p {
  margin: 0;
}
.cid-tE3VUWnllB img {
  width: 100%;
  height: auto;
}
.cid-tE3VUWnllB .text-elements-wrap {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tE3VUWnllB .text-elements-wrap {
    width: 100%;
  }
}
.cid-tE3VUWnllB .text-elements {
  padding-left: 5%;
}
@media (max-width: 1024px) {
  .cid-tE3VUWnllB .text-elements {
    padding-top: 5%;
    padding-left: 0;
  }
}
@media (max-width: 1024px) {
  .cid-tE3VUWnllB .col-md-7,
  .cid-tE3VUWnllB .col-md-5 {
    width: 100%;
  }
}
.cid-tE3VUWnllB .mbr-section-title {
  color: #000000;
  margin-bottom: 20px;
}
.cid-tE3VUWnllB .mbr-section-subtitle {
  margin-bottom: 6px;
}
.cid-tE3VUWnllB .mbr-text {
  margin-top: 10px;
  margin-bottom: 30px;
  color: #606060;
  text-align: justify;
}
.cid-tE3VUWnllB .link-wrap {
  padding-top: 25px;
}
.cid-tE3VUWnllB .link {
  font-weight: 600;
  position: relative;
}
.cid-tE3VUWnllB .link::after {
  content: "";
  position: absolute;
  display: inline-block;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 1px;
  line-height: 1;
  background-color: #ee3102;
  transition: transform 0.35s cubic-bezier(0.23, 0.02, 0.15, 0.9);
}
.cid-tE3VUWG1V8 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tE3VUWG1V8 .mbr-text {
  color: #767676;
  text-align: justify;
}
.cid-tE3VUWG1V8 h4 {
  font-weight: 500;
}
.cid-tE3VUWG1V8 h4,
.cid-tE3VUWG1V8 h5 {
  text-align: center;
}
.cid-tE3VUWG1V8 p {
  text-align: center;
  text-weight: 400;
}
.cid-tE3VUWG1V8 .card-box {
  text-align: center;
}
.cid-tE3VUWG1V8 .card-img {
  font-size: 3rem;
}
.cid-tE3VUWG1V8 .mbr-iconfont {
  color: #b1d49f;
}
.cid-tE3VUWG1V8 .mbr-section-subtitle DIV {
  text-align: justify;
}
.cid-tE3VUWG1V8 .mbr-section-subtitle {
  text-align: justify;
  line-height: 1.4;
  color: #606060;
}
.cid-tE3VUWG1V8 .mbr-light {
  font-weight: 500;
}
.cid-tE3VUXc6Jk {
  padding-top: 0px;
  padding-bottom: 25px;
  background-color: #f2f2f2;
}
.cid-tE3VUXc6Jk .carousel-item.active,
.cid-tE3VUXc6Jk .carousel-item-next,
.cid-tE3VUXc6Jk .carousel-item-prev {
  display: flex;
}
.cid-tE3VUXc6Jk .carousel-controls a {
  transition: all .3s;
  border-radius: 50%;
  border: none;
  background-color: transparent;
}
.cid-tE3VUXc6Jk .carousel-controls a span {
  color: #f23801;
  font-size: 35px;
}
.cid-tE3VUXc6Jk .carousel-controls a:hover .mobi-mbri-left {
  transform: translateX(-5px);
}
.cid-tE3VUXc6Jk .carousel-controls a:hover .mobi-mbri-right {
  transform: translateX(5px);
}
.cid-tE3VUXc6Jk .carousel-controls .carousel-control-next,
.cid-tE3VUXc6Jk .carousel-controls .carousel-control-prev {
  opacity: 1;
  width: 44px;
  height: 44px;
}
.cid-tE3VUXc6Jk .carousel-controls .carousel-control-next {
  bottom: auto;
  top: 44%;
}
.cid-tE3VUXc6Jk .carousel-controls .carousel-control-prev {
  bottom: auto;
  top: 44%;
}
.cid-tE3VUXc6Jk .author-box {
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 546px) {
  .cid-tE3VUXc6Jk .author-box {
    flex-direction: column;
  }
}
.cid-tE3VUXc6Jk .img-box {
  margin-right: 2.3125rem;
}
@media (max-width: 546px) {
  .cid-tE3VUXc6Jk .img-box {
    margin-right: 0rem;
    margin-bottom: 2.3125rem;
  }
}
.cid-tE3VUXc6Jk .face {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
  object-fit: cover;
}
.cid-tE3VUXc6Jk h3,
.cid-tE3VUXc6Jk h4 {
  margin: 0;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tE3VUXc6Jk .carousel-controls a span {
    top: auto;
    bottom: 30%;
  }
}
@media (max-width: 767px) {
  .cid-tE3VUXc6Jk .carousel-controls {
    display: none;
  }
  .cid-tE3VUXc6Jk .author-box {
    flex-direction: row;
  }
  .cid-tE3VUXc6Jk .img-box {
    margin-right: 1rem;
  }
}
.cid-tE3VUXc6Jk .mbr-card-text {
  margin-bottom: 1rem;
  color: #606060;
}
.cid-tE3VUXc6Jk .mbr-carg-tag {
  color: #79d4b3;
}
.cid-tE3VUXc6Jk .carousel-indicators {
  bottom: -65px;
}
@media (max-width: 786px) {
  .cid-tE3VUXc6Jk .carousel-indicators {
    bottom: -10px;
  }
}
.cid-tE3VUXc6Jk .carousel-indicators li {
  margin-right: 31px;
  margin-left: 31px;
  opacity: 1;
  width: 6px;
  height: 6px;
  max-width: 6px;
  max-height: 6px;
  min-width: 6px;
  min-height: 6px;
  background: #000000;
  border: none;
  position: relative;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.cid-tE3VUXc6Jk .carousel-indicators li:hover {
  opacity: 1 !important;
}
.cid-tE3VUXc6Jk .carousel-indicators li svg {
  position: absolute;
  display: block;
  width: 36px;
  height: 36px;
  z-index: 1;
  fill: none;
  color: #000000;
  stroke: none;
  overflow: visible;
}
.cid-tE3VUXc6Jk .carousel-indicators li svg circle {
  stroke-dasharray: 110;
  stroke-dashoffset: 110;
  stroke: #000000;
  stroke-width: 1;
  transition: all 0.6s cubic-bezier(0.43, 0.41, 0.36, 0.9);
  transform: rotate(-145deg);
  transform-origin: center;
}
.cid-tE3VUXc6Jk .carousel-indicators li.active {
  background: #000000;
}
.cid-tE3VUXc6Jk .carousel-indicators li.active circle {
  stroke-dashoffset: 0;
  transform: rotate(55deg);
}
.cid-tE3VUXc6Jk .h4 {
  padding-bottom: 5px;
}
.cid-tE3VUXc6Jk .mbr-carg-auhtor {
  color: #606060;
}
.cid-tE3VUXLknq {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #f2f2f2;
}
.cid-tE3VUY140G .navbar-dropdown {
  position: relative !important;
}
.cid-tE3VUY140G .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-tE3VUY140G .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-tE3VUY140G .dropdown-item:hover,
.cid-tE3VUY140G .dropdown-item:focus {
  color: #b1d49f !important;
}
.cid-tE3VUY140G .nav-dropdown .link {
  padding: 0 0em !important;
  font-weight: 400;
}
.cid-tE3VUY140G .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tE3VUY140G .nav-link {
  position: relative;
  padding: 0;
}
.cid-tE3VUY140G .container {
  display: flex;
  margin: auto;
}
.cid-tE3VUY140G .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tE3VUY140G .dropdown-menu,
.cid-tE3VUY140G .navbar.opened {
  background: #ffffff !important;
}
.cid-tE3VUY140G .nav-item:focus,
.cid-tE3VUY140G .nav-link:focus {
  outline: none;
}
.cid-tE3VUY140G .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tE3VUY140G .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tE3VUY140G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tE3VUY140G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tE3VUY140G .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tE3VUY140G .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tE3VUY140G .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tE3VUY140G .navbar.opened {
  transition: all 0.3s;
}
.cid-tE3VUY140G .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tE3VUY140G .navbar .navbar-logo img {
  width: auto;
}
.cid-tE3VUY140G .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tE3VUY140G .navbar.collapsed {
  justify-content: center;
}
.cid-tE3VUY140G .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tE3VUY140G .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tE3VUY140G .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tE3VUY140G .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tE3VUY140G .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tE3VUY140G .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-tE3VUY140G .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tE3VUY140G .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tE3VUY140G .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tE3VUY140G .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tE3VUY140G .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tE3VUY140G .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tE3VUY140G .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tE3VUY140G .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-tE3VUY140G .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tE3VUY140G .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tE3VUY140G .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tE3VUY140G .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tE3VUY140G .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tE3VUY140G .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tE3VUY140G .navbar.navbar-short {
  min-height: 60px;
}
.cid-tE3VUY140G .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tE3VUY140G .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tE3VUY140G .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tE3VUY140G .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tE3VUY140G .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tE3VUY140G .dropdown-item.active,
.cid-tE3VUY140G .dropdown-item:active {
  background-color: transparent;
}
.cid-tE3VUY140G .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tE3VUY140G .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tE3VUY140G .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tE3VUY140G .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tE3VUY140G .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tE3VUY140G .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tE3VUY140G ul.navbar-nav {
  flex-wrap: wrap;
  padding-left: 20px;
}
.cid-tE3VUY140G .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tE3VUY140G button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tE3VUY140G button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #606060;
}
.cid-tE3VUY140G button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tE3VUY140G button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tE3VUY140G button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tE3VUY140G button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tE3VUY140G nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tE3VUY140G nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tE3VUY140G nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tE3VUY140G nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tE3VUY140G .navbar-dropdown {
  padding: 5px 1rem;
}
.cid-tE3VUY140G a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tE3VUY140G .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-end;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
  min-width: 250px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tE3VUY140G .navbar {
    height: 70px;
  }
  .cid-tE3VUY140G .navbar.opened {
    height: auto;
  }
  .cid-tE3VUY140G .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tE3VUY140G a {
  display: inline;
}
.cid-tE3VUY140G img {
  display: inline;
  padding-right: 10px;
}
.cid-tE3VUY140G .dropdown-toggle:after {
  display: none;
}
.cid-tE3VUY140G .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-tE3VUY140G .dropdown-item:hover {
  color: #606060 !important;
}
@media (max-width: 990px) {
  .cid-tE3VUY140G .dropdown-menu {
    margin-top: 0px;
  }
  .cid-tE3VUY140G .nav-dropdown .link {
    margin: 0 !important;
  }
}
.cid-tE3VUY140G .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-tE3VUY140G .nav-item {
  margin-right: 32px;
}
.cid-tE3VUY140G .nav-item:last-child {
  margin-right: 0;
}
@media (max-width: 970px) {
  .cid-tE3VUY140G ul li {
    height: 45px;
    display: list-item;
  }
}
.cid-tE3VUY140G .navbar-collapse.collapsing .nav-item {
  height: 45px;
}
.cid-tE3VUY140G .navbar-collapse.collapse.show .nav-item {
  height: 45px;
}
.cid-tE3VUY140G .navbar-nav {
  margin: auto;
}
.cid-tE3VUY140G .navbar-collapse.collapse.show ul li {
  display: list-item;
}
.cid-tE3VUY140G .mbr-iconfont {
  margin-left: -5px;
  margin-right: 7px;
}
.cid-tE3VUY140G .btn {
  padding: 1rem 1.5625rem !important;
  display: inline-block;
  line-height: 20px;
  transform-style: preserve-3d !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
.cid-tE3VUY140G .btn {
  border-radius: 1000px !important;
}
.cid-tE3VUY140G .navbar.collapsed .icons-menu {
  display: flex;
  flex-direction: column;
}
.cid-tE3VUY140G .navbar.collapsed .icons-menu .top {
  margin-top: 15px;
}
.cid-tE3VUY140G .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-tE3VUY140G .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.cid-tE3VUY140G .dropdown-item:focus {
  color: #606060 !important;
}
@media (max-width: 945px) {
  .cid-tE3VUY140G .icons-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-tE3VUY140G .top {
    margin-top: 25px;
  }
}
.cid-tE3VUY140G .btn:hover {
  transform: translate3d(0px, -4px, 0.01px) !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
@media (min-width: 992px) {
  .cid-tE3VUY140G .container,
  .cid-tE3VUY140G .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-tE3VUY140G li:last-child {
  margin-right: 0;
}
@media (max-width: 989px) {
  .cid-tE3VUY140G ul.navbar-nav {
    padding-left: 0;
  }
}
@media (max-width: 430px) {
  .cid-tE3VUY140G .icons-menu {
    min-width: initial !important;
  }
  .cid-tE3VUY140G a.btn {
    margin-top: 10px;
  }
}
.cid-tE3VUY140G a.btn > span {
  margin-left: 0.5rem;
}
.cid-tE3VUYAzvU {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #606060;
}
.cid-tE3VUYAzvU p {
  text-align: center;
}
.cid-tE3VUYAzvU .text-copyright {
  width: 100%;
  margin-bottom: 0;
  color: #e8eaec;
  text-align: center;
}
.cid-tE3VUYAzvU .img-logo-footer {
  margin-right: 1rem;
  max-width: 10rem;
}
.cid-tE3VUYAzvU .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #b1d49f;
}
.cid-tE3VUYAzvU .logo-footer {
  line-height: normal;
}
.cid-tE3VUYAzvU .copyright {
  display: flex;
  align-items: center;
}
.cid-tE3VUYAzvU .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tE3VUYAzvU .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-tE3VUYAzvU .icon-transition span {
  color: #606060;
  display: block;
  text-align: center;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 1px solid #79d4b3;
  width: 3em;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-tE3VUYAzvU .icon-transition span:hover {
  background-color: #79d4b3;
  color: #79d4b3;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-tE3VUYAzvU .social-media {
  display: flex;
  justify-content: flex-end;
}
.cid-tE3VUYAzvU .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-tE3VUYAzvU .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@media (max-width: 991px) {
  .cid-tE3VUYAzvU .logo-footer {
    text-align: center;
    margin: auto;
  }
  .cid-tE3VUYAzvU .social-media {
    justify-content: center;
    margin: auto;
    text-align: center;
  }
  .cid-tE3VUYAzvU .copyright {
    display: flex;
    align-items: center;
    text-align: center;
    margin: auto;
  }
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #253C57;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (max-width: 500px) {
.mbr-arrow-up {
    left: 0;
    right: 10px;
    text-align: right;
}}


h1, h2, h3, h4, h5, h6, .display-1, .display-2, .display-4, .display-5, .display-7, span, p, a {
    line-height: 1.3;
}

.mbr-arrow-up {
    bottom: 80px;
    right: 30px;
    position: fixed;
    text-align: right;
    z-index: 5000;
    color: #ffffff;
    font-size: 22px;
}

 .icons-menu {
    min-width: 200px !important;
}

.mbr-arrow-up {
    bottom: 100px;
    right: 20px;
    position: fixed;
    text-align: right;
    z-index: 5000;
    color: #ffffff;
    font-size: 22px;
}.cid-tG3jEpZ7UY {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/vista-frontal-triste-adolescente-sendo-vitima-de-cyberbullying-2000x1333.jpg");
}
.cid-tG3jEpZ7UY .mbr-text,
.cid-tG3jEpZ7UY .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tG3jEpZ7UY .mbr-section-title,
  .cid-tG3jEpZ7UY .mbr-section-btn,
  .cid-tG3jEpZ7UY .mbr-text {
    text-align: center;
  }
}
.cid-tG3jEpZ7UY .mbr-section-subtitle {
  color: #ffffff;
  letter-spacing: 6px;
}
.cid-tG3jEpZ7UY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tG3jEpZ7UY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tG3jEpZ7UY .mbr-section-title {
  color: #b1d49f;
}
.cid-tG3jEpZ7UY .mb-5 {
  margin-bottom: 1rem!important;
}
.cid-tG3jEqkYJZ {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tG3jEqkYJZ h2,
.cid-tG3jEqkYJZ h4,
.cid-tG3jEqkYJZ p {
  margin: 0;
}
.cid-tG3jEqkYJZ img {
  width: 100%;
  height: auto;
}
.cid-tG3jEqkYJZ .text-elements-wrap {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tG3jEqkYJZ .text-elements-wrap {
    width: 100%;
  }
}
.cid-tG3jEqkYJZ .text-elements {
  padding-left: 5%;
}
@media (max-width: 1024px) {
  .cid-tG3jEqkYJZ .text-elements {
    padding-top: 5%;
    padding-left: 0;
  }
}
@media (max-width: 1024px) {
  .cid-tG3jEqkYJZ .col-md-7,
  .cid-tG3jEqkYJZ .col-md-5 {
    width: 100%;
  }
}
.cid-tG3jEqkYJZ .mbr-section-title {
  color: #000000;
  margin-bottom: 20px;
}
.cid-tG3jEqkYJZ .mbr-section-subtitle {
  margin-bottom: 6px;
}
.cid-tG3jEqkYJZ .mbr-text {
  margin-top: 10px;
  margin-bottom: 30px;
  color: #606060;
  text-align: justify;
}
.cid-tG3jEqkYJZ .link-wrap {
  padding-top: 25px;
}
.cid-tG3jEqkYJZ .link {
  font-weight: 600;
  position: relative;
}
.cid-tG3jEqkYJZ .link::after {
  content: "";
  position: absolute;
  display: inline-block;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 1px;
  line-height: 1;
  background-color: #ee3102;
  transition: transform 0.35s cubic-bezier(0.23, 0.02, 0.15, 0.9);
}
.cid-tG3jEqCBI1 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tG3jEqCBI1 .mbr-text {
  color: #767676;
  text-align: justify;
}
.cid-tG3jEqCBI1 h4 {
  font-weight: 500;
}
.cid-tG3jEqCBI1 h4,
.cid-tG3jEqCBI1 h5 {
  text-align: center;
}
.cid-tG3jEqCBI1 p {
  text-align: center;
  text-weight: 400;
}
.cid-tG3jEqCBI1 .card-box {
  text-align: center;
}
.cid-tG3jEqCBI1 .card-img {
  font-size: 3rem;
}
.cid-tG3jEqCBI1 .mbr-iconfont {
  color: #b1d49f;
}
.cid-tG3jEqCBI1 .mbr-section-subtitle DIV {
  text-align: justify;
}
.cid-tG3jEqCBI1 .mbr-section-subtitle {
  text-align: justify;
  line-height: 1.4;
  color: #606060;
}
.cid-tG3jEqCBI1 .mbr-light {
  font-weight: 500;
}
.cid-tG3jEr82yL {
  padding-top: 0px;
  padding-bottom: 25px;
  background-color: #f2f2f2;
}
.cid-tG3jEr82yL .carousel-item.active,
.cid-tG3jEr82yL .carousel-item-next,
.cid-tG3jEr82yL .carousel-item-prev {
  display: flex;
}
.cid-tG3jEr82yL .carousel-controls a {
  transition: all .3s;
  border-radius: 50%;
  border: none;
  background-color: transparent;
}
.cid-tG3jEr82yL .carousel-controls a span {
  color: #f23801;
  font-size: 35px;
}
.cid-tG3jEr82yL .carousel-controls a:hover .mobi-mbri-left {
  transform: translateX(-5px);
}
.cid-tG3jEr82yL .carousel-controls a:hover .mobi-mbri-right {
  transform: translateX(5px);
}
.cid-tG3jEr82yL .carousel-controls .carousel-control-next,
.cid-tG3jEr82yL .carousel-controls .carousel-control-prev {
  opacity: 1;
  width: 44px;
  height: 44px;
}
.cid-tG3jEr82yL .carousel-controls .carousel-control-next {
  bottom: auto;
  top: 44%;
}
.cid-tG3jEr82yL .carousel-controls .carousel-control-prev {
  bottom: auto;
  top: 44%;
}
.cid-tG3jEr82yL .author-box {
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 546px) {
  .cid-tG3jEr82yL .author-box {
    flex-direction: column;
  }
}
.cid-tG3jEr82yL .img-box {
  margin-right: 2.3125rem;
}
@media (max-width: 546px) {
  .cid-tG3jEr82yL .img-box {
    margin-right: 0rem;
    margin-bottom: 2.3125rem;
  }
}
.cid-tG3jEr82yL .face {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
  object-fit: cover;
}
.cid-tG3jEr82yL h3,
.cid-tG3jEr82yL h4 {
  margin: 0;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tG3jEr82yL .carousel-controls a span {
    top: auto;
    bottom: 30%;
  }
}
@media (max-width: 767px) {
  .cid-tG3jEr82yL .carousel-controls {
    display: none;
  }
  .cid-tG3jEr82yL .author-box {
    flex-direction: row;
  }
  .cid-tG3jEr82yL .img-box {
    margin-right: 1rem;
  }
}
.cid-tG3jEr82yL .mbr-card-text {
  margin-bottom: 1rem;
  color: #606060;
}
.cid-tG3jEr82yL .mbr-carg-tag {
  color: #79d4b3;
}
.cid-tG3jEr82yL .carousel-indicators {
  bottom: -65px;
}
@media (max-width: 786px) {
  .cid-tG3jEr82yL .carousel-indicators {
    bottom: -10px;
  }
}
.cid-tG3jEr82yL .carousel-indicators li {
  margin-right: 31px;
  margin-left: 31px;
  opacity: 1;
  width: 6px;
  height: 6px;
  max-width: 6px;
  max-height: 6px;
  min-width: 6px;
  min-height: 6px;
  background: #000000;
  border: none;
  position: relative;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.cid-tG3jEr82yL .carousel-indicators li:hover {
  opacity: 1 !important;
}
.cid-tG3jEr82yL .carousel-indicators li svg {
  position: absolute;
  display: block;
  width: 36px;
  height: 36px;
  z-index: 1;
  fill: none;
  color: #000000;
  stroke: none;
  overflow: visible;
}
.cid-tG3jEr82yL .carousel-indicators li svg circle {
  stroke-dasharray: 110;
  stroke-dashoffset: 110;
  stroke: #000000;
  stroke-width: 1;
  transition: all 0.6s cubic-bezier(0.43, 0.41, 0.36, 0.9);
  transform: rotate(-145deg);
  transform-origin: center;
}
.cid-tG3jEr82yL .carousel-indicators li.active {
  background: #000000;
}
.cid-tG3jEr82yL .carousel-indicators li.active circle {
  stroke-dashoffset: 0;
  transform: rotate(55deg);
}
.cid-tG3jEr82yL .h4 {
  padding-bottom: 5px;
}
.cid-tG3jEr82yL .mbr-carg-auhtor {
  color: #606060;
}
.cid-tG3jErFCKr {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #f2f2f2;
}
.cid-tG3jErTWk4 .navbar-dropdown {
  position: relative !important;
}
.cid-tG3jErTWk4 .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-tG3jErTWk4 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-tG3jErTWk4 .dropdown-item:hover,
.cid-tG3jErTWk4 .dropdown-item:focus {
  color: #b1d49f !important;
}
.cid-tG3jErTWk4 .nav-dropdown .link {
  padding: 0 0em !important;
  font-weight: 400;
}
.cid-tG3jErTWk4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tG3jErTWk4 .nav-link {
  position: relative;
  padding: 0;
}
.cid-tG3jErTWk4 .container {
  display: flex;
  margin: auto;
}
.cid-tG3jErTWk4 .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tG3jErTWk4 .dropdown-menu,
.cid-tG3jErTWk4 .navbar.opened {
  background: #ffffff !important;
}
.cid-tG3jErTWk4 .nav-item:focus,
.cid-tG3jErTWk4 .nav-link:focus {
  outline: none;
}
.cid-tG3jErTWk4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tG3jErTWk4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tG3jErTWk4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tG3jErTWk4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tG3jErTWk4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tG3jErTWk4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tG3jErTWk4 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tG3jErTWk4 .navbar.opened {
  transition: all 0.3s;
}
.cid-tG3jErTWk4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tG3jErTWk4 .navbar .navbar-logo img {
  width: auto;
}
.cid-tG3jErTWk4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tG3jErTWk4 .navbar.collapsed {
  justify-content: center;
}
.cid-tG3jErTWk4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tG3jErTWk4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tG3jErTWk4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tG3jErTWk4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tG3jErTWk4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tG3jErTWk4 .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-tG3jErTWk4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tG3jErTWk4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tG3jErTWk4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tG3jErTWk4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tG3jErTWk4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tG3jErTWk4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tG3jErTWk4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tG3jErTWk4 .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-tG3jErTWk4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tG3jErTWk4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tG3jErTWk4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tG3jErTWk4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tG3jErTWk4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tG3jErTWk4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tG3jErTWk4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tG3jErTWk4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tG3jErTWk4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tG3jErTWk4 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tG3jErTWk4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tG3jErTWk4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tG3jErTWk4 .dropdown-item.active,
.cid-tG3jErTWk4 .dropdown-item:active {
  background-color: transparent;
}
.cid-tG3jErTWk4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tG3jErTWk4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tG3jErTWk4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tG3jErTWk4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tG3jErTWk4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tG3jErTWk4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tG3jErTWk4 ul.navbar-nav {
  flex-wrap: wrap;
  padding-left: 20px;
}
.cid-tG3jErTWk4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tG3jErTWk4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tG3jErTWk4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #606060;
}
.cid-tG3jErTWk4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tG3jErTWk4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tG3jErTWk4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tG3jErTWk4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tG3jErTWk4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tG3jErTWk4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tG3jErTWk4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tG3jErTWk4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tG3jErTWk4 .navbar-dropdown {
  padding: 5px 1rem;
}
.cid-tG3jErTWk4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tG3jErTWk4 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-end;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
  min-width: 250px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tG3jErTWk4 .navbar {
    height: 70px;
  }
  .cid-tG3jErTWk4 .navbar.opened {
    height: auto;
  }
  .cid-tG3jErTWk4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tG3jErTWk4 a {
  display: inline;
}
.cid-tG3jErTWk4 img {
  display: inline;
  padding-right: 10px;
}
.cid-tG3jErTWk4 .dropdown-toggle:after {
  display: none;
}
.cid-tG3jErTWk4 .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-tG3jErTWk4 .dropdown-item:hover {
  color: #606060 !important;
}
@media (max-width: 990px) {
  .cid-tG3jErTWk4 .dropdown-menu {
    margin-top: 0px;
  }
  .cid-tG3jErTWk4 .nav-dropdown .link {
    margin: 0 !important;
  }
}
.cid-tG3jErTWk4 .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-tG3jErTWk4 .nav-item {
  margin-right: 32px;
}
.cid-tG3jErTWk4 .nav-item:last-child {
  margin-right: 0;
}
@media (max-width: 970px) {
  .cid-tG3jErTWk4 ul li {
    height: 45px;
    display: list-item;
  }
}
.cid-tG3jErTWk4 .navbar-collapse.collapsing .nav-item {
  height: 45px;
}
.cid-tG3jErTWk4 .navbar-collapse.collapse.show .nav-item {
  height: 45px;
}
.cid-tG3jErTWk4 .navbar-nav {
  margin: auto;
}
.cid-tG3jErTWk4 .navbar-collapse.collapse.show ul li {
  display: list-item;
}
.cid-tG3jErTWk4 .mbr-iconfont {
  margin-left: -5px;
  margin-right: 7px;
}
.cid-tG3jErTWk4 .btn {
  padding: 1rem 1.5625rem !important;
  display: inline-block;
  line-height: 20px;
  transform-style: preserve-3d !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
.cid-tG3jErTWk4 .btn {
  border-radius: 1000px !important;
}
.cid-tG3jErTWk4 .navbar.collapsed .icons-menu {
  display: flex;
  flex-direction: column;
}
.cid-tG3jErTWk4 .navbar.collapsed .icons-menu .top {
  margin-top: 15px;
}
.cid-tG3jErTWk4 .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-tG3jErTWk4 .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.cid-tG3jErTWk4 .dropdown-item:focus {
  color: #606060 !important;
}
@media (max-width: 945px) {
  .cid-tG3jErTWk4 .icons-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-tG3jErTWk4 .top {
    margin-top: 25px;
  }
}
.cid-tG3jErTWk4 .btn:hover {
  transform: translate3d(0px, -4px, 0.01px) !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
@media (min-width: 992px) {
  .cid-tG3jErTWk4 .container,
  .cid-tG3jErTWk4 .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-tG3jErTWk4 li:last-child {
  margin-right: 0;
}
@media (max-width: 989px) {
  .cid-tG3jErTWk4 ul.navbar-nav {
    padding-left: 0;
  }
}
@media (max-width: 430px) {
  .cid-tG3jErTWk4 .icons-menu {
    min-width: initial !important;
  }
  .cid-tG3jErTWk4 a.btn {
    margin-top: 10px;
  }
}
.cid-tG3jErTWk4 a.btn > span {
  margin-left: 0.5rem;
}
.cid-tG3jEse1dx {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #606060;
}
.cid-tG3jEse1dx p {
  text-align: center;
}
.cid-tG3jEse1dx .text-copyright {
  width: 100%;
  margin-bottom: 0;
  color: #e8eaec;
  text-align: center;
}
.cid-tG3jEse1dx .img-logo-footer {
  margin-right: 1rem;
  max-width: 10rem;
}
.cid-tG3jEse1dx .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #b1d49f;
}
.cid-tG3jEse1dx .logo-footer {
  line-height: normal;
}
.cid-tG3jEse1dx .copyright {
  display: flex;
  align-items: center;
}
.cid-tG3jEse1dx .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tG3jEse1dx .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-tG3jEse1dx .icon-transition span {
  color: #606060;
  display: block;
  text-align: center;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 1px solid #79d4b3;
  width: 3em;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-tG3jEse1dx .icon-transition span:hover {
  background-color: #79d4b3;
  color: #79d4b3;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-tG3jEse1dx .social-media {
  display: flex;
  justify-content: flex-end;
}
.cid-tG3jEse1dx .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-tG3jEse1dx .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@media (max-width: 991px) {
  .cid-tG3jEse1dx .logo-footer {
    text-align: center;
    margin: auto;
  }
  .cid-tG3jEse1dx .social-media {
    justify-content: center;
    margin: auto;
    text-align: center;
  }
  .cid-tG3jEse1dx .copyright {
    display: flex;
    align-items: center;
    text-align: center;
    margin: auto;
  }
}
