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

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

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

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;


}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Roboto', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-2 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 2rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-4 {
  font-family: 'Roboto', sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.125rem;
}
.display-5 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-7 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.375rem;
}
/* ---- 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.4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.1rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    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))));
  }
}
/* 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: #22a5e5 !important;
}
.bg-success {
  background-color: #bbbbbb !important;
}
.bg-info {
  background-color: #353535 !important;
}
.bg-warning {
  background-color: #57df57 !important;
}
.bg-danger {
  background-color: #dbffdb !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #22a5e5 !important;
  border-color: #22a5e5 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #13709e !important;
  border-color: #13709e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #13709e !important;
  border-color: #13709e !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #6ec7f2 !important;
  border-color: #6ec7f2 !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: #ffffff !important;
  background-color: #1ea8eb !important;
  border-color: #1ea8eb !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #1ea8eb !important;
  border-color: #1ea8eb !important;
}
.btn-info,
.btn-info:active {
  background-color: #353535 !important;
  border-color: #353535 !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: #0a0a0a !important;
  border-color: #0a0a0a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #0a0a0a !important;
  border-color: #0a0a0a !important;
}
.btn-success,
.btn-success:active {
  background-color: #bbbbbb !important;
  border-color: #bbbbbb !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #909090 !important;
  border-color: #909090 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #909090 !important;
  border-color: #909090 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #57df57 !important;
  border-color: #57df57 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #24bc24 !important;
  border-color: #24bc24 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #24bc24 !important;
  border-color: #24bc24 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #dbffdb !important;
  border-color: #dbffdb !important;
  color: #00db00 !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: #008400 !important;
  background-color: #84ff84 !important;
  border-color: #84ff84 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #00db00 !important;
  background-color: #84ff84 !important;
  border-color: #84ff84 !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: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !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: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #22a5e5;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #13709e !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: #22a5e5 !important;
  border-color: #22a5e5 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #6ec7f2;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #1ea8eb !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: #6ec7f2 !important;
  border-color: #6ec7f2 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #353535;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #0a0a0a !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: #353535 !important;
  border-color: #353535 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #bbbbbb;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #909090 !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: #bbbbbb !important;
  border-color: #bbbbbb !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #57df57;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #24bc24 !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: #57df57 !important;
  border-color: #57df57 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #dbffdb;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #84ff84 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #00db00 !important;
  background-color: #dbffdb !important;
  border-color: #dbffdb !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: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #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: #cfcfcf !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: #22a5e5 !important;
}
.text-secondary {
  color: #6ec7f2 !important;
}
.text-success {
  color: #bbbbbb !important;
}
.text-info {
  color: #353535 !important;
}
.text-warning {
  color: #57df57 !important;
}
.text-danger {
  color: #dbffdb !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #116690 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #15a1e5 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #888888 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #020202 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #21af21 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #75ff75 !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: #22a5e5;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #353535;
}
.alert-warning {
  background-color: #57df57;
}
.alert-danger {
  background-color: #dbffdb;
}
.mbr-gallery-filter li.active .btn {
  background-color: #22a5e5;
  border-color: #22a5e5;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #22a5e5;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #d9effa;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fbfbfb;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #a8a8a8;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Roboto', sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.125rem;
}
.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: #22a5e5 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Roboto', sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.125rem;
}
blockquote {
  border-color: #22a5e5;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #22a5e5;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #22a5e5;
}
.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: #22a5e5;
  border-bottom-color: #22a5e5;
}
.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: #22a5e5 !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: #6ec7f2 !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='%2322a5e5' %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-sDOx6XjeDF .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sDOx6XjeDF .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sDOx6XjeDF a {
  font-style: normal;
}
.cid-sDOx6XjeDF .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sDOx6XjeDF .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-sDOx6XjeDF .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sDOx6XjeDF .content-text {
  margin-bottom: 0;
}
.cid-sDOx6XjeDF .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sDOx6XjeDF .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #22a5e5;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sDOx6XjeDF .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sDOx6XjeDF .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sDOx6XjeDF .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sDOx6XjeDF .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sDOx6XjeDF .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sDOx6XjeDF .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sDOx6XjeDF .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDOx6XjeDF .nav-dropdown .link {
  font-weight: 400;
}
.cid-sDOx6XjeDF .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sDOx6XjeDF .content-right-side {
  text-align: center;
}
.cid-sDOx6XjeDF .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-sDOx6XjeDF .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-sDOx6XjeDF .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-sDOx6XjeDF .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-sDOx6XjeDF .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-sDOx6XjeDF .menu-bottom {
    justify-content: flex-end;
  }
  .cid-sDOx6XjeDF img {
    height: 3.8rem !important;
  }
  .cid-sDOx6XjeDF .btn {
    display: -webkit-flex;
  }
  .cid-sDOx6XjeDF button.navbar-toggler {
    display: block;
  }
  .cid-sDOx6XjeDF .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-sDOx6XjeDF .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sDOx6XjeDF .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sDOx6XjeDF .navbar-collapse.collapsing,
  .cid-sDOx6XjeDF .navbar-collapse.show {
    display: block !important;
  }
  .cid-sDOx6XjeDF .navbar-collapse.collapsing .navbar-nav,
  .cid-sDOx6XjeDF .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sDOx6XjeDF .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sDOx6XjeDF .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sDOx6XjeDF .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sDOx6XjeDF .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sDOx6XjeDF .navbar-collapse.collapsing .navbar-buttons,
  .cid-sDOx6XjeDF .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sDOx6XjeDF .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sDOx6XjeDF .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sDOx6XjeDF .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-sDOx6XjeDF .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sDOx6XjeDF .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sDOx6XjeDF .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-sDOx6XjeDF .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sDOx6XjeDF .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-sDOx6XjeDF .navbar.opened {
    padding-bottom: 8rem;
  }
  .cid-sDOx6XjeDF .navbar .navbar-collapse {
    max-height: calc(100vh - 8rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-sDOx6XjeDF .navbar.opened {
    padding-bottom: 10rem;
  }
  .cid-sDOx6XjeDF .navbar .navbar-collapse {
    max-height: calc(100vh - 10rem - 80px);
  }
}
.cid-sDOx6XjeDF .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sDOx6XjeDF .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sDOx6XjeDF .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sDOx6XjeDF .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-sDOx6XjeDF .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDOx6XjeDF .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sDOx6XjeDF .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sDOx6XjeDF .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sDOx6XjeDF .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sDOx6XjeDF .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sDOx6XjeDF .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-sDOx6XjeDF .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sDOx6XjeDF .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sDOx6XjeDF .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-sDOx6XjeDF .navbar {
    display: block;
    padding: 0;
  }
  .cid-sDOx6XjeDF .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sDOx6XjeDF .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sDOx6XjeDF .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-sDOx6XjeDF .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: none;
  }
  .cid-sDOx6XjeDF .navbar-toggler {
    display: none;
  }
  .cid-sDOx6XjeDF .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sDOx6XjeDF .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDOx6XjeDF .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sDOx6XjeDF .menu-logo {
  margin-right: auto;
}
.cid-sDOx6XjeDF .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDOx6XjeDF .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sDOx6XjeDF .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sDOx6XjeDF .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sDOx6XjeDF .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sDOx6XjeDF .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sDOx6XjeDF .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sDOx6XjeDF .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sDOx6XjeDF .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sDOx6XjeDF .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sDOx6XjeDF .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sDOx6XjeDF .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sDOx6XjeDF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sDOx6XjeDF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sDOx6XjeDF .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sDOx6XjeDF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sDOx6XjeDF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sDOx6XjeDF .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sDOx6XjeDF .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sDOx6XjeDF .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sDOx6XjeDF .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-sDOx6XjeDF .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sDOx6XjeDF .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sDOx6XjeDF .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sDOx6XjeDF .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sDOx6XjeDF button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sDOx6XjeDF button.navbar-toggler:focus {
  outline: none;
}
.cid-sDOx6XjeDF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sDOx6XjeDF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sDOx6XjeDF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sDOx6XjeDF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sDOx6XjeDF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sDOx6XjeDF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sDOx6XjeDF nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sDOx6XjeDF nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sDOx6XjeDF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sDOx6XjeDF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sDOx6XjeDF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sDOx6XjeDF .collapsed .btn {
  display: -webkit-flex;
}
.cid-sDOx6XjeDF .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sDOx6XjeDF .collapsed .navbar-collapse.collapsing,
.cid-sDOx6XjeDF .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sDOx6XjeDF .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sDOx6XjeDF .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sDOx6XjeDF .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sDOx6XjeDF .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sDOx6XjeDF .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sDOx6XjeDF .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sDOx6XjeDF .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sDOx6XjeDF .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sDOx6XjeDF .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sDOx6XjeDF .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sDOx6XjeDF .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.6rem - 1.5rem);
  }
  .cid-sDOx6XjeDF .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sDOx6XjeDF .collapsed button.navbar-toggler {
  display: block;
}
.cid-sDOx6XjeDF .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-sDOx6XjeDF .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sDOx6XjeDF .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-sDOx6XjeDF .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sDOx6XjeDF .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sDOx6XjeDF .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-sDOx6XjeDF .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDOx6XjeDF .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sDOx6XjeDF .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sDOx6XjeDF .nav-link:focus {
  outline: none;
}
.cid-sDOx6XjeDF .navbar-toggler {
  position: relative;
}
.cid-sDOx6XjeDF .dropdown-item.active,
.cid-sDOx6XjeDF .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-sDOx6XjeDF .nav-link:hover,
.cid-sDOx6XjeDF .dropdown-item:hover {
  color: #4284df;
}
.cid-sDOx6XjeDF .widget-title,
.cid-sDOx6XjeDF .widget-icon {
  color: #777d74;
}
.cid-sDOx6XjeDF .widget-text {
  color: #777d74;
}
.cid-sH6zCKPc1o {
  padding-top: 180px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/dermatologia-clinica-estetica-ismd-1140x390.jpg");
}
.cid-sH6zCKPc1o .mbr-section-title {
  margin: 0;
}
.cid-sH6zCKPc1o .container-fluid {
  padding: 0 0rem;
}
.cid-sH6zCKPc1o .underline .line {
  width: 1rem;
  height: 3px;
  background: linear-gradient(to right, #22a5e5, #6ec7f2);
  display: inline-block;
}
.cid-sH6zCKPc1o .row {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sH6zCKPc1o .form-1 {
  background-color: #57df57;
  padding: 0.5rem;
  border-radius: 5px;
  margin-right: 10px;
}
.cid-sH6zCKPc1o .form-control-label {
  color: #000000;
}
.cid-sH6zCKPc1o .form-group {
  margin-bottom: 1em;
}
.cid-sH6zCKPc1o .form-control {
  background-color: #ffffff;
  border-radius: 10px;
  width: 100%;
  padding: .3rem .3rem;
}
.cid-sH6zCKPc1o input.form-control {
  border: 1px solid #ddd;
  min-height: 42px;
}
.cid-sH6zCKPc1o textarea.form-control {
  padding: .5rem;
}
.cid-sH6zCKPc1o .input-group-btn .btn {
  padding: 1rem 4rem;
}
.cid-sH6zCKPc1o .mbr-section-btn .btn {
  margin-left: 4px !important;
}
@media (min-width: 992px) {
  .cid-sH6zCKPc1o .container-fluid {
    padding: 0 5rem;
  }
}
@media (max-width: 767px) {
  .cid-sH6zCKPc1o .underline .line {
    height: 2px;
  }
  .cid-sH6zCKPc1o .text-element {
    padding-bottom: 1rem;
  }
  .cid-sH6zCKPc1o .form-1 {
    pading: .5rem;
    margin: .5rem;
  }
}
.cid-sH6zCKPc1o LABEL {
  color: #ffffff;
}
.cid-sH6zCKPc1o H3 {
  color: #ffffff;
  text-align: center;
}
.cid-sH6zCKPc1o .mbr-section-title,
.cid-sH6zCKPc1o .underline {
  text-align: left;
  color: #ffffff;
}
.cid-sDPEPOIyDg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #2db452;
}
.cid-sDPEPOIyDg .mbr-iconfont {
  display: block;
  font-size: 2rem;
  color: #ffffff;
  margin-bottom: 1rem;
}
.cid-sDPEPOIyDg .card-wrapper {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.cid-sDPEPOIyDg .row {
  justify-content: center;
}
@media (min-width: 1200px) {
  .cid-sDPEPOIyDg .card {
    max-width: 25%;
  }
}
.cid-sDPEPOIyDg .card-title,
.cid-sDPEPOIyDg .iconfont-wrapper {
  color: #ffffff;
}
.cid-sJFM0wNsTe {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sJFM0wNsTe .media-content .btn-bgr {
  z-index: 0;
}
.cid-sJFM0wNsTe .mbr-section-text {
  word-break: break-word;
}
.cid-sJFM0wNsTe .mbr-overlay {
  background: linear-gradient(90deg, #21b968, #1ec5bf);
}
@media (min-width: 992px) {
  .cid-sJFM0wNsTe .mbr-figure {
    padding-left: 4rem;
    padding-right: 4rem;
    border-radius: 1rem;
    padding-left: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sJFM0wNsTe .mbr-figure {
    padding-top: 3rem;
    border-radius: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sJFM0wNsTe .mbr-text {
    text-align: center;
  }
}
.cid-sJFM0wNsTe .media-container-row {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
.cid-sJFM0wNsTe H1 {
  color: #22a5e5;
}
.cid-sJFM0wNsTe .mbr-text,
.cid-sJFM0wNsTe .mbr-section-btn {
  color: #353535;
}
.cid-sJGbxbM1Xg {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #22a5e5;
}
.cid-sJGbxbM1Xg .card1 {
  background: #ffffff;
}
.cid-sJGbxbM1Xg .card2 {
  background: #ffffff;
}
.cid-sJGbxbM1Xg .mbr-iconfont {
  font-size: 3rem;
  color: #ffffff;
}
.cid-sJGbxbM1Xg .card-wrapper {
  margin-bottom: 1rem;
  transition: all 0.3s;
}
@media (min-width: 992px) {
  .cid-sJGbxbM1Xg .card-wrapper {
    padding: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sJGbxbM1Xg .card-wrapper {
    padding: 1rem 1rem;
    margin-bottom: 1rem;
  }
}
.cid-sJGbxbM1Xg .card-wrapper:hover {
  transform: scale(1.02);
}
@media (max-width: 767px) {
  .cid-sJGbxbM1Xg .row .row {
    flex-direction: column-reverse;
  }
  .cid-sJGbxbM1Xg .row .row .img-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sJGbxbM1Xg .img-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sJGbxbM1Xg .card-subtitle {
  color: #ffffff;
}
.cid-sJGbxbM1Xg .mbr-text {
  color: #ffffff;
}
.cid-sJGbxbM1Xg .mbr-title {
  color: #ffffff;
}
.cid-sJGbxbM1Xg .mbr-main-text {
  color: #ffffff;
  text-align: left;
}
.cid-sJGbxbM1Xg .card-title {
  color: #2db452;
}
.cid-sJGbxbM1Xg .mbr-text,
.cid-sJGbxbM1Xg .mbr-section-btn {
  color: #353535;
}
.cid-sDOGHERfwg {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/img-dermatologia-estetica-1050x495.jpg");
}
.cid-sDOGHERfwg .mbr-section-title {
  letter-spacing: .1em;
}
.cid-sDOGHERfwg .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-sDOGHERfwg .card-img span {
  font-size: 100px;
}
.cid-sDOGHERfwg .mbr-text,
.cid-sDOGHERfwg .mbr-section-btn {
  color: #efefef;
  text-align: left;
}
.cid-sIxQI5hU3c {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sIxQI5hU3c .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sIxQI5hU3c .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sIxQI5hU3c .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-sIxQI5hU3c .mbr-section-title {
  text-align: left;
  color: #22a5e5;
}
.cid-sIxQI5hU3c .mbr-text,
.cid-sIxQI5hU3c .mbr-section-btn {
  text-align: left;
}
.cid-sIxSNCtqzJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #edffed;
}
.cid-sIxSNCtqzJ .row {
  flex-direction: row-reverse;
}
.cid-sIxSNCtqzJ .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sIxSNCtqzJ .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sIxSNCtqzJ .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-sIxSNCtqzJ .mbr-section-title {
  text-align: left;
  color: #57df57;
}
.cid-sIxSNCtqzJ .mbr-text,
.cid-sIxSNCtqzJ .mbr-section-btn {
  text-align: left;
}
.cid-sJzoevzImG {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sJzoevzImG .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.6;
}
.cid-sJzoevzImG input,
.cid-sJzoevzImG textarea {
  padding: 0.4rem 1.4rem!important;
  border-radius: 10px;
}
.cid-sJzoevzImG img {
  width: 90%;
  border-radius: 8px;
}
.cid-sJzoevzImG .btn {
  border-radius: 30px;
  padding: 0.6rem 3rem!important;
}
.cid-sJzoevzImG textarea {
  min-height: 160px;
}
.cid-sJzoevzImG .form-control,
.cid-sJzoevzImG .field-input {
  padding: 0.5rem;
  background-color: #f2f6ff;
  border-color: #ffffff;
  color: #232323;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sJzoevzImG .form-control:hover,
.cid-sJzoevzImG .field-input:hover,
.cid-sJzoevzImG .form-control:focus,
.cid-sJzoevzImG .field-input:focus {
  background-color: #f2f6ff;
  border-color: #ffffff;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-sJzoevzImG input::-webkit-input-placeholder,
.cid-sJzoevzImG textarea::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-sJzoevzImG input:-moz-placeholder,
.cid-sJzoevzImG textarea:-moz-placeholder {
  color: #c1c1c1;
}
.cid-sJzoevzImG .jq-selectbox li,
.cid-sJzoevzImG .jq-selectbox li {
  background-color: #f2f6ff;
  color: #000000;
}
.cid-sJzoevzImG .jq-selectbox li:hover,
.cid-sJzoevzImG .jq-selectbox li.selected {
  background-color: #f2f6ff;
  color: #000000;
}
.cid-sJzoevzImG .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f2f6ff;
}
.cid-sJzoevzImG .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f2f6ff;
}
.cid-sJzoevzImG H5 {
  color: #2db452;
  padding-bottom: 2rem;
}
@media (max-width: 992px) {
  .cid-sJzoevzImG img {
    width: 100%;
  }
  .cid-sJzoevzImG .google-map {
    margin-bottom: 2rem;
  }
}
.cid-sJzoevzImG .google-map {
  height: 22rem;
  position: relative;
}
.cid-sJzoevzImG .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sJzoevzImG .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-sJzoevzImG .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sJzoevzImG .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 576px) {
  .cid-sJzoevzImG .col-auto {
    width: 100%;
    text-align: center;
  }
}
.cid-sDPbzYrb42 {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #22a5e5;
}
.cid-sDPbzYrb42 .listico {
  padding-right: 1rem;
  color: #ffffff;
  font-size: 0.2rem;
}
.cid-sDPbzYrb42 .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
}
.cid-sDPbzYrb42 .navbar-brand {
  width: 112%;
  margin: 0;
}
.cid-sDPbzYrb42 .mbr-text {
  color: #444;
}
.cid-sDPbzYrb42 h5 {
  margin-bottom: 0;
}
.cid-sDPbzYrb42 .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDPbzYrb42 .socicon {
  color: #ffffff;
  font-size: 1.1rem;
}
.cid-sDPbzYrb42 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-sDPbzYrb42 .social-list .soc-item {
  margin: 0 .5rem;
  display: inline-block;
}
.cid-sDPbzYrb42 .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sDPbzYrb42 .social-list a:hover {
  opacity: .4;
}
.cid-sDPbzYrb42 .media-container-row > div {
  padding: 0px;
}
.cid-sDPbzYrb42 .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-sDPbzYrb42 .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-sDPbzYrb42 .group-title SPAN {
  color: #656565;
}
.cid-sDPbzYrb42 .links {
  color: #9e9e9e;
}
@media (max-width: 991px) {
  .cid-sDPbzYrb42 .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-sDPbzYrb42 h3 {
    margin-bottom: 10px;
  }
}
.cid-sDPbzYrb42 .links SPAN {
  color: #9e9e9e;
}
.cid-sDPbzYrb42 .links,
.cid-sDPbzYrb42 .social-list {
  color: #ffffff;
}
.cid-sIxV64U6Cd {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #22a5e5;
}
.cid-sIxV64U6Cd .mbr-text a {
  background-size: 100% 0%;
}
.cid-sIxV64U6Cd .mbr-text a:hover {
  background-size: 100% 100%;
}
.cid-sIxV64U6Cd .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-sJGcJS2RMc.popup-builder {
  background-color: #ffffff;
}
.cid-sJGcJS2RMc.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sJGcJS2RMc.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sJGcJS2RMc .modal-content,
.cid-sJGcJS2RMc .modal-dialog {
  height: auto;
}
.cid-sJGcJS2RMc .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sJGcJS2RMc .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sJGcJS2RMc .form-wrapper .mbr-form .form-group,
  .cid-sJGcJS2RMc .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sJGcJS2RMc .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sJGcJS2RMc .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sJGcJS2RMc .mbr-text {
  text-align: center;
}
.cid-sJGcJS2RMc .pt-0 {
  padding-top: 0 !important;
}
.cid-sJGcJS2RMc .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sJGcJS2RMc .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sJGcJS2RMc .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sJGcJS2RMc .modal-open {
  overflow: hidden;
}
.cid-sJGcJS2RMc .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sJGcJS2RMc .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sJGcJS2RMc .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sJGcJS2RMc .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sJGcJS2RMc .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sJGcJS2RMc .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sJGcJS2RMc .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sJGcJS2RMc .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sJGcJS2RMc .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sJGcJS2RMc .modal-backdrop.fade {
  opacity: 0;
}
.cid-sJGcJS2RMc .modal-backdrop.show {
  opacity: .5;
}
.cid-sJGcJS2RMc .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-sJGcJS2RMc .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sJGcJS2RMc .modal-header {
    padding: 1rem;
  }
}
.cid-sJGcJS2RMc .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sJGcJS2RMc .modal-header .close:hover {
  opacity: 1;
}
.cid-sJGcJS2RMc .modal-header .close:focus {
  outline: none;
}
.cid-sJGcJS2RMc .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #2db452;
}
.cid-sJGcJS2RMc .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 100%;
}
@media (min-width: 992px) {
  .cid-sJGcJS2RMc .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sJGcJS2RMc .modal-body {
    padding: 1rem;
  }
}
.cid-sJGcJS2RMc .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sJGcJS2RMc .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sJGcJS2RMc .modal-footer {
    padding: 1rem;
  }
}
.cid-sJGcJS2RMc .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sJGcJS2RMc .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sJGcJS2RMc .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sJGcJS2RMc .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sJGcJS2RMc .modal-sm {
    max-width: 300px;
  }
  .cid-sJGcJS2RMc .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sJGcJS2RMc .modal-lg,
  .cid-sJGcJS2RMc .modal-xl {
    max-width: 800px;
  }
  .cid-sJGcJS2RMc .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sJGcJS2RMc .modal-xl {
    max-width: 1140px;
  }
  .cid-sJGcJS2RMc .container {
    max-width: 1140px;
  }
}
.cid-sJGcJS2RMc .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sJGcJS2RMc .container {
    max-width: 720px;
  }
}
.cid-sJGcJS2RMc .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sJGcJS2RMc .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sJGcJS2RMc .form-group {
  margin-bottom: 1rem;
}
.cid-sJGcJS2RMc .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sJGcJS2RMc .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sJGcJS2RMc .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sJGcJS2RMc .mbr-section-btn {
  margin: 0;
}
.cid-sJGcJS2RMc .mbr-section-btn .btn {
  margin: 0;
}
.cid-sJGd3OYckH.popup-builder {
  background-color: #ffffff;
}
.cid-sJGd3OYckH.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sJGd3OYckH.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sJGd3OYckH .modal-content,
.cid-sJGd3OYckH .modal-dialog {
  height: auto;
}
.cid-sJGd3OYckH .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sJGd3OYckH .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sJGd3OYckH .form-wrapper .mbr-form .form-group,
  .cid-sJGd3OYckH .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sJGd3OYckH .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sJGd3OYckH .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sJGd3OYckH .mbr-text {
  text-align: center;
}
.cid-sJGd3OYckH .pt-0 {
  padding-top: 0 !important;
}
.cid-sJGd3OYckH .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sJGd3OYckH .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sJGd3OYckH .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sJGd3OYckH .modal-open {
  overflow: hidden;
}
.cid-sJGd3OYckH .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sJGd3OYckH .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sJGd3OYckH .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sJGd3OYckH .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sJGd3OYckH .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sJGd3OYckH .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sJGd3OYckH .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sJGd3OYckH .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sJGd3OYckH .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sJGd3OYckH .modal-backdrop.fade {
  opacity: 0;
}
.cid-sJGd3OYckH .modal-backdrop.show {
  opacity: .5;
}
.cid-sJGd3OYckH .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-sJGd3OYckH .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sJGd3OYckH .modal-header {
    padding: 1rem;
  }
}
.cid-sJGd3OYckH .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sJGd3OYckH .modal-header .close:hover {
  opacity: 1;
}
.cid-sJGd3OYckH .modal-header .close:focus {
  outline: none;
}
.cid-sJGd3OYckH .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #22a5e5;
}
.cid-sJGd3OYckH .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 100%;
}
@media (min-width: 992px) {
  .cid-sJGd3OYckH .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sJGd3OYckH .modal-body {
    padding: 1rem;
  }
}
.cid-sJGd3OYckH .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sJGd3OYckH .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sJGd3OYckH .modal-footer {
    padding: 1rem;
  }
}
.cid-sJGd3OYckH .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sJGd3OYckH .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sJGd3OYckH .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sJGd3OYckH .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sJGd3OYckH .modal-sm {
    max-width: 300px;
  }
  .cid-sJGd3OYckH .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sJGd3OYckH .modal-lg,
  .cid-sJGd3OYckH .modal-xl {
    max-width: 800px;
  }
  .cid-sJGd3OYckH .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sJGd3OYckH .modal-xl {
    max-width: 1140px;
  }
  .cid-sJGd3OYckH .container {
    max-width: 1140px;
  }
}
.cid-sJGd3OYckH .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sJGd3OYckH .container {
    max-width: 720px;
  }
}
.cid-sJGd3OYckH .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sJGd3OYckH .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sJGd3OYckH .form-group {
  margin-bottom: 1rem;
}
.cid-sJGd3OYckH .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sJGd3OYckH .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sJGd3OYckH .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sJGd3OYckH .mbr-section-btn {
  margin: 0;
}
.cid-sJGd3OYckH .mbr-section-btn .btn {
  margin: 0;
}

section {
  background-color: #ffffff;
}

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

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

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


.cid-sDOx6XjeDF .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sDOx6XjeDF .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sDOx6XjeDF a {
  font-style: normal;
}
.cid-sDOx6XjeDF .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sDOx6XjeDF .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-sDOx6XjeDF .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sDOx6XjeDF .content-text {
  margin-bottom: 0;
}
.cid-sDOx6XjeDF .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sDOx6XjeDF .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #22a5e5;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sDOx6XjeDF .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sDOx6XjeDF .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sDOx6XjeDF .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sDOx6XjeDF .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sDOx6XjeDF .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sDOx6XjeDF .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sDOx6XjeDF .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDOx6XjeDF .nav-dropdown .link {
  font-weight: 400;
}
.cid-sDOx6XjeDF .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sDOx6XjeDF .content-right-side {
  text-align: center;
}
.cid-sDOx6XjeDF .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-sDOx6XjeDF .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-sDOx6XjeDF .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-sDOx6XjeDF .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-sDOx6XjeDF .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-sDOx6XjeDF .menu-bottom {
    justify-content: flex-end;
  }
  .cid-sDOx6XjeDF img {
    height: 3.8rem !important;
  }
  .cid-sDOx6XjeDF .btn {
    display: -webkit-flex;
  }
  .cid-sDOx6XjeDF button.navbar-toggler {
    display: block;
  }
  .cid-sDOx6XjeDF .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-sDOx6XjeDF .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sDOx6XjeDF .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sDOx6XjeDF .navbar-collapse.collapsing,
  .cid-sDOx6XjeDF .navbar-collapse.show {
    display: block !important;
  }
  .cid-sDOx6XjeDF .navbar-collapse.collapsing .navbar-nav,
  .cid-sDOx6XjeDF .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sDOx6XjeDF .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sDOx6XjeDF .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sDOx6XjeDF .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sDOx6XjeDF .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sDOx6XjeDF .navbar-collapse.collapsing .navbar-buttons,
  .cid-sDOx6XjeDF .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sDOx6XjeDF .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sDOx6XjeDF .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sDOx6XjeDF .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-sDOx6XjeDF .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sDOx6XjeDF .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sDOx6XjeDF .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-sDOx6XjeDF .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sDOx6XjeDF .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-sDOx6XjeDF .navbar.opened {
    padding-bottom: 8rem;
  }
  .cid-sDOx6XjeDF .navbar .navbar-collapse {
    max-height: calc(100vh - 8rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-sDOx6XjeDF .navbar.opened {
    padding-bottom: 10rem;
  }
  .cid-sDOx6XjeDF .navbar .navbar-collapse {
    max-height: calc(100vh - 10rem - 80px);
  }
}
.cid-sDOx6XjeDF .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sDOx6XjeDF .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sDOx6XjeDF .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sDOx6XjeDF .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-sDOx6XjeDF .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDOx6XjeDF .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sDOx6XjeDF .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sDOx6XjeDF .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sDOx6XjeDF .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sDOx6XjeDF .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sDOx6XjeDF .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-sDOx6XjeDF .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sDOx6XjeDF .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sDOx6XjeDF .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-sDOx6XjeDF .navbar {
    display: block;
    padding: 0;
  }
  .cid-sDOx6XjeDF .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sDOx6XjeDF .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sDOx6XjeDF .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-sDOx6XjeDF .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: none;
  }
  .cid-sDOx6XjeDF .navbar-toggler {
    display: none;
  }
  .cid-sDOx6XjeDF .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sDOx6XjeDF .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDOx6XjeDF .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sDOx6XjeDF .menu-logo {
  margin-right: auto;
}
.cid-sDOx6XjeDF .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDOx6XjeDF .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sDOx6XjeDF .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sDOx6XjeDF .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sDOx6XjeDF .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sDOx6XjeDF .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sDOx6XjeDF .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sDOx6XjeDF .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sDOx6XjeDF .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sDOx6XjeDF .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sDOx6XjeDF .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sDOx6XjeDF .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sDOx6XjeDF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sDOx6XjeDF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sDOx6XjeDF .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sDOx6XjeDF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sDOx6XjeDF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sDOx6XjeDF .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sDOx6XjeDF .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sDOx6XjeDF .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sDOx6XjeDF .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-sDOx6XjeDF .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sDOx6XjeDF .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sDOx6XjeDF .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sDOx6XjeDF .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sDOx6XjeDF button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sDOx6XjeDF button.navbar-toggler:focus {
  outline: none;
}
.cid-sDOx6XjeDF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sDOx6XjeDF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sDOx6XjeDF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sDOx6XjeDF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sDOx6XjeDF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sDOx6XjeDF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sDOx6XjeDF nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sDOx6XjeDF nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sDOx6XjeDF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sDOx6XjeDF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sDOx6XjeDF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sDOx6XjeDF .collapsed .btn {
  display: -webkit-flex;
}
.cid-sDOx6XjeDF .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sDOx6XjeDF .collapsed .navbar-collapse.collapsing,
.cid-sDOx6XjeDF .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sDOx6XjeDF .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sDOx6XjeDF .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sDOx6XjeDF .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sDOx6XjeDF .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sDOx6XjeDF .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sDOx6XjeDF .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sDOx6XjeDF .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sDOx6XjeDF .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sDOx6XjeDF .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sDOx6XjeDF .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sDOx6XjeDF .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.6rem - 1.5rem);
  }
  .cid-sDOx6XjeDF .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sDOx6XjeDF .collapsed button.navbar-toggler {
  display: block;
}
.cid-sDOx6XjeDF .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-sDOx6XjeDF .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sDOx6XjeDF .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-sDOx6XjeDF .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sDOx6XjeDF .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sDOx6XjeDF .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-sDOx6XjeDF .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDOx6XjeDF .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sDOx6XjeDF .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sDOx6XjeDF .nav-link:focus {
  outline: none;
}
.cid-sDOx6XjeDF .navbar-toggler {
  position: relative;
}
.cid-sDOx6XjeDF .dropdown-item.active,
.cid-sDOx6XjeDF .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-sDOx6XjeDF .nav-link:hover,
.cid-sDOx6XjeDF .dropdown-item:hover {
  color: #4284df;
}
.cid-sDOx6XjeDF .widget-title,
.cid-sDOx6XjeDF .widget-icon {
  color: #777d74;
}
.cid-sDOx6XjeDF .widget-text {
  color: #777d74;
}
.cid-sDPjChLuKl {
  padding-top: 18rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sDPjChLuKl .mbr-text,
.cid-sDPjChLuKl .mbr-section-btn {
  color: #353535;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sDPjChLuKl .mbr-section-title,
  .cid-sDPjChLuKl .mbr-section-btn,
  .cid-sDPjChLuKl .mbr-text {
    text-align: center;
  }
}
.cid-sDPjChLuKl .mbr-section-subtitle {
  color: #ffffff;
  letter-spacing: 6px;
}
.cid-sDPjChLuKl .mbr-section-btn {
  padding-top: 13rem;
}
.cid-sDPbzYrb42 {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #22a5e5;
}
.cid-sDPbzYrb42 .listico {
  padding-right: 1rem;
  color: #ffffff;
  font-size: 0.2rem;
}
.cid-sDPbzYrb42 .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
}
.cid-sDPbzYrb42 .navbar-brand {
  width: 112%;
  margin: 0;
}
.cid-sDPbzYrb42 .mbr-text {
  color: #444;
}
.cid-sDPbzYrb42 h5 {
  margin-bottom: 0;
}
.cid-sDPbzYrb42 .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDPbzYrb42 .socicon {
  color: #ffffff;
  font-size: 1.1rem;
}
.cid-sDPbzYrb42 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-sDPbzYrb42 .social-list .soc-item {
  margin: 0 .5rem;
  display: inline-block;
}
.cid-sDPbzYrb42 .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sDPbzYrb42 .social-list a:hover {
  opacity: .4;
}
.cid-sDPbzYrb42 .media-container-row > div {
  padding: 0px;
}
.cid-sDPbzYrb42 .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-sDPbzYrb42 .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-sDPbzYrb42 .group-title SPAN {
  color: #656565;
}
.cid-sDPbzYrb42 .links {
  color: #9e9e9e;
}
@media (max-width: 991px) {
  .cid-sDPbzYrb42 .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-sDPbzYrb42 h3 {
    margin-bottom: 10px;
  }
}
.cid-sDPbzYrb42 .links SPAN {
  color: #9e9e9e;
}
.cid-sDPbzYrb42 .links,
.cid-sDPbzYrb42 .social-list {
  color: #ffffff;
}
.cid-sIxV64U6Cd {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #22a5e5;
}
.cid-sIxV64U6Cd .mbr-text a {
  background-size: 100% 0%;
}
.cid-sIxV64U6Cd .mbr-text a:hover {
  background-size: 100% 100%;
}
.cid-sIxV64U6Cd .media-container-row .mbr-text {
  color: #ffffff;
}

section {
  background-color: #ffffff;
}

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

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

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;
}
/******* CUSTOM CSS ********/

/****** Lembrar sempre de alterar o id (#header2-2) para o id do site ****/

form .mbr-form .form-control{
  background-color: #fff!important; 
  color:gray!important;
  padding-left:15px;
  }
  ::placeholder{
  color:gray!important;
  } 
  
  .slick img {
  width: inherit;
  max-width: 100%;
  display: inline!important;
  padding-bottom: 20px;
  }
  
  .box-form {
  background-color: rgb(100, 100, 100);
  box-shadow: 0px 6px 5.64px 0.36px rgba(0, 0, 0, 0.68);
  padding:1rem;
  text-align: center;
  }
  
  #llCaptureForm.llformCustom > div > input,
  #llCaptureForm.llformCustom > div > select{
  border-radius:4px!important;
  border: none!important;
  margin:5px 0!important;
  height:37px!important;
  }
  
  form  .form-control{
  background-color:#fff!important;
  text-align:left!important;
  }
  text-area.form-control{
    background-color:#fff!important;  
  }
  #llCaptureForm.llformCustom > div{
  padding:0!important;
  }
  
  .box-form .btn-send-banner{
  border:none!important;
  background-color: #efecea!important;
  color:#413939!important;
  padding:0.3rem 1rem!important;
  margin-top:10px;
  }
  .box-form h2, .box-form h3, .box-form h4, .box-form h5, .box-form h6{
  color:#fff!important;
  margin-bottom:1rem;
  }
  @media only screen and (min-width:1550px) {
      #header2-q {
          padding-top:180px!important;
          padding-bottom:50px!important;
      }    
  }
  
  
  @media only screen and (max-width:425px) {
  .slick-prev:before, .slick-next:before {
  color: #fff!important;
  font-size: 14px!important;
  }
  .slick-next {
  right: 15px!important;
  }
  .slick-prev {
  left: 15px!important;
  z-index: 999;
  }
  .box-form {
  display:none!important;
  }
  .features1 {
    margin-top: 110px;
}
  #header2-q .mbr-section-btn{
  display:none!important; 
  }
  #header2-q{
       height: 250px;
      margin-top: 100px;
      padding: 0!important;
   background-image:url('../../../assets/images/banner-mobile.jpg');
  }
  
#header2-q  .col-md-4,
#header2-q  .col-md-3{
  margin-top:360px;
}

  #header2-q .mbr-section-title{
      margin: 0;
      text-align: center!important;
      position: absolute;
      top: 260px;
      left: 10%;
      width: 80%;
      color: gray;
  
  } 
.mbr-subsection-title{
      margin: 0;
      text-align: center!important;
      position: absolute;
      top: 350px;
      left: 10%;
      width: 80%;
      color: orange;
  
  } 
}
@media only screen and (min-width:500px){
	.fix-banner{
	padding:9.5rem 0;
	}
}

/*** CUSTOM ENDS */

.cid-sDPjmyVQvI .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sDPjmyVQvI .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sDPjmyVQvI a {
  font-style: normal;
}
.cid-sDPjmyVQvI .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sDPjmyVQvI .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-sDPjmyVQvI .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sDPjmyVQvI .content-text {
  margin-bottom: 0;
}
.cid-sDPjmyVQvI .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sDPjmyVQvI .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #22a5e5;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sDPjmyVQvI .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sDPjmyVQvI .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sDPjmyVQvI .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sDPjmyVQvI .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sDPjmyVQvI .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sDPjmyVQvI .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sDPjmyVQvI .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDPjmyVQvI .nav-dropdown .link {
  font-weight: 400;
}
.cid-sDPjmyVQvI .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sDPjmyVQvI .content-right-side {
  text-align: center;
}
.cid-sDPjmyVQvI .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-sDPjmyVQvI .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-sDPjmyVQvI .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-sDPjmyVQvI .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-sDPjmyVQvI .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-sDPjmyVQvI .menu-bottom {
    justify-content: flex-end;
  }
  .cid-sDPjmyVQvI img {
    height: 3.8rem !important;
  }
  .cid-sDPjmyVQvI .btn {
    display: -webkit-flex;
  }
  .cid-sDPjmyVQvI button.navbar-toggler {
    display: block;
  }
  .cid-sDPjmyVQvI .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-sDPjmyVQvI .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sDPjmyVQvI .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sDPjmyVQvI .navbar-collapse.collapsing,
  .cid-sDPjmyVQvI .navbar-collapse.show {
    display: block !important;
  }
  .cid-sDPjmyVQvI .navbar-collapse.collapsing .navbar-nav,
  .cid-sDPjmyVQvI .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sDPjmyVQvI .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sDPjmyVQvI .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sDPjmyVQvI .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sDPjmyVQvI .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sDPjmyVQvI .navbar-collapse.collapsing .navbar-buttons,
  .cid-sDPjmyVQvI .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sDPjmyVQvI .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sDPjmyVQvI .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sDPjmyVQvI .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-sDPjmyVQvI .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sDPjmyVQvI .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sDPjmyVQvI .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-sDPjmyVQvI .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sDPjmyVQvI .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-sDPjmyVQvI .navbar.opened {
    padding-bottom: 8rem;
  }
  .cid-sDPjmyVQvI .navbar .navbar-collapse {
    max-height: calc(100vh - 8rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-sDPjmyVQvI .navbar.opened {
    padding-bottom: 10rem;
  }
  .cid-sDPjmyVQvI .navbar .navbar-collapse {
    max-height: calc(100vh - 10rem - 80px);
  }
}
.cid-sDPjmyVQvI .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sDPjmyVQvI .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sDPjmyVQvI .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sDPjmyVQvI .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-sDPjmyVQvI .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDPjmyVQvI .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sDPjmyVQvI .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sDPjmyVQvI .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sDPjmyVQvI .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sDPjmyVQvI .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sDPjmyVQvI .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-sDPjmyVQvI .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sDPjmyVQvI .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sDPjmyVQvI .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-sDPjmyVQvI .navbar {
    display: block;
    padding: 0;
  }
  .cid-sDPjmyVQvI .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sDPjmyVQvI .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sDPjmyVQvI .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-sDPjmyVQvI .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: none;
  }
  .cid-sDPjmyVQvI .navbar-toggler {
    display: none;
  }
  .cid-sDPjmyVQvI .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sDPjmyVQvI .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDPjmyVQvI .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sDPjmyVQvI .menu-logo {
  margin-right: auto;
}
.cid-sDPjmyVQvI .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDPjmyVQvI .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sDPjmyVQvI .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sDPjmyVQvI .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sDPjmyVQvI .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sDPjmyVQvI .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sDPjmyVQvI .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sDPjmyVQvI .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sDPjmyVQvI .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sDPjmyVQvI .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sDPjmyVQvI .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sDPjmyVQvI .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sDPjmyVQvI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sDPjmyVQvI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sDPjmyVQvI .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sDPjmyVQvI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sDPjmyVQvI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sDPjmyVQvI .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sDPjmyVQvI .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sDPjmyVQvI .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sDPjmyVQvI .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-sDPjmyVQvI .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sDPjmyVQvI .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sDPjmyVQvI .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sDPjmyVQvI .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sDPjmyVQvI button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sDPjmyVQvI button.navbar-toggler:focus {
  outline: none;
}
.cid-sDPjmyVQvI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sDPjmyVQvI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sDPjmyVQvI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sDPjmyVQvI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sDPjmyVQvI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sDPjmyVQvI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sDPjmyVQvI nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sDPjmyVQvI nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sDPjmyVQvI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sDPjmyVQvI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sDPjmyVQvI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sDPjmyVQvI .collapsed .btn {
  display: -webkit-flex;
}
.cid-sDPjmyVQvI .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sDPjmyVQvI .collapsed .navbar-collapse.collapsing,
.cid-sDPjmyVQvI .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sDPjmyVQvI .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sDPjmyVQvI .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sDPjmyVQvI .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sDPjmyVQvI .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sDPjmyVQvI .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sDPjmyVQvI .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sDPjmyVQvI .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sDPjmyVQvI .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sDPjmyVQvI .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sDPjmyVQvI .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sDPjmyVQvI .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.6rem - 1.5rem);
  }
  .cid-sDPjmyVQvI .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sDPjmyVQvI .collapsed button.navbar-toggler {
  display: block;
}
.cid-sDPjmyVQvI .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-sDPjmyVQvI .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sDPjmyVQvI .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-sDPjmyVQvI .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sDPjmyVQvI .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sDPjmyVQvI .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-sDPjmyVQvI .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDPjmyVQvI .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sDPjmyVQvI .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sDPjmyVQvI .nav-link:focus {
  outline: none;
}
.cid-sDPjmyVQvI .navbar-toggler {
  position: relative;
}
.cid-sDPjmyVQvI .dropdown-item.active,
.cid-sDPjmyVQvI .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-sDPjmyVQvI .nav-link:hover,
.cid-sDPjmyVQvI .dropdown-item:hover {
  color: #4284df;
}
.cid-sDPjmyVQvI .widget-title,
.cid-sDPjmyVQvI .widget-icon {
  color: #777d74;
}
.cid-sDPjmyVQvI .widget-text {
  color: #777d74;
}
.cid-sDPjyWtHnt {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sDPjyWtHnt .mbr-text {
  color: #767676;
}
.cid-sDPjmzuUqi {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #22a5e5;
}
.cid-sDPjmzuUqi .listico {
  padding-right: 1rem;
  color: #ffffff;
  font-size: 0.2rem;
}
.cid-sDPjmzuUqi .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
}
.cid-sDPjmzuUqi .navbar-brand {
  width: 112%;
  margin: 0;
}
.cid-sDPjmzuUqi .mbr-text {
  color: #444;
}
.cid-sDPjmzuUqi h5 {
  margin-bottom: 0;
}
.cid-sDPjmzuUqi .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDPjmzuUqi .socicon {
  color: #ffffff;
  font-size: 1.1rem;
}
.cid-sDPjmzuUqi .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-sDPjmzuUqi .social-list .soc-item {
  margin: 0 .5rem;
  display: inline-block;
}
.cid-sDPjmzuUqi .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sDPjmzuUqi .social-list a:hover {
  opacity: .4;
}
.cid-sDPjmzuUqi .media-container-row > div {
  padding: 0px;
}
.cid-sDPjmzuUqi .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-sDPjmzuUqi .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-sDPjmzuUqi .group-title SPAN {
  color: #656565;
}
.cid-sDPjmzuUqi .links {
  color: #9e9e9e;
}
@media (max-width: 991px) {
  .cid-sDPjmzuUqi .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-sDPjmzuUqi h3 {
    margin-bottom: 10px;
  }
}
.cid-sDPjmzuUqi .links SPAN {
  color: #9e9e9e;
}
.cid-sDPjmzuUqi .links,
.cid-sDPjmzuUqi .social-list {
  color: #ffffff;
}
.cid-sIxV64U6Cd {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #22a5e5;
}
.cid-sIxV64U6Cd .mbr-text a {
  background-size: 100% 0%;
}
.cid-sIxV64U6Cd .mbr-text a:hover {
  background-size: 100% 100%;
}
.cid-sIxV64U6Cd .media-container-row .mbr-text {
  color: #ffffff;
}
