/*!
 * Mobirise v4 theme (https://mobirise.com/)
 * Copyright 2017 Mobirise
 */
section {
  background-color: #eeeeee;
}

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

:focus {
  outline: none;
}

body {
  font-style: normal;
  line-height: 1.5;
}

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

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

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

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

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

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}

a, a:hover {
  text-decoration: none;
}

figure {
  margin-bottom: 0;
}

body {
  color: #232323;
}

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

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

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

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

b,
strong {
  font-weight: bold;
}

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

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

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

body {
  position: relative;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

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

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

.mbr-black {
  color: #000000;
}

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

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

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

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

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

@media (max-width: 767px) {
  .align-left,
  .align-center,
  .align-right,
  .mbr-section-btn,
  .mbr-section-title {
    text-align: center;
  }
}

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

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

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

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

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

.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 {
  overflow: hidden;
}

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

.mbr-figure img,
.mbr-figure 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 {
  -ms-grid-row-align: center;
  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 */
.btn {
  font-weight: 500;
  border-width: 2px;
  font-style: normal;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  transition: all .3s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  display: -webkit-inline-flex;
}

.btn-sm {
  font-weight: 500;
  letter-spacing: 1px;
  transition: all .3s ease-in-out;
}

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

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

.mbr-section-btn {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
  font-size: 0;
}

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

.btn-form {
  border-radius: 0;
}

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

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

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

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

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

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

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

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

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

/*! Map */
.map {
  height: 25rem;
  position: relative;
}

.map iframe {
  width: 100%;
  height: 100%;
}

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

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

.form-control {
  background-color: #f5f5f5;
  box-shadow: none;
  color: #565656;
  line-height: 1.43;
  min-height: 3.5em;
  padding: 1.07em .5em;
}

.form-control, .form-control:focus {
  border: 1px solid #e8e8e8;
}

.form-active .form-control:invalid {
  border-color: red;
}

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

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: .875rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
}

.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
  -webkit-transform: rotate(45deg);
}

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

/*! Scroll to top arrow */
#scrollToTop a i:before {
  content: '';
  position: absolute;
  height: 40%;
  top: 25%;
  background: #fff;
  width: 2px;
  left: calc(50% - 1px);
}

#scrollToTop a i:after {
  content: '';
  position: absolute;
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 32px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  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: '\203a';
  display: inline-block;
  font-family: serif;
  font-size: 32px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
  animation: arrowdown 1.7s ease-in-out infinite;
}

.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
}

@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
}

@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 50%;
    right: auto;
    transform: translateX(-50%) rotate(180deg);
    -webkit-transform: translateX(-50%) rotate(180deg);
  }
}

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

@media (min-width: 768px) and (max-width: 1023px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}

@media (max-width: 1023px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}

@media (min-width: 1024px) {
  .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;
  }
}

/* Others*/
.note-check a[data-value=Rubik] {
  font-style: normal;
}

.mbr-arrow a {
  color: #ffffff;
}

@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}

.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;
  -webkit-align-items: center;
}

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

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}

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

.media {
  display: -webkit-flex;
}

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

.jq-selectbox__select {
  padding: 1.07em 0.5em;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

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

.jq-selectbox__trigger-arrow {
  -webkit-transform: translateY(-50%);
          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;
}

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

@media (max-width: 575px) {
  .navbar-toggleable .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable > .container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-toggleable {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable .navbar-nav {
    flex-direction: row;
  }
  .navbar-toggleable .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-toggleable > .container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable .navbar-collapse {
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767px) {
  .navbar-toggleable-sm .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-sm > .container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-toggleable-sm {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-toggleable-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-toggleable-sm > .container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-sm .navbar-collapse {
    display: none;
    width: 100%;
  }
  .navbar-toggleable-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1023px) {
  .navbar-toggleable-md .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-md > .container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1024px) {
  .navbar-toggleable-md {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-toggleable-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-toggleable-md > .container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-md .navbar-collapse {
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199px) {
  .navbar-toggleable-lg .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-lg > .container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-toggleable-lg {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-toggleable-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-toggleable-lg > .container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-lg .navbar-collapse {
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable-lg .navbar-toggler {
    display: none;
  }
}

.navbar-toggleable-xl {
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}

.navbar-toggleable-xl .navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-toggleable-xl > .container {
  padding-right: 0;
  padding-left: 0;
}

.navbar-toggleable-xl .navbar-nav {
  flex-direction: row;
}

.navbar-toggleable-xl .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-toggleable-xl > .container {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

.navbar-toggleable-xl .navbar-collapse {
  display: flex !important;
  width: 100%;
}

.navbar-toggleable-xl .navbar-toggler {
  display: none;
}

.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;
}
body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Roboto', sans-serif;
  font-size: 5.25rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 8.4rem;
}
.display-2 {
  font-family: 'Roboto', sans-serif;
  font-size: 3rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Roboto', sans-serif;
  font-size: 0.7rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.12rem;
}
.display-5 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.5rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Roboto', sans-serif;
  font-size: 0.9rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.44rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.2rem;
    font-size: calc( 2.4875rem + (5.25 - 2.4875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.4875rem + (5.25 - 2.4875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.56rem;
    font-size: calc( 0.895rem + (0.7 - 0.895) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.895rem + (0.7 - 0.895) * ((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))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #406baf !important;
}
.bg-success {
  background-color: #4473bc !important;
}
.bg-info {
  background-color: #6894da !important;
}
.bg-warning {
  background-color: #88b3f7 !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #406baf !important;
  border-color: #406baf !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #2c4977 !important;
  border-color: #2c4977 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2c4977 !important;
  border-color: #2c4977 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #1c4e9d !important;
  border-color: #1c4e9d !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #102e5c !important;
  border-color: #102e5c !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #102e5c !important;
  border-color: #102e5c !important;
}
.btn-info,
.btn-info:active {
  background-color: #6894da !important;
  border-color: #6894da !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #306ac5 !important;
  border-color: #306ac5 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #306ac5 !important;
  border-color: #306ac5 !important;
}
.btn-success,
.btn-success:active {
  background-color: #4473bc !important;
  border-color: #4473bc !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2f5184 !important;
  border-color: #2f5184 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2f5184 !important;
  border-color: #2f5184 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #88b3f7 !important;
  border-color: #88b3f7 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #4085f2 !important;
  border-color: #4085f2 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #4085f2 !important;
  border-color: #4085f2 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #253d64;
  color: #253d64;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #406baf;
  border-color: #406baf;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #406baf !important;
  border-color: #406baf !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #0d2346;
  color: #0d2346;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #1c4e9d;
  border-color: #1c4e9d;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #1c4e9d !important;
  border-color: #1c4e9d !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #2b5fb1;
  color: #2b5fb1;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #6894da;
  border-color: #6894da;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #6894da !important;
  border-color: #6894da !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #294571;
  color: #294571;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #4473bc;
  border-color: #4473bc;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #4473bc !important;
  border-color: #4473bc !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #2876f1;
  color: #2876f1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #88b3f7;
  border-color: #88b3f7;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #88b3f7 !important;
  border-color: #88b3f7 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #406baf !important;
}
.text-secondary {
  color: #1c4e9d !important;
}
.text-success {
  color: #4473bc !important;
}
.text-info {
  color: #6894da !important;
}
.text-warning {
  color: #88b3f7 !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #253d64 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #0d2346 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #294571 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #2b5fb1 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #2876f1 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #6894da;
}
.alert-warning {
  background-color: #88b3f7;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #406baf;
  border-color: #406baf;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #406baf;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #96b0d9;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a2b9de;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Roboto', sans-serif;
  font-size: 0.9rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.44rem;
}
blockquote {
  border-color: #406baf;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #406baf;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #406baf;
}
/* Headers*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #406baf;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #406baf;
  border-bottom-color: #406baf;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #406baf !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #1c4e9d !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%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  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='%23406baf' %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.3;
}
.cid-tSBwhpioWs {
  z-index: 1000;
  width: 100%;
}
.cid-tSBwhpioWs .navbar-collapse {
  transition: none;
  min-height: 100px;
}
.cid-tSBwhpioWs nav.navbar {
  position: fixed;
}
.cid-tSBwhpioWs .nav-item {
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cid-tSBwhpioWs .nav-item:hover {
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-tSBwhpioWs .nav-item {
    height: auto;
  }
}
.cid-tSBwhpioWs .navbar-nav {
  margin: auto;
  height: 100%!important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tSBwhpioWs .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tSBwhpioWs .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tSBwhpioWs .dropdown-item {
  border-bottom: 0px solid #e6e6e6;
}
.cid-tSBwhpioWs .dropdown-item:hover,
.cid-tSBwhpioWs .dropdown-item:focus {
  background: white !important;
}
.cid-tSBwhpioWs .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tSBwhpioWs .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tSBwhpioWs .nav-dropdown .link {
  padding: 0.6em .6em !important;
  margin: 0 0.6em !important;
}
.cid-tSBwhpioWs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tSBwhpioWs .nav-link {
  position: relative;
}
.cid-tSBwhpioWs .container {
  display: flex;
  margin: auto;
}
.cid-tSBwhpioWs .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  margin: 0 0.3rem;
  border-radius: 10px;
}
.cid-tSBwhpioWs .dropdown-menu,
.cid-tSBwhpioWs .navbar.opened {
  background: #ffffff !important;
}
.cid-tSBwhpioWs .nav-item:focus,
.cid-tSBwhpioWs .nav-link:focus {
  outline: none;
}
.cid-tSBwhpioWs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tSBwhpioWs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tSBwhpioWs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  vertical-align: sub;
}
.cid-tSBwhpioWs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tSBwhpioWs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tSBwhpioWs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tSBwhpioWs .navbar {
  min-height: 0px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.8);
}
.cid-tSBwhpioWs .navbar.opened {
  transition: all 0.3s;
}
.cid-tSBwhpioWs .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tSBwhpioWs .navbar .navbar-logo img {
  width: auto;
}
.cid-tSBwhpioWs .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tSBwhpioWs .navbar.collapsed {
  justify-content: center;
}
.cid-tSBwhpioWs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tSBwhpioWs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tSBwhpioWs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.1rem);
  }
}
.cid-tSBwhpioWs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tSBwhpioWs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tSBwhpioWs .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tSBwhpioWs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tSBwhpioWs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tSBwhpioWs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tSBwhpioWs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tSBwhpioWs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tSBwhpioWs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tSBwhpioWs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tSBwhpioWs .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tSBwhpioWs .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tSBwhpioWs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tSBwhpioWs .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tSBwhpioWs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tSBwhpioWs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tSBwhpioWs .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tSBwhpioWs .navbar.navbar-short {
  min-height: 60px;
}
.cid-tSBwhpioWs .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tSBwhpioWs .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tSBwhpioWs .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tSBwhpioWs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tSBwhpioWs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tSBwhpioWs .dropdown-item.active,
.cid-tSBwhpioWs .dropdown-item:active {
  background-color: transparent;
}
.cid-tSBwhpioWs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tSBwhpioWs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tSBwhpioWs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tSBwhpioWs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tSBwhpioWs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tSBwhpioWs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tSBwhpioWs ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tSBwhpioWs .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tSBwhpioWs button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tSBwhpioWs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1c4e9d;
}
.cid-tSBwhpioWs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tSBwhpioWs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tSBwhpioWs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tSBwhpioWs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tSBwhpioWs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tSBwhpioWs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tSBwhpioWs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tSBwhpioWs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tSBwhpioWs .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tSBwhpioWs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tSBwhpioWs .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tSBwhpioWs .navbar {
    height: 70px;
  }
  .cid-tSBwhpioWs .navbar.opened {
    height: auto;
  }
  .cid-tSBwhpioWs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tX7eCBhwdx {
  background-image: url("../../../assets/images/centennial-court-rickmansworth-cropped-1509x1030.png");
}
.cid-tX7eCBhwdx .img-wrap {
  width: 100%;
  margin-bottom: .5rem;
}
.cid-tX7eCBhwdx .img-wrap img {
  width: 66%;
  margin: auto;
}
.cid-tX7eCBhwdx .mbr-text,
.cid-tX7eCBhwdx .mbr-section-btn {
  color: #ffffff;
}
.cid-tX7eCBhwdx .mbr-section-title {
  color: #ffffff;
}
.cid-tX7eCBhwdx .buttons-wrap .link {
  display: flex;
}
.cid-tX7eCBhwdx .mbr-arrow {
  bottom: 0;
}
.cid-tX7eCBhwdx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tX7eCBhwdx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: bottom bottom;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tStOkD0DIH {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tStOkD0DIH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tStOkD0DIH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tStOkD0DIH .mbr-section-title {
  color: #2c4979;
  text-align: left;
}
.cid-tSo2p0cb7G {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #e1e9f4;
}
.cid-tSo2p0cb7G .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSo2p0cb7G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSo2p0cb7G .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tSo2p0cb7G .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tSo2p0cb7G .container {
    padding: 0 16px;
  }
}
.cid-tSo2p0cb7G .row {
  position: relative;
  margin: 0;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tSo2p0cb7G .row {
    margin: 0;
  }
}
.cid-tSo2p0cb7G .row .card {
  position: relative;
  padding: 0;
}
.cid-tSo2p0cb7G .decor-wrapper_1 {
  height: 15px;
  background-color: #1c4e9d;
}
.cid-tSo2p0cb7G .decor-wrapper_2 {
  height: 15px;
  background-color: #4875bb;
}
.cid-tSo2p0cb7G .decor-wrapper_3 {
  height: 15px;
  background-color: #80a1d3;
}
.cid-tSo2p0cb7G .decor-wrapper_4 {
  height: 15px;
  background-color: #bfd4f5;
}
.cid-tSo2p0cb7G .title-wrapper {
  margin: 0 20px;
  padding-top: 110px;
}
@media (max-width: 992px) {
  .cid-tSo2p0cb7G .title-wrapper {
    padding-top: 50px;
  }
}
@media (max-width: 992px) {
  .cid-tSo2p0cb7G .title-wrapper {
    margin: 0 10px;
  }
}
.cid-tSo2p0cb7G .mbr-section-title {
  color: #2c4979;
  text-align: center;
}
.cid-tSo4eLdyO5 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tSo4eLdyO5 h4 {
  font-weight: 600;
  color: #e2e2e2;
}
.cid-tSo4eLdyO5 .mbr-section-subtitle {
  color: #767676;
}
.cid-tSo4eLdyO5 .article {
  padding-right: 2rem;
  padding-left: 2rem;
}
@media (min-width: 768px) {
  .cid-tSo4eLdyO5 .article-right-border {
    border-right: 2px dotted #e2e2e2;
  }
}
.cid-tSo4eLdyO5 .article-counter-right {
  color: #d1dcee;
}
.cid-tSo4eLdyO5 .article-counter-left {
  color: #d1dcee;
}
.cid-tSowMsWuB0 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tSowMsWuB0 h4 {
  font-weight: 600;
  color: #e2e2e2;
}
.cid-tSowMsWuB0 .mbr-section-subtitle {
  color: #767676;
}
.cid-tSowMsWuB0 .article {
  padding-right: 2rem;
  padding-left: 2rem;
}
@media (min-width: 768px) {
  .cid-tSowMsWuB0 .article-right-border {
    border-right: 2px dotted #e2e2e2;
  }
}
.cid-tSowMsWuB0 .article-counter-right {
  color: #d1dcee;
}
.cid-tSowMsWuB0 .article-counter-left {
  color: #d1dcee;
}
.cid-tSoxqBob0U {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tSoxqBob0U h4 {
  font-weight: 600;
  color: #e2e2e2;
}
.cid-tSoxqBob0U .mbr-section-subtitle {
  color: #767676;
}
.cid-tSoxqBob0U .article {
  padding-right: 2rem;
  padding-left: 2rem;
}
@media (min-width: 768px) {
  .cid-tSoxqBob0U .article-right-border {
    border-right: 2px dotted #e2e2e2;
  }
}
.cid-tSoxqBob0U .article-counter-right {
  color: #d1dcee;
}
.cid-tSoxqBob0U .article-counter-left {
  color: #d1dcee;
}
.cid-tSoxDGmwD5 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tSoxDGmwD5 h4 {
  font-weight: 600;
  color: #e2e2e2;
}
.cid-tSoxDGmwD5 .mbr-section-subtitle {
  color: #767676;
}
.cid-tSoxDGmwD5 .article {
  padding-right: 2rem;
  padding-left: 2rem;
}
@media (min-width: 768px) {
  .cid-tSoxDGmwD5 .article-right-border {
    border-right: 2px dotted #e2e2e2;
  }
}
.cid-tSoxDGmwD5 .article-counter-right {
  color: #d1dcee;
}
.cid-tSoxDGmwD5 .article-counter-left {
  color: #d1dcee;
}
.cid-tSnYhaS84Q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #43669d;
  overflow: hidden;
}
.cid-tSnYhaS84Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSnYhaS84Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSnYhaS84Q .item-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 55px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #bccff0, #43669d);
  box-shadow: 10px 10px 19px #111111, -10px -10px 19px #1c4e9d;
}
@media (max-width: 767px) {
  .cid-tSnYhaS84Q .item-wrap {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .cid-tSnYhaS84Q .item-wrap {
    padding: 35px 25px 35px 25px;
  }
}
.cid-tSnYhaS84Q .card-title {
  color: #ffffff;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-tSnYhaS84Q .card-title {
    margin-bottom: 20px;
  }
}
.cid-tSnYhaS84Q .card-subtitle {
  color: #878e99;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-tSnYhaS84Q .card-subtitle {
    margin-bottom: 20px;
  }
}
.cid-tSnYhaS84Q .card-text {
  color: #878e99;
  margin-bottom: 0;
}
.cid-tWEybAeecR {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tWEybAeecR .card-box {
  z-index: 10;
  position: relative;
}
.cid-tWEybAeecR .link-wrap {
  width: 100%;
}
.cid-tWEybAeecR .link {
  display: inline-block;
}
.cid-tWEybAeecR .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  font-weight: 600;
}
.cid-tWEybAeecR .link a:hover {
  text-decoration: underline;
}
.cid-tWEybAeecR .card {
  margin: auto;
  min-height: 280px;
  transition: all 0.3s;
}
.cid-tWEybAeecR .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #0095ff;
  margin-bottom: 2rem;
}
.cid-tWEybAeecR .card-wrapper {
  background-position: center;
  padding: 5rem 5rem;
  background: #f6f9ff;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tWEybAeecR .link,
.cid-tWEybAeecR .link-wrap {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tWEybAeecR .card {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tWEybAeecR .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-tWEybAeecR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWEybAeecR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWEybAeecR H1 {
  color: #2c4979;
}
.cid-tWEybAeecR .card-title,
.cid-tWEybAeecR .card-box {
  color: #2c4979;
}
.cid-tWEd6X4hDN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2a3b56;
  overflow: hidden;
}
.cid-tWEd6X4hDN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWEd6X4hDN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWEd6X4hDN .item-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 55px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #bccff0, #9db2d3);
  box-shadow: 10px 10px 19px #232323, -10px -10px 19px #43669d;
}
@media (max-width: 767px) {
  .cid-tWEd6X4hDN .item-wrap {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .cid-tWEd6X4hDN .item-wrap {
    padding: 35px 25px 35px 25px;
  }
}
.cid-tWEd6X4hDN .card-title {
  color: #878e99;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-tWEd6X4hDN .card-title {
    margin-bottom: 20px;
  }
}
.cid-tWEd6X4hDN .card-subtitle {
  color: #232323;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-tWEd6X4hDN .card-subtitle {
    margin-bottom: 20px;
  }
}
.cid-tWEd6X4hDN .card-text {
  color: #232323;
  margin-bottom: 0;
}
.cid-tT3oTmrjvE {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #9db2d3;
}
@media (max-width: 991px) {
  .cid-tT3oTmrjvE .mbr-section-head {
    margin-bottom: 8.53vw;
  }
}
.cid-tT3oTmrjvE .mbr-section-title {
  color: #353535;
  text-align: left;
}
.cid-tT3oTmrjvE .mbr-section-subtitle {
  color: #353535;
  margin-top: 1rem;
  text-align: left;
}
.cid-tT3oTmrjvE .cards-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-rows: auto;
  gap: 1.67vw 5.28vw;
}
@media (max-width: 991px) {
  .cid-tT3oTmrjvE .cards-container {
    grid-template-columns: 1fr 1fr;
    gap: 6.4vw 5.33vw;
  }
}
.cid-tT3oTmrjvE .card-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.cid-tT3oTmrjvE .card-wrap img {
  max-width: 100%;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-tT3oTmrjvE .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-tTHusMSsOz {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #9db2d3;
}
.cid-tTHusMSsOz .image-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tTHusMSsOz .image-block {
    width: 100% !important;
  }
}
.cid-tSjkuzG4p9 .google-map {
  filter: grayscale(0.9);
  height: 34rem;
  position: relative;
}
.cid-tSjkuzG4p9 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tSjkuzG4p9 .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-tSjkuzG4p9 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tSjkuzG4p9 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tSGpVuP2VI {
  padding-top: 60px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/smpm-logo-8-1601x1600.png");
}
@media (max-width: 767px) {
  .cid-tSGpVuP2VI .content {
    text-align: center;
  }
  .cid-tSGpVuP2VI .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tSGpVuP2VI .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tSGpVuP2VI .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tSGpVuP2VI .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-tSGpVuP2VI .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tSGpVuP2VI .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tSGpVuP2VI .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tSGpVuP2VI .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tSGpVuP2VI .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tSGpVuP2VI .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tSGpVuP2VI .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tSGpVuP2VI .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tSGpVuP2VI P {
  text-align: left;
  color: #353535;
}
.cid-tSGpVuP2VI H5 {
  color: #767676;
}
.cid-tSGffZw16V {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #e1e9f4;
}
.cid-tSGffZw16V .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSGffZw16V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSGffZw16V .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tSGffZw16V .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tSGffZw16V .container {
    padding: 0 16px;
  }
}
.cid-tSGffZw16V .row {
  position: relative;
  margin: 0;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tSGffZw16V .row {
    margin: 0;
  }
}
.cid-tSGffZw16V .row .card {
  position: relative;
  padding: 0;
}
.cid-tSGffZw16V .decor-wrapper_1 {
  height: 15px;
  background-color: #1c4e9d;
}
.cid-tSGffZw16V .decor-wrapper_2 {
  height: 15px;
  background-color: #4875bb;
}
.cid-tSGffZw16V .decor-wrapper_3 {
  height: 15px;
  background-color: #80a1d3;
}
.cid-tSGffZw16V .decor-wrapper_4 {
  height: 15px;
  background-color: #bfd4f5;
}
.cid-tSGffZw16V .mbr-section-title {
  color: #192227;
  text-align: center;
}
.cid-tSEDiaN8aa {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #e1e9f4;
}
@media (max-width: 991px) {
  .cid-tSEDiaN8aa .mbr-section-head {
    margin-bottom: 8.53vw;
  }
}
.cid-tSEDiaN8aa .mbr-section-title {
  color: #353535;
}
.cid-tSEDiaN8aa .mbr-section-subtitle {
  color: #353535;
  margin-top: 1rem;
  text-align: left;
}
.cid-tSEDiaN8aa .cards-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-rows: auto;
  gap: 1.67vw 5.28vw;
}
@media (max-width: 991px) {
  .cid-tSEDiaN8aa .cards-container {
    grid-template-columns: 1fr 1fr;
    gap: 6.4vw 5.33vw;
  }
}
.cid-tSEDiaN8aa .card-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.cid-tSEDiaN8aa .card-wrap img {
  max-width: 100%;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-tSEDiaN8aa .mbr-section-subtitle DIV {
  text-align: left;
}
/*!
 * Mobirise v4 theme (https://mobirise.com/)
 * Copyright 2017 Mobirise
 */
section {
  background-color: #eeeeee;
}

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

:focus {
  outline: none;
}

body {
  font-style: normal;
  line-height: 1.5;
}

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

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

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

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

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

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}

a, a:hover {
  text-decoration: none;
}

figure {
  margin-bottom: 0;
}

body {
  color: #232323;
}

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

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

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

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

b,
strong {
  font-weight: bold;
}

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

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

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

body {
  position: relative;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

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

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

.mbr-black {
  color: #000000;
}

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

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

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

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

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

@media (max-width: 767px) {
  .align-left,
  .align-center,
  .align-right,
  .mbr-section-btn,
  .mbr-section-title {
    text-align: center;
  }
}

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

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

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

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

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

.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 {
  overflow: hidden;
}

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

.mbr-figure img,
.mbr-figure 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 {
  -ms-grid-row-align: center;
  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 */
.btn {
  font-weight: 500;
  border-width: 2px;
  font-style: normal;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  transition: all .3s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  display: -webkit-inline-flex;
}

.btn-sm {
  font-weight: 500;
  letter-spacing: 1px;
  transition: all .3s ease-in-out;
}

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

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

.mbr-section-btn {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
  font-size: 0;
}

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

.btn-form {
  border-radius: 0;
}

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

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

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

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

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

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

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

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

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

/*! Map */
.map {
  height: 25rem;
  position: relative;
}

.map iframe {
  width: 100%;
  height: 100%;
}

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

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

.form-control {
  background-color: #f5f5f5;
  box-shadow: none;
  color: #565656;
  line-height: 1.43;
  min-height: 3.5em;
  padding: 1.07em .5em;
}

.form-control, .form-control:focus {
  border: 1px solid #e8e8e8;
}

.form-active .form-control:invalid {
  border-color: red;
}

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

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: .875rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
}

.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
  -webkit-transform: rotate(45deg);
}

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

/*! Scroll to top arrow */
#scrollToTop a i:before {
  content: '';
  position: absolute;
  height: 40%;
  top: 25%;
  background: #fff;
  width: 2px;
  left: calc(50% - 1px);
}

#scrollToTop a i:after {
  content: '';
  position: absolute;
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 32px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  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: '\203a';
  display: inline-block;
  font-family: serif;
  font-size: 32px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
  animation: arrowdown 1.7s ease-in-out infinite;
}

.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
}

@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
}

@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 50%;
    right: auto;
    transform: translateX(-50%) rotate(180deg);
    -webkit-transform: translateX(-50%) rotate(180deg);
  }
}

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

@media (min-width: 768px) and (max-width: 1023px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}

@media (max-width: 1023px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}

@media (min-width: 1024px) {
  .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;
  }
}

/* Others*/
.note-check a[data-value=Rubik] {
  font-style: normal;
}

.mbr-arrow a {
  color: #ffffff;
}

@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}

.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;
  -webkit-align-items: center;
}

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

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}

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

.media {
  display: -webkit-flex;
}

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

.jq-selectbox__select {
  padding: 1.07em 0.5em;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

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

.jq-selectbox__trigger-arrow {
  -webkit-transform: translateY(-50%);
          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;
}

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

@media (max-width: 575px) {
  .navbar-toggleable .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable > .container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-toggleable {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable .navbar-nav {
    flex-direction: row;
  }
  .navbar-toggleable .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-toggleable > .container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable .navbar-collapse {
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767px) {
  .navbar-toggleable-sm .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-sm > .container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-toggleable-sm {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-toggleable-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-toggleable-sm > .container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-sm .navbar-collapse {
    display: none;
    width: 100%;
  }
  .navbar-toggleable-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1023px) {
  .navbar-toggleable-md .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-md > .container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1024px) {
  .navbar-toggleable-md {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-toggleable-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-toggleable-md > .container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-md .navbar-collapse {
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199px) {
  .navbar-toggleable-lg .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-lg > .container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-toggleable-lg {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-toggleable-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-toggleable-lg > .container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-lg .navbar-collapse {
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable-lg .navbar-toggler {
    display: none;
  }
}

.navbar-toggleable-xl {
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}

.navbar-toggleable-xl .navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-toggleable-xl > .container {
  padding-right: 0;
  padding-left: 0;
}

.navbar-toggleable-xl .navbar-nav {
  flex-direction: row;
}

.navbar-toggleable-xl .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-toggleable-xl > .container {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

.navbar-toggleable-xl .navbar-collapse {
  display: flex !important;
  width: 100%;
}

.navbar-toggleable-xl .navbar-toggler {
  display: none;
}

.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;
}
.cid-tSBwhpioWs {
  z-index: 1000;
  width: 100%;
}
.cid-tSBwhpioWs .navbar-collapse {
  transition: none;
  min-height: 100px;
}
.cid-tSBwhpioWs nav.navbar {
  position: fixed;
}
.cid-tSBwhpioWs .nav-item {
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cid-tSBwhpioWs .nav-item:hover {
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-tSBwhpioWs .nav-item {
    height: auto;
  }
}
.cid-tSBwhpioWs .navbar-nav {
  margin: auto;
  height: 100%!important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tSBwhpioWs .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tSBwhpioWs .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tSBwhpioWs .dropdown-item {
  border-bottom: 0px solid #e6e6e6;
}
.cid-tSBwhpioWs .dropdown-item:hover,
.cid-tSBwhpioWs .dropdown-item:focus {
  background: white !important;
}
.cid-tSBwhpioWs .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tSBwhpioWs .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tSBwhpioWs .nav-dropdown .link {
  padding: 0.6em .6em !important;
  margin: 0 0.6em !important;
}
.cid-tSBwhpioWs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tSBwhpioWs .nav-link {
  position: relative;
}
.cid-tSBwhpioWs .container {
  display: flex;
  margin: auto;
}
.cid-tSBwhpioWs .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  margin: 0 0.3rem;
  border-radius: 10px;
}
.cid-tSBwhpioWs .dropdown-menu,
.cid-tSBwhpioWs .navbar.opened {
  background: #ffffff !important;
}
.cid-tSBwhpioWs .nav-item:focus,
.cid-tSBwhpioWs .nav-link:focus {
  outline: none;
}
.cid-tSBwhpioWs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tSBwhpioWs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tSBwhpioWs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  vertical-align: sub;
}
.cid-tSBwhpioWs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tSBwhpioWs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tSBwhpioWs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tSBwhpioWs .navbar {
  min-height: 0px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.8);
}
.cid-tSBwhpioWs .navbar.opened {
  transition: all 0.3s;
}
.cid-tSBwhpioWs .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tSBwhpioWs .navbar .navbar-logo img {
  width: auto;
}
.cid-tSBwhpioWs .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tSBwhpioWs .navbar.collapsed {
  justify-content: center;
}
.cid-tSBwhpioWs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tSBwhpioWs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tSBwhpioWs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.1rem);
  }
}
.cid-tSBwhpioWs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tSBwhpioWs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tSBwhpioWs .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tSBwhpioWs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tSBwhpioWs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tSBwhpioWs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tSBwhpioWs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tSBwhpioWs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tSBwhpioWs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tSBwhpioWs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tSBwhpioWs .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tSBwhpioWs .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tSBwhpioWs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tSBwhpioWs .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tSBwhpioWs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tSBwhpioWs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tSBwhpioWs .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tSBwhpioWs .navbar.navbar-short {
  min-height: 60px;
}
.cid-tSBwhpioWs .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tSBwhpioWs .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tSBwhpioWs .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tSBwhpioWs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tSBwhpioWs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tSBwhpioWs .dropdown-item.active,
.cid-tSBwhpioWs .dropdown-item:active {
  background-color: transparent;
}
.cid-tSBwhpioWs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tSBwhpioWs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tSBwhpioWs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tSBwhpioWs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tSBwhpioWs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tSBwhpioWs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tSBwhpioWs ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tSBwhpioWs .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tSBwhpioWs button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tSBwhpioWs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1c4e9d;
}
.cid-tSBwhpioWs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tSBwhpioWs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tSBwhpioWs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tSBwhpioWs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tSBwhpioWs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tSBwhpioWs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tSBwhpioWs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tSBwhpioWs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tSBwhpioWs .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tSBwhpioWs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tSBwhpioWs .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tSBwhpioWs .navbar {
    height: 70px;
  }
  .cid-tSBwhpioWs .navbar.opened {
    height: auto;
  }
  .cid-tSBwhpioWs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tSnLX87paa {
  padding-top: 11.5rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/smpm-logo-8-1601x1600.png");
}
.cid-tSnLX87paa .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSnLX87paa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSnLX87paa .mbr-section-title {
  color: #1c4e9d;
  text-align: left;
}
.cid-tSnLX87paa .mbr-text,
.cid-tSnLX87paa .mbr-section-btn {
  text-align: left;
  color: #5c89ce;
}
.cid-tSnLX87paa .mbr-section-subtitle {
  text-align: left;
  color: #44679f;
}
.cid-tSuj9tHZtz {
  padding-top: 0rem;
  padding-bottom: 4rem;
  overflow: hidden;
  background-color: #e1e9f4;
}
.cid-tSuj9tHZtz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSuj9tHZtz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSuj9tHZtz .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tSuj9tHZtz .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tSuj9tHZtz .container {
    padding: 0 16px;
  }
}
.cid-tSuj9tHZtz .row {
  position: relative;
  margin: 0;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tSuj9tHZtz .row {
    margin: 0;
  }
}
.cid-tSuj9tHZtz .row .card {
  position: relative;
  padding: 0;
}
.cid-tSuj9tHZtz .decor-wrapper_1 {
  height: 15px;
  background-color: #1c4e9d;
}
.cid-tSuj9tHZtz .decor-wrapper_2 {
  height: 15px;
  background-color: #4875bb;
}
.cid-tSuj9tHZtz .decor-wrapper_3 {
  height: 15px;
  background-color: #80a1d3;
}
.cid-tSuj9tHZtz .decor-wrapper_4 {
  height: 15px;
  background-color: #bfd4f5;
}
.cid-tSuj9tHZtz .title-wrapper {
  margin: 0 20px;
  padding-top: 110px;
}
@media (max-width: 992px) {
  .cid-tSuj9tHZtz .title-wrapper {
    padding-top: 50px;
  }
}
@media (max-width: 992px) {
  .cid-tSuj9tHZtz .title-wrapper {
    margin: 0 10px;
  }
}
.cid-tSuj9tHZtz .mbr-section-title {
  color: #192227;
  text-align: center;
}
.cid-tStxw9S3vz {
  padding-top: 2rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-tStxw9S3vz .mbr-section-subtitle {
  color: #14191e;
}
.cid-tStxw9S3vz .mbr-text {
  color: #777777;
}
.cid-tStxw9S3vz ul {
  margin: 0;
  list-style: none;
  padding-left: 1rem;
}
.cid-tStxw9S3vz ul li {
  margin-bottom: 1rem;
  position: relative;
  list-style: none;
  padding-left: 1rem;
}
.cid-tStxw9S3vz ul li:before {
  position: absolute;
  left: -20px;
  content: "✓";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #1c4e9d;
  width: 25px;
  height: 25px;
}
.cid-tStxw9S3vz .mbr-list {
  color: #777777;
}
.cid-tStxw9S3vz .mbr-list UL {
  text-align: left;
}
.cid-tStxw9S3vz .mbr-section-title {
  text-align: left;
  color: #1c4e9d;
}
.cid-tWEEKemhDm {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tWEEKemhDm .card-box {
  z-index: 10;
  position: relative;
}
.cid-tWEEKemhDm .link-wrap {
  width: 100%;
}
.cid-tWEEKemhDm .link {
  display: inline-block;
}
.cid-tWEEKemhDm .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  font-weight: 600;
}
.cid-tWEEKemhDm .link a:hover {
  text-decoration: underline;
}
.cid-tWEEKemhDm .card {
  margin: auto;
  min-height: 280px;
  transition: all 0.3s;
}
.cid-tWEEKemhDm .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #0095ff;
  margin-bottom: 2rem;
}
.cid-tWEEKemhDm .card-wrapper {
  background-position: center;
  padding: 5rem 5rem;
  background: #f6f9ff;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tWEEKemhDm .link,
.cid-tWEEKemhDm .link-wrap {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tWEEKemhDm .card {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tWEEKemhDm .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-tWEEKemhDm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWEEKemhDm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWEEKemhDm H1 {
  color: #2c4979;
}
.cid-tWEEKemhDm .card-title,
.cid-tWEEKemhDm .card-box {
  color: #2c4979;
}
.cid-uhWMLclj8Z {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #9db2d3;
}
@media (max-width: 991px) {
  .cid-uhWMLclj8Z .mbr-section-head {
    margin-bottom: 8.53vw;
  }
}
.cid-uhWMLclj8Z .mbr-section-title {
  color: #353535;
  text-align: left;
}
.cid-uhWMLclj8Z .mbr-section-subtitle {
  color: #353535;
  margin-top: 1rem;
  text-align: left;
}
.cid-uhWMLclj8Z .cards-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-rows: auto;
  gap: 1.67vw 5.28vw;
}
@media (max-width: 991px) {
  .cid-uhWMLclj8Z .cards-container {
    grid-template-columns: 1fr 1fr;
    gap: 6.4vw 5.33vw;
  }
}
.cid-uhWMLclj8Z .card-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.cid-uhWMLclj8Z .card-wrap img {
  max-width: 100%;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-uhWMLclj8Z .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uif8IsRoOq {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #9db2d3;
}
.cid-uif8IsRoOq .image-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-uif8IsRoOq .image-block {
    width: 100% !important;
  }
}
.cid-tStqMi5ICi .google-map {
  filter: grayscale(0.9);
  height: 34rem;
  position: relative;
}
.cid-tStqMi5ICi .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tStqMi5ICi .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-tStqMi5ICi .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tStqMi5ICi .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tUWQ03wpdS {
  padding-top: 60px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/smpm-logo-8-1601x1600.png");
}
@media (max-width: 767px) {
  .cid-tUWQ03wpdS .content {
    text-align: center;
  }
  .cid-tUWQ03wpdS .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tUWQ03wpdS .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tUWQ03wpdS .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tUWQ03wpdS .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-tUWQ03wpdS .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tUWQ03wpdS .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tUWQ03wpdS .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tUWQ03wpdS .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tUWQ03wpdS .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tUWQ03wpdS .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tUWQ03wpdS .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tUWQ03wpdS .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tUWQ03wpdS P {
  text-align: left;
  color: #353535;
}
.cid-tUWQ03wpdS H5 {
  color: #767676;
}
.cid-tUW2nFvEnD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #e1e9f4;
}
.cid-tUW2nFvEnD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUW2nFvEnD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUW2nFvEnD .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tUW2nFvEnD .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tUW2nFvEnD .container {
    padding: 0 16px;
  }
}
.cid-tUW2nFvEnD .row {
  position: relative;
  margin: 0;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tUW2nFvEnD .row {
    margin: 0;
  }
}
.cid-tUW2nFvEnD .row .card {
  position: relative;
  padding: 0;
}
.cid-tUW2nFvEnD .decor-wrapper_1 {
  height: 15px;
  background-color: #1c4e9d;
}
.cid-tUW2nFvEnD .decor-wrapper_2 {
  height: 15px;
  background-color: #4875bb;
}
.cid-tUW2nFvEnD .decor-wrapper_3 {
  height: 15px;
  background-color: #80a1d3;
}
.cid-tUW2nFvEnD .decor-wrapper_4 {
  height: 15px;
  background-color: #bfd4f5;
}
.cid-tUW2nFvEnD .mbr-section-title {
  color: #192227;
  text-align: center;
}
.cid-tT394EGBkb {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #e1e9f4;
}
@media (max-width: 991px) {
  .cid-tT394EGBkb .mbr-section-head {
    margin-bottom: 8.53vw;
  }
}
.cid-tT394EGBkb .mbr-section-title {
  color: #353535;
}
.cid-tT394EGBkb .mbr-section-subtitle {
  color: #353535;
  margin-top: 1rem;
  text-align: left;
}
.cid-tT394EGBkb .cards-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-rows: auto;
  gap: 1.67vw 5.28vw;
}
@media (max-width: 991px) {
  .cid-tT394EGBkb .cards-container {
    grid-template-columns: 1fr 1fr;
    gap: 6.4vw 5.33vw;
  }
}
.cid-tT394EGBkb .card-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.cid-tT394EGBkb .card-wrap img {
  max-width: 100%;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-tT394EGBkb .mbr-section-subtitle DIV {
  text-align: left;
}
/*!
 * Mobirise v4 theme (https://mobirise.com/)
 * Copyright 2017 Mobirise
 */
section {
  background-color: #eeeeee;
}

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

:focus {
  outline: none;
}

body {
  font-style: normal;
  line-height: 1.5;
}

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

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

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

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

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

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}

a, a:hover {
  text-decoration: none;
}

figure {
  margin-bottom: 0;
}

body {
  color: #232323;
}

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

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

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

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

b,
strong {
  font-weight: bold;
}

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

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

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

body {
  position: relative;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

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

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

.mbr-black {
  color: #000000;
}

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

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

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

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

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

@media (max-width: 767px) {
  .align-left,
  .align-center,
  .align-right,
  .mbr-section-btn,
  .mbr-section-title {
    text-align: center;
  }
}

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

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

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

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

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

.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 {
  overflow: hidden;
}

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

.mbr-figure img,
.mbr-figure 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 {
  -ms-grid-row-align: center;
  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 */
.btn {
  font-weight: 500;
  border-width: 2px;
  font-style: normal;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  transition: all .3s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  display: -webkit-inline-flex;
}

.btn-sm {
  font-weight: 500;
  letter-spacing: 1px;
  transition: all .3s ease-in-out;
}

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

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

.mbr-section-btn {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
  font-size: 0;
}

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

.btn-form {
  border-radius: 0;
}

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

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

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

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

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

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

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

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

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

/*! Map */
.map {
  height: 25rem;
  position: relative;
}

.map iframe {
  width: 100%;
  height: 100%;
}

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

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

.form-control {
  background-color: #f5f5f5;
  box-shadow: none;
  color: #565656;
  line-height: 1.43;
  min-height: 3.5em;
  padding: 1.07em .5em;
}

.form-control, .form-control:focus {
  border: 1px solid #e8e8e8;
}

.form-active .form-control:invalid {
  border-color: red;
}

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

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: .875rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
}

.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
  -webkit-transform: rotate(45deg);
}

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

/*! Scroll to top arrow */
#scrollToTop a i:before {
  content: '';
  position: absolute;
  height: 40%;
  top: 25%;
  background: #fff;
  width: 2px;
  left: calc(50% - 1px);
}

#scrollToTop a i:after {
  content: '';
  position: absolute;
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 32px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  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: '\203a';
  display: inline-block;
  font-family: serif;
  font-size: 32px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
  animation: arrowdown 1.7s ease-in-out infinite;
}

.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
}

@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
}

@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 50%;
    right: auto;
    transform: translateX(-50%) rotate(180deg);
    -webkit-transform: translateX(-50%) rotate(180deg);
  }
}

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

@media (min-width: 768px) and (max-width: 1023px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}

@media (max-width: 1023px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}

@media (min-width: 1024px) {
  .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;
  }
}

/* Others*/
.note-check a[data-value=Rubik] {
  font-style: normal;
}

.mbr-arrow a {
  color: #ffffff;
}

@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}

.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;
  -webkit-align-items: center;
}

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

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}

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

.media {
  display: -webkit-flex;
}

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

.jq-selectbox__select {
  padding: 1.07em 0.5em;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

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

.jq-selectbox__trigger-arrow {
  -webkit-transform: translateY(-50%);
          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;
}

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

@media (max-width: 575px) {
  .navbar-toggleable .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable > .container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-toggleable {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable .navbar-nav {
    flex-direction: row;
  }
  .navbar-toggleable .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-toggleable > .container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable .navbar-collapse {
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767px) {
  .navbar-toggleable-sm .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-sm > .container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-toggleable-sm {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-toggleable-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-toggleable-sm > .container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-sm .navbar-collapse {
    display: none;
    width: 100%;
  }
  .navbar-toggleable-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1023px) {
  .navbar-toggleable-md .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-md > .container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1024px) {
  .navbar-toggleable-md {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-toggleable-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-toggleable-md > .container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-md .navbar-collapse {
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199px) {
  .navbar-toggleable-lg .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-lg > .container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-toggleable-lg {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-toggleable-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-toggleable-lg > .container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-lg .navbar-collapse {
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable-lg .navbar-toggler {
    display: none;
  }
}

.navbar-toggleable-xl {
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}

.navbar-toggleable-xl .navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-toggleable-xl > .container {
  padding-right: 0;
  padding-left: 0;
}

.navbar-toggleable-xl .navbar-nav {
  flex-direction: row;
}

.navbar-toggleable-xl .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-toggleable-xl > .container {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

.navbar-toggleable-xl .navbar-collapse {
  display: flex !important;
  width: 100%;
}

.navbar-toggleable-xl .navbar-toggler {
  display: none;
}

.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;
}
.cid-tSBwhpioWs {
  z-index: 1000;
  width: 100%;
}
.cid-tSBwhpioWs .navbar-collapse {
  transition: none;
  min-height: 100px;
}
.cid-tSBwhpioWs nav.navbar {
  position: fixed;
}
.cid-tSBwhpioWs .nav-item {
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cid-tSBwhpioWs .nav-item:hover {
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-tSBwhpioWs .nav-item {
    height: auto;
  }
}
.cid-tSBwhpioWs .navbar-nav {
  margin: auto;
  height: 100%!important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tSBwhpioWs .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tSBwhpioWs .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tSBwhpioWs .dropdown-item {
  border-bottom: 0px solid #e6e6e6;
}
.cid-tSBwhpioWs .dropdown-item:hover,
.cid-tSBwhpioWs .dropdown-item:focus {
  background: white !important;
}
.cid-tSBwhpioWs .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tSBwhpioWs .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tSBwhpioWs .nav-dropdown .link {
  padding: 0.6em .6em !important;
  margin: 0 0.6em !important;
}
.cid-tSBwhpioWs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tSBwhpioWs .nav-link {
  position: relative;
}
.cid-tSBwhpioWs .container {
  display: flex;
  margin: auto;
}
.cid-tSBwhpioWs .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  margin: 0 0.3rem;
  border-radius: 10px;
}
.cid-tSBwhpioWs .dropdown-menu,
.cid-tSBwhpioWs .navbar.opened {
  background: #ffffff !important;
}
.cid-tSBwhpioWs .nav-item:focus,
.cid-tSBwhpioWs .nav-link:focus {
  outline: none;
}
.cid-tSBwhpioWs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tSBwhpioWs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tSBwhpioWs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  vertical-align: sub;
}
.cid-tSBwhpioWs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tSBwhpioWs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tSBwhpioWs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tSBwhpioWs .navbar {
  min-height: 0px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.8);
}
.cid-tSBwhpioWs .navbar.opened {
  transition: all 0.3s;
}
.cid-tSBwhpioWs .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tSBwhpioWs .navbar .navbar-logo img {
  width: auto;
}
.cid-tSBwhpioWs .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tSBwhpioWs .navbar.collapsed {
  justify-content: center;
}
.cid-tSBwhpioWs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tSBwhpioWs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tSBwhpioWs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.1rem);
  }
}
.cid-tSBwhpioWs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tSBwhpioWs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tSBwhpioWs .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tSBwhpioWs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tSBwhpioWs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tSBwhpioWs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tSBwhpioWs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tSBwhpioWs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tSBwhpioWs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tSBwhpioWs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tSBwhpioWs .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tSBwhpioWs .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tSBwhpioWs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tSBwhpioWs .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tSBwhpioWs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tSBwhpioWs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tSBwhpioWs .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tSBwhpioWs .navbar.navbar-short {
  min-height: 60px;
}
.cid-tSBwhpioWs .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tSBwhpioWs .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tSBwhpioWs .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tSBwhpioWs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tSBwhpioWs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tSBwhpioWs .dropdown-item.active,
.cid-tSBwhpioWs .dropdown-item:active {
  background-color: transparent;
}
.cid-tSBwhpioWs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tSBwhpioWs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tSBwhpioWs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tSBwhpioWs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tSBwhpioWs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tSBwhpioWs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tSBwhpioWs ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tSBwhpioWs .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tSBwhpioWs button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tSBwhpioWs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1c4e9d;
}
.cid-tSBwhpioWs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tSBwhpioWs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tSBwhpioWs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tSBwhpioWs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tSBwhpioWs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tSBwhpioWs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tSBwhpioWs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tSBwhpioWs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tSBwhpioWs .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tSBwhpioWs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tSBwhpioWs .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tSBwhpioWs .navbar {
    height: 70px;
  }
  .cid-tSBwhpioWs .navbar.opened {
    height: auto;
  }
  .cid-tSBwhpioWs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tSpcAl1yWQ {
  padding-top: 11.5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/smpm-logo-8-1601x1600.png");
}
.cid-tSpcAl1yWQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSpcAl1yWQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSpcAl1yWQ .mbr-section-title {
  color: #1c4e9d;
  text-align: left;
}
.cid-tSpcAl1yWQ .mbr-text,
.cid-tSpcAl1yWQ .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-tSpcAl1yWQ .mbr-section-subtitle {
  text-align: left;
  color: #767676;
}
.cid-tSpfGxi2Pq {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tSpfGxi2Pq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSpfGxi2Pq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSpfGxi2Pq .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #406baf;
  margin-left: 1rem;
}
.cid-tSpfGxi2Pq .panel-group {
  border: none;
}
.cid-tSpfGxi2Pq .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tSpfGxi2Pq .panel-body,
.cid-tSpfGxi2Pq .card-header {
  padding: 1rem 0;
}
.cid-tSpfGxi2Pq .panel-title-edit {
  color: #1c4e9d;
}
.cid-tSpfGxi2Pq .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tSpfGxi2Pq .panel-text {
  color: #767676;
}
.cid-tSpjXZpk7x {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tSpjXZpk7x .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSpjXZpk7x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSpjXZpk7x .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #406baf;
  margin-left: 1rem;
}
.cid-tSpjXZpk7x .panel-group {
  border: none;
}
.cid-tSpjXZpk7x .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tSpjXZpk7x .panel-body,
.cid-tSpjXZpk7x .card-header {
  padding: 1rem 0;
}
.cid-tSpjXZpk7x .panel-title-edit {
  color: #1c4e9d;
}
.cid-tSpjXZpk7x .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tSpjXZpk7x .panel-text {
  color: #767676;
}
.cid-tSplfk9hvP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tSplfk9hvP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSplfk9hvP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSplfk9hvP .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #406baf;
  margin-left: 1rem;
}
.cid-tSplfk9hvP .panel-group {
  border: none;
}
.cid-tSplfk9hvP .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tSplfk9hvP .panel-body,
.cid-tSplfk9hvP .card-header {
  padding: 1rem 0;
}
.cid-tSplfk9hvP .panel-title-edit {
  color: #1c4e9d;
}
.cid-tSplfk9hvP .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tSplfk9hvP .panel-text {
  color: #767676;
}
.cid-tSpm56zBrc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tSpm56zBrc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSpm56zBrc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSpm56zBrc .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #406baf;
  margin-left: 1rem;
}
.cid-tSpm56zBrc .panel-group {
  border: none;
}
.cid-tSpm56zBrc .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tSpm56zBrc .panel-body,
.cid-tSpm56zBrc .card-header {
  padding: 1rem 0;
}
.cid-tSpm56zBrc .panel-title-edit {
  color: #1c4e9d;
}
.cid-tSpm56zBrc .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tSpm56zBrc .panel-text {
  color: #767676;
}
.cid-tSpn0rLudo {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tSpn0rLudo .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSpn0rLudo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSpn0rLudo .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #406baf;
  margin-left: 1rem;
}
.cid-tSpn0rLudo .panel-group {
  border: none;
}
.cid-tSpn0rLudo .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tSpn0rLudo .panel-body,
.cid-tSpn0rLudo .card-header {
  padding: 1rem 0;
}
.cid-tSpn0rLudo .panel-title-edit {
  color: #1c4e9d;
}
.cid-tSpn0rLudo .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tSpn0rLudo .panel-text {
  color: #767676;
}
.cid-tWEKgaXEws {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tWEKgaXEws .card-box {
  z-index: 10;
  position: relative;
}
.cid-tWEKgaXEws .link-wrap {
  width: 100%;
}
.cid-tWEKgaXEws .link {
  display: inline-block;
}
.cid-tWEKgaXEws .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  font-weight: 600;
}
.cid-tWEKgaXEws .link a:hover {
  text-decoration: underline;
}
.cid-tWEKgaXEws .card {
  margin: auto;
  min-height: 280px;
  transition: all 0.3s;
}
.cid-tWEKgaXEws .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #0095ff;
  margin-bottom: 2rem;
}
.cid-tWEKgaXEws .card-wrapper {
  background-position: center;
  padding: 5rem 5rem;
  background: #f6f9ff;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tWEKgaXEws .link,
.cid-tWEKgaXEws .link-wrap {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tWEKgaXEws .card {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tWEKgaXEws .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-tWEKgaXEws .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWEKgaXEws .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWEKgaXEws H1 {
  color: #2c4979;
}
.cid-tWEKgaXEws .card-title,
.cid-tWEKgaXEws .card-box {
  color: #2c4979;
}
.cid-uhWN09Chh9 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #9db2d3;
}
@media (max-width: 991px) {
  .cid-uhWN09Chh9 .mbr-section-head {
    margin-bottom: 8.53vw;
  }
}
.cid-uhWN09Chh9 .mbr-section-title {
  color: #353535;
  text-align: left;
}
.cid-uhWN09Chh9 .mbr-section-subtitle {
  color: #353535;
  margin-top: 1rem;
  text-align: left;
}
.cid-uhWN09Chh9 .cards-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-rows: auto;
  gap: 1.67vw 5.28vw;
}
@media (max-width: 991px) {
  .cid-uhWN09Chh9 .cards-container {
    grid-template-columns: 1fr 1fr;
    gap: 6.4vw 5.33vw;
  }
}
.cid-uhWN09Chh9 .card-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.cid-uhWN09Chh9 .card-wrap img {
  max-width: 100%;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-uhWN09Chh9 .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uif8V5wOkC {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #9db2d3;
}
.cid-uif8V5wOkC .image-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-uif8V5wOkC .image-block {
    width: 100% !important;
  }
}
.cid-tSjYeZWzLI .google-map {
  filter: grayscale(0.9);
  height: 34rem;
  position: relative;
}
.cid-tSjYeZWzLI .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tSjYeZWzLI .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-tSjYeZWzLI .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tSjYeZWzLI .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tUWQgool1A {
  padding-top: 60px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/smpm-logo-8-1601x1600.png");
}
@media (max-width: 767px) {
  .cid-tUWQgool1A .content {
    text-align: center;
  }
  .cid-tUWQgool1A .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tUWQgool1A .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tUWQgool1A .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tUWQgool1A .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-tUWQgool1A .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tUWQgool1A .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tUWQgool1A .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tUWQgool1A .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tUWQgool1A .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tUWQgool1A .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tUWQgool1A .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tUWQgool1A .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tUWQgool1A P {
  text-align: left;
  color: #353535;
}
.cid-tUWQgool1A H5 {
  color: #767676;
}
.cid-tUW2BlSMlZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #e1e9f4;
}
.cid-tUW2BlSMlZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUW2BlSMlZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUW2BlSMlZ .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tUW2BlSMlZ .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tUW2BlSMlZ .container {
    padding: 0 16px;
  }
}
.cid-tUW2BlSMlZ .row {
  position: relative;
  margin: 0;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tUW2BlSMlZ .row {
    margin: 0;
  }
}
.cid-tUW2BlSMlZ .row .card {
  position: relative;
  padding: 0;
}
.cid-tUW2BlSMlZ .decor-wrapper_1 {
  height: 15px;
  background-color: #1c4e9d;
}
.cid-tUW2BlSMlZ .decor-wrapper_2 {
  height: 15px;
  background-color: #4875bb;
}
.cid-tUW2BlSMlZ .decor-wrapper_3 {
  height: 15px;
  background-color: #80a1d3;
}
.cid-tUW2BlSMlZ .decor-wrapper_4 {
  height: 15px;
  background-color: #bfd4f5;
}
.cid-tUW2BlSMlZ .mbr-section-title {
  color: #192227;
  text-align: center;
}
.cid-tT39cONRnc {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #e1e9f4;
}
@media (max-width: 991px) {
  .cid-tT39cONRnc .mbr-section-head {
    margin-bottom: 8.53vw;
  }
}
.cid-tT39cONRnc .mbr-section-title {
  color: #353535;
}
.cid-tT39cONRnc .mbr-section-subtitle {
  color: #353535;
  margin-top: 1rem;
  text-align: left;
}
.cid-tT39cONRnc .cards-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-rows: auto;
  gap: 1.67vw 5.28vw;
}
@media (max-width: 991px) {
  .cid-tT39cONRnc .cards-container {
    grid-template-columns: 1fr 1fr;
    gap: 6.4vw 5.33vw;
  }
}
.cid-tT39cONRnc .card-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.cid-tT39cONRnc .card-wrap img {
  max-width: 100%;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-tT39cONRnc .mbr-section-subtitle DIV {
  text-align: left;
}
/*!
 * Mobirise v4 theme (https://mobirise.com/)
 * Copyright 2017 Mobirise
 */
section {
  background-color: #eeeeee;
}

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

:focus {
  outline: none;
}

body {
  font-style: normal;
  line-height: 1.5;
}

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

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

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

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

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

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}

a, a:hover {
  text-decoration: none;
}

figure {
  margin-bottom: 0;
}

body {
  color: #232323;
}

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

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

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

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

b,
strong {
  font-weight: bold;
}

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

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

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

body {
  position: relative;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

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

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

.mbr-black {
  color: #000000;
}

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

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

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

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

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

@media (max-width: 767px) {
  .align-left,
  .align-center,
  .align-right,
  .mbr-section-btn,
  .mbr-section-title {
    text-align: center;
  }
}

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

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

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

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

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

.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 {
  overflow: hidden;
}

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

.mbr-figure img,
.mbr-figure 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 {
  -ms-grid-row-align: center;
  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 */
.btn {
  font-weight: 500;
  border-width: 2px;
  font-style: normal;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  transition: all .3s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  display: -webkit-inline-flex;
}

.btn-sm {
  font-weight: 500;
  letter-spacing: 1px;
  transition: all .3s ease-in-out;
}

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

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

.mbr-section-btn {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
  font-size: 0;
}

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

.btn-form {
  border-radius: 0;
}

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

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

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

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

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

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

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

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

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

/*! Map */
.map {
  height: 25rem;
  position: relative;
}

.map iframe {
  width: 100%;
  height: 100%;
}

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

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

.form-control {
  background-color: #f5f5f5;
  box-shadow: none;
  color: #565656;
  line-height: 1.43;
  min-height: 3.5em;
  padding: 1.07em .5em;
}

.form-control, .form-control:focus {
  border: 1px solid #e8e8e8;
}

.form-active .form-control:invalid {
  border-color: red;
}

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

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: .875rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
}

.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
  -webkit-transform: rotate(45deg);
}

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

/*! Scroll to top arrow */
#scrollToTop a i:before {
  content: '';
  position: absolute;
  height: 40%;
  top: 25%;
  background: #fff;
  width: 2px;
  left: calc(50% - 1px);
}

#scrollToTop a i:after {
  content: '';
  position: absolute;
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 32px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  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: '\203a';
  display: inline-block;
  font-family: serif;
  font-size: 32px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
  animation: arrowdown 1.7s ease-in-out infinite;
}

.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
}

@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
}

@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 50%;
    right: auto;
    transform: translateX(-50%) rotate(180deg);
    -webkit-transform: translateX(-50%) rotate(180deg);
  }
}

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

@media (min-width: 768px) and (max-width: 1023px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}

@media (max-width: 1023px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}

@media (min-width: 1024px) {
  .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;
  }
}

/* Others*/
.note-check a[data-value=Rubik] {
  font-style: normal;
}

.mbr-arrow a {
  color: #ffffff;
}

@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}

.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;
  -webkit-align-items: center;
}

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

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}

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

.media {
  display: -webkit-flex;
}

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

.jq-selectbox__select {
  padding: 1.07em 0.5em;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

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

.jq-selectbox__trigger-arrow {
  -webkit-transform: translateY(-50%);
          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;
}

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

@media (max-width: 575px) {
  .navbar-toggleable .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable > .container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-toggleable {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable .navbar-nav {
    flex-direction: row;
  }
  .navbar-toggleable .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-toggleable > .container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable .navbar-collapse {
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767px) {
  .navbar-toggleable-sm .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-sm > .container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-toggleable-sm {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-toggleable-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-toggleable-sm > .container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-sm .navbar-collapse {
    display: none;
    width: 100%;
  }
  .navbar-toggleable-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1023px) {
  .navbar-toggleable-md .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-md > .container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1024px) {
  .navbar-toggleable-md {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-toggleable-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-toggleable-md > .container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-md .navbar-collapse {
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199px) {
  .navbar-toggleable-lg .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-lg > .container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-toggleable-lg {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-toggleable-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-toggleable-lg > .container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-lg .navbar-collapse {
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable-lg .navbar-toggler {
    display: none;
  }
}

.navbar-toggleable-xl {
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}

.navbar-toggleable-xl .navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-toggleable-xl > .container {
  padding-right: 0;
  padding-left: 0;
}

.navbar-toggleable-xl .navbar-nav {
  flex-direction: row;
}

.navbar-toggleable-xl .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-toggleable-xl > .container {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

.navbar-toggleable-xl .navbar-collapse {
  display: flex !important;
  width: 100%;
}

.navbar-toggleable-xl .navbar-toggler {
  display: none;
}

.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;
}
.cid-tSBwhpioWs {
  z-index: 1000;
  width: 100%;
}
.cid-tSBwhpioWs .navbar-collapse {
  transition: none;
  min-height: 100px;
}
.cid-tSBwhpioWs nav.navbar {
  position: fixed;
}
.cid-tSBwhpioWs .nav-item {
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cid-tSBwhpioWs .nav-item:hover {
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-tSBwhpioWs .nav-item {
    height: auto;
  }
}
.cid-tSBwhpioWs .navbar-nav {
  margin: auto;
  height: 100%!important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tSBwhpioWs .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tSBwhpioWs .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tSBwhpioWs .dropdown-item {
  border-bottom: 0px solid #e6e6e6;
}
.cid-tSBwhpioWs .dropdown-item:hover,
.cid-tSBwhpioWs .dropdown-item:focus {
  background: white !important;
}
.cid-tSBwhpioWs .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tSBwhpioWs .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tSBwhpioWs .nav-dropdown .link {
  padding: 0.6em .6em !important;
  margin: 0 0.6em !important;
}
.cid-tSBwhpioWs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tSBwhpioWs .nav-link {
  position: relative;
}
.cid-tSBwhpioWs .container {
  display: flex;
  margin: auto;
}
.cid-tSBwhpioWs .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  margin: 0 0.3rem;
  border-radius: 10px;
}
.cid-tSBwhpioWs .dropdown-menu,
.cid-tSBwhpioWs .navbar.opened {
  background: #ffffff !important;
}
.cid-tSBwhpioWs .nav-item:focus,
.cid-tSBwhpioWs .nav-link:focus {
  outline: none;
}
.cid-tSBwhpioWs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tSBwhpioWs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tSBwhpioWs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  vertical-align: sub;
}
.cid-tSBwhpioWs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tSBwhpioWs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tSBwhpioWs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tSBwhpioWs .navbar {
  min-height: 0px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.8);
}
.cid-tSBwhpioWs .navbar.opened {
  transition: all 0.3s;
}
.cid-tSBwhpioWs .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tSBwhpioWs .navbar .navbar-logo img {
  width: auto;
}
.cid-tSBwhpioWs .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tSBwhpioWs .navbar.collapsed {
  justify-content: center;
}
.cid-tSBwhpioWs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tSBwhpioWs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tSBwhpioWs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.1rem);
  }
}
.cid-tSBwhpioWs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tSBwhpioWs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tSBwhpioWs .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tSBwhpioWs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tSBwhpioWs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tSBwhpioWs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tSBwhpioWs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tSBwhpioWs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tSBwhpioWs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tSBwhpioWs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tSBwhpioWs .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tSBwhpioWs .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tSBwhpioWs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tSBwhpioWs .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tSBwhpioWs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tSBwhpioWs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tSBwhpioWs .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tSBwhpioWs .navbar.navbar-short {
  min-height: 60px;
}
.cid-tSBwhpioWs .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tSBwhpioWs .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tSBwhpioWs .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tSBwhpioWs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tSBwhpioWs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tSBwhpioWs .dropdown-item.active,
.cid-tSBwhpioWs .dropdown-item:active {
  background-color: transparent;
}
.cid-tSBwhpioWs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tSBwhpioWs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tSBwhpioWs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tSBwhpioWs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tSBwhpioWs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tSBwhpioWs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tSBwhpioWs ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tSBwhpioWs .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tSBwhpioWs button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tSBwhpioWs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1c4e9d;
}
.cid-tSBwhpioWs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tSBwhpioWs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tSBwhpioWs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tSBwhpioWs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tSBwhpioWs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tSBwhpioWs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tSBwhpioWs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tSBwhpioWs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tSBwhpioWs .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tSBwhpioWs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tSBwhpioWs .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tSBwhpioWs .navbar {
    height: 70px;
  }
  .cid-tSBwhpioWs .navbar.opened {
    height: auto;
  }
  .cid-tSBwhpioWs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tSsOJsNu9u {
  padding-top: 11.5rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/smpm-logo-8-1601x1600.png");
}
.cid-tSsOJsNu9u .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSsOJsNu9u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSsOJsNu9u .mbr-section-title {
  color: #1c4e9d;
  text-align: left;
}
.cid-tSsOJsNu9u .mbr-text,
.cid-tSsOJsNu9u .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-tSsOJsNu9u .mbr-section-subtitle {
  text-align: left;
  color: #7e94b8;
}
.cid-tSsQC85t5l {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #43669d;
}
.cid-tSsQC85t5l .mbr-text {
  color: #dfcefd;
}
.cid-tSsQC85t5l .mbr-section-subtitle {
  color: #aabdda;
}
.cid-tSsQC85t5l .mbr-section-title {
  color: #aabdda;
  border-bottom: 1px solid currentColor;
  padding-bottom: 1rem;
}
.cid-tSsQC85t5l .mbr-section-text {
  color: #ffffff;
}
.cid-tSsQC85t5l .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-tSsQC85t5l .mbr-section-text DIV {
  text-align: left;
}
.cid-tSsYZN48i0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tSsYZN48i0 .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-tSsYZN48i0 .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-tSsYZN48i0 .counter-container ol li {
  list-style: none;
  padding-left: 1rem;
  position: relative;
}
.cid-tSsYZN48i0 .counter-container ol li:before {
  position: absolute;
  left: -30px;
  margin-top: -10px;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #ffffff;
  background: #43669d;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
}
.cid-tSsYZN48i0 .mbr-text {
  color: #1c4e9d;
}
.cid-tStbRPNcnS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e1e9f4;
}
.cid-tStbRPNcnS .title-wrapper {
  margin: 0 150px;
}
@media (max-width: 992px) {
  .cid-tStbRPNcnS .title-wrapper {
    margin: 0 30px;
  }
}
.cid-tStbRPNcnS .title-wrapper .mbr-section-title {
  margin-bottom: 83.5px;
}
@media (max-width: 768px) {
  .cid-tStbRPNcnS .title-wrapper .mbr-section-title {
    margin-bottom: 50.4px;
  }
}
.cid-tStbRPNcnS .text-wrapper {
  margin: 0 150px;
  padding: 86px 0;
  border-top: 1px solid #43669d;
}
@media (max-width: 992px) {
  .cid-tStbRPNcnS .text-wrapper {
    margin: 0 30px;
  }
}
@media (max-width: 768px) {
  .cid-tStbRPNcnS .text-wrapper {
    padding: 50.4px 0;
  }
}
.cid-tStbRPNcnS .text-wrapper .mbr-section-subtitle {
  margin: 0;
}
@media (max-width: 768px) {
  .cid-tStbRPNcnS .text-wrapper .mbr-section-subtitle {
    margin-bottom: 33.6px;
  }
}
.cid-tStbRPNcnS .text-wrapper .mbr-text {
  margin: 0;
}
.cid-tStbRPNcnS .mbr-section-title {
  color: #1E1C21;
}
.cid-tStbRPNcnS .mbr-section-subtitle {
  color: #1c4e9d;
}
.cid-tStbRPNcnS .mbr-text {
  color: #1E1C21;
}
.cid-tStc3yeJzA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e1e9f4;
}
.cid-tStc3yeJzA .title-wrapper {
  margin: 0 150px;
}
@media (max-width: 992px) {
  .cid-tStc3yeJzA .title-wrapper {
    margin: 0 30px;
  }
}
.cid-tStc3yeJzA .title-wrapper .mbr-section-title {
  margin-bottom: 83.5px;
}
@media (max-width: 768px) {
  .cid-tStc3yeJzA .title-wrapper .mbr-section-title {
    margin-bottom: 50.4px;
  }
}
.cid-tStc3yeJzA .text-wrapper {
  margin: 0 150px;
  padding: 86px 0;
  border-top: 1px solid #43669d;
}
@media (max-width: 992px) {
  .cid-tStc3yeJzA .text-wrapper {
    margin: 0 30px;
  }
}
@media (max-width: 768px) {
  .cid-tStc3yeJzA .text-wrapper {
    padding: 50.4px 0;
  }
}
.cid-tStc3yeJzA .text-wrapper .mbr-section-subtitle {
  margin: 0;
}
@media (max-width: 768px) {
  .cid-tStc3yeJzA .text-wrapper .mbr-section-subtitle {
    margin-bottom: 33.6px;
  }
}
.cid-tStc3yeJzA .text-wrapper .mbr-text {
  margin: 0;
}
.cid-tStc3yeJzA .mbr-section-title {
  color: #1E1C21;
}
.cid-tStc3yeJzA .mbr-section-subtitle {
  color: #1c4e9d;
}
.cid-tStc3yeJzA .mbr-text {
  color: #1E1C21;
}
.cid-tStcuQjuFn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e1e9f4;
}
.cid-tStcuQjuFn .title-wrapper {
  margin: 0 150px;
}
@media (max-width: 992px) {
  .cid-tStcuQjuFn .title-wrapper {
    margin: 0 30px;
  }
}
.cid-tStcuQjuFn .title-wrapper .mbr-section-title {
  margin-bottom: 83.5px;
}
@media (max-width: 768px) {
  .cid-tStcuQjuFn .title-wrapper .mbr-section-title {
    margin-bottom: 50.4px;
  }
}
.cid-tStcuQjuFn .text-wrapper {
  margin: 0 150px;
  padding: 86px 0;
  border-top: 1px solid #43669d;
}
@media (max-width: 992px) {
  .cid-tStcuQjuFn .text-wrapper {
    margin: 0 30px;
  }
}
@media (max-width: 768px) {
  .cid-tStcuQjuFn .text-wrapper {
    padding: 50.4px 0;
  }
}
.cid-tStcuQjuFn .text-wrapper .mbr-section-subtitle {
  margin: 0;
}
@media (max-width: 768px) {
  .cid-tStcuQjuFn .text-wrapper .mbr-section-subtitle {
    margin-bottom: 33.6px;
  }
}
.cid-tStcuQjuFn .text-wrapper .mbr-text {
  margin: 0;
}
.cid-tStcuQjuFn .mbr-section-title {
  color: #1E1C21;
}
.cid-tStcuQjuFn .mbr-section-subtitle {
  color: #1c4e9d;
}
.cid-tStcuQjuFn .mbr-text {
  color: #1E1C21;
}
.cid-tStdXRIF51 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e1e9f4;
}
.cid-tStdXRIF51 .title-wrapper {
  margin: 0 150px;
}
@media (max-width: 992px) {
  .cid-tStdXRIF51 .title-wrapper {
    margin: 0 30px;
  }
}
.cid-tStdXRIF51 .title-wrapper .mbr-section-title {
  margin-bottom: 83.5px;
}
@media (max-width: 768px) {
  .cid-tStdXRIF51 .title-wrapper .mbr-section-title {
    margin-bottom: 50.4px;
  }
}
.cid-tStdXRIF51 .text-wrapper {
  margin: 0 150px;
  padding: 86px 0;
  border-top: 1px solid #43669d;
}
@media (max-width: 992px) {
  .cid-tStdXRIF51 .text-wrapper {
    margin: 0 30px;
  }
}
@media (max-width: 768px) {
  .cid-tStdXRIF51 .text-wrapper {
    padding: 50.4px 0;
  }
}
.cid-tStdXRIF51 .text-wrapper .mbr-section-subtitle {
  margin: 0;
}
@media (max-width: 768px) {
  .cid-tStdXRIF51 .text-wrapper .mbr-section-subtitle {
    margin-bottom: 33.6px;
  }
}
.cid-tStdXRIF51 .text-wrapper .mbr-text {
  margin: 0;
}
.cid-tStdXRIF51 .mbr-section-title {
  color: #1E1C21;
}
.cid-tStdXRIF51 .mbr-section-subtitle {
  color: #1c4e9d;
}
.cid-tStdXRIF51 .mbr-text {
  color: #1E1C21;
}
.cid-tSte8MiXT6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e1e9f4;
}
.cid-tSte8MiXT6 .title-wrapper {
  margin: 0 150px;
}
@media (max-width: 992px) {
  .cid-tSte8MiXT6 .title-wrapper {
    margin: 0 30px;
  }
}
.cid-tSte8MiXT6 .title-wrapper .mbr-section-title {
  margin-bottom: 83.5px;
}
@media (max-width: 768px) {
  .cid-tSte8MiXT6 .title-wrapper .mbr-section-title {
    margin-bottom: 50.4px;
  }
}
.cid-tSte8MiXT6 .text-wrapper {
  margin: 0 150px;
  padding: 86px 0;
  border-top: 1px solid #43669d;
}
@media (max-width: 992px) {
  .cid-tSte8MiXT6 .text-wrapper {
    margin: 0 30px;
  }
}
@media (max-width: 768px) {
  .cid-tSte8MiXT6 .text-wrapper {
    padding: 50.4px 0;
  }
}
.cid-tSte8MiXT6 .text-wrapper .mbr-section-subtitle {
  margin: 0;
}
@media (max-width: 768px) {
  .cid-tSte8MiXT6 .text-wrapper .mbr-section-subtitle {
    margin-bottom: 33.6px;
  }
}
.cid-tSte8MiXT6 .text-wrapper .mbr-text {
  margin: 0;
}
.cid-tSte8MiXT6 .mbr-section-title {
  color: #1E1C21;
}
.cid-tSte8MiXT6 .mbr-section-subtitle {
  color: #1c4e9d;
}
.cid-tSte8MiXT6 .mbr-text {
  color: #1E1C21;
}
.cid-tSteJtJIcg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e1e9f4;
}
.cid-tSteJtJIcg .title-wrapper {
  margin: 0 150px;
}
@media (max-width: 992px) {
  .cid-tSteJtJIcg .title-wrapper {
    margin: 0 30px;
  }
}
.cid-tSteJtJIcg .title-wrapper .mbr-section-title {
  margin-bottom: 83.5px;
}
@media (max-width: 768px) {
  .cid-tSteJtJIcg .title-wrapper .mbr-section-title {
    margin-bottom: 50.4px;
  }
}
.cid-tSteJtJIcg .text-wrapper {
  margin: 0 150px;
  padding: 86px 0;
  border-top: 1px solid #43669d;
}
@media (max-width: 992px) {
  .cid-tSteJtJIcg .text-wrapper {
    margin: 0 30px;
  }
}
@media (max-width: 768px) {
  .cid-tSteJtJIcg .text-wrapper {
    padding: 50.4px 0;
  }
}
.cid-tSteJtJIcg .text-wrapper .mbr-section-subtitle {
  margin: 0;
}
@media (max-width: 768px) {
  .cid-tSteJtJIcg .text-wrapper .mbr-section-subtitle {
    margin-bottom: 33.6px;
  }
}
.cid-tSteJtJIcg .text-wrapper .mbr-text {
  margin: 0;
}
.cid-tSteJtJIcg .mbr-section-title {
  color: #1E1C21;
}
.cid-tSteJtJIcg .mbr-section-subtitle {
  color: #1c4e9d;
}
.cid-tSteJtJIcg .mbr-text {
  color: #1E1C21;
}
.cid-tStfVVKvYE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e1e9f4;
}
.cid-tStfVVKvYE .title-wrapper {
  margin: 0 150px;
}
@media (max-width: 992px) {
  .cid-tStfVVKvYE .title-wrapper {
    margin: 0 30px;
  }
}
.cid-tStfVVKvYE .title-wrapper .mbr-section-title {
  margin-bottom: 83.5px;
}
@media (max-width: 768px) {
  .cid-tStfVVKvYE .title-wrapper .mbr-section-title {
    margin-bottom: 50.4px;
  }
}
.cid-tStfVVKvYE .text-wrapper {
  margin: 0 150px;
  padding: 86px 0;
  border-top: 1px solid #43669d;
}
@media (max-width: 992px) {
  .cid-tStfVVKvYE .text-wrapper {
    margin: 0 30px;
  }
}
@media (max-width: 768px) {
  .cid-tStfVVKvYE .text-wrapper {
    padding: 50.4px 0;
  }
}
.cid-tStfVVKvYE .text-wrapper .mbr-section-subtitle {
  margin: 0;
}
@media (max-width: 768px) {
  .cid-tStfVVKvYE .text-wrapper .mbr-section-subtitle {
    margin-bottom: 33.6px;
  }
}
.cid-tStfVVKvYE .text-wrapper .mbr-text {
  margin: 0;
}
.cid-tStfVVKvYE .mbr-section-title {
  color: #1E1C21;
}
.cid-tStfVVKvYE .mbr-section-subtitle {
  color: #1c4e9d;
}
.cid-tStfVVKvYE .mbr-text {
  color: #1E1C21;
}
.cid-tStg6uayJg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e1e9f4;
}
.cid-tStg6uayJg .title-wrapper {
  margin: 0 150px;
}
@media (max-width: 992px) {
  .cid-tStg6uayJg .title-wrapper {
    margin: 0 30px;
  }
}
.cid-tStg6uayJg .title-wrapper .mbr-section-title {
  margin-bottom: 83.5px;
}
@media (max-width: 768px) {
  .cid-tStg6uayJg .title-wrapper .mbr-section-title {
    margin-bottom: 50.4px;
  }
}
.cid-tStg6uayJg .text-wrapper {
  margin: 0 150px;
  padding: 86px 0;
  border-top: 1px solid #43669d;
}
@media (max-width: 992px) {
  .cid-tStg6uayJg .text-wrapper {
    margin: 0 30px;
  }
}
@media (max-width: 768px) {
  .cid-tStg6uayJg .text-wrapper {
    padding: 50.4px 0;
  }
}
.cid-tStg6uayJg .text-wrapper .mbr-section-subtitle {
  margin: 0;
}
@media (max-width: 768px) {
  .cid-tStg6uayJg .text-wrapper .mbr-section-subtitle {
    margin-bottom: 33.6px;
  }
}
.cid-tStg6uayJg .text-wrapper .mbr-text {
  margin: 0;
}
.cid-tStg6uayJg .mbr-section-title {
  color: #1E1C21;
}
.cid-tStg6uayJg .mbr-section-subtitle {
  color: #1c4e9d;
}
.cid-tStg6uayJg .mbr-text {
  color: #1E1C21;
}
.cid-tStgcbVIhL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e1e9f4;
}
.cid-tStgcbVIhL .title-wrapper {
  margin: 0 150px;
}
@media (max-width: 992px) {
  .cid-tStgcbVIhL .title-wrapper {
    margin: 0 30px;
  }
}
.cid-tStgcbVIhL .title-wrapper .mbr-section-title {
  margin-bottom: 83.5px;
}
@media (max-width: 768px) {
  .cid-tStgcbVIhL .title-wrapper .mbr-section-title {
    margin-bottom: 50.4px;
  }
}
.cid-tStgcbVIhL .text-wrapper {
  margin: 0 150px;
  padding: 86px 0;
  border-top: 1px solid #43669d;
}
@media (max-width: 992px) {
  .cid-tStgcbVIhL .text-wrapper {
    margin: 0 30px;
  }
}
@media (max-width: 768px) {
  .cid-tStgcbVIhL .text-wrapper {
    padding: 50.4px 0;
  }
}
.cid-tStgcbVIhL .text-wrapper .mbr-section-subtitle {
  margin: 0;
}
@media (max-width: 768px) {
  .cid-tStgcbVIhL .text-wrapper .mbr-section-subtitle {
    margin-bottom: 33.6px;
  }
}
.cid-tStgcbVIhL .text-wrapper .mbr-text {
  margin: 0;
}
.cid-tStgcbVIhL .mbr-section-title {
  color: #1E1C21;
}
.cid-tStgcbVIhL .mbr-section-subtitle {
  color: #1c4e9d;
}
.cid-tStgcbVIhL .mbr-text {
  color: #1E1C21;
}
.cid-tStgk5roAA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e1e9f4;
}
.cid-tStgk5roAA .title-wrapper {
  margin: 0 150px;
}
@media (max-width: 992px) {
  .cid-tStgk5roAA .title-wrapper {
    margin: 0 30px;
  }
}
.cid-tStgk5roAA .title-wrapper .mbr-section-title {
  margin-bottom: 83.5px;
}
@media (max-width: 768px) {
  .cid-tStgk5roAA .title-wrapper .mbr-section-title {
    margin-bottom: 50.4px;
  }
}
.cid-tStgk5roAA .text-wrapper {
  margin: 0 150px;
  padding: 86px 0;
  border-top: 1px solid #43669d;
}
@media (max-width: 992px) {
  .cid-tStgk5roAA .text-wrapper {
    margin: 0 30px;
  }
}
@media (max-width: 768px) {
  .cid-tStgk5roAA .text-wrapper {
    padding: 50.4px 0;
  }
}
.cid-tStgk5roAA .text-wrapper .mbr-section-subtitle {
  margin: 0;
}
@media (max-width: 768px) {
  .cid-tStgk5roAA .text-wrapper .mbr-section-subtitle {
    margin-bottom: 33.6px;
  }
}
.cid-tStgk5roAA .text-wrapper .mbr-text {
  margin: 0;
}
.cid-tStgk5roAA .mbr-section-title {
  color: #1E1C21;
}
.cid-tStgk5roAA .mbr-section-subtitle {
  color: #1c4e9d;
}
.cid-tStgk5roAA .mbr-text {
  color: #1E1C21;
}
.cid-tStgEKRVGQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e1e9f4;
}
.cid-tStgEKRVGQ .title-wrapper {
  margin: 0 150px;
}
@media (max-width: 992px) {
  .cid-tStgEKRVGQ .title-wrapper {
    margin: 0 30px;
  }
}
.cid-tStgEKRVGQ .title-wrapper .mbr-section-title {
  margin-bottom: 83.5px;
}
@media (max-width: 768px) {
  .cid-tStgEKRVGQ .title-wrapper .mbr-section-title {
    margin-bottom: 50.4px;
  }
}
.cid-tStgEKRVGQ .text-wrapper {
  margin: 0 150px;
  padding: 86px 0;
  border-top: 1px solid #43669d;
}
@media (max-width: 992px) {
  .cid-tStgEKRVGQ .text-wrapper {
    margin: 0 30px;
  }
}
@media (max-width: 768px) {
  .cid-tStgEKRVGQ .text-wrapper {
    padding: 50.4px 0;
  }
}
.cid-tStgEKRVGQ .text-wrapper .mbr-section-subtitle {
  margin: 0;
}
@media (max-width: 768px) {
  .cid-tStgEKRVGQ .text-wrapper .mbr-section-subtitle {
    margin-bottom: 33.6px;
  }
}
.cid-tStgEKRVGQ .text-wrapper .mbr-text {
  margin: 0;
}
.cid-tStgEKRVGQ .mbr-section-title {
  color: #1E1C21;
}
.cid-tStgEKRVGQ .mbr-section-subtitle {
  color: #1c4e9d;
}
.cid-tStgEKRVGQ .mbr-text {
  color: #1E1C21;
}
.cid-tSthaOxGQT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e1e9f4;
}
.cid-tSthaOxGQT .title-wrapper {
  margin: 0 150px;
}
@media (max-width: 992px) {
  .cid-tSthaOxGQT .title-wrapper {
    margin: 0 30px;
  }
}
.cid-tSthaOxGQT .title-wrapper .mbr-section-title {
  margin-bottom: 83.5px;
}
@media (max-width: 768px) {
  .cid-tSthaOxGQT .title-wrapper .mbr-section-title {
    margin-bottom: 50.4px;
  }
}
.cid-tSthaOxGQT .text-wrapper {
  margin: 0 150px;
  padding: 86px 0;
  border-top: 1px solid #43669d;
}
@media (max-width: 992px) {
  .cid-tSthaOxGQT .text-wrapper {
    margin: 0 30px;
  }
}
@media (max-width: 768px) {
  .cid-tSthaOxGQT .text-wrapper {
    padding: 50.4px 0;
  }
}
.cid-tSthaOxGQT .text-wrapper .mbr-section-subtitle {
  margin: 0;
}
@media (max-width: 768px) {
  .cid-tSthaOxGQT .text-wrapper .mbr-section-subtitle {
    margin-bottom: 33.6px;
  }
}
.cid-tSthaOxGQT .text-wrapper .mbr-text {
  margin: 0;
}
.cid-tSthaOxGQT .mbr-section-title {
  color: #1E1C21;
}
.cid-tSthaOxGQT .mbr-section-subtitle {
  color: #1c4e9d;
}
.cid-tSthaOxGQT .mbr-text {
  color: #1E1C21;
}
.cid-tSthkWlMfP {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #e1e9f4;
}
.cid-tSthkWlMfP .title-wrapper {
  margin: 0 150px;
}
@media (max-width: 992px) {
  .cid-tSthkWlMfP .title-wrapper {
    margin: 0 30px;
  }
}
.cid-tSthkWlMfP .title-wrapper .mbr-section-title {
  margin-bottom: 83.5px;
}
@media (max-width: 768px) {
  .cid-tSthkWlMfP .title-wrapper .mbr-section-title {
    margin-bottom: 50.4px;
  }
}
.cid-tSthkWlMfP .text-wrapper {
  margin: 0 150px;
  padding: 86px 0;
  border-top: 1px solid #43669d;
}
@media (max-width: 992px) {
  .cid-tSthkWlMfP .text-wrapper {
    margin: 0 30px;
  }
}
@media (max-width: 768px) {
  .cid-tSthkWlMfP .text-wrapper {
    padding: 50.4px 0;
  }
}
.cid-tSthkWlMfP .text-wrapper .mbr-section-subtitle {
  margin: 0;
}
@media (max-width: 768px) {
  .cid-tSthkWlMfP .text-wrapper .mbr-section-subtitle {
    margin-bottom: 33.6px;
  }
}
.cid-tSthkWlMfP .text-wrapper .mbr-text {
  margin: 0;
}
.cid-tSthkWlMfP .mbr-section-title {
  color: #1E1C21;
}
.cid-tSthkWlMfP .mbr-section-subtitle {
  color: #1c4e9d;
}
.cid-tSthkWlMfP .mbr-text {
  color: #1E1C21;
}
.cid-tWEKAGOWt8 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tWEKAGOWt8 .card-box {
  z-index: 10;
  position: relative;
}
.cid-tWEKAGOWt8 .link-wrap {
  width: 100%;
}
.cid-tWEKAGOWt8 .link {
  display: inline-block;
}
.cid-tWEKAGOWt8 .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  font-weight: 600;
}
.cid-tWEKAGOWt8 .link a:hover {
  text-decoration: underline;
}
.cid-tWEKAGOWt8 .card {
  margin: auto;
  min-height: 280px;
  transition: all 0.3s;
}
.cid-tWEKAGOWt8 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #0095ff;
  margin-bottom: 2rem;
}
.cid-tWEKAGOWt8 .card-wrapper {
  background-position: center;
  padding: 5rem 5rem;
  background: #f6f9ff;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tWEKAGOWt8 .link,
.cid-tWEKAGOWt8 .link-wrap {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tWEKAGOWt8 .card {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tWEKAGOWt8 .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-tWEKAGOWt8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWEKAGOWt8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWEKAGOWt8 H1 {
  color: #2c4979;
}
.cid-tWEKAGOWt8 .card-title,
.cid-tWEKAGOWt8 .card-box {
  color: #2c4979;
}
.cid-uhWNcGgYZ9 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #9db2d3;
}
@media (max-width: 991px) {
  .cid-uhWNcGgYZ9 .mbr-section-head {
    margin-bottom: 8.53vw;
  }
}
.cid-uhWNcGgYZ9 .mbr-section-title {
  color: #353535;
  text-align: left;
}
.cid-uhWNcGgYZ9 .mbr-section-subtitle {
  color: #353535;
  margin-top: 1rem;
  text-align: left;
}
.cid-uhWNcGgYZ9 .cards-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-rows: auto;
  gap: 1.67vw 5.28vw;
}
@media (max-width: 991px) {
  .cid-uhWNcGgYZ9 .cards-container {
    grid-template-columns: 1fr 1fr;
    gap: 6.4vw 5.33vw;
  }
}
.cid-uhWNcGgYZ9 .card-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.cid-uhWNcGgYZ9 .card-wrap img {
  max-width: 100%;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-uhWNcGgYZ9 .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uif91kpryd {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #9db2d3;
}
.cid-uif91kpryd .image-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-uif91kpryd .image-block {
    width: 100% !important;
  }
}
.cid-tSjYhy8p8C .google-map {
  filter: grayscale(0.9);
  height: 34rem;
  position: relative;
}
.cid-tSjYhy8p8C .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tSjYhy8p8C .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-tSjYhy8p8C .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tSjYhy8p8C .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tUXKYgN5R5 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/smpm-logo-8-1601x1600.png");
}
@media (max-width: 767px) {
  .cid-tUXKYgN5R5 .content {
    text-align: center;
  }
  .cid-tUXKYgN5R5 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tUXKYgN5R5 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tUXKYgN5R5 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tUXKYgN5R5 .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-tUXKYgN5R5 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tUXKYgN5R5 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tUXKYgN5R5 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tUXKYgN5R5 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tUXKYgN5R5 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tUXKYgN5R5 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tUXKYgN5R5 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tUXKYgN5R5 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tUXKYgN5R5 P {
  text-align: left;
  color: #353535;
}
.cid-tUXKYgN5R5 H5 {
  color: #767676;
}
.cid-tUW2GErkFK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #e1e9f4;
}
.cid-tUW2GErkFK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUW2GErkFK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUW2GErkFK .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tUW2GErkFK .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tUW2GErkFK .container {
    padding: 0 16px;
  }
}
.cid-tUW2GErkFK .row {
  position: relative;
  margin: 0;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tUW2GErkFK .row {
    margin: 0;
  }
}
.cid-tUW2GErkFK .row .card {
  position: relative;
  padding: 0;
}
.cid-tUW2GErkFK .decor-wrapper_1 {
  height: 15px;
  background-color: #1c4e9d;
}
.cid-tUW2GErkFK .decor-wrapper_2 {
  height: 15px;
  background-color: #4875bb;
}
.cid-tUW2GErkFK .decor-wrapper_3 {
  height: 15px;
  background-color: #80a1d3;
}
.cid-tUW2GErkFK .decor-wrapper_4 {
  height: 15px;
  background-color: #bfd4f5;
}
.cid-tUW2GErkFK .mbr-section-title {
  color: #192227;
  text-align: center;
}
.cid-tT39ianYNN {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #e1e9f4;
}
@media (max-width: 991px) {
  .cid-tT39ianYNN .mbr-section-head {
    margin-bottom: 8.53vw;
  }
}
.cid-tT39ianYNN .mbr-section-title {
  color: #353535;
}
.cid-tT39ianYNN .mbr-section-subtitle {
  color: #353535;
  margin-top: 1rem;
  text-align: left;
}
.cid-tT39ianYNN .cards-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-rows: auto;
  gap: 1.67vw 5.28vw;
}
@media (max-width: 991px) {
  .cid-tT39ianYNN .cards-container {
    grid-template-columns: 1fr 1fr;
    gap: 6.4vw 5.33vw;
  }
}
.cid-tT39ianYNN .card-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.cid-tT39ianYNN .card-wrap img {
  max-width: 100%;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-tT39ianYNN .mbr-section-subtitle DIV {
  text-align: left;
}
/*!
 * Mobirise v4 theme (https://mobirise.com/)
 * Copyright 2017 Mobirise
 */
section {
  background-color: #eeeeee;
}

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

:focus {
  outline: none;
}

body {
  font-style: normal;
  line-height: 1.5;
}

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

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

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

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

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

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}

a, a:hover {
  text-decoration: none;
}

figure {
  margin-bottom: 0;
}

body {
  color: #232323;
}

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

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

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

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

b,
strong {
  font-weight: bold;
}

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

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

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

body {
  position: relative;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

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

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

.mbr-black {
  color: #000000;
}

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

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

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

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

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

@media (max-width: 767px) {
  .align-left,
  .align-center,
  .align-right,
  .mbr-section-btn,
  .mbr-section-title {
    text-align: center;
  }
}

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

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

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

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

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

.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 {
  overflow: hidden;
}

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

.mbr-figure img,
.mbr-figure 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 {
  -ms-grid-row-align: center;
  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 */
.btn {
  font-weight: 500;
  border-width: 2px;
  font-style: normal;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  transition: all .3s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  display: -webkit-inline-flex;
}

.btn-sm {
  font-weight: 500;
  letter-spacing: 1px;
  transition: all .3s ease-in-out;
}

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

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

.mbr-section-btn {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
  font-size: 0;
}

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

.btn-form {
  border-radius: 0;
}

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

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

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

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

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

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

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

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

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

/*! Map */
.map {
  height: 25rem;
  position: relative;
}

.map iframe {
  width: 100%;
  height: 100%;
}

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

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

.form-control {
  background-color: #f5f5f5;
  box-shadow: none;
  color: #565656;
  line-height: 1.43;
  min-height: 3.5em;
  padding: 1.07em .5em;
}

.form-control, .form-control:focus {
  border: 1px solid #e8e8e8;
}

.form-active .form-control:invalid {
  border-color: red;
}

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

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: .875rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
}

.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
  -webkit-transform: rotate(45deg);
}

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

/*! Scroll to top arrow */
#scrollToTop a i:before {
  content: '';
  position: absolute;
  height: 40%;
  top: 25%;
  background: #fff;
  width: 2px;
  left: calc(50% - 1px);
}

#scrollToTop a i:after {
  content: '';
  position: absolute;
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 32px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  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: '\203a';
  display: inline-block;
  font-family: serif;
  font-size: 32px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
  animation: arrowdown 1.7s ease-in-out infinite;
}

.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
}

@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
}

@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 50%;
    right: auto;
    transform: translateX(-50%) rotate(180deg);
    -webkit-transform: translateX(-50%) rotate(180deg);
  }
}

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

@media (min-width: 768px) and (max-width: 1023px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}

@media (max-width: 1023px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}

@media (min-width: 1024px) {
  .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;
  }
}

/* Others*/
.note-check a[data-value=Rubik] {
  font-style: normal;
}

.mbr-arrow a {
  color: #ffffff;
}

@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}

.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;
  -webkit-align-items: center;
}

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

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}

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

.media {
  display: -webkit-flex;
}

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

.jq-selectbox__select {
  padding: 1.07em 0.5em;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

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

.jq-selectbox__trigger-arrow {
  -webkit-transform: translateY(-50%);
          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;
}

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

@media (max-width: 575px) {
  .navbar-toggleable .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable > .container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-toggleable {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable .navbar-nav {
    flex-direction: row;
  }
  .navbar-toggleable .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-toggleable > .container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable .navbar-collapse {
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767px) {
  .navbar-toggleable-sm .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-sm > .container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-toggleable-sm {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-toggleable-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-toggleable-sm > .container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-sm .navbar-collapse {
    display: none;
    width: 100%;
  }
  .navbar-toggleable-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1023px) {
  .navbar-toggleable-md .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-md > .container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1024px) {
  .navbar-toggleable-md {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-toggleable-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-toggleable-md > .container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-md .navbar-collapse {
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199px) {
  .navbar-toggleable-lg .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-lg > .container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-toggleable-lg {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-toggleable-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-toggleable-lg > .container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-lg .navbar-collapse {
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable-lg .navbar-toggler {
    display: none;
  }
}

.navbar-toggleable-xl {
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}

.navbar-toggleable-xl .navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-toggleable-xl > .container {
  padding-right: 0;
  padding-left: 0;
}

.navbar-toggleable-xl .navbar-nav {
  flex-direction: row;
}

.navbar-toggleable-xl .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-toggleable-xl > .container {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

.navbar-toggleable-xl .navbar-collapse {
  display: flex !important;
  width: 100%;
}

.navbar-toggleable-xl .navbar-toggler {
  display: none;
}

.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;
}
.cid-tSBwhpioWs {
  z-index: 1000;
  width: 100%;
}
.cid-tSBwhpioWs .navbar-collapse {
  transition: none;
  min-height: 100px;
}
.cid-tSBwhpioWs nav.navbar {
  position: fixed;
}
.cid-tSBwhpioWs .nav-item {
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cid-tSBwhpioWs .nav-item:hover {
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-tSBwhpioWs .nav-item {
    height: auto;
  }
}
.cid-tSBwhpioWs .navbar-nav {
  margin: auto;
  height: 100%!important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tSBwhpioWs .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tSBwhpioWs .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tSBwhpioWs .dropdown-item {
  border-bottom: 0px solid #e6e6e6;
}
.cid-tSBwhpioWs .dropdown-item:hover,
.cid-tSBwhpioWs .dropdown-item:focus {
  background: white !important;
}
.cid-tSBwhpioWs .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tSBwhpioWs .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tSBwhpioWs .nav-dropdown .link {
  padding: 0.6em .6em !important;
  margin: 0 0.6em !important;
}
.cid-tSBwhpioWs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tSBwhpioWs .nav-link {
  position: relative;
}
.cid-tSBwhpioWs .container {
  display: flex;
  margin: auto;
}
.cid-tSBwhpioWs .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  margin: 0 0.3rem;
  border-radius: 10px;
}
.cid-tSBwhpioWs .dropdown-menu,
.cid-tSBwhpioWs .navbar.opened {
  background: #ffffff !important;
}
.cid-tSBwhpioWs .nav-item:focus,
.cid-tSBwhpioWs .nav-link:focus {
  outline: none;
}
.cid-tSBwhpioWs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tSBwhpioWs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tSBwhpioWs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  vertical-align: sub;
}
.cid-tSBwhpioWs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tSBwhpioWs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tSBwhpioWs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tSBwhpioWs .navbar {
  min-height: 0px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.8);
}
.cid-tSBwhpioWs .navbar.opened {
  transition: all 0.3s;
}
.cid-tSBwhpioWs .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tSBwhpioWs .navbar .navbar-logo img {
  width: auto;
}
.cid-tSBwhpioWs .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tSBwhpioWs .navbar.collapsed {
  justify-content: center;
}
.cid-tSBwhpioWs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tSBwhpioWs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tSBwhpioWs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.1rem);
  }
}
.cid-tSBwhpioWs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tSBwhpioWs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tSBwhpioWs .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tSBwhpioWs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tSBwhpioWs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tSBwhpioWs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tSBwhpioWs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tSBwhpioWs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tSBwhpioWs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tSBwhpioWs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tSBwhpioWs .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tSBwhpioWs .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tSBwhpioWs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tSBwhpioWs .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tSBwhpioWs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tSBwhpioWs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tSBwhpioWs .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tSBwhpioWs .navbar.navbar-short {
  min-height: 60px;
}
.cid-tSBwhpioWs .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tSBwhpioWs .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tSBwhpioWs .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tSBwhpioWs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tSBwhpioWs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tSBwhpioWs .dropdown-item.active,
.cid-tSBwhpioWs .dropdown-item:active {
  background-color: transparent;
}
.cid-tSBwhpioWs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tSBwhpioWs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tSBwhpioWs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tSBwhpioWs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tSBwhpioWs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tSBwhpioWs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tSBwhpioWs ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tSBwhpioWs .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tSBwhpioWs button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tSBwhpioWs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1c4e9d;
}
.cid-tSBwhpioWs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tSBwhpioWs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tSBwhpioWs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tSBwhpioWs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tSBwhpioWs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tSBwhpioWs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tSBwhpioWs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tSBwhpioWs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tSBwhpioWs .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tSBwhpioWs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tSBwhpioWs .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tSBwhpioWs .navbar {
    height: 70px;
  }
  .cid-tSBwhpioWs .navbar.opened {
    height: auto;
  }
  .cid-tSBwhpioWs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tSjYsk0P4f {
  padding-top: 8rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/smpm-logo-8-1601x1600.png");
}
.cid-tSjYsk0P4f .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tSjYsk0P4f .team-card:hover {
  transform: translateY(-10px);
}
@media (min-width: 1400px) {
  .cid-tSjYsk0P4f .col-lg-3 {
    padding: 0 1rem;
  }
}
.cid-tSjYsk0P4f .card-wrap {
  height: 95%;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border-radius: 4px;
}
.cid-tSjYsk0P4f .card-wrap:hover img {
  transform: scale(1.1);
}
@media (max-width: 991px) {
  .cid-tSjYsk0P4f .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tSjYsk0P4f .card-wrap .image-wrap img {
  width: 100%;
  transition: all 0.3s;
  height: 300px;
  object-fit: cover;
}
.cid-tSjYsk0P4f .card-wrap .content-wrap {
  margin: auto;
}
@media (min-width: 768px) {
  .cid-tSjYsk0P4f .card-wrap .content-wrap {
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tSjYsk0P4f .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-tSjYsk0P4f .content-wrap {
  height: 100%;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
}
.cid-tSjYsk0P4f .icons-menu {
  display: flex;
}
@media (max-width: 767px) {
  .cid-tSjYsk0P4f .icons-menu {
    justify-content: center;
  }
}
.cid-tSjYsk0P4f .image-wrap {
  clip-path: polygon(100% 0%, 100% 100%, 0% 84%, 0% 0%);
}
.cid-tSjYsk0P4f .iconfont-wrapper {
  font-size: 1.2rem;
  padding: 0.4rem 0;
  margin: 0 0.2rem;
  display: block;
  position: relative;
}
.cid-tSjYsk0P4f .iconfont-wrapper:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: #406baf;
  z-index: 0;
}
.cid-tSjYsk0P4f .iconfont-wrapper:hover:before {
  height: 100%;
}
.cid-tSjYsk0P4f .mbr-iconfont {
  position: relative;
  fomt-size: 1rem;
  color: #272727;
}
.cid-tSjYsk0P4f .card-text,
.cid-tSjYsk0P4f .mbr-section-btn,
.cid-tSjYsk0P4f .social-row {
  color: #353535;
}
.cid-tSjYsk0P4f .mbr-role,
.cid-tSjYsk0P4f .social-row {
  color: #6894da;
}
.cid-tSjYsk0P4f .card-title,
.cid-tSjYsk0P4f .social-row {
  color: #6894da;
}
.cid-tSjYsk0P4f .mbr-section-title {
  color: #1c4e9d;
}
.cid-tYNSGjvU4Y {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tYNSGjvU4Y .title {
  margin-bottom: 2rem;
}
.cid-tYNSGjvU4Y .mbr-section-subtitle {
  color: #767676;
}
.cid-tYNSGjvU4Y a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-tYNSGjvU4Y a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-tYNSGjvU4Y textarea.form-control {
  min-height: 188px;
}
.cid-tYNSGjvU4Y LABEL {
  color: #1c4e9d;
}
.cid-tYNSGjvU4Y H2 {
  color: #2c4979;
}
.cid-tWEJTacIe0 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tWEJTacIe0 .card-box {
  z-index: 10;
  position: relative;
}
.cid-tWEJTacIe0 .link-wrap {
  width: 100%;
}
.cid-tWEJTacIe0 .link {
  display: inline-block;
}
.cid-tWEJTacIe0 .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  font-weight: 600;
}
.cid-tWEJTacIe0 .link a:hover {
  text-decoration: underline;
}
.cid-tWEJTacIe0 .card {
  margin: auto;
  min-height: 280px;
  transition: all 0.3s;
}
.cid-tWEJTacIe0 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #0095ff;
  margin-bottom: 2rem;
}
.cid-tWEJTacIe0 .card-wrapper {
  background-position: center;
  padding: 5rem 5rem;
  background: #f6f9ff;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tWEJTacIe0 .link,
.cid-tWEJTacIe0 .link-wrap {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tWEJTacIe0 .card {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tWEJTacIe0 .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-tWEJTacIe0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWEJTacIe0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWEJTacIe0 H1 {
  color: #2c4979;
}
.cid-tWEJTacIe0 .card-title,
.cid-tWEJTacIe0 .card-box {
  color: #2c4979;
}
.cid-uhWMTmNCLm {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #9db2d3;
}
@media (max-width: 991px) {
  .cid-uhWMTmNCLm .mbr-section-head {
    margin-bottom: 8.53vw;
  }
}
.cid-uhWMTmNCLm .mbr-section-title {
  color: #353535;
  text-align: left;
}
.cid-uhWMTmNCLm .mbr-section-subtitle {
  color: #353535;
  margin-top: 1rem;
  text-align: left;
}
.cid-uhWMTmNCLm .cards-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-rows: auto;
  gap: 1.67vw 5.28vw;
}
@media (max-width: 991px) {
  .cid-uhWMTmNCLm .cards-container {
    grid-template-columns: 1fr 1fr;
    gap: 6.4vw 5.33vw;
  }
}
.cid-uhWMTmNCLm .card-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.cid-uhWMTmNCLm .card-wrap img {
  max-width: 100%;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-uhWMTmNCLm .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uif8N3Has9 {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #9db2d3;
}
.cid-uif8N3Has9 .image-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-uif8N3Has9 .image-block {
    width: 100% !important;
  }
}
.cid-tSjYc2OKSB .google-map {
  filter: grayscale(0.9);
  height: 34rem;
  position: relative;
}
.cid-tSjYc2OKSB .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tSjYc2OKSB .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-tSjYc2OKSB .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tSjYc2OKSB .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tUWQ9faXD0 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/smpm-logo-8-1601x1600.png");
}
@media (max-width: 767px) {
  .cid-tUWQ9faXD0 .content {
    text-align: center;
  }
  .cid-tUWQ9faXD0 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tUWQ9faXD0 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tUWQ9faXD0 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tUWQ9faXD0 .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-tUWQ9faXD0 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tUWQ9faXD0 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tUWQ9faXD0 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tUWQ9faXD0 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tUWQ9faXD0 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tUWQ9faXD0 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tUWQ9faXD0 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tUWQ9faXD0 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tUWQ9faXD0 P {
  text-align: left;
  color: #353535;
}
.cid-tUWQ9faXD0 H5 {
  color: #767676;
}
.cid-tUW2w6zF5w {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #e1e9f4;
}
.cid-tUW2w6zF5w .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUW2w6zF5w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUW2w6zF5w .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tUW2w6zF5w .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tUW2w6zF5w .container {
    padding: 0 16px;
  }
}
.cid-tUW2w6zF5w .row {
  position: relative;
  margin: 0;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tUW2w6zF5w .row {
    margin: 0;
  }
}
.cid-tUW2w6zF5w .row .card {
  position: relative;
  padding: 0;
}
.cid-tUW2w6zF5w .decor-wrapper_1 {
  height: 15px;
  background-color: #1c4e9d;
}
.cid-tUW2w6zF5w .decor-wrapper_2 {
  height: 15px;
  background-color: #4875bb;
}
.cid-tUW2w6zF5w .decor-wrapper_3 {
  height: 15px;
  background-color: #80a1d3;
}
.cid-tUW2w6zF5w .decor-wrapper_4 {
  height: 15px;
  background-color: #bfd4f5;
}
.cid-tUW2w6zF5w .mbr-section-title {
  color: #192227;
  text-align: center;
}
.cid-tT398S77JG {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #e1e9f4;
}
@media (max-width: 991px) {
  .cid-tT398S77JG .mbr-section-head {
    margin-bottom: 8.53vw;
  }
}
.cid-tT398S77JG .mbr-section-title {
  color: #353535;
}
.cid-tT398S77JG .mbr-section-subtitle {
  color: #353535;
  margin-top: 1rem;
  text-align: left;
}
.cid-tT398S77JG .cards-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-rows: auto;
  gap: 1.67vw 5.28vw;
}
@media (max-width: 991px) {
  .cid-tT398S77JG .cards-container {
    grid-template-columns: 1fr 1fr;
    gap: 6.4vw 5.33vw;
  }
}
.cid-tT398S77JG .card-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.cid-tT398S77JG .card-wrap img {
  max-width: 100%;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-tT398S77JG .mbr-section-subtitle DIV {
  text-align: left;
}
/*!
 * Mobirise v4 theme (https://mobirise.com/)
 * Copyright 2017 Mobirise
 */
section {
  background-color: #eeeeee;
}

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

:focus {
  outline: none;
}

body {
  font-style: normal;
  line-height: 1.5;
}

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

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

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

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

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

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}

a, a:hover {
  text-decoration: none;
}

figure {
  margin-bottom: 0;
}

body {
  color: #232323;
}

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

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

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

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

b,
strong {
  font-weight: bold;
}

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

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

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

body {
  position: relative;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

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

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

.mbr-black {
  color: #000000;
}

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

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

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

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

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

@media (max-width: 767px) {
  .align-left,
  .align-center,
  .align-right,
  .mbr-section-btn,
  .mbr-section-title {
    text-align: center;
  }
}

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

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

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

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

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

.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 {
  overflow: hidden;
}

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

.mbr-figure img,
.mbr-figure 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 {
  -ms-grid-row-align: center;
  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 */
.btn {
  font-weight: 500;
  border-width: 2px;
  font-style: normal;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  transition: all .3s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  display: -webkit-inline-flex;
}

.btn-sm {
  font-weight: 500;
  letter-spacing: 1px;
  transition: all .3s ease-in-out;
}

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

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

.mbr-section-btn {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
  font-size: 0;
}

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

.btn-form {
  border-radius: 0;
}

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

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

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

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

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

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

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

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

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

/*! Map */
.map {
  height: 25rem;
  position: relative;
}

.map iframe {
  width: 100%;
  height: 100%;
}

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

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

.form-control {
  background-color: #f5f5f5;
  box-shadow: none;
  color: #565656;
  line-height: 1.43;
  min-height: 3.5em;
  padding: 1.07em .5em;
}

.form-control, .form-control:focus {
  border: 1px solid #e8e8e8;
}

.form-active .form-control:invalid {
  border-color: red;
}

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

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: .875rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
}

.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
  -webkit-transform: rotate(45deg);
}

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

/*! Scroll to top arrow */
#scrollToTop a i:before {
  content: '';
  position: absolute;
  height: 40%;
  top: 25%;
  background: #fff;
  width: 2px;
  left: calc(50% - 1px);
}

#scrollToTop a i:after {
  content: '';
  position: absolute;
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 32px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  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: '\203a';
  display: inline-block;
  font-family: serif;
  font-size: 32px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
  animation: arrowdown 1.7s ease-in-out infinite;
}

.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
}

@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
}

@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 50%;
    right: auto;
    transform: translateX(-50%) rotate(180deg);
    -webkit-transform: translateX(-50%) rotate(180deg);
  }
}

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

@media (min-width: 768px) and (max-width: 1023px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}

@media (max-width: 1023px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}

@media (min-width: 1024px) {
  .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;
  }
}

/* Others*/
.note-check a[data-value=Rubik] {
  font-style: normal;
}

.mbr-arrow a {
  color: #ffffff;
}

@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}

.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;
  -webkit-align-items: center;
}

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

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}

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

.media {
  display: -webkit-flex;
}

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

.jq-selectbox__select {
  padding: 1.07em 0.5em;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

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

.jq-selectbox__trigger-arrow {
  -webkit-transform: translateY(-50%);
          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;
}

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

@media (max-width: 575px) {
  .navbar-toggleable .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable > .container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-toggleable {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable .navbar-nav {
    flex-direction: row;
  }
  .navbar-toggleable .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-toggleable > .container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable .navbar-collapse {
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767px) {
  .navbar-toggleable-sm .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-sm > .container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-toggleable-sm {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-toggleable-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-toggleable-sm > .container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-sm .navbar-collapse {
    display: none;
    width: 100%;
  }
  .navbar-toggleable-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1023px) {
  .navbar-toggleable-md .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-md > .container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1024px) {
  .navbar-toggleable-md {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-toggleable-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-toggleable-md > .container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-md .navbar-collapse {
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199px) {
  .navbar-toggleable-lg .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-lg > .container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-toggleable-lg {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-toggleable-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-toggleable-lg > .container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-lg .navbar-collapse {
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable-lg .navbar-toggler {
    display: none;
  }
}

.navbar-toggleable-xl {
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}

.navbar-toggleable-xl .navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-toggleable-xl > .container {
  padding-right: 0;
  padding-left: 0;
}

.navbar-toggleable-xl .navbar-nav {
  flex-direction: row;
}

.navbar-toggleable-xl .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-toggleable-xl > .container {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

.navbar-toggleable-xl .navbar-collapse {
  display: flex !important;
  width: 100%;
}

.navbar-toggleable-xl .navbar-toggler {
  display: none;
}

.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;
}
.cid-tSBwhpioWs {
  z-index: 1000;
  width: 100%;
}
.cid-tSBwhpioWs .navbar-collapse {
  transition: none;
  min-height: 100px;
}
.cid-tSBwhpioWs nav.navbar {
  position: fixed;
}
.cid-tSBwhpioWs .nav-item {
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cid-tSBwhpioWs .nav-item:hover {
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-tSBwhpioWs .nav-item {
    height: auto;
  }
}
.cid-tSBwhpioWs .navbar-nav {
  margin: auto;
  height: 100%!important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tSBwhpioWs .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tSBwhpioWs .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tSBwhpioWs .dropdown-item {
  border-bottom: 0px solid #e6e6e6;
}
.cid-tSBwhpioWs .dropdown-item:hover,
.cid-tSBwhpioWs .dropdown-item:focus {
  background: white !important;
}
.cid-tSBwhpioWs .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tSBwhpioWs .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tSBwhpioWs .nav-dropdown .link {
  padding: 0.6em .6em !important;
  margin: 0 0.6em !important;
}
.cid-tSBwhpioWs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tSBwhpioWs .nav-link {
  position: relative;
}
.cid-tSBwhpioWs .container {
  display: flex;
  margin: auto;
}
.cid-tSBwhpioWs .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  margin: 0 0.3rem;
  border-radius: 10px;
}
.cid-tSBwhpioWs .dropdown-menu,
.cid-tSBwhpioWs .navbar.opened {
  background: #ffffff !important;
}
.cid-tSBwhpioWs .nav-item:focus,
.cid-tSBwhpioWs .nav-link:focus {
  outline: none;
}
.cid-tSBwhpioWs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tSBwhpioWs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tSBwhpioWs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  vertical-align: sub;
}
.cid-tSBwhpioWs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tSBwhpioWs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tSBwhpioWs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tSBwhpioWs .navbar {
  min-height: 0px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.8);
}
.cid-tSBwhpioWs .navbar.opened {
  transition: all 0.3s;
}
.cid-tSBwhpioWs .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tSBwhpioWs .navbar .navbar-logo img {
  width: auto;
}
.cid-tSBwhpioWs .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tSBwhpioWs .navbar.collapsed {
  justify-content: center;
}
.cid-tSBwhpioWs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tSBwhpioWs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tSBwhpioWs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.1rem);
  }
}
.cid-tSBwhpioWs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tSBwhpioWs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tSBwhpioWs .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tSBwhpioWs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tSBwhpioWs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tSBwhpioWs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tSBwhpioWs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tSBwhpioWs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tSBwhpioWs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tSBwhpioWs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tSBwhpioWs .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tSBwhpioWs .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tSBwhpioWs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tSBwhpioWs .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tSBwhpioWs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tSBwhpioWs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tSBwhpioWs .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tSBwhpioWs .navbar.navbar-short {
  min-height: 60px;
}
.cid-tSBwhpioWs .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tSBwhpioWs .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tSBwhpioWs .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tSBwhpioWs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tSBwhpioWs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tSBwhpioWs .dropdown-item.active,
.cid-tSBwhpioWs .dropdown-item:active {
  background-color: transparent;
}
.cid-tSBwhpioWs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tSBwhpioWs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tSBwhpioWs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tSBwhpioWs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tSBwhpioWs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tSBwhpioWs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tSBwhpioWs ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tSBwhpioWs .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tSBwhpioWs button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tSBwhpioWs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1c4e9d;
}
.cid-tSBwhpioWs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tSBwhpioWs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tSBwhpioWs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tSBwhpioWs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tSBwhpioWs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tSBwhpioWs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tSBwhpioWs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tSBwhpioWs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tSBwhpioWs .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tSBwhpioWs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tSBwhpioWs .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tSBwhpioWs .navbar {
    height: 70px;
  }
  .cid-tSBwhpioWs .navbar.opened {
    height: auto;
  }
  .cid-tSBwhpioWs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tSkby0dSKO {
  padding-top: 11.5rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/smpm-logo-8-1601x1600.png");
}
.cid-tSkby0dSKO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSkby0dSKO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSkby0dSKO .mbr-section-title {
  color: #1c4e9d;
  text-align: left;
}
.cid-tSkby0dSKO .mbr-text,
.cid-tSkby0dSKO .mbr-section-btn {
  text-align: center;
  color: #2c4979;
}
.cid-tSulLTIviy {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tSulLTIviy .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSulLTIviy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSulLTIviy .row {
  justify-content: flex-start;
}
.cid-tSulLTIviy .mbr-section-title {
  color: #161616;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-tSulLTIviy .mbr-section-title {
    margin-bottom: 56px;
  }
}
@media (max-width: 767px) {
  .cid-tSulLTIviy .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-tSulLTIviy .item-wrap {
  width: 100%;
  margin-bottom: 24px;
}
.cid-tSulLTIviy .mbr-section-subtitle {
  color: #2c4979;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 16px !important;
  text-align: left;
}
.cid-tSulLTIviy .mbr-text {
  color: #161616;
  width: 100%;
  margin-bottom: 0;
  text-align: left;
}
.cid-tSuxpagop6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tSuxpagop6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSuxpagop6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSuxpagop6 .row {
  justify-content: flex-start;
}
.cid-tSuxpagop6 .mbr-section-title {
  color: #161616;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-tSuxpagop6 .mbr-section-title {
    margin-bottom: 56px;
  }
}
@media (max-width: 767px) {
  .cid-tSuxpagop6 .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-tSuxpagop6 .item-wrap {
  width: 100%;
  margin-bottom: 24px;
}
.cid-tSuxpagop6 .mbr-section-subtitle {
  color: #2c4979;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 16px !important;
  text-align: left;
}
.cid-tSuxpagop6 .mbr-text {
  color: #161616;
  width: 100%;
  margin-bottom: 0;
  text-align: left;
}
.cid-tSuzn3tWYM {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tSuzn3tWYM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSuzn3tWYM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSuzn3tWYM .row {
  justify-content: flex-start;
}
.cid-tSuzn3tWYM .mbr-section-title {
  color: #161616;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-tSuzn3tWYM .mbr-section-title {
    margin-bottom: 56px;
  }
}
@media (max-width: 767px) {
  .cid-tSuzn3tWYM .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-tSuzn3tWYM .item-wrap {
  width: 100%;
  margin-bottom: 24px;
}
.cid-tSuzn3tWYM .mbr-section-subtitle {
  color: #2c4979;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 16px !important;
  text-align: left;
}
.cid-tSuzn3tWYM .mbr-text {
  color: #161616;
  width: 100%;
  margin-bottom: 0;
  text-align: left;
}
.cid-tWEKG95hWB {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tWEKG95hWB .card-box {
  z-index: 10;
  position: relative;
}
.cid-tWEKG95hWB .link-wrap {
  width: 100%;
}
.cid-tWEKG95hWB .link {
  display: inline-block;
}
.cid-tWEKG95hWB .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  font-weight: 600;
}
.cid-tWEKG95hWB .link a:hover {
  text-decoration: underline;
}
.cid-tWEKG95hWB .card {
  margin: auto;
  min-height: 280px;
  transition: all 0.3s;
}
.cid-tWEKG95hWB .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #0095ff;
  margin-bottom: 2rem;
}
.cid-tWEKG95hWB .card-wrapper {
  background-position: center;
  padding: 5rem 5rem;
  background: #f6f9ff;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tWEKG95hWB .link,
.cid-tWEKG95hWB .link-wrap {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tWEKG95hWB .card {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tWEKG95hWB .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-tWEKG95hWB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWEKG95hWB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWEKG95hWB H1 {
  color: #2c4979;
}
.cid-tWEKG95hWB .card-title,
.cid-tWEKG95hWB .card-box {
  color: #2c4979;
}
.cid-uhWNiZlAwz {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #9db2d3;
}
@media (max-width: 991px) {
  .cid-uhWNiZlAwz .mbr-section-head {
    margin-bottom: 8.53vw;
  }
}
.cid-uhWNiZlAwz .mbr-section-title {
  color: #353535;
  text-align: left;
}
.cid-uhWNiZlAwz .mbr-section-subtitle {
  color: #353535;
  margin-top: 1rem;
  text-align: left;
}
.cid-uhWNiZlAwz .cards-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-rows: auto;
  gap: 1.67vw 5.28vw;
}
@media (max-width: 991px) {
  .cid-uhWNiZlAwz .cards-container {
    grid-template-columns: 1fr 1fr;
    gap: 6.4vw 5.33vw;
  }
}
.cid-uhWNiZlAwz .card-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.cid-uhWNiZlAwz .card-wrap img {
  max-width: 100%;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-uhWNiZlAwz .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uif96v1L6G {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #9db2d3;
}
.cid-uif96v1L6G .image-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-uif96v1L6G .image-block {
    width: 100% !important;
  }
}
.cid-tSkby2pQIv .google-map {
  filter: grayscale(0.9);
  height: 34rem;
  position: relative;
}
.cid-tSkby2pQIv .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tSkby2pQIv .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-tSkby2pQIv .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tSkby2pQIv .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tUWQpE66dH {
  padding-top: 60px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/smpm-logo-8-1601x1600.png");
}
@media (max-width: 767px) {
  .cid-tUWQpE66dH .content {
    text-align: center;
  }
  .cid-tUWQpE66dH .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tUWQpE66dH .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tUWQpE66dH .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tUWQpE66dH .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-tUWQpE66dH .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tUWQpE66dH .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tUWQpE66dH .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tUWQpE66dH .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tUWQpE66dH .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tUWQpE66dH .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tUWQpE66dH .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tUWQpE66dH .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tUWQpE66dH P {
  text-align: left;
  color: #353535;
}
.cid-tUWQpE66dH H5 {
  color: #767676;
}
.cid-tUW2L6CrXY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #e1e9f4;
}
.cid-tUW2L6CrXY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUW2L6CrXY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUW2L6CrXY .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tUW2L6CrXY .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tUW2L6CrXY .container {
    padding: 0 16px;
  }
}
.cid-tUW2L6CrXY .row {
  position: relative;
  margin: 0;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tUW2L6CrXY .row {
    margin: 0;
  }
}
.cid-tUW2L6CrXY .row .card {
  position: relative;
  padding: 0;
}
.cid-tUW2L6CrXY .decor-wrapper_1 {
  height: 15px;
  background-color: #1c4e9d;
}
.cid-tUW2L6CrXY .decor-wrapper_2 {
  height: 15px;
  background-color: #4875bb;
}
.cid-tUW2L6CrXY .decor-wrapper_3 {
  height: 15px;
  background-color: #80a1d3;
}
.cid-tUW2L6CrXY .decor-wrapper_4 {
  height: 15px;
  background-color: #bfd4f5;
}
.cid-tUW2L6CrXY .mbr-section-title {
  color: #192227;
  text-align: center;
}
.cid-tT39mdlhie {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #e1e9f4;
}
@media (max-width: 991px) {
  .cid-tT39mdlhie .mbr-section-head {
    margin-bottom: 8.53vw;
  }
}
.cid-tT39mdlhie .mbr-section-title {
  color: #353535;
}
.cid-tT39mdlhie .mbr-section-subtitle {
  color: #353535;
  margin-top: 1rem;
  text-align: left;
}
.cid-tT39mdlhie .cards-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-rows: auto;
  gap: 1.67vw 5.28vw;
}
@media (max-width: 991px) {
  .cid-tT39mdlhie .cards-container {
    grid-template-columns: 1fr 1fr;
    gap: 6.4vw 5.33vw;
  }
}
.cid-tT39mdlhie .card-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.cid-tT39mdlhie .card-wrap img {
  max-width: 100%;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-tT39mdlhie .mbr-section-subtitle DIV {
  text-align: left;
}
