section {
  background-color: #ffffff;
}

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

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
    margin: 1px auto !important;
}

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

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

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

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

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

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

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

b,
strong {
  font-weight: bold;
}

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

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

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

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

.hidden {
  visibility: hidden;
}

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

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

.mbr-black {
  color: #000000;
}

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

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

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

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

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

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

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

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

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

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

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

.media-container-row .media-size-item {
  width: 400px;
}

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

.media-container-column > * {
  width: 100%;
}

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

figure {
  margin-bottom: 0;
  overflow: hidden;
}

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

img,
iframe {
  display: block;
}

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

.card-box {
  width: 100%;
}

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

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

.mbr-figure {
  -ms-flex-item-align: center;
      -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 */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

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

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

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

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

.btn-form {
  margin: 0;
}

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

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

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

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

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

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

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

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

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

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

/*! Map */
.map {
  position: relative;
  height: 25rem;
    margin: 1px auto !important;
}

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

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

.mbr-arrow-up a {
  background: rgba(226, 10, 23, 0.2);
  border-radius: 20%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 1px dashed rgba(226, 10, 23, 0.1);
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}

.mbr-arrow-up a:hover {
  background-color: rgba(226, 10, 23, 0.5);
}

.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: 22px;
  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%);
}

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

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

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

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

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

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

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

/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}

@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}

.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}

.menu .navbar-brand span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}

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

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

@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}

@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

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

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

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

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

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

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

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

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

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

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

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

.media {
  display: -webkit-flex;
}

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

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

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

.jq-selectbox__trigger-arrow {
  right: 0;
  -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 {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  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;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

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

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

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

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

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

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

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

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

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}

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

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

form .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

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

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

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

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

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

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

:focus {
  outline: none;
}

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

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

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

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

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

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*="col"] {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

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

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

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

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

button {
  background-color: transparent;
  border-color: transparent;
}
/*# sourceMappingURL=style.css.map */.btn {
  border-width: 2px;
}
body {
  font-family: 'Open Sans', sans-serif;
}
.display-1 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 3.8rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 4.75rem;
}
.display-2 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 2.5rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-4 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.8rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-7 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.04rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.66rem;
    font-size: calc( 1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.5rem 2.5rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 0px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 1rem 1.5625rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #0087ab !important;
}
.bg-success {
  background-color: #f5d509 !important;
}
.bg-info {
  background-color: #f3f7f4 !important;
}
.bg-warning {
  background-color: #e20a17 !important;
}
.bg-danger {
  background-color: #fce0e1 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #0087ab !important;
  border-color: #0087ab !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #004354 !important;
  border-color: #004354 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #004354 !important;
  border-color: #004354 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info,
.btn-info:active {
  background-color: #f3f7f4 !important;
  border-color: #f3f7f4 !important;
  color: #5e8d6a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #3b5943 !important;
  background-color: #bfd4c4 !important;
  border-color: #bfd4c4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #5e8d6a !important;
  background-color: #bfd4c4 !important;
  border-color: #bfd4c4 !important;
}
.btn-success,
.btn-success:active {
  background-color: #f5d509 !important;
  border-color: #f5d509 !important;
  color: #000000 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #a18c06 !important;
  border-color: #a18c06 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #000000 !important;
  background-color: #a18c06 !important;
  border-color: #a18c06 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #e20a17 !important;
  border-color: #e20a17 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #8f060f !important;
  border-color: #8f060f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #8f060f !important;
  border-color: #8f060f !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #fce0e1 !important;
  border-color: #fce0e1 !important;
  color: #ca131a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #f49194 !important;
  border-color: #f49194 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ca131a !important;
  background-color: #f49194 !important;
  border-color: #f49194 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #0087ab;
  color: #0087ab;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #004354 !important;
  background-color: transparent !important;
  border-color: #004354 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #0087ab !important;
  border-color: #0087ab !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #f3f7f4;
  color: #f3f7f4;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #bfd4c4 !important;
  background-color: transparent !important;
  border-color: #bfd4c4 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #5e8d6a !important;
  background-color: #f3f7f4 !important;
  border-color: #f3f7f4 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #f5d509;
  color: #f5d509;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #a18c06 !important;
  background-color: transparent !important;
  border-color: #a18c06 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #000000 !important;
  background-color: #f5d509 !important;
  border-color: #f5d509 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #e20a17;
  color: #e20a17;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #8f060f !important;
  background-color: transparent !important;
  border-color: #8f060f !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #e20a17 !important;
  border-color: #e20a17 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #fce0e1;
  color: #fce0e1;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #f49194 !important;
  background-color: transparent !important;
  border-color: #f49194 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ca131a !important;
  background-color: #fce0e1 !important;
  border-color: #fce0e1 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #0087ab !important;
}
.text-secondary {
  color: #000000 !important;
}
.text-success {
  color: #f5d509 !important;
}
.text-info {
  color: #f3f7f4 !important;
}
.text-warning {
  color: #e20a17 !important;
}
.text-danger {
  color: #fce0e1 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #003645 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #937f05 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #b6cebc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #80060d !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #f38387 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #cccccc;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #333333;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 0.3s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  /*  background-position: 0px 1.2em; */
}
.nav-tabs .nav-link.active {
  color: #0087ab;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #f3f7f4;
}
.alert-warning {
  background-color: #e20a17;
}
.alert-danger {
  background-color: #fce0e1;
}
.mbr-gallery-filter li.active .btn {
  background-color: #0087ab;
  border-color: #0087ab;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #2bd2ff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fdf7cd;
}
.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: #fcbcc0;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #0087ab !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #0087ab;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #0087ab;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #0087ab;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #0087ab;
  border-bottom-color: #0087ab;
}
.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: #0087ab !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: #000000 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%230087ab' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
p {
  margin-bottom: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
}
.container {
  max-width: 1220px;
}
a {
  transition: color 300ms ease !important;
  font-weight: 400 !important;
}
.btn,
.btn-lg {
  box-shadow: none !important;
}
body {
  line-height: 1.667em;
  line-height: 30px;
}
.btn,
.btn-lg {
  margin-top: 0;
  margin-bottom: 0;
}
span.btn {
  line-height: 20px;
  transform-style: preserve-3d !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
span.btn:hover {
  transform: translate3d(0px, -4px, 0.01px) !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
a.btn {
  line-height: 20px;
  transform-style: preserve-3d !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
a.btn:hover {
  transform: translate3d(0px, -4px, 0.01px) !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
.navbar-toggler:focus {
  box-shadow: none;
}
.cid-rzH9jLUC8G {
  background-image: url("../../../assets/images/130453299-3883705088330582-2536595881447847532-n-1-1360x1700.jpeg");
}
.cid-rzH9jLUC8G .mbr-section-title DIV {
  text-align: left;
  text-shadow: 2px 2px 1px #000;
}
.cid-rzH9jLUC8G .mbr-text,
.cid-rzH9jLUC8G .mbr-section-btn {
  text-align: left;
}
.cid-rzH9jLUC8G .addr {
  text-align: center;
  max-width: 300px;
  min-width: 150px;
  margin: 1.3rem 0;
}
.cid-rzH9jLUC8G .mbr-section-subtitle.addr {
  text-align: left;
}
.cid-rzH9Aqjs3b {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rzH9Aqjs3b img {
  width: 100%;
  border-radius: 8px;
}
.cid-rzH9Aqjs3b p {
  line-height: 1.65;
}
.cid-rzH9Aqjs3b .content {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rzH9Aqjs3b .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-rzH9Aqjs3b .mbr-text,
.cid-rzH9Aqjs3b .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-rzH9Aqjs3b .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-rzH9Aqjs3b .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #e20a17;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
.cid-rzH9Aqjs3b .mbr-section-title .line-wrap {
  text-align: center;
}
.cid-rzH9Aqjs3b .mbr-section-title,
.cid-rzH9Aqjs3b .line-wrap {
  text-align: left;
}
@media (max-width: 992px) {
  .cid-rzH9Aqjs3b .mbr-section-btn {
    margin-bottom: 3rem;
  }
}
.cid-rzH9MZ1w94 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rzH9MZ1w94 .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #fbf9eb;
  color: #444444;
  padding: 0;
}
.cid-rzH9MZ1w94 .card-img {
  overflow: hidden;
  border-radius: 0;
  position: relative;
}
.cid-rzH9MZ1w94 .card-img:hover .img-hover {
  opacity: 0.3;
}
.cid-rzH9MZ1w94 .card-img:hover .img-btn {
  opacity: 1;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cid-rzH9MZ1w94 .btn {
  display: block;
  width: fit-content;
  margin: auto;
  margin-bottom: 1rem;
}
.cid-rzH9MZ1w94 .img-btn {
  transition: all 0.5s;
  position: absolute;
  display: block;
  min-width: 250px;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  opacity: 0;
}
.cid-rzH9MZ1w94 .img-hover {
  transition: all 0.3s;
  position: absolute;
  left: 0;
  top: 0;
  background: #f5d509;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.cid-rzH9MZ1w94 .content-box {
  display: flex;
}
.cid-rzH9MZ1w94 .date-box {
  background: #0a1c44;
  width: 110px;
  padding: 5px;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-rzH9MZ1w94 .ico-line {
  display: inline-block;
  width: 100%;
}
.cid-rzH9MZ1w94 .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-rzH9MZ1w94 .rev,
.cid-rzH9MZ1w94 .mbr-iconfont {
  display: inline-block;
}
.cid-rzH9MZ1w94 .line {
  display: inline-block;
  width: 100px;
  height: 4px;
  background-color: #e20a17;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.cid-rzH9MZ1w94 .card-title {
  color: #000 !important;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1rem;
  text-align: center;
}
.cid-rzH9MZ1w94 .card-box {
  padding: 1rem;
}
.cid-rzH9MZ1w94 .mbr-section-title {
  margin: 0 auto;
  color: #000000;
  text-align: center;
}
.cid-rzH9MZ1w94 .mbr-section-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-rzH9MZ1w94 .mbr-section-title,
.cid-rzH9MZ1w94 .line-wrap {
  text-align: center;
  color: #000000;
}
.cid-rzH9MZ1w94 .rev {
  text-align: left;
}
.cid-rzH9MZ1w94 .card-text,
.cid-rzH9MZ1w94 .mbr-section-btn,
.cid-rzH9MZ1w94 .ico-line {
  text-align: left;
  color: #9e9e9e;
}
.cid-tiSr4JPH04 {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (min-width: 1400px) {
  .cid-tiSr4JPH04 .container {
    max-width: 1368px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .cid-tiSr4JPH04 .container .row {
    margin-left: -24px;
    margin-right: -24px;
  }
  .cid-tiSr4JPH04 .container .row > [class*="col"] {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.cid-tiSr4JPH04 .row {
  display: flex;
  align-items: stretch;
}
.cid-tiSr4JPH04 .mbr-section-head {
  margin-bottom: 50px;
}
.cid-tiSr4JPH04 .label-text {
  width: 100%;
  color: #913BFF;
  margin-bottom: 20px;
}
.cid-tiSr4JPH04 .label-text span {
  padding: 8px 18px;
  background-color: #f0e4ff;
  border-radius: 15px;
  color: inherit;
}
.cid-tiSr4JPH04 .mbr-section-title {
  color: #010d4c;
  margin-bottom: 0;
}
.cid-tiSr4JPH04 .colored-text {
  color: #913bff;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-tiSr4JPH04 .mbr-section-subtitle {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
  margin-top: 20px;
}
.cid-tiSr4JPH04 .item:focus,
.cid-tiSr4JPH04 span:focus {
  outline: none;
}
.cid-tiSr4JPH04 .item {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.cid-tiSr4JPH04 .item-wrapper {
  position: relative;
  border-radius: 8px;
  background: #fbf9eb;
  box-shadow: 0 20px 60px rgba(0, 73, 140, 0.05);
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.cid-tiSr4JPH04 .item-wrapper .item-content a:hover {
  color: #e20a17 !important;
}
.cid-tiSr4JPH04 .item-wrapper:hover {
  transform: translateY(-5px);
}
.cid-tiSr4JPH04 .item-img {
  position: relative;
  z-index: 2;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  height: 477px;
}
@media (max-width: 1399px) {
  .cid-tiSr4JPH04 .item-img {
    height: 426px;
  }
}
@media (max-width: 1199px) {
  .cid-tiSr4JPH04 .item-img {
    height: 357px;
  }
}
@media (max-width: 991px) {
  .cid-tiSr4JPH04 .item-img {
    height: 393px;
  }
}
@media (max-width: 767px) {
  .cid-tiSr4JPH04 .item-img {
    height: 288px;
  }
}
@media (max-width: 575px) {
  .cid-tiSr4JPH04 .item-img {
    height: 100%;
    max-height: 426px;
  }
}
.cid-tiSr4JPH04 .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tiSr4JPH04 .item-img::before {
  content: '';
  position: absolute;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: #0087ab;
  right: -85px;
  bottom: -85px;
  z-index: 1;
  cursor: pointer;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
}
.cid-tiSr4JPH04 .item-img .icon-box {
  position: absolute;
  color: #ffffff;
  font-size: 22px;
  right: 22px;
  bottom: 12px;
  z-index: 2;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-tiSr4JPH04 .item-content-container {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px 10px 20px;
}
@media (max-width: 1199px) {
  .cid-tiSr4JPH04 .item-content-container {
    padding: 20px 15px;
  }
}
.cid-tiSr4JPH04 .mbr-section-btn {
  margin: 1rem auto;
  padding: 0px !important;
}
.cid-tiSr4JPH04 .item-title {
  text-align: left;
  width: 100%;
  color: #A1A0A0;
  margin-bottom: 0;
}
.cid-tiSr4JPH04 .mbr-text {
  color: #010d4c;
  width: 100%;
  margin: 8px 0;
}
.cid-rzH9U64jHK {
  padding-top: 195px;
  padding-bottom: 195px;
  background-image: url("../../../assets/images/1973838-746685392032583-1936145593-o-2000x1474.jpg");
}
.cid-rzH9U64jHK .mbr-section-title {
  text-align: left;
}
.cid-rzH9U64jHK .mbr-text,
.cid-rzH9U64jHK .mbr-section-btn {
  text-align: left;
}
.cid-rzH9U64jHK .mbr-iconfont {
  -webkit-order: -1;
  order: -1;
  padding-right: 0.5rem;
  padding-left: 0rem !important;
}
.cid-tiyvuReRz9 {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #fbf9eb;
}
.cid-tiyvuReRz9 .title-block {
  margin-bottom: 32px;
  align-items: center;
}
.cid-tiyvuReRz9 .shadow {
  border-radius: 30px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07) !important;
  transition: all 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  overflow: visible;
}
.cid-tiyvuReRz9 .line-wrap {
  display: inline-block;
  width: 100%;
  margin: 0.5rem auto 2rem !important;
}
.cid-tiyvuReRz9 .line {
  display: inline-block;
  width: 100px;
  height: 4px;
  background-color: #e20a17;
}
.cid-tiyvuReRz9 .wrap-img {
  transition: all 300ms ease !important;
  overflow: hidden;
  border-radius: 30px 30px 0 0;
  height: 385px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: translate(0px, 0px);
}
.cid-tiyvuReRz9 .inner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}
.cid-tiyvuReRz9 .shadow:hover {
  transform: translate(0px, -6px);
  box-shadow: 0 10px 20px 0 rgba(8, 15, 52, 0.1) !important;
}
.cid-tiyvuReRz9 .shadow:hover a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption),
.cid-tiyvuReRz9 .shadow:hover .number,
.cid-tiyvuReRz9 .shadow:hover .card-title {
  color: #8c8c95 !important;
}
.cid-tiyvuReRz9 .shadow:hover .inner {
  transform: scale(1.1);
}
.cid-tiyvuReRz9 .card-title {
  margin-bottom: 18px;
  line-height: 1.65;
  color: #8c8c95;
  transition: none !important;
}
.cid-tiyvuReRz9 .card-text {
  margin-bottom: 17px;
  line-height: 1.65;
  color: #000000;
}
.cid-tiyvuReRz9 H3 {
  color: #14142b;
  text-align: center;
}
.cid-tiyvuReRz9 img {
  width: auto;
  height: 70px;
}
.cid-tiyvuReRz9 .card-wrapper {
  border-radius: 0 0 30px 30px;
  background-color: #ffffff;
  padding: 34px 25px 54px 31px;
}
.cid-tiyvuReRz9 .date {
  margin-bottom: 24px;
  color: #000000;
}
.cid-tiyvuReRz9 .link-title {
  display: inline-block;
}
.cid-tiyvuReRz9 .margin {
  margin-right: 14px;
}
.cid-tiyvuReRz9 .button-color {
  padding: 1rem 1.5625rem !important;
  border-radius: 1000px !important;
  display: inline-block;
  line-height: 20px;
  background-color: #e20a17;
  color: #FFF;
  font-weight: 400;
}
.cid-tiyvuReRz9 .mbr-section-btn {
  margin: 4rem auto 1.3rem !important;
}
.cid-tiyvuReRz9 .mbr-section-btn .mbr-iconfont,
.cid-tiyvuReRz9 .mbr-section-btn .button-color:hover {
  color: #FFF !important;
}
.cid-tiyvuReRz9 .link-row {
  align-items: center;
}
@media (max-width: 550px) {
  .cid-tiyvuReRz9 .title-block {
    flex-direction: column;
  }
  .cid-tiyvuReRz9 .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-tiyvuReRz9 .card-wrapper {
    padding: 24px 25px 34px 25px;
  }
}
.cid-tiyvuReRz9 .item.features-image {
  margin-top: 30px;
}
.cid-tiyvuReRz9 .item.features-image:nth-child(1) {
  margin-top: 0px;
}
.cid-tiyvuReRz9 .item.features-image:nth-child(2) {
  margin-top: 0px;
}
@media (max-width: 768px) {
  .cid-tiyvuReRz9 .item.features-image:nth-child(2) {
    margin-top: 30px;
  }
}
.cid-tiyvuReRz9 .mbr-section-subtitle {
  text-align: center;
}
.cid-tiyvuReRz9 P {
  text-align: center;
}
.cid-rzHa5u2usg {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rzHa5u2usg .listico {
  padding-right: 1.25rem;
  font-size: 1.4rem;
}
.cid-rzHa5u2usg .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-rzHa5u2usg .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-rzHa5u2usg .form-group {
  padding-right: 0;
}
.cid-rzHa5u2usg .card {
  padding: 3rem 8rem;
}
.cid-rzHa5u2usg .google-map {
  height: 100%;
  min-height: 25rem;
  width: 100%;
}
.cid-rzHa5u2usg .google-map iframe {
  min-height: 100%;
  width: 100%;
}
.cid-rzHa5u2usg .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-rzHa5u2usg .google-map[data-state] {
  background: #e9e5dc;
}
.cid-rzHa5u2usg .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-rzHa5u2usg .map-placeholder {
  display: none;
}
.cid-rzHa5u2usg .btn-primary {
  border: 1px solid #0087ab !important;
}
.cid-rzHa5u2usg .btn-primary:hover {
  border: 1px solid #0087ab !important;
}
.cid-rzHa5u2usg .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 100%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-rzHa5u2usg .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-rzHa5u2usg .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-rzHa5u2usg .mbr-text {
  color: #444;
}
.cid-rzHa5u2usg h5 {
  margin-bottom: 0;
}
.cid-rzHa5u2usg .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-rzHa5u2usg .list-item {
  display: -webkit-flex;
  padding-top: 10px;
  padding-bottom: 10px;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rzHa5u2usg .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-rzHa5u2usg .socicon {
  font-size: 1.3rem;
  color: #000 !important;
  background: #f5d509;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rzHa5u2usg .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-rzHa5u2usg .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-rzHa5u2usg .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-rzHa5u2usg .social-list a:hover {
  opacity: 0.4;
}
.cid-rzHa5u2usg .media-container-row > div {
  padding: 0px;
}
.cid-rzHa5u2usg .text2 {
  color: #000000;
  text-align: left;
}
.cid-rzHa5u2usg .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-rzHa5u2usg .links {
  color: #000000;
  line-height: 1.65;
  text-align: left;
}
@media (max-width: 1200px) {
  .cid-rzHa5u2usg .card {
    padding: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-rzHa5u2usg .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-rzHa5u2usg h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-rzHa5u2usg .form-group {
    max-width: 180px;
  }
  .cid-rzHa5u2usg .card {
    padding: 2rem 1rem;
  }
}
.cid-rzHa5u2usg .links span {
  color: #9e9e9e;
}
.cid-rzHa5u2usg .logo-title,
.cid-rzHa5u2usg .logo-sub-title {
  text-align: center;
}
.cid-rzHa5u2usg .logo-sub-title i {
  color: #9e9e9e;
}
.cid-tjZfqHHm2I {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-tjZfqHHm2I .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
  margin: auto;
}
.cid-tjZfqHHm2I .mbr-section-title {
  text-align: left;
  color: #14142b;
  padding-bottom: 24px;
  margin: auto;
}
.cid-tjZfqHHm2I .row {
  align-items: center;
  height: 100%;
}
.cid-tjZfqHHm2I .wrapper {
  margin: auto;
}
.cid-tjZfqHHm2I .img {
  text-align: center;
  margin: auto;
}
.cid-tjZfqHHm2I P {
  color: #ffffff;
}
.cid-tijHPQpG9c .footer-head {
  width: 100%;
  position: relative;
  z-index: 5;
  background-color: #fbf9eb;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  overflow: hidden;
}
.cid-tijHPQpG9c .img-bg {
  content: '';
  position: absolute;
  top: 0;
  right: 57%;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  border-top-right-radius: 190px;
  border-bottom-left-radius: 40px;
}
@media (max-width: 991px) {
  .cid-tijHPQpG9c .img-bg {
    display: none;
  }
}
.cid-tijHPQpG9c .container {
  display: flex;
  justify-content: center;
  max-width: 1160px;
}
@media (max-width: 991px) {
  .cid-tijHPQpG9c .container {
    padding: 0 !important;
  }
}
.cid-tijHPQpG9c .row {
  width: 100%;
  align-items: center;
}
.cid-tijHPQpG9c .content-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (max-width: 991px) {
  .cid-tijHPQpG9c .content-container {
    padding-top: 0;
    background-color: #fbf9eb;
  }
}
@media (max-width: 991px) {
  .cid-tijHPQpG9c .col-brand {
    padding: 0 25px 65px 25px;
    padding-top: 5rem;
    border-bottom-left-radius: 40px;
    background-color: #ffffff;
  }
}
.cid-tijHPQpG9c .col-links {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tijHPQpG9c .col-links {
    padding: 70px 15px 0 15px;
  }
}
.cid-tijHPQpG9c .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  font-weight: 700;
}
.cid-tijHPQpG9c .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tijHPQpG9c .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tijHPQpG9c .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tijHPQpG9c .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tijHPQpG9c .brand-text {
  line-height: 1.65;
  margin-top: 75px;
  margin-bottom: 0;
  color: #000000;
  opacity: 0.85;
  width: 80%;
}
@media (max-width: 991px) {
  .cid-tijHPQpG9c .brand-text {
    margin-top: 45px;
  }
}
.cid-tijHPQpG9c .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 10px;
}
.cid-tijHPQpG9c .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.cid-tijHPQpG9c .mbr-iconfont {
  font-size: 16px;
  color: #000000;
}
.cid-tijHPQpG9c .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 0;
  min-height: 28px;
  min-width: 28px;
}
.cid-tijHPQpG9c .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tijHPQpG9c .soc-item .mbr-iconfont {
  font-size: 28px;
  color: #000000 !important;
}
@media (max-width: 991px) {
  .cid-tijHPQpG9c .col-link {
    width: auto !important;
    max-width: 33.33333333%;
  }
}
@media (max-width: 767px) {
  .cid-tijHPQpG9c .col-link {
    max-width: 100%;
    width: 100% !important;
  }
}
.cid-tijHPQpG9c .col-link1 {
  line-height: 1.65;
  padding-right: 20px;
}
@media (max-width: 768px) {
  .cid-tijHPQpG9c .col-link1 {
    margin-bottom: 30px;
  }
}
.cid-tijHPQpG9c .col-link2 {
  padding-left: 20px;
  line-height: 1.65;
}
@media (max-width: 768px) {
  .cid-tijHPQpG9c .col-link2 {
    padding-left: 0;
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .cid-tijHPQpG9c .col-link3 {
    padding-left: 32px;
  }
}
@media (max-width: 991px) {
  .cid-tijHPQpG9c .col-link3 {
    padding-left: 40px;
  }
}
@media (max-width: 768px) {
  .cid-tijHPQpG9c .col-link3 {
    padding-left: 0;
  }
}
.cid-tijHPQpG9c .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #1d191f;
}
.cid-tijHPQpG9c .list li {
  display: flex;
  align-items: center;
  line-height: 1.65;
}
.cid-tijHPQpG9c .list a {
  display: flex;
  align-items: center;
  line-height: 1.65;
}
.cid-tijHPQpG9c .footer-copyright {
  position: relative;
  z-index: 4;
  width: 100%;
  margin-top: -40px;
  background-color: #000000;
}
.cid-tijHPQpG9c .col-copyright {
  padding: 85px 0 60px 0 !important;
}
@media (max-width: 991px) {
  .cid-tijHPQpG9c .col-copyright {
    padding: 85px 10px 60px 10px !important;
  }
}
@media (max-width: 320px) {
  .cid-tijHPQpG9c .col-copyright {
    padding: 85px 10px 60px 10px !important;
  }
}
.cid-tijHPQpG9c .copyright {
  line-height: 1.80;
  color: #ffffff;
  font-size: .99rem;
}
@media (max-width: 991px) {
  .cid-tijHPQpG9c .copyright {
    text-align: left !important;
  }
}
.cid-tii9ykKyVq {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
@media (max-width: 992px) {
  .cid-tii9ykKyVq .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-tii9ykKyVq .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tii9ykKyVq .navbar-caption {
  font-weight: 500;
}
.cid-tii9ykKyVq nav.navbar {
  position: fixed;
}
.cid-tii9ykKyVq .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-tii9ykKyVq .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-tii9ykKyVq .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tii9ykKyVq .dropdown-item:hover,
.cid-tii9ykKyVq .dropdown-item:focus {
  color: #e20a17 !important;
}
.cid-tii9ykKyVq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tii9ykKyVq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tii9ykKyVq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em .65em !important;
}
.cid-tii9ykKyVq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tii9ykKyVq .nav-link {
  position: relative;
}
.cid-tii9ykKyVq .nav-link:hover {
  color: #e20a17 !important;
}
.cid-tii9ykKyVq .container {
  display: flex;
  margin: auto;
}
@media (min-width: 991px) {
  .cid-tii9ykKyVq .container,
  .cid-tii9ykKyVq .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-tii9ykKyVq .dropdown-menu,
.cid-tii9ykKyVq .navbar.opened {
  background: #ffffff !important;
}
.cid-tii9ykKyVq .nav-item:focus,
.cid-tii9ykKyVq .nav-link:focus {
  outline: none;
  color: #e20a17 !important;
}
.cid-tii9ykKyVq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tii9ykKyVq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tii9ykKyVq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tii9ykKyVq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tii9ykKyVq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tii9ykKyVq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tii9ykKyVq .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid #000;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tii9ykKyVq .navbar.opened {
  transition: all 0.3s;
}
.cid-tii9ykKyVq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tii9ykKyVq .navbar .navbar-logo img {
  width: auto;
}
.cid-tii9ykKyVq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tii9ykKyVq .navbar.collapsed {
  justify-content: center;
}
.cid-tii9ykKyVq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tii9ykKyVq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tii9ykKyVq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-tii9ykKyVq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tii9ykKyVq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tii9ykKyVq .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-tii9ykKyVq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tii9ykKyVq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tii9ykKyVq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tii9ykKyVq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tii9ykKyVq .navbar .dropdown-menu .dropdown-submenu {
    right: 0 !important;
  }
  .cid-tii9ykKyVq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tii9ykKyVq .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-tii9ykKyVq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tii9ykKyVq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tii9ykKyVq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tii9ykKyVq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tii9ykKyVq .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tii9ykKyVq .navbar.navbar-short {
  min-height: 80px;
}
.cid-tii9ykKyVq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tii9ykKyVq .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-tii9ykKyVq .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-tii9ykKyVq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tii9ykKyVq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tii9ykKyVq .dropdown-item.active,
.cid-tii9ykKyVq .dropdown-item:active {
  background-color: transparent;
}
.cid-tii9ykKyVq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tii9ykKyVq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tii9ykKyVq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tii9ykKyVq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tii9ykKyVq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tii9ykKyVq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tii9ykKyVq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tii9ykKyVq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tii9ykKyVq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tii9ykKyVq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tii9ykKyVq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tii9ykKyVq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tii9ykKyVq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tii9ykKyVq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tii9ykKyVq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tii9ykKyVq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tii9ykKyVq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tii9ykKyVq .navbar-dropdown {
  position: fixed;
}
.cid-tii9ykKyVq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tii9ykKyVq .navbar {
    height: 70px;
  }
  .cid-tii9ykKyVq .navbar.opened {
    height: auto;
  }
  .cid-tii9ykKyVq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tii9ykKyVq .addr {
  text-align: center;
  max-width: 230px;
  min-width: 150px;
  margin: 0 10px;
}
@media (max-width: 992px) {
  .cid-tii9ykKyVq .addr {
    margin: 0 auto;
  }
}
.cid-tii9ykKyVq .mbr-section-btn {
  flex: 0 0 240px;
}
.cid-tii9ykKyVq .mbr-section-subtitle.addr {
  color: #1d1d1b;
  font-size: 1rem;
}
section {
  background-color: #ffffff;
}

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

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
    margin: 1px auto !important;
}

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

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

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

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

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

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

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

b,
strong {
  font-weight: bold;
}

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

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

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

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

.hidden {
  visibility: hidden;
}

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

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

.mbr-black {
  color: #000000;
}

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

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

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

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

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

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

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

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

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

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

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

.media-container-row .media-size-item {
  width: 400px;
}

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

.media-container-column > * {
  width: 100%;
}

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

figure {
  margin-bottom: 0;
  overflow: hidden;
}

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

img,
iframe {
  display: block;
}

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

.card-box {
  width: 100%;
}

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

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

.mbr-figure {
  -ms-flex-item-align: center;
      -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 */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

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

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

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

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

.btn-form {
  margin: 0;
}

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

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

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

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

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

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

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

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

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

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

/*! Map */
.map {
  position: relative;
  height: 25rem;
    margin: 1px auto !important;
}

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

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

.mbr-arrow-up a {
  background: rgba(226, 10, 23, 0.2);
  border-radius: 20%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 1px dashed rgba(226, 10, 23, 0.1);
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}

.mbr-arrow-up a:hover {
  background-color: rgba(226, 10, 23, 0.5);
}

.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: 22px;
  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%);
}

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

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

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

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

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

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

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

/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}

@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}

.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}

.menu .navbar-brand span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}

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

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

@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}

@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

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

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

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

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

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

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

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

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

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

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

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

.media {
  display: -webkit-flex;
}

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

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

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

.jq-selectbox__trigger-arrow {
  right: 0;
  -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 {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  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;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

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

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

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

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

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

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

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

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

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}

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

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

form .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

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

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

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

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

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

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

:focus {
  outline: none;
}

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

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

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

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

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

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*="col"] {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

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

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

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

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

button {
  background-color: transparent;
  border-color: transparent;
}
/*# sourceMappingURL=style.css.map */.cid-tiHm4PjJHb {
  padding-top: 90px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/1557330-805039999530455-5566208582895270708-o-2000x1425.jpg");
  height: 500px !important;
}
.cid-tiHm4PjJHb .mbr-section-title DIV {
  text-align: left;
  text-shadow: 2px 2px 1px #000;
}
.cid-tiHm4PjJHb .mbr-text,
.cid-tiHm4PjJHb .mbr-section-btn {
  text-align: left;
}
.cid-tiHm4PjJHb .addr {
  text-align: center;
  max-width: 300px;
  min-width: 150px;
  margin: 1.3rem 0;
}
.cid-tiHm4PjJHb .mbr-section-subtitle.addr {
  text-align: left;
}
.cid-tiHm4R7UBm {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tiHm4R7UBm .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #444444;
  padding: 0;
}
.cid-tiHm4R7UBm .card-img {
  overflow: hidden;
  border-radius: 0;
  position: relative;
}
.cid-tiHm4R7UBm .card-img:hover .img-hover {
  opacity: 0.3;
}
.cid-tiHm4R7UBm .card-img:hover .img-btn {
  opacity: 1;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cid-tiHm4R7UBm .btn {
  display: block;
  width: fit-content;
  margin: auto;
  margin-bottom: 1rem;
}
.cid-tiHm4R7UBm .img-btn {
  transition: all 0.5s;
  position: absolute;
  display: block;
  min-width: 250px;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  opacity: 0;
}
.cid-tiHm4R7UBm .img-hover {
  transition: all 0.3s;
  position: absolute;
  left: 0;
  top: 0;
  background: #f5d509;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.cid-tiHm4R7UBm .content-box {
  display: flex;
}
.cid-tiHm4R7UBm .date-box {
  background: #0a1c44;
  width: 110px;
  padding: 5px;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tiHm4R7UBm .ico-line {
  display: inline-block;
  width: 100%;
}
.cid-tiHm4R7UBm .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-tiHm4R7UBm .rev,
.cid-tiHm4R7UBm .mbr-iconfont {
  display: inline-block;
}
.cid-tiHm4R7UBm .line {
  display: inline-block;
  width: 100px;
  height: 4px;
  background-color: #e20a17;
  margin-top: 0.5rem;
  margin-bottom: -20px;
}
.cid-tiHm4R7UBm .card-title {
  color: #000000;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1rem;
  text-align: center;
}
.cid-tiHm4R7UBm .card-box {
  padding: 1rem;
  margin-top: .5rem;
}
.cid-tiHm4R7UBm .mbr-section-title {
  margin: 0 auto;
  color: #000000;
  text-align: center;
}
.cid-tiHm4R7UBm .mbr-section-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-tiHm4R7UBm .mbr-section-title,
.cid-tiHm4R7UBm .line-wrap {
  text-align: center;
  color: #000000;
}
.cid-tiHm4R7UBm .rev {
  text-align: left;
}
.cid-tiHm4R7UBm .card-text,
.cid-tiHm4R7UBm .mbr-section-btn,
.cid-tiHm4R7UBm .ico-line {
  text-align: left;
  color: #9e9e9e;
}
.cid-tiHm4R7UBm .rev i {
  color: #0a1c44;
}
.cid-tiHm4R7UBm .date {
  text-align: center;
  color: #ffffff;
}
.cid-tiHm4R7UBm .mounth {
  text-align: center;
  color: #ffffff;
}
.cid-tiHm4R7UBm .time {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-tiHm4R7UBm .img-hover {
    opacity: 0.5;
  }
  .cid-tiHm4R7UBm .img-btn {
    opacity: 1;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.cid-tiHsG2HwD5 {
  padding-top: 0rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-tiHsG2HwD5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tiHsG2HwD5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tiHsG2HwD5 .row {
  justify-content: flex-start;
}
.cid-tiHsG2HwD5 .container {
  max-width: 1140px;
  margin: 0 auto;
}
.cid-tiHsG2HwD5 .container-fluid {
  padding: 0 130px;
}
@media (max-width: 991px) {
  .cid-tiHsG2HwD5 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-tiHsG2HwD5 .container-fluid {
    padding: 0 15px;
  }
}
.cid-tiHsG2HwD5 .content-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 70px;
  border-radius: 30px;
  background-color: #fbf9eb;
}
@media (max-width: 767px) {
  .cid-tiHsG2HwD5 .content-container {
    padding: 70px 30px;
  }
}
.cid-tiHsG2HwD5 .content-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.cid-tiHsG2HwD5 .mbr-section-title {
  color: #ffffff;
  margin-bottom: 0 !important;
  width: 100%;
  line-height: 1.75rem;
}
.cid-tiHsG2HwD5 .mbr-section-subtitle {
  color: #f6f6f6;
  margin-bottom: 0 !important;
  margin-top: 20px;
  width: 100%;
}
.cid-tiHsG2HwD5 .mbr-section-btn {
  width: 100%;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .cid-tiHsG2HwD5 .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-tiHsG2HwD5 .mbr-section-subtitle,
.cid-tiHsG2HwD5 .mbr-section-btn {
  color: #000000;
}
.cid-tiHm4SdpEa {
  padding-top: 195px;
  padding-bottom: 195px;
  background-image: url("../../../assets/images/273683309-5229912733709804-6595591140610612185-n-1954x1563.jpeg");
}
.cid-tiHm4SdpEa .mbr-section-title {
  text-align: left;
}
.cid-tiHm4SdpEa .mbr-text,
.cid-tiHm4SdpEa .mbr-section-btn {
  text-align: left;
}
.cid-tiHm4SdpEa .mbr-iconfont {
  -webkit-order: -1;
  order: -1;
  padding-right: 0.5rem;
  padding-left: 0rem !important;
}
.cid-tiHm4VfknQ {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tiHm4VfknQ .listico {
  padding-right: 1.25rem;
  font-size: 1.4rem;
}
.cid-tiHm4VfknQ .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-tiHm4VfknQ .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-tiHm4VfknQ .form-group {
  padding-right: 0;
}
.cid-tiHm4VfknQ .card {
  padding: 3rem 8rem;
}
.cid-tiHm4VfknQ .google-map {
  height: 100%;
  min-height: 25rem;
  width: 100%;
}
.cid-tiHm4VfknQ .google-map iframe {
  min-height: 100%;
  width: 100%;
}
.cid-tiHm4VfknQ .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-tiHm4VfknQ .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tiHm4VfknQ .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tiHm4VfknQ .map-placeholder {
  display: none;
}
.cid-tiHm4VfknQ .btn-primary {
  border: 1px solid #0087ab !important;
}
.cid-tiHm4VfknQ .btn-primary:hover {
  border: 1px solid #0087ab !important;
}
.cid-tiHm4VfknQ .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 100%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-tiHm4VfknQ .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-tiHm4VfknQ .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-tiHm4VfknQ .mbr-text {
  color: #444;
}
.cid-tiHm4VfknQ h5 {
  margin-bottom: 0;
}
.cid-tiHm4VfknQ .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-tiHm4VfknQ .list-item {
  display: -webkit-flex;
  padding-top: 10px;
  padding-bottom: 10px;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tiHm4VfknQ .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-tiHm4VfknQ .socicon {
  font-size: 1.3rem;
  color: #000 !important;
  background: #f5d509;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tiHm4VfknQ .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tiHm4VfknQ .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-tiHm4VfknQ .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tiHm4VfknQ .social-list a:hover {
  opacity: 0.4;
}
.cid-tiHm4VfknQ .media-container-row > div {
  padding: 0px;
}
.cid-tiHm4VfknQ .text2 {
  color: #000000;
  text-align: left;
}
.cid-tiHm4VfknQ .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-tiHm4VfknQ .links {
  color: #000000;
  line-height: 1.65;
  text-align: left;
}
@media (max-width: 1200px) {
  .cid-tiHm4VfknQ .card {
    padding: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-tiHm4VfknQ .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tiHm4VfknQ h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-tiHm4VfknQ .form-group {
    max-width: 180px;
  }
  .cid-tiHm4VfknQ .card {
    padding: 2rem 1rem;
  }
}
.cid-tiHm4VfknQ .links span {
  color: #9e9e9e;
}
.cid-tiHm4VfknQ .logo-title,
.cid-tiHm4VfknQ .logo-sub-title {
  text-align: center;
}
.cid-tiHm4VfknQ .logo-sub-title i {
  color: #9e9e9e;
}
.cid-tjZjZ0u5P9 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-tjZjZ0u5P9 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
  margin: auto;
}
.cid-tjZjZ0u5P9 .mbr-section-title {
  text-align: left;
  color: #14142b;
  padding-bottom: 24px;
  margin: auto;
}
.cid-tjZjZ0u5P9 .row {
  align-items: center;
  height: 100%;
}
.cid-tjZjZ0u5P9 .wrapper {
  margin: auto;
}
.cid-tjZjZ0u5P9 .img {
  text-align: center;
  margin: auto;
}
.cid-tjZjZ0u5P9 P {
  color: #ffffff;
}
.cid-tiHm4WiD7q .footer-head {
  width: 100%;
  position: relative;
  z-index: 5;
  background-color: #fbf9eb;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  overflow: hidden;
}
.cid-tiHm4WiD7q .img-bg {
  content: '';
  position: absolute;
  top: 0;
  right: 57%;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  border-top-right-radius: 190px;
  border-bottom-left-radius: 40px;
}
@media (max-width: 991px) {
  .cid-tiHm4WiD7q .img-bg {
    display: none;
  }
}
.cid-tiHm4WiD7q .container {
  display: flex;
  justify-content: center;
  max-width: 1160px;
}
@media (max-width: 991px) {
  .cid-tiHm4WiD7q .container {
    padding: 0 !important;
  }
}
.cid-tiHm4WiD7q .row {
  width: 100%;
  align-items: center;
}
.cid-tiHm4WiD7q .content-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (max-width: 991px) {
  .cid-tiHm4WiD7q .content-container {
    padding-top: 0;
    background-color: #fbf9eb;
  }
}
@media (max-width: 991px) {
  .cid-tiHm4WiD7q .col-brand {
    padding: 0 25px 65px 25px;
    padding-top: 5rem;
    border-bottom-left-radius: 40px;
    background-color: #ffffff;
  }
}
.cid-tiHm4WiD7q .col-links {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tiHm4WiD7q .col-links {
    padding: 70px 15px 0 15px;
  }
}
.cid-tiHm4WiD7q .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  font-weight: 700;
}
.cid-tiHm4WiD7q .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tiHm4WiD7q .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tiHm4WiD7q .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tiHm4WiD7q .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tiHm4WiD7q .brand-text {
  line-height: 1.65;
  margin-top: 75px;
  margin-bottom: 0;
  color: #000000;
  opacity: 0.85;
  width: 80%;
}
@media (max-width: 991px) {
  .cid-tiHm4WiD7q .brand-text {
    margin-top: 45px;
  }
}
.cid-tiHm4WiD7q .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 10px;
}
.cid-tiHm4WiD7q .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.cid-tiHm4WiD7q .mbr-iconfont {
  font-size: 16px;
  color: #000000;
}
.cid-tiHm4WiD7q .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 0;
  min-height: 28px;
  min-width: 28px;
}
.cid-tiHm4WiD7q .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tiHm4WiD7q .soc-item .mbr-iconfont {
  font-size: 28px;
  color: #000000 !important;
}
@media (max-width: 991px) {
  .cid-tiHm4WiD7q .col-link {
    width: auto !important;
    max-width: 33.33333333%;
  }
}
@media (max-width: 767px) {
  .cid-tiHm4WiD7q .col-link {
    max-width: 100%;
    width: 100% !important;
  }
}
.cid-tiHm4WiD7q .col-link1 {
  line-height: 1.65;
  padding-right: 20px;
}
@media (max-width: 768px) {
  .cid-tiHm4WiD7q .col-link1 {
    margin-bottom: 30px;
  }
}
.cid-tiHm4WiD7q .col-link2 {
  padding-left: 20px;
  line-height: 1.65;
}
@media (max-width: 768px) {
  .cid-tiHm4WiD7q .col-link2 {
    padding-left: 0;
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .cid-tiHm4WiD7q .col-link3 {
    padding-left: 32px;
  }
}
@media (max-width: 991px) {
  .cid-tiHm4WiD7q .col-link3 {
    padding-left: 40px;
  }
}
@media (max-width: 768px) {
  .cid-tiHm4WiD7q .col-link3 {
    padding-left: 0;
  }
}
.cid-tiHm4WiD7q .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #1d191f;
}
.cid-tiHm4WiD7q .list li {
  display: flex;
  align-items: center;
  line-height: 1.65;
}
.cid-tiHm4WiD7q .list a {
  display: flex;
  align-items: center;
  line-height: 1.65;
}
.cid-tiHm4WiD7q .footer-copyright {
  position: relative;
  z-index: 4;
  width: 100%;
  margin-top: -40px;
  background-color: #000000;
}
.cid-tiHm4WiD7q .col-copyright {
  padding: 85px 0 60px 0 !important;
}
@media (max-width: 991px) {
  .cid-tiHm4WiD7q .col-copyright {
    padding: 85px 10px 60px 10px !important;
  }
}
@media (max-width: 320px) {
  .cid-tiHm4WiD7q .col-copyright {
    padding: 85px 10px 60px 10px !important;
  }
}
.cid-tiHm4WiD7q .copyright {
  line-height: 1.80;
  color: #ffffff;
  font-size: .99rem;
}
@media (max-width: 991px) {
  .cid-tiHm4WiD7q .copyright {
    text-align: left !important;
  }
}
.cid-tiHm4Xm9ah {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
@media (max-width: 992px) {
  .cid-tiHm4Xm9ah .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-tiHm4Xm9ah .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tiHm4Xm9ah .navbar-caption {
  font-weight: 500;
}
.cid-tiHm4Xm9ah nav.navbar {
  position: fixed;
}
.cid-tiHm4Xm9ah .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-tiHm4Xm9ah .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-tiHm4Xm9ah .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tiHm4Xm9ah .dropdown-item:hover,
.cid-tiHm4Xm9ah .dropdown-item:focus {
  color: #e20a17 !important;
}
.cid-tiHm4Xm9ah .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tiHm4Xm9ah .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tiHm4Xm9ah .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em .65em !important;
}
.cid-tiHm4Xm9ah .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tiHm4Xm9ah .nav-link {
  position: relative;
}
.cid-tiHm4Xm9ah .nav-link:hover {
  color: #e20a17 !important;
}
.cid-tiHm4Xm9ah .container {
  display: flex;
  margin: auto;
}
@media (min-width: 991px) {
  .cid-tiHm4Xm9ah .container,
  .cid-tiHm4Xm9ah .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-tiHm4Xm9ah .dropdown-menu,
.cid-tiHm4Xm9ah .navbar.opened {
  background: #ffffff !important;
}
.cid-tiHm4Xm9ah .nav-item:focus,
.cid-tiHm4Xm9ah .nav-link:focus {
  outline: none;
  color: #e20a17 !important;
}
.cid-tiHm4Xm9ah .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tiHm4Xm9ah .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tiHm4Xm9ah .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tiHm4Xm9ah .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tiHm4Xm9ah .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tiHm4Xm9ah .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tiHm4Xm9ah .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid #000;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tiHm4Xm9ah .navbar.opened {
  transition: all 0.3s;
}
.cid-tiHm4Xm9ah .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tiHm4Xm9ah .navbar .navbar-logo img {
  width: auto;
}
.cid-tiHm4Xm9ah .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tiHm4Xm9ah .navbar.collapsed {
  justify-content: center;
}
.cid-tiHm4Xm9ah .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tiHm4Xm9ah .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tiHm4Xm9ah .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-tiHm4Xm9ah .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tiHm4Xm9ah .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tiHm4Xm9ah .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-tiHm4Xm9ah .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tiHm4Xm9ah .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tiHm4Xm9ah .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tiHm4Xm9ah .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tiHm4Xm9ah .navbar .dropdown-menu .dropdown-submenu {
    right: 0 !important;
  }
  .cid-tiHm4Xm9ah .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tiHm4Xm9ah .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-tiHm4Xm9ah .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tiHm4Xm9ah .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tiHm4Xm9ah .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tiHm4Xm9ah .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tiHm4Xm9ah .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tiHm4Xm9ah .navbar.navbar-short {
  min-height: 80px;
}
.cid-tiHm4Xm9ah .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tiHm4Xm9ah .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-tiHm4Xm9ah .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-tiHm4Xm9ah .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tiHm4Xm9ah .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tiHm4Xm9ah .dropdown-item.active,
.cid-tiHm4Xm9ah .dropdown-item:active {
  background-color: transparent;
}
.cid-tiHm4Xm9ah .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tiHm4Xm9ah .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tiHm4Xm9ah .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tiHm4Xm9ah .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tiHm4Xm9ah .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tiHm4Xm9ah .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tiHm4Xm9ah ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tiHm4Xm9ah button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tiHm4Xm9ah button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tiHm4Xm9ah button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tiHm4Xm9ah button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tiHm4Xm9ah button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tiHm4Xm9ah button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tiHm4Xm9ah nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tiHm4Xm9ah nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tiHm4Xm9ah nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tiHm4Xm9ah nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tiHm4Xm9ah .navbar-dropdown {
  position: fixed;
}
.cid-tiHm4Xm9ah a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tiHm4Xm9ah .navbar {
    height: 70px;
  }
  .cid-tiHm4Xm9ah .navbar.opened {
    height: auto;
  }
  .cid-tiHm4Xm9ah .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tiHm4Xm9ah .addr {
  text-align: center;
  max-width: 230px;
  min-width: 150px;
  margin: 0 10px;
}
@media (max-width: 992px) {
  .cid-tiHm4Xm9ah .addr {
    margin: 0 auto;
  }
}
.cid-tiHm4Xm9ah .mbr-section-btn {
  flex: 0 0 240px;
}
.cid-tiHm4Xm9ah .mbr-section-subtitle.addr {
  color: #1d1d1b;
  font-size: 1rem;
}
section {
  background-color: #ffffff;
}

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

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
    margin: 1px auto !important;
}

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

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

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

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

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

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

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

b,
strong {
  font-weight: bold;
}

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

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

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

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

.hidden {
  visibility: hidden;
}

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

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

.mbr-black {
  color: #000000;
}

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

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

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

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

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

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

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

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

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

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

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

.media-container-row .media-size-item {
  width: 400px;
}

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

.media-container-column > * {
  width: 100%;
}

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

figure {
  margin-bottom: 0;
  overflow: hidden;
}

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

img,
iframe {
  display: block;
}

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

.card-box {
  width: 100%;
}

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

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

.mbr-figure {
  -ms-flex-item-align: center;
      -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 */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

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

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

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

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

.btn-form {
  margin: 0;
}

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

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

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

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

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

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

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

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

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

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

/*! Map */
.map {
  position: relative;
  height: 25rem;
    margin: 1px auto !important;
}

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

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

.mbr-arrow-up a {
  background: rgba(226, 10, 23, 0.2);
  border-radius: 20%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 1px dashed rgba(226, 10, 23, 0.1);
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}

.mbr-arrow-up a:hover {
  background-color: rgba(226, 10, 23, 0.5);
}

.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: 22px;
  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%);
}

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

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

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

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

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

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

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

/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}

@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}

.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}

.menu .navbar-brand span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}

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

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

@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}

@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

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

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

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

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

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

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

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

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

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

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

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

.media {
  display: -webkit-flex;
}

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

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

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

.jq-selectbox__trigger-arrow {
  right: 0;
  -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 {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  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;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

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

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

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

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

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

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

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

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

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}

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

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

form .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

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

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

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

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

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

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

:focus {
  outline: none;
}

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

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

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

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

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

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*="col"] {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

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

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

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

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

button {
  background-color: transparent;
  border-color: transparent;
}
/*# sourceMappingURL=style.css.map */.cid-tiQtEIhMFx {
  padding-top: 90px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/128059918-3872073476160410-4436951979139646671-n-1801x1119.jpeg");
  height: 500px !important;
}
.cid-tiQtEIhMFx .mbr-section-title DIV {
  text-align: left;
  text-shadow: 2px 2px 1px #000;
}
.cid-tiQtEIhMFx .mbr-text,
.cid-tiQtEIhMFx .mbr-section-btn {
  text-align: left;
}
.cid-tiQtEIhMFx .addr {
  text-align: center;
  max-width: 300px;
  min-width: 150px;
  margin: 1.3rem 0;
}
.cid-tiQtEIhMFx .mbr-section-subtitle.addr {
  text-align: left;
}
.cid-tiQtEJ43jC {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tiQtEJ43jC .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #444444;
  padding: 0;
}
.cid-tiQtEJ43jC .card-img {
  overflow: hidden;
  border-radius: 0;
  position: relative;
}
.cid-tiQtEJ43jC .card-img:hover .img-hover {
  opacity: 0.3;
}
.cid-tiQtEJ43jC .card-img:hover .img-btn {
  opacity: 1;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cid-tiQtEJ43jC .btn {
  display: block;
  width: fit-content;
  margin: auto;
  margin-bottom: 1rem;
}
.cid-tiQtEJ43jC .img-btn {
  transition: all 0.5s;
  position: absolute;
  display: block;
  min-width: 250px;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  opacity: 0;
}
.cid-tiQtEJ43jC .img-hover {
  transition: all 0.3s;
  position: absolute;
  left: 0;
  top: 0;
  background: #f5d509;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.cid-tiQtEJ43jC .content-box {
  display: flex;
}
.cid-tiQtEJ43jC .date-box {
  background: #0a1c44;
  width: 110px;
  padding: 5px;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tiQtEJ43jC .ico-line {
  display: inline-block;
  width: 100%;
}
.cid-tiQtEJ43jC .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-tiQtEJ43jC .rev,
.cid-tiQtEJ43jC .mbr-iconfont {
  display: inline-block;
}
.cid-tiQtEJ43jC .line {
  display: inline-block;
  width: 100px;
  height: 4px;
  background-color: #e20a17;
  margin-top: 0.5rem;
  margin-bottom: -20px;
}
.cid-tiQtEJ43jC .card-title {
  color: #000000;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1rem;
  text-align: center;
}
.cid-tiQtEJ43jC .card-box {
  padding: 1rem;
  margin-top: .5rem;
}
.cid-tiQtEJ43jC .mbr-section-title {
  margin: 0 auto;
  color: #000000;
  text-align: center;
}
.cid-tiQtEJ43jC .mbr-section-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-tiQtEJ43jC .mbr-section-title,
.cid-tiQtEJ43jC .line-wrap {
  text-align: center;
  color: #000000;
}
.cid-tiQtEJ43jC .rev {
  text-align: left;
}
.cid-tiQtEJ43jC .card-text,
.cid-tiQtEJ43jC .mbr-section-btn,
.cid-tiQtEJ43jC .ico-line {
  text-align: left;
  color: #9e9e9e;
}
.cid-tiQtEJ43jC .rev i {
  color: #0a1c44;
}
.cid-tiQtEJ43jC .date {
  text-align: center;
  color: #ffffff;
}
.cid-tiQtEJ43jC .mounth {
  text-align: center;
  color: #ffffff;
}
.cid-tiQtEJ43jC .time {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-tiQtEJ43jC .img-hover {
    opacity: 0.5;
  }
  .cid-tiQtEJ43jC .img-btn {
    opacity: 1;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.cid-tiQufAVJ31 {
  padding-top: 0rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-tiQufAVJ31 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tiQufAVJ31 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tiQufAVJ31 .row {
  flex-direction: row-reverse;
}
.cid-tiQufAVJ31 .text-wrapper {
  padding: 2rem 1rem;
  line-height: 1.65 !important;
}
@media (max-width: 767px) {
  .cid-tiQufAVJ31 .text-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) and (max-width: 360px) {
  .cid-tiQufAVJ31 .text-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-tiQufAVJ31 .wrapper {
  background: #fbf9eb;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-tiQufAVJ31 .image-wrapper {
  padding: 0;
}
.cid-tiQufAVJ31 .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tiQtEKOPdm {
  padding-top: 195px;
  padding-bottom: 195px;
  background-image: url("../../../assets/images/160921248-4146023162098772-4494548994733906336-n-1-1639x2048.jpeg");
}
.cid-tiQtEKOPdm .mbr-section-title {
  text-align: left;
}
.cid-tiQtEKOPdm .mbr-text,
.cid-tiQtEKOPdm .mbr-section-btn {
  text-align: left;
}
.cid-tiQtEKOPdm .mbr-iconfont {
  -webkit-order: -1;
  order: -1;
  padding-right: 0.5rem;
  padding-left: 0rem !important;
}
.cid-tkoeIXSSzM {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tkoeIXSSzM .listico {
  padding-right: 1.25rem;
  font-size: 1.4rem;
}
.cid-tkoeIXSSzM .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-tkoeIXSSzM .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-tkoeIXSSzM .form-group {
  padding-right: 0;
}
.cid-tkoeIXSSzM .card {
  padding: 3rem 8rem;
}
.cid-tkoeIXSSzM .google-map {
  height: 100%;
  min-height: 25rem;
  width: 100%;
}
.cid-tkoeIXSSzM .google-map iframe {
  min-height: 100%;
  width: 100%;
}
.cid-tkoeIXSSzM .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-tkoeIXSSzM .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tkoeIXSSzM .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tkoeIXSSzM .map-placeholder {
  display: none;
}
.cid-tkoeIXSSzM .btn-primary {
  border: 1px solid #0087ab !important;
}
.cid-tkoeIXSSzM .btn-primary:hover {
  border: 1px solid #0087ab !important;
}
.cid-tkoeIXSSzM .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 100%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-tkoeIXSSzM .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-tkoeIXSSzM .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-tkoeIXSSzM .mbr-text {
  color: #444;
}
.cid-tkoeIXSSzM h5 {
  margin-bottom: 0;
}
.cid-tkoeIXSSzM .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-tkoeIXSSzM .list-item {
  display: -webkit-flex;
  padding-top: 10px;
  padding-bottom: 10px;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tkoeIXSSzM .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-tkoeIXSSzM .socicon {
  font-size: 1.3rem;
  color: #000 !important;
  background: #f5d509;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tkoeIXSSzM .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tkoeIXSSzM .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-tkoeIXSSzM .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tkoeIXSSzM .social-list a:hover {
  opacity: 0.4;
}
.cid-tkoeIXSSzM .media-container-row > div {
  padding: 0px;
}
.cid-tkoeIXSSzM .text2 {
  color: #000000;
  text-align: left;
}
.cid-tkoeIXSSzM .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-tkoeIXSSzM .links {
  color: #000000;
  line-height: 1.65;
  text-align: left;
}
@media (max-width: 1200px) {
  .cid-tkoeIXSSzM .card {
    padding: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-tkoeIXSSzM .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tkoeIXSSzM h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-tkoeIXSSzM .form-group {
    max-width: 180px;
  }
  .cid-tkoeIXSSzM .card {
    padding: 2rem 1rem;
  }
}
.cid-tkoeIXSSzM .links span {
  color: #9e9e9e;
}
.cid-tkoeIXSSzM .logo-title,
.cid-tkoeIXSSzM .logo-sub-title {
  text-align: center;
}
.cid-tkoeIXSSzM .logo-sub-title i {
  color: #9e9e9e;
}
.cid-tjZk4so6uD {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-tjZk4so6uD .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
  margin: auto;
}
.cid-tjZk4so6uD .mbr-section-title {
  text-align: left;
  color: #14142b;
  padding-bottom: 24px;
  margin: auto;
}
.cid-tjZk4so6uD .row {
  align-items: center;
  height: 100%;
}
.cid-tjZk4so6uD .wrapper {
  margin: auto;
}
.cid-tjZk4so6uD .img {
  text-align: center;
  margin: auto;
}
.cid-tjZk4so6uD P {
  color: #ffffff;
}
.cid-tiQtEMptn4 .footer-head {
  width: 100%;
  position: relative;
  z-index: 5;
  background-color: #fbf9eb;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  overflow: hidden;
}
.cid-tiQtEMptn4 .img-bg {
  content: '';
  position: absolute;
  top: 0;
  right: 57%;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  border-top-right-radius: 190px;
  border-bottom-left-radius: 40px;
}
@media (max-width: 991px) {
  .cid-tiQtEMptn4 .img-bg {
    display: none;
  }
}
.cid-tiQtEMptn4 .container {
  display: flex;
  justify-content: center;
  max-width: 1160px;
}
@media (max-width: 991px) {
  .cid-tiQtEMptn4 .container {
    padding: 0 !important;
  }
}
.cid-tiQtEMptn4 .row {
  width: 100%;
  align-items: center;
}
.cid-tiQtEMptn4 .content-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (max-width: 991px) {
  .cid-tiQtEMptn4 .content-container {
    padding-top: 0;
    background-color: #fbf9eb;
  }
}
@media (max-width: 991px) {
  .cid-tiQtEMptn4 .col-brand {
    padding: 0 25px 65px 25px;
    padding-top: 5rem;
    border-bottom-left-radius: 40px;
    background-color: #ffffff;
  }
}
.cid-tiQtEMptn4 .col-links {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tiQtEMptn4 .col-links {
    padding: 70px 15px 0 15px;
  }
}
.cid-tiQtEMptn4 .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  font-weight: 700;
}
.cid-tiQtEMptn4 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tiQtEMptn4 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tiQtEMptn4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tiQtEMptn4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tiQtEMptn4 .brand-text {
  line-height: 1.65;
  margin-top: 75px;
  margin-bottom: 0;
  color: #000000;
  opacity: 0.85;
  width: 80%;
}
@media (max-width: 991px) {
  .cid-tiQtEMptn4 .brand-text {
    margin-top: 45px;
  }
}
.cid-tiQtEMptn4 .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 10px;
}
.cid-tiQtEMptn4 .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.cid-tiQtEMptn4 .mbr-iconfont {
  font-size: 16px;
  color: #000000;
}
.cid-tiQtEMptn4 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 0;
  min-height: 28px;
  min-width: 28px;
}
.cid-tiQtEMptn4 .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tiQtEMptn4 .soc-item .mbr-iconfont {
  font-size: 28px;
  color: #000000 !important;
}
@media (max-width: 991px) {
  .cid-tiQtEMptn4 .col-link {
    width: auto !important;
    max-width: 33.33333333%;
  }
}
@media (max-width: 767px) {
  .cid-tiQtEMptn4 .col-link {
    max-width: 100%;
    width: 100% !important;
  }
}
.cid-tiQtEMptn4 .col-link1 {
  line-height: 1.65;
  padding-right: 20px;
}
@media (max-width: 768px) {
  .cid-tiQtEMptn4 .col-link1 {
    margin-bottom: 30px;
  }
}
.cid-tiQtEMptn4 .col-link2 {
  padding-left: 20px;
  line-height: 1.65;
}
@media (max-width: 768px) {
  .cid-tiQtEMptn4 .col-link2 {
    padding-left: 0;
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .cid-tiQtEMptn4 .col-link3 {
    padding-left: 32px;
  }
}
@media (max-width: 991px) {
  .cid-tiQtEMptn4 .col-link3 {
    padding-left: 40px;
  }
}
@media (max-width: 768px) {
  .cid-tiQtEMptn4 .col-link3 {
    padding-left: 0;
  }
}
.cid-tiQtEMptn4 .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #1d191f;
}
.cid-tiQtEMptn4 .list li {
  display: flex;
  align-items: center;
  line-height: 1.65;
}
.cid-tiQtEMptn4 .list a {
  display: flex;
  align-items: center;
  line-height: 1.65;
}
.cid-tiQtEMptn4 .footer-copyright {
  position: relative;
  z-index: 4;
  width: 100%;
  margin-top: -40px;
  background-color: #000000;
}
.cid-tiQtEMptn4 .col-copyright {
  padding: 85px 0 60px 0 !important;
}
@media (max-width: 991px) {
  .cid-tiQtEMptn4 .col-copyright {
    padding: 85px 10px 60px 10px !important;
  }
}
@media (max-width: 320px) {
  .cid-tiQtEMptn4 .col-copyright {
    padding: 85px 10px 60px 10px !important;
  }
}
.cid-tiQtEMptn4 .copyright {
  line-height: 1.80;
  color: #ffffff;
  font-size: .99rem;
}
@media (max-width: 991px) {
  .cid-tiQtEMptn4 .copyright {
    text-align: left !important;
  }
}
.cid-tiQtENm2pE {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
@media (max-width: 992px) {
  .cid-tiQtENm2pE .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-tiQtENm2pE .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tiQtENm2pE .navbar-caption {
  font-weight: 500;
}
.cid-tiQtENm2pE nav.navbar {
  position: fixed;
}
.cid-tiQtENm2pE .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-tiQtENm2pE .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-tiQtENm2pE .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tiQtENm2pE .dropdown-item:hover,
.cid-tiQtENm2pE .dropdown-item:focus {
  color: #e20a17 !important;
}
.cid-tiQtENm2pE .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tiQtENm2pE .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tiQtENm2pE .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em .65em !important;
}
.cid-tiQtENm2pE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tiQtENm2pE .nav-link {
  position: relative;
}
.cid-tiQtENm2pE .nav-link:hover {
  color: #e20a17 !important;
}
.cid-tiQtENm2pE .container {
  display: flex;
  margin: auto;
}
@media (min-width: 991px) {
  .cid-tiQtENm2pE .container,
  .cid-tiQtENm2pE .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-tiQtENm2pE .dropdown-menu,
.cid-tiQtENm2pE .navbar.opened {
  background: #ffffff !important;
}
.cid-tiQtENm2pE .nav-item:focus,
.cid-tiQtENm2pE .nav-link:focus {
  outline: none;
  color: #e20a17 !important;
}
.cid-tiQtENm2pE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tiQtENm2pE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tiQtENm2pE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tiQtENm2pE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tiQtENm2pE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tiQtENm2pE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tiQtENm2pE .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid #000;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tiQtENm2pE .navbar.opened {
  transition: all 0.3s;
}
.cid-tiQtENm2pE .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tiQtENm2pE .navbar .navbar-logo img {
  width: auto;
}
.cid-tiQtENm2pE .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tiQtENm2pE .navbar.collapsed {
  justify-content: center;
}
.cid-tiQtENm2pE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tiQtENm2pE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tiQtENm2pE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-tiQtENm2pE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tiQtENm2pE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tiQtENm2pE .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-tiQtENm2pE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tiQtENm2pE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tiQtENm2pE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tiQtENm2pE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tiQtENm2pE .navbar .dropdown-menu .dropdown-submenu {
    right: 0 !important;
  }
  .cid-tiQtENm2pE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tiQtENm2pE .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-tiQtENm2pE .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tiQtENm2pE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tiQtENm2pE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tiQtENm2pE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tiQtENm2pE .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tiQtENm2pE .navbar.navbar-short {
  min-height: 80px;
}
.cid-tiQtENm2pE .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tiQtENm2pE .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-tiQtENm2pE .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-tiQtENm2pE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tiQtENm2pE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tiQtENm2pE .dropdown-item.active,
.cid-tiQtENm2pE .dropdown-item:active {
  background-color: transparent;
}
.cid-tiQtENm2pE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tiQtENm2pE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tiQtENm2pE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tiQtENm2pE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tiQtENm2pE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tiQtENm2pE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tiQtENm2pE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tiQtENm2pE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tiQtENm2pE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tiQtENm2pE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tiQtENm2pE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tiQtENm2pE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tiQtENm2pE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tiQtENm2pE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tiQtENm2pE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tiQtENm2pE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tiQtENm2pE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tiQtENm2pE .navbar-dropdown {
  position: fixed;
}
.cid-tiQtENm2pE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tiQtENm2pE .navbar {
    height: 70px;
  }
  .cid-tiQtENm2pE .navbar.opened {
    height: auto;
  }
  .cid-tiQtENm2pE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tiQtENm2pE .addr {
  text-align: center;
  max-width: 230px;
  min-width: 150px;
  margin: 0 10px;
}
@media (max-width: 992px) {
  .cid-tiQtENm2pE .addr {
    margin: 0 auto;
  }
}
.cid-tiQtENm2pE .mbr-section-btn {
  flex: 0 0 240px;
}
.cid-tiQtENm2pE .mbr-section-subtitle.addr {
  color: #1d1d1b;
  font-size: 1rem;
}
section {
  background-color: #ffffff;
}

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

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
    margin: 1px auto !important;
}

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

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

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

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

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

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

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

b,
strong {
  font-weight: bold;
}

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

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

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

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

.hidden {
  visibility: hidden;
}

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

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

.mbr-black {
  color: #000000;
}

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

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

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

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

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

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

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

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

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

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

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

.media-container-row .media-size-item {
  width: 400px;
}

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

.media-container-column > * {
  width: 100%;
}

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

figure {
  margin-bottom: 0;
  overflow: hidden;
}

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

img,
iframe {
  display: block;
}

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

.card-box {
  width: 100%;
}

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

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

.mbr-figure {
  -ms-flex-item-align: center;
      -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 */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

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

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

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

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

.btn-form {
  margin: 0;
}

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

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

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

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

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

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

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

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

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

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

/*! Map */
.map {
  position: relative;
  height: 25rem;
    margin: 1px auto !important;
}

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

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

.mbr-arrow-up a {
  background: rgba(226, 10, 23, 0.2);
  border-radius: 20%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 1px dashed rgba(226, 10, 23, 0.1);
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}

.mbr-arrow-up a:hover {
  background-color: rgba(226, 10, 23, 0.5);
}

.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: 22px;
  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%);
}

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

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

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

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

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

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

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

/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}

@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}

.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}

.menu .navbar-brand span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}

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

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

@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}

@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

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

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

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

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

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

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

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

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

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

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

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

.media {
  display: -webkit-flex;
}

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

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

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

.jq-selectbox__trigger-arrow {
  right: 0;
  -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 {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  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;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

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

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

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

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

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

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

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

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

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}

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

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

form .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

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

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

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

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

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

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

:focus {
  outline: none;
}

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

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

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

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

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

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*="col"] {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

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

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

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

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

button {
  background-color: transparent;
  border-color: transparent;
}
/*# sourceMappingURL=style.css.map */.cid-tiQEXokIxK {
  padding-top: 90px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/14615639-1312026658831784-815889133251666595-o-1-2000x1592.jpeg");
  height: 500px !important;
}
.cid-tiQEXokIxK .mbr-section-title DIV {
  text-align: left;
  text-shadow: 2px 2px 1px #000;
}
.cid-tiQEXokIxK .mbr-text,
.cid-tiQEXokIxK .mbr-section-btn {
  text-align: left;
}
.cid-tiQEXokIxK .addr {
  text-align: center;
  max-width: 300px;
  min-width: 150px;
  margin: 1.3rem 0;
}
.cid-tiQEXokIxK .mbr-section-subtitle.addr {
  text-align: left;
}
.cid-tiQEXpqVQp {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tiQEXpqVQp .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #444444;
  padding: 0;
}
.cid-tiQEXpqVQp .card-img {
  overflow: hidden;
  border-radius: 0;
  position: relative;
}
.cid-tiQEXpqVQp .card-img:hover .img-hover {
  opacity: 0.3;
}
.cid-tiQEXpqVQp .card-img:hover .img-btn {
  opacity: 1;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cid-tiQEXpqVQp .btn {
  display: block;
  width: fit-content;
  margin: auto;
  margin-bottom: 1rem;
}
.cid-tiQEXpqVQp .img-btn {
  transition: all 0.5s;
  position: absolute;
  display: block;
  min-width: 250px;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  opacity: 0;
}
.cid-tiQEXpqVQp .img-hover {
  transition: all 0.3s;
  position: absolute;
  left: 0;
  top: 0;
  background: #f5d509;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.cid-tiQEXpqVQp .content-box {
  display: flex;
}
.cid-tiQEXpqVQp .date-box {
  background: #0a1c44;
  width: 110px;
  padding: 5px;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tiQEXpqVQp .ico-line {
  display: inline-block;
  width: 100%;
}
.cid-tiQEXpqVQp .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-tiQEXpqVQp .rev,
.cid-tiQEXpqVQp .mbr-iconfont {
  display: inline-block;
}
.cid-tiQEXpqVQp .line {
  display: inline-block;
  width: 100px;
  height: 4px;
  background-color: #e20a17;
  margin-top: 0.5rem;
  margin-bottom: -20px;
}
.cid-tiQEXpqVQp .card-title {
  color: #000000;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1rem;
  text-align: center;
}
.cid-tiQEXpqVQp .card-box {
  padding: 1rem;
  margin-top: .5rem;
}
.cid-tiQEXpqVQp .mbr-section-title {
  margin: 0 auto;
  color: #000000;
  text-align: center;
}
.cid-tiQEXpqVQp .mbr-section-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-tiQEXpqVQp .mbr-section-title,
.cid-tiQEXpqVQp .line-wrap {
  text-align: center;
  color: #000000;
}
.cid-tiQEXpqVQp .rev {
  text-align: left;
}
.cid-tiQEXpqVQp .card-text,
.cid-tiQEXpqVQp .mbr-section-btn,
.cid-tiQEXpqVQp .ico-line {
  text-align: left;
  color: #9e9e9e;
}
.cid-tiQEXpqVQp .rev i {
  color: #0a1c44;
}
.cid-tiQEXpqVQp .date {
  text-align: center;
  color: #ffffff;
}
.cid-tiQEXpqVQp .mounth {
  text-align: center;
  color: #ffffff;
}
.cid-tiQEXpqVQp .time {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-tiQEXpqVQp .img-hover {
    opacity: 0.5;
  }
  .cid-tiQEXpqVQp .img-btn {
    opacity: 1;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.cid-tiWTNM6JpI {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tiWTNM6JpI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tiWTNM6JpI .img {
  border-radius: 8px;
}
.cid-tiWTNM6JpI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tiWTNM6JpI .row {
  flex-direction: row-reverse;
}
.cid-tiWTNM6JpI .title-col {
  width: 21%;
}
@media (max-width: 991px) {
  .cid-tiWTNM6JpI .title-col {
    padding-left: .5rem !important;
    padding-right: .5rem !important;
  }
}
@media (max-width: 767px) {
  .cid-tiWTNM6JpI .title-col {
    width: 100%;
    padding: .5rem !important;
  }
}
.cid-tiWTNM6JpI .mbr-section-title {
  color: #727272;
  width: 78%;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-tiWTNM6JpI .mbr-section-title {
    width: 100%;
  }
}
.cid-tiWTNM6JpI .mbr-section-subtitle {
  color: #727272;
  width: 78%;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-tiWTNM6JpI .mbr-section-subtitle {
    width: 100%;
  }
}
.cid-tiWTNM6JpI .lists-col {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 78%;
}
@media (max-width: 767px) {
  .cid-tiWTNM6JpI .lists-col {
    width: 100%;
    flex-wrap: wrap;
    padding: .5 !important;
  }
}
.cid-tiWTNM6JpI .col-list {
  width: 47%;
}
@media (max-width: 767px) {
  .cid-tiWTNM6JpI .col-list {
    width: 100%;
    margin: 4rem .25rem;
  }
}
.cid-tiWTNM6JpI .list-title {
  color: #000000;
  width: 100%;
  padding-bottom: 30px;
  margin-bottom: 0;
  border-bottom: 2px solid currentColor;
}
@media (max-width: 991px) {
  .cid-tiWTNM6JpI .list-title {
    padding-bottom: 20px;
  }
}
.cid-tiWTNM6JpI .list {
  list-style: none;
  margin: 2rem 0 0 0;
  padding-left: 0;
}
.cid-tiWTNM6JpI li {
  position: relative;
  padding: 0.5rem 0 0.5rem 1.25rem;
  margin-bottom: 0;
}
.cid-tiWTNM6JpI ul li::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: flex-start;
  content: "\2022";
  color: #ee2524;
  font-weight: bold;
  font-size: 1.6rem;
  width: 1.6rem;
}
.cid-tiQEXqF5St {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tiQEXqF5St .mbr-fallback-image.disabled {
  display: none;
}
.cid-tiQEXqF5St .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tiQEXqF5St .text-wrapper {
  padding: 2rem 3rem;
}
@media (max-width: 767px) {
  .cid-tiQEXqF5St .text-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) and (max-width: 360px) {
  .cid-tiQEXqF5St .text-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-tiQEXqF5St .wrapper {
  background: #fbf9eb;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-tiQEXqF5St .image-wrapper {
  padding: 0;
}
.cid-tiQEXqF5St .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tiQEXqF5St H3 {
  color: #000000;
  line-height: 1.45;
}
.cid-tiSZh9YEbP {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tiSZh9YEbP .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #fbf9eb;
  color: #444444;
  padding: 0;
}
.cid-tiSZh9YEbP .card-img {
  overflow: hidden;
  border-radius: 0;
  position: relative;
}
.cid-tiSZh9YEbP .card-img:hover .img-hover {
  opacity: 0.3;
}
.cid-tiSZh9YEbP .card-img:hover .img-btn {
  opacity: 1;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cid-tiSZh9YEbP .btn {
  display: block;
  width: fit-content;
  margin: auto;
  margin-bottom: 1rem;
}
.cid-tiSZh9YEbP .img-btn {
  transition: all 0.5s;
  position: absolute;
  display: block;
  min-width: 250px;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  opacity: 0;
}
.cid-tiSZh9YEbP .img-hover {
  transition: all 0.3s;
  position: absolute;
  left: 0;
  top: 0;
  background: #f5d509;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.cid-tiSZh9YEbP .content-box {
  display: flex;
}
.cid-tiSZh9YEbP .date-box {
  background: #0a1c44;
  width: 110px;
  padding: 5px;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tiSZh9YEbP .ico-line {
  display: inline-block;
  width: 100%;
}
.cid-tiSZh9YEbP .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-tiSZh9YEbP .rev,
.cid-tiSZh9YEbP .mbr-iconfont {
  display: inline-block;
}
.cid-tiSZh9YEbP .line {
  display: inline-block;
  width: 100px;
  height: 4px;
  background-color: #e20a17;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.cid-tiSZh9YEbP .card-title {
  color: #000 !important;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1rem;
  text-align: center;
}
.cid-tiSZh9YEbP .card-box {
  padding: 1rem;
}
.cid-tiSZh9YEbP .mbr-section-title {
  margin: 0 auto;
  color: #000000;
  text-align: center;
}
.cid-tiSZh9YEbP .mbr-section-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-tiSZh9YEbP .mbr-section-title,
.cid-tiSZh9YEbP .line-wrap {
  text-align: center;
  color: #000000;
}
.cid-tiSZh9YEbP .rev {
  text-align: left;
}
.cid-tiSZh9YEbP .card-text,
.cid-tiSZh9YEbP .mbr-section-btn,
.cid-tiSZh9YEbP .ico-line {
  text-align: left;
  color: #9e9e9e;
}
.cid-tiSZsPVFF3 {
  padding-top: 1rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-tiSZsPVFF3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tiSZsPVFF3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tiSZsPVFF3 .row {
  flex-direction: row-reverse;
}
.cid-tiSZsPVFF3 .text-wrapper {
  padding: 2rem 3rem;
}
@media (max-width: 767px) {
  .cid-tiSZsPVFF3 .text-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) and (max-width: 360px) {
  .cid-tiSZsPVFF3 .text-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-tiSZsPVFF3 .wrapper {
  background: #fbf9eb;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-tiSZsPVFF3 .image-wrapper {
  padding: 0;
}
.cid-tiSZsPVFF3 .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tiSZsPVFF3 H3 {
  color: #000000;
  line-height: 1.45;
}
.cid-tiQEXrDU9O {
  padding-top: 195px;
  padding-bottom: 195px;
  background-image: url("../../../assets/images/12182982-1067480719953047-5157731910286682069-o-2000x1333.jpg");
}
.cid-tiQEXrDU9O .mbr-section-title {
  text-align: left;
}
.cid-tiQEXrDU9O .mbr-text,
.cid-tiQEXrDU9O .mbr-section-btn {
  text-align: left;
}
.cid-tiQEXrDU9O .mbr-iconfont {
  -webkit-order: -1;
  order: -1;
  padding-right: 0.5rem;
  padding-left: 0rem !important;
}
.cid-tkoeIXSSzM {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tkoeIXSSzM .listico {
  padding-right: 1.25rem;
  font-size: 1.4rem;
}
.cid-tkoeIXSSzM .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-tkoeIXSSzM .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-tkoeIXSSzM .form-group {
  padding-right: 0;
}
.cid-tkoeIXSSzM .card {
  padding: 3rem 8rem;
}
.cid-tkoeIXSSzM .google-map {
  height: 100%;
  min-height: 25rem;
  width: 100%;
}
.cid-tkoeIXSSzM .google-map iframe {
  min-height: 100%;
  width: 100%;
}
.cid-tkoeIXSSzM .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-tkoeIXSSzM .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tkoeIXSSzM .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tkoeIXSSzM .map-placeholder {
  display: none;
}
.cid-tkoeIXSSzM .btn-primary {
  border: 1px solid #0087ab !important;
}
.cid-tkoeIXSSzM .btn-primary:hover {
  border: 1px solid #0087ab !important;
}
.cid-tkoeIXSSzM .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 100%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-tkoeIXSSzM .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-tkoeIXSSzM .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-tkoeIXSSzM .mbr-text {
  color: #444;
}
.cid-tkoeIXSSzM h5 {
  margin-bottom: 0;
}
.cid-tkoeIXSSzM .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-tkoeIXSSzM .list-item {
  display: -webkit-flex;
  padding-top: 10px;
  padding-bottom: 10px;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tkoeIXSSzM .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-tkoeIXSSzM .socicon {
  font-size: 1.3rem;
  color: #000 !important;
  background: #f5d509;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tkoeIXSSzM .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tkoeIXSSzM .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-tkoeIXSSzM .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tkoeIXSSzM .social-list a:hover {
  opacity: 0.4;
}
.cid-tkoeIXSSzM .media-container-row > div {
  padding: 0px;
}
.cid-tkoeIXSSzM .text2 {
  color: #000000;
  text-align: left;
}
.cid-tkoeIXSSzM .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-tkoeIXSSzM .links {
  color: #000000;
  line-height: 1.65;
  text-align: left;
}
@media (max-width: 1200px) {
  .cid-tkoeIXSSzM .card {
    padding: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-tkoeIXSSzM .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tkoeIXSSzM h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-tkoeIXSSzM .form-group {
    max-width: 180px;
  }
  .cid-tkoeIXSSzM .card {
    padding: 2rem 1rem;
  }
}
.cid-tkoeIXSSzM .links span {
  color: #9e9e9e;
}
.cid-tkoeIXSSzM .logo-title,
.cid-tkoeIXSSzM .logo-sub-title {
  text-align: center;
}
.cid-tkoeIXSSzM .logo-sub-title i {
  color: #9e9e9e;
}
.cid-tjZkm6a7Gb {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-tjZkm6a7Gb .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
  margin: auto;
}
.cid-tjZkm6a7Gb .mbr-section-title {
  text-align: left;
  color: #14142b;
  padding-bottom: 24px;
  margin: auto;
}
.cid-tjZkm6a7Gb .row {
  align-items: center;
  height: 100%;
}
.cid-tjZkm6a7Gb .wrapper {
  margin: auto;
}
.cid-tjZkm6a7Gb .img {
  text-align: center;
  margin: auto;
}
.cid-tjZkm6a7Gb P {
  color: #ffffff;
}
.cid-tiQEXu67oP .footer-head {
  width: 100%;
  position: relative;
  z-index: 5;
  background-color: #fbf9eb;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  overflow: hidden;
}
.cid-tiQEXu67oP .img-bg {
  content: '';
  position: absolute;
  top: 0;
  right: 57%;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  border-top-right-radius: 190px;
  border-bottom-left-radius: 40px;
}
@media (max-width: 991px) {
  .cid-tiQEXu67oP .img-bg {
    display: none;
  }
}
.cid-tiQEXu67oP .container {
  display: flex;
  justify-content: center;
  max-width: 1160px;
}
@media (max-width: 991px) {
  .cid-tiQEXu67oP .container {
    padding: 0 !important;
  }
}
.cid-tiQEXu67oP .row {
  width: 100%;
  align-items: center;
}
.cid-tiQEXu67oP .content-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (max-width: 991px) {
  .cid-tiQEXu67oP .content-container {
    padding-top: 0;
    background-color: #fbf9eb;
  }
}
@media (max-width: 991px) {
  .cid-tiQEXu67oP .col-brand {
    padding: 0 25px 65px 25px;
    padding-top: 5rem;
    border-bottom-left-radius: 40px;
    background-color: #ffffff;
  }
}
.cid-tiQEXu67oP .col-links {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tiQEXu67oP .col-links {
    padding: 70px 15px 0 15px;
  }
}
.cid-tiQEXu67oP .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  font-weight: 700;
}
.cid-tiQEXu67oP .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tiQEXu67oP .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tiQEXu67oP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tiQEXu67oP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tiQEXu67oP .brand-text {
  line-height: 1.65;
  margin-top: 75px;
  margin-bottom: 0;
  color: #000000;
  opacity: 0.85;
  width: 80%;
}
@media (max-width: 991px) {
  .cid-tiQEXu67oP .brand-text {
    margin-top: 45px;
  }
}
.cid-tiQEXu67oP .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 10px;
}
.cid-tiQEXu67oP .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.cid-tiQEXu67oP .mbr-iconfont {
  font-size: 16px;
  color: #000000;
}
.cid-tiQEXu67oP .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 0;
  min-height: 28px;
  min-width: 28px;
}
.cid-tiQEXu67oP .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tiQEXu67oP .soc-item .mbr-iconfont {
  font-size: 28px;
  color: #000000 !important;
}
@media (max-width: 991px) {
  .cid-tiQEXu67oP .col-link {
    width: auto !important;
    max-width: 33.33333333%;
  }
}
@media (max-width: 767px) {
  .cid-tiQEXu67oP .col-link {
    max-width: 100%;
    width: 100% !important;
  }
}
.cid-tiQEXu67oP .col-link1 {
  line-height: 1.65;
  padding-right: 20px;
}
@media (max-width: 768px) {
  .cid-tiQEXu67oP .col-link1 {
    margin-bottom: 30px;
  }
}
.cid-tiQEXu67oP .col-link2 {
  padding-left: 20px;
  line-height: 1.65;
}
@media (max-width: 768px) {
  .cid-tiQEXu67oP .col-link2 {
    padding-left: 0;
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .cid-tiQEXu67oP .col-link3 {
    padding-left: 32px;
  }
}
@media (max-width: 991px) {
  .cid-tiQEXu67oP .col-link3 {
    padding-left: 40px;
  }
}
@media (max-width: 768px) {
  .cid-tiQEXu67oP .col-link3 {
    padding-left: 0;
  }
}
.cid-tiQEXu67oP .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #1d191f;
}
.cid-tiQEXu67oP .list li {
  display: flex;
  align-items: center;
  line-height: 1.65;
}
.cid-tiQEXu67oP .list a {
  display: flex;
  align-items: center;
  line-height: 1.65;
}
.cid-tiQEXu67oP .footer-copyright {
  position: relative;
  z-index: 4;
  width: 100%;
  margin-top: -40px;
  background-color: #000000;
}
.cid-tiQEXu67oP .col-copyright {
  padding: 85px 0 60px 0 !important;
}
@media (max-width: 991px) {
  .cid-tiQEXu67oP .col-copyright {
    padding: 85px 10px 60px 10px !important;
  }
}
@media (max-width: 320px) {
  .cid-tiQEXu67oP .col-copyright {
    padding: 85px 10px 60px 10px !important;
  }
}
.cid-tiQEXu67oP .copyright {
  line-height: 1.80;
  color: #ffffff;
  font-size: .99rem;
}
@media (max-width: 991px) {
  .cid-tiQEXu67oP .copyright {
    text-align: left !important;
  }
}
.cid-tiQEXvt1ge {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
@media (max-width: 992px) {
  .cid-tiQEXvt1ge .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-tiQEXvt1ge .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tiQEXvt1ge .navbar-caption {
  font-weight: 500;
}
.cid-tiQEXvt1ge nav.navbar {
  position: fixed;
}
.cid-tiQEXvt1ge .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-tiQEXvt1ge .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-tiQEXvt1ge .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tiQEXvt1ge .dropdown-item:hover,
.cid-tiQEXvt1ge .dropdown-item:focus {
  color: #e20a17 !important;
}
.cid-tiQEXvt1ge .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tiQEXvt1ge .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tiQEXvt1ge .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em .65em !important;
}
.cid-tiQEXvt1ge .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tiQEXvt1ge .nav-link {
  position: relative;
}
.cid-tiQEXvt1ge .nav-link:hover {
  color: #e20a17 !important;
}
.cid-tiQEXvt1ge .container {
  display: flex;
  margin: auto;
}
@media (min-width: 991px) {
  .cid-tiQEXvt1ge .container,
  .cid-tiQEXvt1ge .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-tiQEXvt1ge .dropdown-menu,
.cid-tiQEXvt1ge .navbar.opened {
  background: #ffffff !important;
}
.cid-tiQEXvt1ge .nav-item:focus,
.cid-tiQEXvt1ge .nav-link:focus {
  outline: none;
  color: #e20a17 !important;
}
.cid-tiQEXvt1ge .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tiQEXvt1ge .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tiQEXvt1ge .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tiQEXvt1ge .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tiQEXvt1ge .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tiQEXvt1ge .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tiQEXvt1ge .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid #000;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tiQEXvt1ge .navbar.opened {
  transition: all 0.3s;
}
.cid-tiQEXvt1ge .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tiQEXvt1ge .navbar .navbar-logo img {
  width: auto;
}
.cid-tiQEXvt1ge .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tiQEXvt1ge .navbar.collapsed {
  justify-content: center;
}
.cid-tiQEXvt1ge .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tiQEXvt1ge .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tiQEXvt1ge .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-tiQEXvt1ge .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tiQEXvt1ge .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tiQEXvt1ge .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-tiQEXvt1ge .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tiQEXvt1ge .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tiQEXvt1ge .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tiQEXvt1ge .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tiQEXvt1ge .navbar .dropdown-menu .dropdown-submenu {
    right: 0 !important;
  }
  .cid-tiQEXvt1ge .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tiQEXvt1ge .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-tiQEXvt1ge .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tiQEXvt1ge .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tiQEXvt1ge .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tiQEXvt1ge .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tiQEXvt1ge .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tiQEXvt1ge .navbar.navbar-short {
  min-height: 80px;
}
.cid-tiQEXvt1ge .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tiQEXvt1ge .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-tiQEXvt1ge .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-tiQEXvt1ge .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tiQEXvt1ge .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tiQEXvt1ge .dropdown-item.active,
.cid-tiQEXvt1ge .dropdown-item:active {
  background-color: transparent;
}
.cid-tiQEXvt1ge .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tiQEXvt1ge .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tiQEXvt1ge .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tiQEXvt1ge .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tiQEXvt1ge .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tiQEXvt1ge .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tiQEXvt1ge ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tiQEXvt1ge button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tiQEXvt1ge button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tiQEXvt1ge button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tiQEXvt1ge button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tiQEXvt1ge button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tiQEXvt1ge button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tiQEXvt1ge nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tiQEXvt1ge nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tiQEXvt1ge nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tiQEXvt1ge nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tiQEXvt1ge .navbar-dropdown {
  position: fixed;
}
.cid-tiQEXvt1ge a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tiQEXvt1ge .navbar {
    height: 70px;
  }
  .cid-tiQEXvt1ge .navbar.opened {
    height: auto;
  }
  .cid-tiQEXvt1ge .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tiQEXvt1ge .addr {
  text-align: center;
  max-width: 230px;
  min-width: 150px;
  margin: 0 10px;
}
@media (max-width: 992px) {
  .cid-tiQEXvt1ge .addr {
    margin: 0 auto;
  }
}
.cid-tiQEXvt1ge .mbr-section-btn {
  flex: 0 0 240px;
}
.cid-tiQEXvt1ge .mbr-section-subtitle.addr {
  color: #1d1d1b;
  font-size: 1rem;
}
section {
  background-color: #ffffff;
}

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

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
    margin: 1px auto !important;
}

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

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

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

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

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

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

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

b,
strong {
  font-weight: bold;
}

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

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

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

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

.hidden {
  visibility: hidden;
}

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

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

.mbr-black {
  color: #000000;
}

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

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

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

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

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

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

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

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

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

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

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

.media-container-row .media-size-item {
  width: 400px;
}

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

.media-container-column > * {
  width: 100%;
}

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

figure {
  margin-bottom: 0;
  overflow: hidden;
}

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

img,
iframe {
  display: block;
}

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

.card-box {
  width: 100%;
}

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

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

.mbr-figure {
  -ms-flex-item-align: center;
      -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 */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

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

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

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

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

.btn-form {
  margin: 0;
}

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

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

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

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

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

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

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

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

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

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

/*! Map */
.map {
  position: relative;
  height: 25rem;
    margin: 1px auto !important;
}

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

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

.mbr-arrow-up a {
  background: rgba(226, 10, 23, 0.2);
  border-radius: 20%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 1px dashed rgba(226, 10, 23, 0.1);
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}

.mbr-arrow-up a:hover {
  background-color: rgba(226, 10, 23, 0.5);
}

.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: 22px;
  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%);
}

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

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

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

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

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

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

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

/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}

@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}

.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}

.menu .navbar-brand span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}

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

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

@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}

@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

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

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

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

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

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

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

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

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

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

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

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

.media {
  display: -webkit-flex;
}

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

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

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

.jq-selectbox__trigger-arrow {
  right: 0;
  -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 {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  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;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

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

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

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

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

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

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

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

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

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}

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

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

form .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

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

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

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

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

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

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

:focus {
  outline: none;
}

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

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

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

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

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

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*="col"] {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

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

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

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

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

button {
  background-color: transparent;
  border-color: transparent;
}
/*# sourceMappingURL=style.css.map */.cid-tiWl35ObEE {
  padding-top: 90px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/1782581-1067459219955197-4786399294615965999-o-2000x1636.jpeg");
  height: 500px !important;
}
.cid-tiWl35ObEE .mbr-section-title DIV {
  text-align: left;
  text-shadow: 2px 2px 1px #000;
}
.cid-tiWl35ObEE .mbr-text,
.cid-tiWl35ObEE .mbr-section-btn {
  text-align: left;
}
.cid-tiWl35ObEE .addr {
  text-align: center;
  max-width: 300px;
  min-width: 150px;
  margin: 1.3rem 0;
}
.cid-tiWl35ObEE .mbr-section-subtitle.addr {
  text-align: left;
}
.cid-tiWl36vqWr {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tiWl36vqWr .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #444444;
  padding: 0;
}
.cid-tiWl36vqWr .card-img {
  overflow: hidden;
  border-radius: 0;
  position: relative;
}
.cid-tiWl36vqWr .card-img:hover .img-hover {
  opacity: 0.3;
}
.cid-tiWl36vqWr .card-img:hover .img-btn {
  opacity: 1;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cid-tiWl36vqWr .btn {
  display: block;
  width: fit-content;
  margin: auto;
  margin-bottom: 1rem;
}
.cid-tiWl36vqWr .img-btn {
  transition: all 0.5s;
  position: absolute;
  display: block;
  min-width: 250px;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  opacity: 0;
}
.cid-tiWl36vqWr .img-hover {
  transition: all 0.3s;
  position: absolute;
  left: 0;
  top: 0;
  background: #f5d509;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.cid-tiWl36vqWr .content-box {
  display: flex;
}
.cid-tiWl36vqWr .date-box {
  background: #0a1c44;
  width: 110px;
  padding: 5px;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tiWl36vqWr .ico-line {
  display: inline-block;
  width: 100%;
}
.cid-tiWl36vqWr .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-tiWl36vqWr .rev,
.cid-tiWl36vqWr .mbr-iconfont {
  display: inline-block;
}
.cid-tiWl36vqWr .line {
  display: inline-block;
  width: 100px;
  height: 4px;
  background-color: #e20a17;
  margin-top: 0.5rem;
  margin-bottom: -20px;
}
.cid-tiWl36vqWr .card-title {
  color: #000000;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1rem;
  text-align: center;
}
.cid-tiWl36vqWr .card-box {
  padding: 1rem;
  margin-top: .5rem;
}
.cid-tiWl36vqWr .mbr-section-title {
  margin: 0 auto;
  color: #000000;
  text-align: center;
}
.cid-tiWl36vqWr .mbr-section-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-tiWl36vqWr .mbr-section-title,
.cid-tiWl36vqWr .line-wrap {
  text-align: center;
  color: #000000;
}
.cid-tiWl36vqWr .rev {
  text-align: left;
}
.cid-tiWl36vqWr .card-text,
.cid-tiWl36vqWr .mbr-section-btn,
.cid-tiWl36vqWr .ico-line {
  text-align: left;
  color: #9e9e9e;
}
.cid-tiWl36vqWr .rev i {
  color: #0a1c44;
}
.cid-tiWl36vqWr .date {
  text-align: center;
  color: #ffffff;
}
.cid-tiWl36vqWr .mounth {
  text-align: center;
  color: #ffffff;
}
.cid-tiWl36vqWr .time {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-tiWl36vqWr .img-hover {
    opacity: 0.5;
  }
  .cid-tiWl36vqWr .img-btn {
    opacity: 1;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.cid-tiWl37uthh {
  padding-top: 0rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-tiWl37uthh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tiWl37uthh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tiWl37uthh .text-wrapper {
  padding: 2rem 3rem !important;
}
@media (max-width: 767px) {
  .cid-tiWl37uthh .text-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) and (max-width: 360px) {
  .cid-tiWl37uthh .text-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-tiWl37uthh .wrapper {
  background: #fbf9eb;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-tiWl37uthh .image-wrapper {
  padding: 0;
}
.cid-tiWl37uthh .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tiWl37uthh .btn,
.cid-tiWl37uthh .btn-lg {
  margin-top: 1rem !important;
}
.cid-tiWl37uthh H3 {
  color: #000000;
  line-height: 1.45;
}
.cid-tiWl39epqH {
  padding-top: 195px;
  padding-bottom: 195px;
  background-image: url("../../../assets/images/12119932-1060615410639578-3001957234130414614-o-2000x1402.jpg");
}
.cid-tiWl39epqH .mbr-section-title {
  text-align: left;
}
.cid-tiWl39epqH .mbr-text,
.cid-tiWl39epqH .mbr-section-btn {
  text-align: left;
}
.cid-tiWl39epqH .mbr-iconfont {
  -webkit-order: -1;
  order: -1;
  padding-right: 0.5rem;
  padding-left: 0rem !important;
}
.cid-tkoeIXSSzM {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tkoeIXSSzM .listico {
  padding-right: 1.25rem;
  font-size: 1.4rem;
}
.cid-tkoeIXSSzM .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-tkoeIXSSzM .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-tkoeIXSSzM .form-group {
  padding-right: 0;
}
.cid-tkoeIXSSzM .card {
  padding: 3rem 8rem;
}
.cid-tkoeIXSSzM .google-map {
  height: 100%;
  min-height: 25rem;
  width: 100%;
}
.cid-tkoeIXSSzM .google-map iframe {
  min-height: 100%;
  width: 100%;
}
.cid-tkoeIXSSzM .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-tkoeIXSSzM .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tkoeIXSSzM .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tkoeIXSSzM .map-placeholder {
  display: none;
}
.cid-tkoeIXSSzM .btn-primary {
  border: 1px solid #0087ab !important;
}
.cid-tkoeIXSSzM .btn-primary:hover {
  border: 1px solid #0087ab !important;
}
.cid-tkoeIXSSzM .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 100%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-tkoeIXSSzM .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-tkoeIXSSzM .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-tkoeIXSSzM .mbr-text {
  color: #444;
}
.cid-tkoeIXSSzM h5 {
  margin-bottom: 0;
}
.cid-tkoeIXSSzM .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-tkoeIXSSzM .list-item {
  display: -webkit-flex;
  padding-top: 10px;
  padding-bottom: 10px;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tkoeIXSSzM .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-tkoeIXSSzM .socicon {
  font-size: 1.3rem;
  color: #000 !important;
  background: #f5d509;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tkoeIXSSzM .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tkoeIXSSzM .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-tkoeIXSSzM .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tkoeIXSSzM .social-list a:hover {
  opacity: 0.4;
}
.cid-tkoeIXSSzM .media-container-row > div {
  padding: 0px;
}
.cid-tkoeIXSSzM .text2 {
  color: #000000;
  text-align: left;
}
.cid-tkoeIXSSzM .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-tkoeIXSSzM .links {
  color: #000000;
  line-height: 1.65;
  text-align: left;
}
@media (max-width: 1200px) {
  .cid-tkoeIXSSzM .card {
    padding: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-tkoeIXSSzM .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tkoeIXSSzM h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-tkoeIXSSzM .form-group {
    max-width: 180px;
  }
  .cid-tkoeIXSSzM .card {
    padding: 2rem 1rem;
  }
}
.cid-tkoeIXSSzM .links span {
  color: #9e9e9e;
}
.cid-tkoeIXSSzM .logo-title,
.cid-tkoeIXSSzM .logo-sub-title {
  text-align: center;
}
.cid-tkoeIXSSzM .logo-sub-title i {
  color: #9e9e9e;
}
.cid-tjZk4so6uD {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-tjZk4so6uD .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
  margin: auto;
}
.cid-tjZk4so6uD .mbr-section-title {
  text-align: left;
  color: #14142b;
  padding-bottom: 24px;
  margin: auto;
}
.cid-tjZk4so6uD .row {
  align-items: center;
  height: 100%;
}
.cid-tjZk4so6uD .wrapper {
  margin: auto;
}
.cid-tjZk4so6uD .img {
  text-align: center;
  margin: auto;
}
.cid-tjZk4so6uD P {
  color: #ffffff;
}
.cid-tiWl3aMj26 .footer-head {
  width: 100%;
  position: relative;
  z-index: 5;
  background-color: #fbf9eb;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  overflow: hidden;
}
.cid-tiWl3aMj26 .img-bg {
  content: '';
  position: absolute;
  top: 0;
  right: 57%;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  border-top-right-radius: 190px;
  border-bottom-left-radius: 40px;
}
@media (max-width: 991px) {
  .cid-tiWl3aMj26 .img-bg {
    display: none;
  }
}
.cid-tiWl3aMj26 .container {
  display: flex;
  justify-content: center;
  max-width: 1160px;
}
@media (max-width: 991px) {
  .cid-tiWl3aMj26 .container {
    padding: 0 !important;
  }
}
.cid-tiWl3aMj26 .row {
  width: 100%;
  align-items: center;
}
.cid-tiWl3aMj26 .content-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (max-width: 991px) {
  .cid-tiWl3aMj26 .content-container {
    padding-top: 0;
    background-color: #fbf9eb;
  }
}
@media (max-width: 991px) {
  .cid-tiWl3aMj26 .col-brand {
    padding: 0 25px 65px 25px;
    padding-top: 5rem;
    border-bottom-left-radius: 40px;
    background-color: #ffffff;
  }
}
.cid-tiWl3aMj26 .col-links {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tiWl3aMj26 .col-links {
    padding: 70px 15px 0 15px;
  }
}
.cid-tiWl3aMj26 .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  font-weight: 700;
}
.cid-tiWl3aMj26 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tiWl3aMj26 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tiWl3aMj26 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tiWl3aMj26 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tiWl3aMj26 .brand-text {
  line-height: 1.65;
  margin-top: 75px;
  margin-bottom: 0;
  color: #000000;
  opacity: 0.85;
  width: 80%;
}
@media (max-width: 991px) {
  .cid-tiWl3aMj26 .brand-text {
    margin-top: 45px;
  }
}
.cid-tiWl3aMj26 .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 10px;
}
.cid-tiWl3aMj26 .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.cid-tiWl3aMj26 .mbr-iconfont {
  font-size: 16px;
  color: #000000;
}
.cid-tiWl3aMj26 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 0;
  min-height: 28px;
  min-width: 28px;
}
.cid-tiWl3aMj26 .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tiWl3aMj26 .soc-item .mbr-iconfont {
  font-size: 28px;
  color: #000000 !important;
}
@media (max-width: 991px) {
  .cid-tiWl3aMj26 .col-link {
    width: auto !important;
    max-width: 33.33333333%;
  }
}
@media (max-width: 767px) {
  .cid-tiWl3aMj26 .col-link {
    max-width: 100%;
    width: 100% !important;
  }
}
.cid-tiWl3aMj26 .col-link1 {
  line-height: 1.65;
  padding-right: 20px;
}
@media (max-width: 768px) {
  .cid-tiWl3aMj26 .col-link1 {
    margin-bottom: 30px;
  }
}
.cid-tiWl3aMj26 .col-link2 {
  padding-left: 20px;
  line-height: 1.65;
}
@media (max-width: 768px) {
  .cid-tiWl3aMj26 .col-link2 {
    padding-left: 0;
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .cid-tiWl3aMj26 .col-link3 {
    padding-left: 32px;
  }
}
@media (max-width: 991px) {
  .cid-tiWl3aMj26 .col-link3 {
    padding-left: 40px;
  }
}
@media (max-width: 768px) {
  .cid-tiWl3aMj26 .col-link3 {
    padding-left: 0;
  }
}
.cid-tiWl3aMj26 .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #1d191f;
}
.cid-tiWl3aMj26 .list li {
  display: flex;
  align-items: center;
  line-height: 1.65;
}
.cid-tiWl3aMj26 .list a {
  display: flex;
  align-items: center;
  line-height: 1.65;
}
.cid-tiWl3aMj26 .footer-copyright {
  position: relative;
  z-index: 4;
  width: 100%;
  margin-top: -40px;
  background-color: #000000;
}
.cid-tiWl3aMj26 .col-copyright {
  padding: 85px 0 60px 0 !important;
}
@media (max-width: 991px) {
  .cid-tiWl3aMj26 .col-copyright {
    padding: 85px 10px 60px 10px !important;
  }
}
@media (max-width: 320px) {
  .cid-tiWl3aMj26 .col-copyright {
    padding: 85px 10px 60px 10px !important;
  }
}
.cid-tiWl3aMj26 .copyright {
  line-height: 1.80;
  color: #ffffff;
  font-size: .99rem;
}
@media (max-width: 991px) {
  .cid-tiWl3aMj26 .copyright {
    text-align: left !important;
  }
}
.cid-tiWl3bNB5G {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
@media (max-width: 992px) {
  .cid-tiWl3bNB5G .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-tiWl3bNB5G .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tiWl3bNB5G .navbar-caption {
  font-weight: 500;
}
.cid-tiWl3bNB5G nav.navbar {
  position: fixed;
}
.cid-tiWl3bNB5G .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-tiWl3bNB5G .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-tiWl3bNB5G .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tiWl3bNB5G .dropdown-item:hover,
.cid-tiWl3bNB5G .dropdown-item:focus {
  color: #e20a17 !important;
}
.cid-tiWl3bNB5G .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tiWl3bNB5G .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tiWl3bNB5G .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em .65em !important;
}
.cid-tiWl3bNB5G .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tiWl3bNB5G .nav-link {
  position: relative;
}
.cid-tiWl3bNB5G .nav-link:hover {
  color: #e20a17 !important;
}
.cid-tiWl3bNB5G .container {
  display: flex;
  margin: auto;
}
@media (min-width: 991px) {
  .cid-tiWl3bNB5G .container,
  .cid-tiWl3bNB5G .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-tiWl3bNB5G .dropdown-menu,
.cid-tiWl3bNB5G .navbar.opened {
  background: #ffffff !important;
}
.cid-tiWl3bNB5G .nav-item:focus,
.cid-tiWl3bNB5G .nav-link:focus {
  outline: none;
  color: #e20a17 !important;
}
.cid-tiWl3bNB5G .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tiWl3bNB5G .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tiWl3bNB5G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tiWl3bNB5G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tiWl3bNB5G .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tiWl3bNB5G .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tiWl3bNB5G .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid #000;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tiWl3bNB5G .navbar.opened {
  transition: all 0.3s;
}
.cid-tiWl3bNB5G .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tiWl3bNB5G .navbar .navbar-logo img {
  width: auto;
}
.cid-tiWl3bNB5G .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tiWl3bNB5G .navbar.collapsed {
  justify-content: center;
}
.cid-tiWl3bNB5G .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tiWl3bNB5G .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tiWl3bNB5G .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-tiWl3bNB5G .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tiWl3bNB5G .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tiWl3bNB5G .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-tiWl3bNB5G .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tiWl3bNB5G .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tiWl3bNB5G .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tiWl3bNB5G .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tiWl3bNB5G .navbar .dropdown-menu .dropdown-submenu {
    right: 0 !important;
  }
  .cid-tiWl3bNB5G .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tiWl3bNB5G .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-tiWl3bNB5G .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tiWl3bNB5G .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tiWl3bNB5G .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tiWl3bNB5G .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tiWl3bNB5G .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tiWl3bNB5G .navbar.navbar-short {
  min-height: 80px;
}
.cid-tiWl3bNB5G .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tiWl3bNB5G .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-tiWl3bNB5G .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-tiWl3bNB5G .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tiWl3bNB5G .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tiWl3bNB5G .dropdown-item.active,
.cid-tiWl3bNB5G .dropdown-item:active {
  background-color: transparent;
}
.cid-tiWl3bNB5G .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tiWl3bNB5G .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tiWl3bNB5G .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tiWl3bNB5G .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tiWl3bNB5G .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tiWl3bNB5G .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tiWl3bNB5G ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tiWl3bNB5G button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tiWl3bNB5G button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tiWl3bNB5G button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tiWl3bNB5G button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tiWl3bNB5G button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tiWl3bNB5G button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tiWl3bNB5G nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tiWl3bNB5G nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tiWl3bNB5G nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tiWl3bNB5G nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tiWl3bNB5G .navbar-dropdown {
  position: fixed;
}
.cid-tiWl3bNB5G a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tiWl3bNB5G .navbar {
    height: 70px;
  }
  .cid-tiWl3bNB5G .navbar.opened {
    height: auto;
  }
  .cid-tiWl3bNB5G .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tiWl3bNB5G .addr {
  text-align: center;
  max-width: 230px;
  min-width: 150px;
  margin: 0 10px;
}
@media (max-width: 992px) {
  .cid-tiWl3bNB5G .addr {
    margin: 0 auto;
  }
}
.cid-tiWl3bNB5G .mbr-section-btn {
  flex: 0 0 240px;
}
.cid-tiWl3bNB5G .mbr-section-subtitle.addr {
  color: #1d1d1b;
  font-size: 1rem;
}
section {
  background-color: #ffffff;
}

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

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
    margin: 1px auto !important;
}

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

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

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

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

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

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

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

b,
strong {
  font-weight: bold;
}

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

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

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

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

.hidden {
  visibility: hidden;
}

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

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

.mbr-black {
  color: #000000;
}

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

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

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

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

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

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

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

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

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

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

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

.media-container-row .media-size-item {
  width: 400px;
}

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

.media-container-column > * {
  width: 100%;
}

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

figure {
  margin-bottom: 0;
  overflow: hidden;
}

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

img,
iframe {
  display: block;
}

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

.card-box {
  width: 100%;
}

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

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

.mbr-figure {
  -ms-flex-item-align: center;
      -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 */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

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

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

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

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

.btn-form {
  margin: 0;
}

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

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

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

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

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

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

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

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

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

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

/*! Map */
.map {
  position: relative;
  height: 25rem;
    margin: 1px auto !important;
}

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

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

.mbr-arrow-up a {
  background: rgba(226, 10, 23, 0.2);
  border-radius: 20%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 1px dashed rgba(226, 10, 23, 0.1);
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}

.mbr-arrow-up a:hover {
  background-color: rgba(226, 10, 23, 0.5);
}

.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: 22px;
  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%);
}

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

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

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

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

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

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

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

/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}

@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}

.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}

.menu .navbar-brand span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}

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

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

@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}

@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

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

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

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

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

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

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

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

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

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

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

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

.media {
  display: -webkit-flex;
}

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

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

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

.jq-selectbox__trigger-arrow {
  right: 0;
  -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 {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  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;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

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

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

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

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

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

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

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

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

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}

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

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

form .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

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

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

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

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

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

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

:focus {
  outline: none;
}

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

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

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

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

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

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*="col"] {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

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

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

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

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

button {
  background-color: transparent;
  border-color: transparent;
}
/*# sourceMappingURL=style.css.map */.cid-tjw0E1W4cz {
  padding-top: 90px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/14379958-1292985867402530-3129606425003771050-o-2000x1533.jpg");
  height: 500px !important;
}
.cid-tjw0E1W4cz .mbr-section-title DIV {
  text-align: left;
  text-shadow: 2px 2px 1px #000;
}
.cid-tjw0E1W4cz .mbr-text,
.cid-tjw0E1W4cz .mbr-section-btn {
  text-align: left;
}
.cid-tjw0E1W4cz .addr {
  text-align: center;
  max-width: 300px;
  min-width: 150px;
  margin: 1.3rem 0;
}
.cid-tjw0E1W4cz .mbr-section-subtitle.addr {
  text-align: left;
}
.cid-tjw0E2DOjS {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tjw0E2DOjS .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #444444;
  padding: 0;
}
.cid-tjw0E2DOjS .card-img {
  overflow: hidden;
  border-radius: 0;
  position: relative;
}
.cid-tjw0E2DOjS .card-img:hover .img-hover {
  opacity: 0.3;
}
.cid-tjw0E2DOjS .card-img:hover .img-btn {
  opacity: 1;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cid-tjw0E2DOjS .btn {
  display: block;
  width: fit-content;
  margin: auto;
  margin-bottom: 1rem;
}
.cid-tjw0E2DOjS .img-btn {
  transition: all 0.5s;
  position: absolute;
  display: block;
  min-width: 250px;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  opacity: 0;
}
.cid-tjw0E2DOjS .img-hover {
  transition: all 0.3s;
  position: absolute;
  left: 0;
  top: 0;
  background: #f5d509;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.cid-tjw0E2DOjS .content-box {
  display: flex;
}
.cid-tjw0E2DOjS .date-box {
  background: #0a1c44;
  width: 110px;
  padding: 5px;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tjw0E2DOjS .ico-line {
  display: inline-block;
  width: 100%;
}
.cid-tjw0E2DOjS .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-tjw0E2DOjS .rev,
.cid-tjw0E2DOjS .mbr-iconfont {
  display: inline-block;
}
.cid-tjw0E2DOjS .line {
  display: inline-block;
  width: 100px;
  height: 4px;
  background-color: #e20a17;
  margin-top: 0.5rem;
  margin-bottom: -20px;
}
.cid-tjw0E2DOjS .card-title {
  color: #000000;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1rem;
  text-align: center;
}
.cid-tjw0E2DOjS .card-box {
  padding: 1rem;
  margin-top: .5rem;
}
.cid-tjw0E2DOjS .mbr-section-title {
  margin: 0 auto;
  color: #000000;
  text-align: center;
}
.cid-tjw0E2DOjS .mbr-section-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-tjw0E2DOjS .mbr-section-title,
.cid-tjw0E2DOjS .line-wrap {
  text-align: center;
  color: #000000;
}
.cid-tjw0E2DOjS .rev {
  text-align: left;
}
.cid-tjw0E2DOjS .card-text,
.cid-tjw0E2DOjS .mbr-section-btn,
.cid-tjw0E2DOjS .ico-line {
  text-align: left;
  color: #9e9e9e;
}
.cid-tjw0E2DOjS .rev i {
  color: #0a1c44;
}
.cid-tjw0E2DOjS .date {
  text-align: center;
  color: #ffffff;
}
.cid-tjw0E2DOjS .mounth {
  text-align: center;
  color: #ffffff;
}
.cid-tjw0E2DOjS .time {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-tjw0E2DOjS .img-hover {
    opacity: 0.5;
  }
  .cid-tjw0E2DOjS .img-btn {
    opacity: 1;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.cid-tjw0E3JG3k {
  padding-top: 0rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-tjw0E3JG3k .mbr-fallback-image.disabled {
  display: none;
}
.cid-tjw0E3JG3k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tjw0E3JG3k .row {
  justify-content: flex-start;
}
.cid-tjw0E3JG3k .container {
  max-width: 1140px;
  margin: 0 auto;
}
.cid-tjw0E3JG3k .container-fluid {
  padding: 0 130px;
}
@media (max-width: 991px) {
  .cid-tjw0E3JG3k .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-tjw0E3JG3k .container-fluid {
    padding: 0 15px;
  }
}
.cid-tjw0E3JG3k .content-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 70px;
  border-radius: 30px;
  background-color: #fbf9eb;
}
@media (max-width: 767px) {
  .cid-tjw0E3JG3k .content-container {
    padding: 70px 30px;
  }
}
.cid-tjw0E3JG3k .content-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.cid-tjw0E3JG3k .mbr-section-title {
  color: #ffffff;
  margin-bottom: 0 !important;
  width: 100%;
}
.cid-tjw0E3JG3k .mbr-section-subtitle {
  color: #f6f6f6;
  margin-bottom: 0 !important;
  margin-top: 20px;
  width: 100%;
}
.cid-tjw0E3JG3k .mbr-section-btn {
  width: 100%;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .cid-tjw0E3JG3k .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-tjw0E3JG3k .mbr-section-subtitle,
.cid-tjw0E3JG3k .mbr-section-btn {
  color: #000000;
}
.cid-tjw0E4dTHF {
  padding-top: 195px;
  padding-bottom: 195px;
  background-image: url("../../../assets/images/10495300-805040016197120-248371439475470251-o-2000x1452.jpeg");
}
.cid-tjw0E4dTHF .mbr-section-title {
  text-align: left;
}
.cid-tjw0E4dTHF .mbr-text,
.cid-tjw0E4dTHF .mbr-section-btn {
  text-align: left;
}
.cid-tjw0E4dTHF .mbr-iconfont {
  -webkit-order: -1;
  order: -1;
  padding-right: 0.5rem;
  padding-left: 0rem !important;
}
.cid-tkoeIXSSzM {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tkoeIXSSzM .listico {
  padding-right: 1.25rem;
  font-size: 1.4rem;
}
.cid-tkoeIXSSzM .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-tkoeIXSSzM .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-tkoeIXSSzM .form-group {
  padding-right: 0;
}
.cid-tkoeIXSSzM .card {
  padding: 3rem 8rem;
}
.cid-tkoeIXSSzM .google-map {
  height: 100%;
  min-height: 25rem;
  width: 100%;
}
.cid-tkoeIXSSzM .google-map iframe {
  min-height: 100%;
  width: 100%;
}
.cid-tkoeIXSSzM .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-tkoeIXSSzM .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tkoeIXSSzM .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tkoeIXSSzM .map-placeholder {
  display: none;
}
.cid-tkoeIXSSzM .btn-primary {
  border: 1px solid #0087ab !important;
}
.cid-tkoeIXSSzM .btn-primary:hover {
  border: 1px solid #0087ab !important;
}
.cid-tkoeIXSSzM .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 100%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-tkoeIXSSzM .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-tkoeIXSSzM .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-tkoeIXSSzM .mbr-text {
  color: #444;
}
.cid-tkoeIXSSzM h5 {
  margin-bottom: 0;
}
.cid-tkoeIXSSzM .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-tkoeIXSSzM .list-item {
  display: -webkit-flex;
  padding-top: 10px;
  padding-bottom: 10px;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tkoeIXSSzM .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-tkoeIXSSzM .socicon {
  font-size: 1.3rem;
  color: #000 !important;
  background: #f5d509;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tkoeIXSSzM .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tkoeIXSSzM .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-tkoeIXSSzM .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tkoeIXSSzM .social-list a:hover {
  opacity: 0.4;
}
.cid-tkoeIXSSzM .media-container-row > div {
  padding: 0px;
}
.cid-tkoeIXSSzM .text2 {
  color: #000000;
  text-align: left;
}
.cid-tkoeIXSSzM .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-tkoeIXSSzM .links {
  color: #000000;
  line-height: 1.65;
  text-align: left;
}
@media (max-width: 1200px) {
  .cid-tkoeIXSSzM .card {
    padding: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-tkoeIXSSzM .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tkoeIXSSzM h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-tkoeIXSSzM .form-group {
    max-width: 180px;
  }
  .cid-tkoeIXSSzM .card {
    padding: 2rem 1rem;
  }
}
.cid-tkoeIXSSzM .links span {
  color: #9e9e9e;
}
.cid-tkoeIXSSzM .logo-title,
.cid-tkoeIXSSzM .logo-sub-title {
  text-align: center;
}
.cid-tkoeIXSSzM .logo-sub-title i {
  color: #9e9e9e;
}
.cid-tjZk4so6uD {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-tjZk4so6uD .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
  margin: auto;
}
.cid-tjZk4so6uD .mbr-section-title {
  text-align: left;
  color: #14142b;
  padding-bottom: 24px;
  margin: auto;
}
.cid-tjZk4so6uD .row {
  align-items: center;
  height: 100%;
}
.cid-tjZk4so6uD .wrapper {
  margin: auto;
}
.cid-tjZk4so6uD .img {
  text-align: center;
  margin: auto;
}
.cid-tjZk4so6uD P {
  color: #ffffff;
}
.cid-tjw0E5HZ6j .footer-head {
  width: 100%;
  position: relative;
  z-index: 5;
  background-color: #fbf9eb;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  overflow: hidden;
}
.cid-tjw0E5HZ6j .img-bg {
  content: '';
  position: absolute;
  top: 0;
  right: 57%;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  border-top-right-radius: 190px;
  border-bottom-left-radius: 40px;
}
@media (max-width: 991px) {
  .cid-tjw0E5HZ6j .img-bg {
    display: none;
  }
}
.cid-tjw0E5HZ6j .container {
  display: flex;
  justify-content: center;
  max-width: 1160px;
}
@media (max-width: 991px) {
  .cid-tjw0E5HZ6j .container {
    padding: 0 !important;
  }
}
.cid-tjw0E5HZ6j .row {
  width: 100%;
  align-items: center;
}
.cid-tjw0E5HZ6j .content-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (max-width: 991px) {
  .cid-tjw0E5HZ6j .content-container {
    padding-top: 0;
    background-color: #fbf9eb;
  }
}
@media (max-width: 991px) {
  .cid-tjw0E5HZ6j .col-brand {
    padding: 0 25px 65px 25px;
    padding-top: 5rem;
    border-bottom-left-radius: 40px;
    background-color: #ffffff;
  }
}
.cid-tjw0E5HZ6j .col-links {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tjw0E5HZ6j .col-links {
    padding: 70px 15px 0 15px;
  }
}
.cid-tjw0E5HZ6j .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  font-weight: 700;
}
.cid-tjw0E5HZ6j .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tjw0E5HZ6j .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tjw0E5HZ6j .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tjw0E5HZ6j .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tjw0E5HZ6j .brand-text {
  line-height: 1.65;
  margin-top: 75px;
  margin-bottom: 0;
  color: #000000;
  opacity: 0.85;
  width: 80%;
}
@media (max-width: 991px) {
  .cid-tjw0E5HZ6j .brand-text {
    margin-top: 45px;
  }
}
.cid-tjw0E5HZ6j .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 10px;
}
.cid-tjw0E5HZ6j .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.cid-tjw0E5HZ6j .mbr-iconfont {
  font-size: 16px;
  color: #000000;
}
.cid-tjw0E5HZ6j .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 0;
  min-height: 28px;
  min-width: 28px;
}
.cid-tjw0E5HZ6j .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tjw0E5HZ6j .soc-item .mbr-iconfont {
  font-size: 28px;
  color: #000000 !important;
}
@media (max-width: 991px) {
  .cid-tjw0E5HZ6j .col-link {
    width: auto !important;
    max-width: 33.33333333%;
  }
}
@media (max-width: 767px) {
  .cid-tjw0E5HZ6j .col-link {
    max-width: 100%;
    width: 100% !important;
  }
}
.cid-tjw0E5HZ6j .col-link1 {
  line-height: 1.65;
  padding-right: 20px;
}
@media (max-width: 768px) {
  .cid-tjw0E5HZ6j .col-link1 {
    margin-bottom: 30px;
  }
}
.cid-tjw0E5HZ6j .col-link2 {
  padding-left: 20px;
  line-height: 1.65;
}
@media (max-width: 768px) {
  .cid-tjw0E5HZ6j .col-link2 {
    padding-left: 0;
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .cid-tjw0E5HZ6j .col-link3 {
    padding-left: 32px;
  }
}
@media (max-width: 991px) {
  .cid-tjw0E5HZ6j .col-link3 {
    padding-left: 40px;
  }
}
@media (max-width: 768px) {
  .cid-tjw0E5HZ6j .col-link3 {
    padding-left: 0;
  }
}
.cid-tjw0E5HZ6j .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #1d191f;
}
.cid-tjw0E5HZ6j .list li {
  display: flex;
  align-items: center;
  line-height: 1.65;
}
.cid-tjw0E5HZ6j .list a {
  display: flex;
  align-items: center;
  line-height: 1.65;
}
.cid-tjw0E5HZ6j .footer-copyright {
  position: relative;
  z-index: 4;
  width: 100%;
  margin-top: -40px;
  background-color: #000000;
}
.cid-tjw0E5HZ6j .col-copyright {
  padding: 85px 0 60px 0 !important;
}
@media (max-width: 991px) {
  .cid-tjw0E5HZ6j .col-copyright {
    padding: 85px 10px 60px 10px !important;
  }
}
@media (max-width: 320px) {
  .cid-tjw0E5HZ6j .col-copyright {
    padding: 85px 10px 60px 10px !important;
  }
}
.cid-tjw0E5HZ6j .copyright {
  line-height: 1.80;
  color: #ffffff;
  font-size: .99rem;
}
@media (max-width: 991px) {
  .cid-tjw0E5HZ6j .copyright {
    text-align: left !important;
  }
}
.cid-tjw0E6IUvD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
@media (max-width: 992px) {
  .cid-tjw0E6IUvD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-tjw0E6IUvD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tjw0E6IUvD .navbar-caption {
  font-weight: 500;
}
.cid-tjw0E6IUvD nav.navbar {
  position: fixed;
}
.cid-tjw0E6IUvD .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-tjw0E6IUvD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-tjw0E6IUvD .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tjw0E6IUvD .dropdown-item:hover,
.cid-tjw0E6IUvD .dropdown-item:focus {
  color: #e20a17 !important;
}
.cid-tjw0E6IUvD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tjw0E6IUvD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tjw0E6IUvD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em .65em !important;
}
.cid-tjw0E6IUvD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tjw0E6IUvD .nav-link {
  position: relative;
}
.cid-tjw0E6IUvD .nav-link:hover {
  color: #e20a17 !important;
}
.cid-tjw0E6IUvD .container {
  display: flex;
  margin: auto;
}
@media (min-width: 991px) {
  .cid-tjw0E6IUvD .container,
  .cid-tjw0E6IUvD .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-tjw0E6IUvD .dropdown-menu,
.cid-tjw0E6IUvD .navbar.opened {
  background: #ffffff !important;
}
.cid-tjw0E6IUvD .nav-item:focus,
.cid-tjw0E6IUvD .nav-link:focus {
  outline: none;
  color: #e20a17 !important;
}
.cid-tjw0E6IUvD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tjw0E6IUvD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tjw0E6IUvD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tjw0E6IUvD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tjw0E6IUvD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tjw0E6IUvD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tjw0E6IUvD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid #000;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tjw0E6IUvD .navbar.opened {
  transition: all 0.3s;
}
.cid-tjw0E6IUvD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tjw0E6IUvD .navbar .navbar-logo img {
  width: auto;
}
.cid-tjw0E6IUvD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tjw0E6IUvD .navbar.collapsed {
  justify-content: center;
}
.cid-tjw0E6IUvD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tjw0E6IUvD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tjw0E6IUvD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-tjw0E6IUvD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tjw0E6IUvD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tjw0E6IUvD .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-tjw0E6IUvD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tjw0E6IUvD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tjw0E6IUvD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tjw0E6IUvD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tjw0E6IUvD .navbar .dropdown-menu .dropdown-submenu {
    right: 0 !important;
  }
  .cid-tjw0E6IUvD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tjw0E6IUvD .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-tjw0E6IUvD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tjw0E6IUvD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tjw0E6IUvD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tjw0E6IUvD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tjw0E6IUvD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tjw0E6IUvD .navbar.navbar-short {
  min-height: 80px;
}
.cid-tjw0E6IUvD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tjw0E6IUvD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-tjw0E6IUvD .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-tjw0E6IUvD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tjw0E6IUvD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tjw0E6IUvD .dropdown-item.active,
.cid-tjw0E6IUvD .dropdown-item:active {
  background-color: transparent;
}
.cid-tjw0E6IUvD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tjw0E6IUvD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tjw0E6IUvD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tjw0E6IUvD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tjw0E6IUvD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tjw0E6IUvD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tjw0E6IUvD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tjw0E6IUvD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tjw0E6IUvD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tjw0E6IUvD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tjw0E6IUvD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tjw0E6IUvD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tjw0E6IUvD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tjw0E6IUvD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tjw0E6IUvD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tjw0E6IUvD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tjw0E6IUvD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tjw0E6IUvD .navbar-dropdown {
  position: fixed;
}
.cid-tjw0E6IUvD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tjw0E6IUvD .navbar {
    height: 70px;
  }
  .cid-tjw0E6IUvD .navbar.opened {
    height: auto;
  }
  .cid-tjw0E6IUvD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tjw0E6IUvD .addr {
  text-align: center;
  max-width: 230px;
  min-width: 150px;
  margin: 0 10px;
}
@media (max-width: 992px) {
  .cid-tjw0E6IUvD .addr {
    margin: 0 auto;
  }
}
.cid-tjw0E6IUvD .mbr-section-btn {
  flex: 0 0 240px;
}
.cid-tjw0E6IUvD .mbr-section-subtitle.addr {
  color: #1d1d1b;
  font-size: 1rem;
}
section {
  background-color: #ffffff;
}

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

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
    margin: 1px auto !important;
}

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

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

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

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

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

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

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

b,
strong {
  font-weight: bold;
}

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

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

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

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

.hidden {
  visibility: hidden;
}

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

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

.mbr-black {
  color: #000000;
}

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

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

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

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

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

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

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

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

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

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

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

.media-container-row .media-size-item {
  width: 400px;
}

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

.media-container-column > * {
  width: 100%;
}

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

figure {
  margin-bottom: 0;
  overflow: hidden;
}

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

img,
iframe {
  display: block;
}

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

.card-box {
  width: 100%;
}

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

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

.mbr-figure {
  -ms-flex-item-align: center;
      -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 */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

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

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

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

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

.btn-form {
  margin: 0;
}

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

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

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

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

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

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

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

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

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

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

/*! Map */
.map {
  position: relative;
  height: 25rem;
    margin: 1px auto !important;
}

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

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

.mbr-arrow-up a {
  background: rgba(226, 10, 23, 0.2);
  border-radius: 20%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 1px dashed rgba(226, 10, 23, 0.1);
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}

.mbr-arrow-up a:hover {
  background-color: rgba(226, 10, 23, 0.5);
}

.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: 22px;
  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%);
}

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

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

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

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

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

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

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

/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}

@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}

.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}

.menu .navbar-brand span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}

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

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

@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}

@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

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

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

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

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

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

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

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

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

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

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

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

.media {
  display: -webkit-flex;
}

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

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

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

.jq-selectbox__trigger-arrow {
  right: 0;
  -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 {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  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;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

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

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

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

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

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

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

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

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

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}

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

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

form .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

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

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

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

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

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

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

:focus {
  outline: none;
}

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

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

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

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

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

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*="col"] {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

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

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

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

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

button {
  background-color: transparent;
  border-color: transparent;
}
/*# sourceMappingURL=style.css.map */.cid-tjweeZpA7R {
  padding-top: 90px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/109076006-3444014748966287-8039993284754615935-n-1938x1551.jpeg");
  height: 500px !important;
}
.cid-tjweeZpA7R .mbr-section-title DIV {
  text-align: left;
  text-shadow: 2px 2px 1px #000;
}
.cid-tjweeZpA7R .mbr-text,
.cid-tjweeZpA7R .mbr-section-btn {
  text-align: left;
}
.cid-tjweeZpA7R .addr {
  text-align: center;
  max-width: 300px;
  min-width: 150px;
  margin: 1.3rem 0;
}
.cid-tjweeZpA7R .mbr-section-subtitle.addr {
  text-align: left;
}
.cid-tjwef0nQvy {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tjwef0nQvy .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #444444;
  padding: 0;
}
.cid-tjwef0nQvy .card-img {
  overflow: hidden;
  border-radius: 0;
  position: relative;
}
.cid-tjwef0nQvy .card-img:hover .img-hover {
  opacity: 0.3;
}
.cid-tjwef0nQvy .card-img:hover .img-btn {
  opacity: 1;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cid-tjwef0nQvy .btn {
  display: block;
  width: fit-content;
  margin: auto;
  margin-bottom: 1rem;
}
.cid-tjwef0nQvy .img-btn {
  transition: all 0.5s;
  position: absolute;
  display: block;
  min-width: 250px;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  opacity: 0;
}
.cid-tjwef0nQvy .img-hover {
  transition: all 0.3s;
  position: absolute;
  left: 0;
  top: 0;
  background: #f5d509;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.cid-tjwef0nQvy .content-box {
  display: flex;
}
.cid-tjwef0nQvy .date-box {
  background: #0a1c44;
  width: 110px;
  padding: 5px;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tjwef0nQvy .ico-line {
  display: inline-block;
  width: 100%;
}
.cid-tjwef0nQvy .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-tjwef0nQvy .rev,
.cid-tjwef0nQvy .mbr-iconfont {
  display: inline-block;
}
.cid-tjwef0nQvy .line {
  display: inline-block;
  width: 100px;
  height: 4px;
  background-color: #e20a17;
  margin-top: 0.5rem;
  margin-bottom: -20px;
}
.cid-tjwef0nQvy .card-title {
  color: #000000;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1rem;
  text-align: center;
}
.cid-tjwef0nQvy .card-box {
  padding: 1rem;
  margin-top: .5rem;
}
.cid-tjwef0nQvy .mbr-section-title {
  margin: 0 auto;
  color: #000000;
  text-align: center;
}
.cid-tjwef0nQvy .mbr-section-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-tjwef0nQvy .mbr-section-title,
.cid-tjwef0nQvy .line-wrap {
  text-align: center;
  color: #000000;
}
.cid-tjwef0nQvy .rev {
  text-align: left;
}
.cid-tjwef0nQvy .card-text,
.cid-tjwef0nQvy .mbr-section-btn,
.cid-tjwef0nQvy .ico-line {
  text-align: left;
  color: #9e9e9e;
}
.cid-tjwef0nQvy .rev i {
  color: #0a1c44;
}
.cid-tjwef0nQvy .date {
  text-align: center;
  color: #ffffff;
}
.cid-tjwef0nQvy .mounth {
  text-align: center;
  color: #ffffff;
}
.cid-tjwef0nQvy .time {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-tjwef0nQvy .img-hover {
    opacity: 0.5;
  }
  .cid-tjwef0nQvy .img-btn {
    opacity: 1;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.cid-tjwef1vpCP {
  padding-top: 0rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-tjwef1vpCP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tjwef1vpCP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tjwef1vpCP .text-wrapper {
  padding: 2rem 3rem !important;
}
@media (max-width: 767px) {
  .cid-tjwef1vpCP .text-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) and (max-width: 360px) {
  .cid-tjwef1vpCP .text-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-tjwef1vpCP .wrapper {
  background: #fbf9eb;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-tjwef1vpCP .image-wrapper {
  padding: 0;
}
.cid-tjwef1vpCP .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tjwef1vpCP .btn,
.cid-tjwef1vpCP .btn-lg {
  margin-top: 1rem !important;
}
.cid-tjwef1vpCP .mbr-text2 {
  color: #000000;
  line-height: 4;
}
.cid-tjwef1vpCP .h3 {
  color: #000000;
  line-height: 1.45;
}
.cid-tjwef1vpCP .mbr-text2,
.cid-tjwef1vpCP .mbr-section-btn {
  text-align: center;
}
.cid-tjwef234MD {
  padding-top: 195px;
  padding-bottom: 195px;
  background-image: url("../../../assets/images/13667880-1229401137094337-6116806617973954603-o-2000x1554.jpeg");
}
.cid-tjwef234MD .mbr-section-title {
  text-align: left;
}
.cid-tjwef234MD .mbr-text,
.cid-tjwef234MD .mbr-section-btn {
  text-align: left;
}
.cid-tjwef234MD .mbr-iconfont {
  -webkit-order: -1;
  order: -1;
  padding-right: 0.5rem;
  padding-left: 0rem !important;
}
.cid-tkoeIXSSzM {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tkoeIXSSzM .listico {
  padding-right: 1.25rem;
  font-size: 1.4rem;
}
.cid-tkoeIXSSzM .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-tkoeIXSSzM .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-tkoeIXSSzM .form-group {
  padding-right: 0;
}
.cid-tkoeIXSSzM .card {
  padding: 3rem 8rem;
}
.cid-tkoeIXSSzM .google-map {
  height: 100%;
  min-height: 25rem;
  width: 100%;
}
.cid-tkoeIXSSzM .google-map iframe {
  min-height: 100%;
  width: 100%;
}
.cid-tkoeIXSSzM .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-tkoeIXSSzM .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tkoeIXSSzM .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tkoeIXSSzM .map-placeholder {
  display: none;
}
.cid-tkoeIXSSzM .btn-primary {
  border: 1px solid #0087ab !important;
}
.cid-tkoeIXSSzM .btn-primary:hover {
  border: 1px solid #0087ab !important;
}
.cid-tkoeIXSSzM .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 100%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-tkoeIXSSzM .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-tkoeIXSSzM .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-tkoeIXSSzM .mbr-text {
  color: #444;
}
.cid-tkoeIXSSzM h5 {
  margin-bottom: 0;
}
.cid-tkoeIXSSzM .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-tkoeIXSSzM .list-item {
  display: -webkit-flex;
  padding-top: 10px;
  padding-bottom: 10px;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tkoeIXSSzM .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-tkoeIXSSzM .socicon {
  font-size: 1.3rem;
  color: #000 !important;
  background: #f5d509;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tkoeIXSSzM .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tkoeIXSSzM .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-tkoeIXSSzM .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tkoeIXSSzM .social-list a:hover {
  opacity: 0.4;
}
.cid-tkoeIXSSzM .media-container-row > div {
  padding: 0px;
}
.cid-tkoeIXSSzM .text2 {
  color: #000000;
  text-align: left;
}
.cid-tkoeIXSSzM .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-tkoeIXSSzM .links {
  color: #000000;
  line-height: 1.65;
  text-align: left;
}
@media (max-width: 1200px) {
  .cid-tkoeIXSSzM .card {
    padding: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-tkoeIXSSzM .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tkoeIXSSzM h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-tkoeIXSSzM .form-group {
    max-width: 180px;
  }
  .cid-tkoeIXSSzM .card {
    padding: 2rem 1rem;
  }
}
.cid-tkoeIXSSzM .links span {
  color: #9e9e9e;
}
.cid-tkoeIXSSzM .logo-title,
.cid-tkoeIXSSzM .logo-sub-title {
  text-align: center;
}
.cid-tkoeIXSSzM .logo-sub-title i {
  color: #9e9e9e;
}
.cid-tjZkm6a7Gb {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-tjZkm6a7Gb .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
  margin: auto;
}
.cid-tjZkm6a7Gb .mbr-section-title {
  text-align: left;
  color: #14142b;
  padding-bottom: 24px;
  margin: auto;
}
.cid-tjZkm6a7Gb .row {
  align-items: center;
  height: 100%;
}
.cid-tjZkm6a7Gb .wrapper {
  margin: auto;
}
.cid-tjZkm6a7Gb .img {
  text-align: center;
  margin: auto;
}
.cid-tjZkm6a7Gb P {
  color: #ffffff;
}
.cid-tjwef3x4Zw .footer-head {
  width: 100%;
  position: relative;
  z-index: 5;
  background-color: #fbf9eb;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  overflow: hidden;
}
.cid-tjwef3x4Zw .img-bg {
  content: '';
  position: absolute;
  top: 0;
  right: 57%;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  border-top-right-radius: 190px;
  border-bottom-left-radius: 40px;
}
@media (max-width: 991px) {
  .cid-tjwef3x4Zw .img-bg {
    display: none;
  }
}
.cid-tjwef3x4Zw .container {
  display: flex;
  justify-content: center;
  max-width: 1160px;
}
@media (max-width: 991px) {
  .cid-tjwef3x4Zw .container {
    padding: 0 !important;
  }
}
.cid-tjwef3x4Zw .row {
  width: 100%;
  align-items: center;
}
.cid-tjwef3x4Zw .content-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (max-width: 991px) {
  .cid-tjwef3x4Zw .content-container {
    padding-top: 0;
    background-color: #fbf9eb;
  }
}
@media (max-width: 991px) {
  .cid-tjwef3x4Zw .col-brand {
    padding: 0 25px 65px 25px;
    padding-top: 5rem;
    border-bottom-left-radius: 40px;
    background-color: #ffffff;
  }
}
.cid-tjwef3x4Zw .col-links {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tjwef3x4Zw .col-links {
    padding: 70px 15px 0 15px;
  }
}
.cid-tjwef3x4Zw .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  font-weight: 700;
}
.cid-tjwef3x4Zw .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tjwef3x4Zw .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tjwef3x4Zw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tjwef3x4Zw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tjwef3x4Zw .brand-text {
  line-height: 1.65;
  margin-top: 75px;
  margin-bottom: 0;
  color: #000000;
  opacity: 0.85;
  width: 80%;
}
@media (max-width: 991px) {
  .cid-tjwef3x4Zw .brand-text {
    margin-top: 45px;
  }
}
.cid-tjwef3x4Zw .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 10px;
}
.cid-tjwef3x4Zw .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.cid-tjwef3x4Zw .mbr-iconfont {
  font-size: 16px;
  color: #000000;
}
.cid-tjwef3x4Zw .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 0;
  min-height: 28px;
  min-width: 28px;
}
.cid-tjwef3x4Zw .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tjwef3x4Zw .soc-item .mbr-iconfont {
  font-size: 28px;
  color: #000000 !important;
}
@media (max-width: 991px) {
  .cid-tjwef3x4Zw .col-link {
    width: auto !important;
    max-width: 33.33333333%;
  }
}
@media (max-width: 767px) {
  .cid-tjwef3x4Zw .col-link {
    max-width: 100%;
    width: 100% !important;
  }
}
.cid-tjwef3x4Zw .col-link1 {
  line-height: 1.65;
  padding-right: 20px;
}
@media (max-width: 768px) {
  .cid-tjwef3x4Zw .col-link1 {
    margin-bottom: 30px;
  }
}
.cid-tjwef3x4Zw .col-link2 {
  padding-left: 20px;
  line-height: 1.65;
}
@media (max-width: 768px) {
  .cid-tjwef3x4Zw .col-link2 {
    padding-left: 0;
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .cid-tjwef3x4Zw .col-link3 {
    padding-left: 32px;
  }
}
@media (max-width: 991px) {
  .cid-tjwef3x4Zw .col-link3 {
    padding-left: 40px;
  }
}
@media (max-width: 768px) {
  .cid-tjwef3x4Zw .col-link3 {
    padding-left: 0;
  }
}
.cid-tjwef3x4Zw .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #1d191f;
}
.cid-tjwef3x4Zw .list li {
  display: flex;
  align-items: center;
  line-height: 1.65;
}
.cid-tjwef3x4Zw .list a {
  display: flex;
  align-items: center;
  line-height: 1.65;
}
.cid-tjwef3x4Zw .footer-copyright {
  position: relative;
  z-index: 4;
  width: 100%;
  margin-top: -40px;
  background-color: #000000;
}
.cid-tjwef3x4Zw .col-copyright {
  padding: 85px 0 60px 0 !important;
}
@media (max-width: 991px) {
  .cid-tjwef3x4Zw .col-copyright {
    padding: 85px 10px 60px 10px !important;
  }
}
@media (max-width: 320px) {
  .cid-tjwef3x4Zw .col-copyright {
    padding: 85px 10px 60px 10px !important;
  }
}
.cid-tjwef3x4Zw .copyright {
  line-height: 1.80;
  color: #ffffff;
  font-size: .99rem;
}
@media (max-width: 991px) {
  .cid-tjwef3x4Zw .copyright {
    text-align: left !important;
  }
}
.cid-tjwef4ucpI {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
@media (max-width: 992px) {
  .cid-tjwef4ucpI .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-tjwef4ucpI .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tjwef4ucpI .navbar-caption {
  font-weight: 500;
}
.cid-tjwef4ucpI nav.navbar {
  position: fixed;
}
.cid-tjwef4ucpI .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-tjwef4ucpI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-tjwef4ucpI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tjwef4ucpI .dropdown-item:hover,
.cid-tjwef4ucpI .dropdown-item:focus {
  color: #e20a17 !important;
}
.cid-tjwef4ucpI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tjwef4ucpI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tjwef4ucpI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em .65em !important;
}
.cid-tjwef4ucpI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tjwef4ucpI .nav-link {
  position: relative;
}
.cid-tjwef4ucpI .nav-link:hover {
  color: #e20a17 !important;
}
.cid-tjwef4ucpI .container {
  display: flex;
  margin: auto;
}
@media (min-width: 991px) {
  .cid-tjwef4ucpI .container,
  .cid-tjwef4ucpI .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-tjwef4ucpI .dropdown-menu,
.cid-tjwef4ucpI .navbar.opened {
  background: #ffffff !important;
}
.cid-tjwef4ucpI .nav-item:focus,
.cid-tjwef4ucpI .nav-link:focus {
  outline: none;
  color: #e20a17 !important;
}
.cid-tjwef4ucpI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tjwef4ucpI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tjwef4ucpI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tjwef4ucpI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tjwef4ucpI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tjwef4ucpI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tjwef4ucpI .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid #000;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tjwef4ucpI .navbar.opened {
  transition: all 0.3s;
}
.cid-tjwef4ucpI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tjwef4ucpI .navbar .navbar-logo img {
  width: auto;
}
.cid-tjwef4ucpI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tjwef4ucpI .navbar.collapsed {
  justify-content: center;
}
.cid-tjwef4ucpI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tjwef4ucpI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tjwef4ucpI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-tjwef4ucpI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tjwef4ucpI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tjwef4ucpI .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-tjwef4ucpI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tjwef4ucpI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tjwef4ucpI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tjwef4ucpI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tjwef4ucpI .navbar .dropdown-menu .dropdown-submenu {
    right: 0 !important;
  }
  .cid-tjwef4ucpI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tjwef4ucpI .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-tjwef4ucpI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tjwef4ucpI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tjwef4ucpI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tjwef4ucpI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tjwef4ucpI .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tjwef4ucpI .navbar.navbar-short {
  min-height: 80px;
}
.cid-tjwef4ucpI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tjwef4ucpI .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-tjwef4ucpI .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-tjwef4ucpI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tjwef4ucpI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tjwef4ucpI .dropdown-item.active,
.cid-tjwef4ucpI .dropdown-item:active {
  background-color: transparent;
}
.cid-tjwef4ucpI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tjwef4ucpI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tjwef4ucpI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tjwef4ucpI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tjwef4ucpI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tjwef4ucpI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tjwef4ucpI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tjwef4ucpI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tjwef4ucpI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tjwef4ucpI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tjwef4ucpI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tjwef4ucpI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tjwef4ucpI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tjwef4ucpI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tjwef4ucpI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tjwef4ucpI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tjwef4ucpI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tjwef4ucpI .navbar-dropdown {
  position: fixed;
}
.cid-tjwef4ucpI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tjwef4ucpI .navbar {
    height: 70px;
  }
  .cid-tjwef4ucpI .navbar.opened {
    height: auto;
  }
  .cid-tjwef4ucpI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tjwef4ucpI .addr {
  text-align: center;
  max-width: 230px;
  min-width: 150px;
  margin: 0 10px;
}
@media (max-width: 992px) {
  .cid-tjwef4ucpI .addr {
    margin: 0 auto;
  }
}
.cid-tjwef4ucpI .mbr-section-btn {
  flex: 0 0 240px;
}
.cid-tjwef4ucpI .mbr-section-subtitle.addr {
  color: #1d1d1b;
  font-size: 1rem;
}
section {
  background-color: #ffffff;
}

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

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
    margin: 1px auto !important;
}

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

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

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

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

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

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

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

b,
strong {
  font-weight: bold;
}

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

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

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

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

.hidden {
  visibility: hidden;
}

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

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

.mbr-black {
  color: #000000;
}

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

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

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

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

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

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

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

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

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

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

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

.media-container-row .media-size-item {
  width: 400px;
}

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

.media-container-column > * {
  width: 100%;
}

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

figure {
  margin-bottom: 0;
  overflow: hidden;
}

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

img,
iframe {
  display: block;
}

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

.card-box {
  width: 100%;
}

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

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

.mbr-figure {
  -ms-flex-item-align: center;
      -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 */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

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

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

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

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

.btn-form {
  margin: 0;
}

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

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

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

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

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

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

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

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

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

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

/*! Map */
.map {
  position: relative;
  height: 25rem;
    margin: 1px auto !important;
}

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

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

.mbr-arrow-up a {
  background: rgba(226, 10, 23, 0.2);
  border-radius: 20%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 1px dashed rgba(226, 10, 23, 0.1);
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}

.mbr-arrow-up a:hover {
  background-color: rgba(226, 10, 23, 0.5);
}

.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: 22px;
  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%);
}

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

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

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

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

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

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

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

/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}

@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}

.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}

.menu .navbar-brand span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}

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

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

@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}

@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

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

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

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

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

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

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

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

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

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

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

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

.media {
  display: -webkit-flex;
}

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

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

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

.jq-selectbox__trigger-arrow {
  right: 0;
  -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 {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  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;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

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

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

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

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

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

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

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

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

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}

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

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

form .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

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

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

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

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

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

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

:focus {
  outline: none;
}

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

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

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

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

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

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*="col"] {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

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

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

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

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

button {
  background-color: transparent;
  border-color: transparent;
}
/*# sourceMappingURL=style.css.map */.cid-tk0YIzjVfz {
  padding-top: 90px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/10504803-825559347478520-4740564787269850763-o-1276x1029.jpeg");
  height: 500px !important;
}
.cid-tk0YIzjVfz .mbr-section-title DIV {
  text-align: left;
  text-shadow: 2px 2px 1px #000;
}
.cid-tk0YIzjVfz .mbr-text,
.cid-tk0YIzjVfz .mbr-section-btn {
  text-align: left;
}
.cid-tk0YIzjVfz .addr {
  text-align: center;
  max-width: 300px;
  min-width: 150px;
  margin: 1.3rem 0;
}
.cid-tk0YIzjVfz .mbr-section-subtitle.addr {
  text-align: left;
}
.cid-tk0YIAxm7L {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tk0YIAxm7L .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #444444;
  padding: 0;
}
.cid-tk0YIAxm7L .card-img {
  overflow: hidden;
  border-radius: 0;
  position: relative;
}
.cid-tk0YIAxm7L .card-img:hover .img-hover {
  opacity: 0.3;
}
.cid-tk0YIAxm7L .card-img:hover .img-btn {
  opacity: 1;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cid-tk0YIAxm7L .btn {
  display: block;
  width: fit-content;
  margin: auto;
  margin-bottom: 1rem;
}
.cid-tk0YIAxm7L .img-btn {
  transition: all 0.5s;
  position: absolute;
  display: block;
  min-width: 250px;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  opacity: 0;
}
.cid-tk0YIAxm7L .img-hover {
  transition: all 0.3s;
  position: absolute;
  left: 0;
  top: 0;
  background: #f5d509;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.cid-tk0YIAxm7L .content-box {
  display: flex;
}
.cid-tk0YIAxm7L .date-box {
  background: #0a1c44;
  width: 110px;
  padding: 5px;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tk0YIAxm7L .ico-line {
  display: inline-block;
  width: 100%;
}
.cid-tk0YIAxm7L .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-tk0YIAxm7L .rev,
.cid-tk0YIAxm7L .mbr-iconfont {
  display: inline-block;
}
.cid-tk0YIAxm7L .line {
  display: inline-block;
  width: 100px;
  height: 4px;
  background-color: #e20a17;
  margin-top: 0.5rem;
  margin-bottom: -20px;
}
.cid-tk0YIAxm7L .card-title {
  color: #000000;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1rem;
  text-align: center;
}
.cid-tk0YIAxm7L .card-box {
  padding: 1rem;
  margin-top: .5rem;
}
.cid-tk0YIAxm7L .mbr-section-title {
  margin: 0 auto;
  color: #000000;
  text-align: center;
}
.cid-tk0YIAxm7L .mbr-section-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-tk0YIAxm7L .mbr-section-title,
.cid-tk0YIAxm7L .line-wrap {
  text-align: center;
  color: #000000;
}
.cid-tk0YIAxm7L .rev {
  text-align: left;
}
.cid-tk0YIAxm7L .card-text,
.cid-tk0YIAxm7L .mbr-section-btn,
.cid-tk0YIAxm7L .ico-line {
  text-align: left;
  color: #9e9e9e;
}
.cid-tk0YIAxm7L .rev i {
  color: #0a1c44;
}
.cid-tk0YIAxm7L .date {
  text-align: center;
  color: #ffffff;
}
.cid-tk0YIAxm7L .mounth {
  text-align: center;
  color: #ffffff;
}
.cid-tk0YIAxm7L .time {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-tk0YIAxm7L .img-hover {
    opacity: 0.5;
  }
  .cid-tk0YIAxm7L .img-btn {
    opacity: 1;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.cid-tk10efGpS9 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #fbf9eb;
}
.cid-tk10efGpS9 .row {
  margin-top: .5rem !important;
  align-items: top;
  justify-content: space-between;
}
.cid-tk10efGpS9 .row2 {
  margin-top: .5rem !important;
  align-items: top;
  justify-content: space-between;
}
.cid-tk10efGpS9 .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  line-height: 1.171em;
}
.cid-tk10efGpS9 .mbr-section-subtitle {
  color: #4c4c4c;
  width: 100%;
  text-align: left;
}
.cid-tk10efGpS9 .mbr-text {
  color: #8c8c95;
  margin-bottom: 36px;
}
.cid-tk10efGpS9 .right-side {
  max-width: 100%;
}
.cid-tk10efGpS9 .rs {
  margin-right: 30px;
}
.cid-tk10efGpS9 .mbr-section-btn {
  width: auto;
  display: inline-block;
}
.cid-tk10efGpS9 .margin {
  margin-right: 14px;
}
.cid-tk10efGpS9 .gray {
  padding: 55px 0;
  border-radius: 8px;
  background-color: #f4efcc;
}
.cid-tk10efGpS9 img {
  position: relative;
  right: 40px;
}
@media (max-width: 767px) {
  .cid-tk10efGpS9 .gray {
    padding: 0px 5px;
    text-align: center;
  }
  .cid-tk10efGpS9 img {
    right: initial;
    width: 100%;
    margin: auto;
    top: -35px;
  }
  .cid-tk10efGpS9 .col-md-5 {
    padding-top: 50px;
  }
}
@media (max-width: 430px) {
  .cid-tk10efGpS9 .b {
    margin-bottom: 10px;
  }
}
.cid-tk10efGpS9 .btn {
  margin-top: 20px;
}
.cid-tk10efGpS9 a.btn > span {
  margin-left: 0.5rem;
}
.cid-tk10efGpS9 .mbr-text,
.cid-tk10efGpS9 .button-align {
  color: #000000;
  text-align: center;
}
.cid-tk0YICoWlm {
  padding-top: 195px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/10658747-846303045404150-1415235410702103646-o-2000x1260.jpeg");
}
.cid-tk0YICoWlm .mbr-section-title {
  text-align: left;
}
.cid-tk0YICoWlm .mbr-text,
.cid-tk0YICoWlm .mbr-section-btn {
  text-align: left;
}
.cid-tk0YICoWlm .mbr-iconfont {
  -webkit-order: -1;
  order: -1;
  padding-right: 0.5rem;
  padding-left: 0rem !important;
}
.cid-tkoeIXSSzM {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tkoeIXSSzM .listico {
  padding-right: 1.25rem;
  font-size: 1.4rem;
}
.cid-tkoeIXSSzM .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-tkoeIXSSzM .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-tkoeIXSSzM .form-group {
  padding-right: 0;
}
.cid-tkoeIXSSzM .card {
  padding: 3rem 8rem;
}
.cid-tkoeIXSSzM .google-map {
  height: 100%;
  min-height: 25rem;
  width: 100%;
}
.cid-tkoeIXSSzM .google-map iframe {
  min-height: 100%;
  width: 100%;
}
.cid-tkoeIXSSzM .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-tkoeIXSSzM .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tkoeIXSSzM .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tkoeIXSSzM .map-placeholder {
  display: none;
}
.cid-tkoeIXSSzM .btn-primary {
  border: 1px solid #0087ab !important;
}
.cid-tkoeIXSSzM .btn-primary:hover {
  border: 1px solid #0087ab !important;
}
.cid-tkoeIXSSzM .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 100%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-tkoeIXSSzM .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-tkoeIXSSzM .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-tkoeIXSSzM .mbr-text {
  color: #444;
}
.cid-tkoeIXSSzM h5 {
  margin-bottom: 0;
}
.cid-tkoeIXSSzM .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-tkoeIXSSzM .list-item {
  display: -webkit-flex;
  padding-top: 10px;
  padding-bottom: 10px;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tkoeIXSSzM .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-tkoeIXSSzM .socicon {
  font-size: 1.3rem;
  color: #000 !important;
  background: #f5d509;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tkoeIXSSzM .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tkoeIXSSzM .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-tkoeIXSSzM .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tkoeIXSSzM .social-list a:hover {
  opacity: 0.4;
}
.cid-tkoeIXSSzM .media-container-row > div {
  padding: 0px;
}
.cid-tkoeIXSSzM .text2 {
  color: #000000;
  text-align: left;
}
.cid-tkoeIXSSzM .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-tkoeIXSSzM .links {
  color: #000000;
  line-height: 1.65;
  text-align: left;
}
@media (max-width: 1200px) {
  .cid-tkoeIXSSzM .card {
    padding: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-tkoeIXSSzM .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tkoeIXSSzM h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-tkoeIXSSzM .form-group {
    max-width: 180px;
  }
  .cid-tkoeIXSSzM .card {
    padding: 2rem 1rem;
  }
}
.cid-tkoeIXSSzM .links span {
  color: #9e9e9e;
}
.cid-tkoeIXSSzM .logo-title,
.cid-tkoeIXSSzM .logo-sub-title {
  text-align: center;
}
.cid-tkoeIXSSzM .logo-sub-title i {
  color: #9e9e9e;
}
.cid-tk0YIE4bSU {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-tk0YIE4bSU .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
  margin: auto;
}
.cid-tk0YIE4bSU .mbr-section-title {
  text-align: left;
  color: #14142b;
  padding-bottom: 24px;
  margin: auto;
}
.cid-tk0YIE4bSU .row {
  align-items: center;
  height: 100%;
}
.cid-tk0YIE4bSU .wrapper {
  margin: auto;
}
.cid-tk0YIE4bSU .img {
  text-align: center;
  margin: auto;
}
.cid-tk0YIE4bSU P {
  color: #ffffff;
}
.cid-tk0YIEHZLE .footer-head {
  width: 100%;
  position: relative;
  z-index: 5;
  background-color: #fbf9eb;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  overflow: hidden;
}
.cid-tk0YIEHZLE .img-bg {
  content: '';
  position: absolute;
  top: 0;
  right: 57%;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  border-top-right-radius: 190px;
  border-bottom-left-radius: 40px;
}
@media (max-width: 991px) {
  .cid-tk0YIEHZLE .img-bg {
    display: none;
  }
}
.cid-tk0YIEHZLE .container {
  display: flex;
  justify-content: center;
  max-width: 1160px;
}
@media (max-width: 991px) {
  .cid-tk0YIEHZLE .container {
    padding: 0 !important;
  }
}
.cid-tk0YIEHZLE .row {
  width: 100%;
  align-items: center;
}
.cid-tk0YIEHZLE .content-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (max-width: 991px) {
  .cid-tk0YIEHZLE .content-container {
    padding-top: 0;
    background-color: #fbf9eb;
  }
}
@media (max-width: 991px) {
  .cid-tk0YIEHZLE .col-brand {
    padding: 0 25px 65px 25px;
    padding-top: 5rem;
    border-bottom-left-radius: 40px;
    background-color: #ffffff;
  }
}
.cid-tk0YIEHZLE .col-links {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tk0YIEHZLE .col-links {
    padding: 70px 15px 0 15px;
  }
}
.cid-tk0YIEHZLE .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  font-weight: 700;
}
.cid-tk0YIEHZLE .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tk0YIEHZLE .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tk0YIEHZLE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tk0YIEHZLE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tk0YIEHZLE .brand-text {
  line-height: 1.65;
  margin-top: 75px;
  margin-bottom: 0;
  color: #000000;
  opacity: 0.85;
  width: 80%;
}
@media (max-width: 991px) {
  .cid-tk0YIEHZLE .brand-text {
    margin-top: 45px;
  }
}
.cid-tk0YIEHZLE .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 10px;
}
.cid-tk0YIEHZLE .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.cid-tk0YIEHZLE .mbr-iconfont {
  font-size: 16px;
  color: #000000;
}
.cid-tk0YIEHZLE .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 0;
  min-height: 28px;
  min-width: 28px;
}
.cid-tk0YIEHZLE .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tk0YIEHZLE .soc-item .mbr-iconfont {
  font-size: 28px;
  color: #000000 !important;
}
@media (max-width: 991px) {
  .cid-tk0YIEHZLE .col-link {
    width: auto !important;
    max-width: 33.33333333%;
  }
}
@media (max-width: 767px) {
  .cid-tk0YIEHZLE .col-link {
    max-width: 100%;
    width: 100% !important;
  }
}
.cid-tk0YIEHZLE .col-link1 {
  line-height: 1.65;
  padding-right: 20px;
}
@media (max-width: 768px) {
  .cid-tk0YIEHZLE .col-link1 {
    margin-bottom: 30px;
  }
}
.cid-tk0YIEHZLE .col-link2 {
  padding-left: 20px;
  line-height: 1.65;
}
@media (max-width: 768px) {
  .cid-tk0YIEHZLE .col-link2 {
    padding-left: 0;
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .cid-tk0YIEHZLE .col-link3 {
    padding-left: 32px;
  }
}
@media (max-width: 991px) {
  .cid-tk0YIEHZLE .col-link3 {
    padding-left: 40px;
  }
}
@media (max-width: 768px) {
  .cid-tk0YIEHZLE .col-link3 {
    padding-left: 0;
  }
}
.cid-tk0YIEHZLE .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #1d191f;
}
.cid-tk0YIEHZLE .list li {
  display: flex;
  align-items: center;
  line-height: 1.65;
}
.cid-tk0YIEHZLE .list a {
  display: flex;
  align-items: center;
  line-height: 1.65;
}
.cid-tk0YIEHZLE .footer-copyright {
  position: relative;
  z-index: 4;
  width: 100%;
  margin-top: -40px;
  background-color: #000000;
}
.cid-tk0YIEHZLE .col-copyright {
  padding: 85px 0 60px 0 !important;
}
@media (max-width: 991px) {
  .cid-tk0YIEHZLE .col-copyright {
    padding: 85px 10px 60px 10px !important;
  }
}
@media (max-width: 320px) {
  .cid-tk0YIEHZLE .col-copyright {
    padding: 85px 10px 60px 10px !important;
  }
}
.cid-tk0YIEHZLE .copyright {
  line-height: 1.80;
  color: #ffffff;
  font-size: .99rem;
}
@media (max-width: 991px) {
  .cid-tk0YIEHZLE .copyright {
    text-align: left !important;
  }
}
.cid-tk0YIFMzsq {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
@media (max-width: 992px) {
  .cid-tk0YIFMzsq .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-tk0YIFMzsq .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tk0YIFMzsq .navbar-caption {
  font-weight: 500;
}
.cid-tk0YIFMzsq nav.navbar {
  position: fixed;
}
.cid-tk0YIFMzsq .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-tk0YIFMzsq .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-tk0YIFMzsq .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tk0YIFMzsq .dropdown-item:hover,
.cid-tk0YIFMzsq .dropdown-item:focus {
  color: #e20a17 !important;
}
.cid-tk0YIFMzsq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tk0YIFMzsq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tk0YIFMzsq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em .65em !important;
}
.cid-tk0YIFMzsq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tk0YIFMzsq .nav-link {
  position: relative;
}
.cid-tk0YIFMzsq .nav-link:hover {
  color: #e20a17 !important;
}
.cid-tk0YIFMzsq .container {
  display: flex;
  margin: auto;
}
@media (min-width: 991px) {
  .cid-tk0YIFMzsq .container,
  .cid-tk0YIFMzsq .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-tk0YIFMzsq .dropdown-menu,
.cid-tk0YIFMzsq .navbar.opened {
  background: #ffffff !important;
}
.cid-tk0YIFMzsq .nav-item:focus,
.cid-tk0YIFMzsq .nav-link:focus {
  outline: none;
  color: #e20a17 !important;
}
.cid-tk0YIFMzsq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tk0YIFMzsq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tk0YIFMzsq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tk0YIFMzsq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tk0YIFMzsq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tk0YIFMzsq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tk0YIFMzsq .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid #000;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tk0YIFMzsq .navbar.opened {
  transition: all 0.3s;
}
.cid-tk0YIFMzsq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tk0YIFMzsq .navbar .navbar-logo img {
  width: auto;
}
.cid-tk0YIFMzsq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tk0YIFMzsq .navbar.collapsed {
  justify-content: center;
}
.cid-tk0YIFMzsq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tk0YIFMzsq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tk0YIFMzsq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-tk0YIFMzsq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tk0YIFMzsq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tk0YIFMzsq .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-tk0YIFMzsq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tk0YIFMzsq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tk0YIFMzsq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tk0YIFMzsq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tk0YIFMzsq .navbar .dropdown-menu .dropdown-submenu {
    right: 0 !important;
  }
  .cid-tk0YIFMzsq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tk0YIFMzsq .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-tk0YIFMzsq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tk0YIFMzsq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tk0YIFMzsq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tk0YIFMzsq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tk0YIFMzsq .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tk0YIFMzsq .navbar.navbar-short {
  min-height: 80px;
}
.cid-tk0YIFMzsq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tk0YIFMzsq .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-tk0YIFMzsq .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-tk0YIFMzsq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tk0YIFMzsq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tk0YIFMzsq .dropdown-item.active,
.cid-tk0YIFMzsq .dropdown-item:active {
  background-color: transparent;
}
.cid-tk0YIFMzsq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tk0YIFMzsq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tk0YIFMzsq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tk0YIFMzsq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tk0YIFMzsq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tk0YIFMzsq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tk0YIFMzsq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tk0YIFMzsq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tk0YIFMzsq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tk0YIFMzsq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tk0YIFMzsq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tk0YIFMzsq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tk0YIFMzsq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tk0YIFMzsq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tk0YIFMzsq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tk0YIFMzsq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tk0YIFMzsq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tk0YIFMzsq .navbar-dropdown {
  position: fixed;
}
.cid-tk0YIFMzsq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tk0YIFMzsq .navbar {
    height: 70px;
  }
  .cid-tk0YIFMzsq .navbar.opened {
    height: auto;
  }
  .cid-tk0YIFMzsq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tk0YIFMzsq .addr {
  text-align: center;
  max-width: 230px;
  min-width: 150px;
  margin: 0 10px;
}
@media (max-width: 992px) {
  .cid-tk0YIFMzsq .addr {
    margin: 0 auto;
  }
}
.cid-tk0YIFMzsq .mbr-section-btn {
  flex: 0 0 240px;
}
.cid-tk0YIFMzsq .mbr-section-subtitle.addr {
  color: #1d1d1b;
  font-size: 1rem;
}
section {
  background-color: #ffffff;
}

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

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
    margin: 1px auto !important;
}

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

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

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

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

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

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

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

b,
strong {
  font-weight: bold;
}

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

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

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

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

.hidden {
  visibility: hidden;
}

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

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

.mbr-black {
  color: #000000;
}

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

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

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

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

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

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

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

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

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

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

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

.media-container-row .media-size-item {
  width: 400px;
}

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

.media-container-column > * {
  width: 100%;
}

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

figure {
  margin-bottom: 0;
  overflow: hidden;
}

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

img,
iframe {
  display: block;
}

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

.card-box {
  width: 100%;
}

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

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

.mbr-figure {
  -ms-flex-item-align: center;
      -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 */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

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

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

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

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

.btn-form {
  margin: 0;
}

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

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

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

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

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

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

.mbr-bold {
  font-weight: 700;
}

[type="submit"] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  position: relative;
  height: 25rem;
    margin: 1px auto !important;
}

.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 55px;
  right: 1px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(226, 10, 23, 0.2);
  border-radius: 20%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 1px dashed rgba(226, 10, 23, 0.1);
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}

.mbr-arrow-up a:hover {
  background-color: rgba(226, 10, 23, 0.5);
}

.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: 22px;
  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%);
}

@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}

.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}

.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  -webkit-transform: rotate(135deg);
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@-webkit-keyframes arrowdown {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}

/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}

@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}

.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}

.menu .navbar-brand span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}

@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
  }
}

@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}

@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}

@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: .5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  -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 {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  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;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}

.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #000000;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  -webkit-transition: border-color 0.25s ease 0s;
  transition: border-color 0.25s ease 0s;
  border: none !important;
  border-radius: 4px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
          box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}

.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}

form .row [class*="col"] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: .5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name='gdpr'] {
  top: 7px;
}

.form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*="col"] {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

button {
  background-color: transparent;
  border-color: transparent;
}
/*# sourceMappingURL=style.css.map */.cid-tkdPMuscRc {
  padding-top: 90px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/12095022-1065075023526950-7909456228698922879-o-2000x1490.jpeg");
  height: 500px !important;
}
.cid-tkdPMuscRc .mbr-section-title DIV {
  text-align: left;
  text-shadow: 2px 2px 1px #000;
}
.cid-tkdPMuscRc .mbr-text,
.cid-tkdPMuscRc .mbr-section-btn {
  text-align: left;
}
.cid-tkdPMuscRc .addr {
  text-align: center;
  max-width: 300px;
  min-width: 150px;
  margin: 1.3rem 0;
}
.cid-tkdPMuscRc .mbr-section-subtitle.addr {
  text-align: left;
}
.cid-tkdPMvugYg {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tkdPMvugYg .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #444444;
  padding: 0;
}
.cid-tkdPMvugYg .card-img {
  overflow: hidden;
  border-radius: 0;
  position: relative;
}
.cid-tkdPMvugYg .card-img:hover .img-hover {
  opacity: 0.3;
}
.cid-tkdPMvugYg .card-img:hover .img-btn {
  opacity: 1;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cid-tkdPMvugYg .btn {
  display: block;
  width: fit-content;
  margin: auto;
  margin-bottom: 1rem;
}
.cid-tkdPMvugYg .img-btn {
  transition: all 0.5s;
  position: absolute;
  display: block;
  min-width: 250px;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  opacity: 0;
}
.cid-tkdPMvugYg .img-hover {
  transition: all 0.3s;
  position: absolute;
  left: 0;
  top: 0;
  background: #f5d509;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.cid-tkdPMvugYg .content-box {
  display: flex;
}
.cid-tkdPMvugYg .date-box {
  background: #0a1c44;
  width: 110px;
  padding: 5px;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tkdPMvugYg .ico-line {
  display: inline-block;
  width: 100%;
}
.cid-tkdPMvugYg .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-tkdPMvugYg .rev,
.cid-tkdPMvugYg .mbr-iconfont {
  display: inline-block;
}
.cid-tkdPMvugYg .line {
  display: inline-block;
  width: 100px;
  height: 4px;
  background-color: #e20a17;
  margin-top: 0.5rem;
  margin-bottom: -20px;
}
.cid-tkdPMvugYg .card-title {
  color: #000000;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1rem;
  text-align: center;
}
.cid-tkdPMvugYg .card-box {
  padding: 1rem;
  margin-top: .5rem;
}
.cid-tkdPMvugYg .mbr-section-title {
  margin: 0 auto;
  color: #000000;
  text-align: center;
}
.cid-tkdPMvugYg .mbr-section-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-tkdPMvugYg .mbr-section-title,
.cid-tkdPMvugYg .line-wrap {
  text-align: center;
  color: #000000;
}
.cid-tkdPMvugYg .rev {
  text-align: left;
}
.cid-tkdPMvugYg .card-text,
.cid-tkdPMvugYg .mbr-section-btn,
.cid-tkdPMvugYg .ico-line {
  text-align: left;
  color: #9e9e9e;
}
.cid-tkdPMvugYg .rev i {
  color: #0a1c44;
}
.cid-tkdPMvugYg .date {
  text-align: center;
  color: #ffffff;
}
.cid-tkdPMvugYg .mounth {
  text-align: center;
  color: #ffffff;
}
.cid-tkdPMvugYg .time {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-tkdPMvugYg .img-hover {
    opacity: 0.5;
  }
  .cid-tkdPMvugYg .img-btn {
    opacity: 1;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.cid-tkdPMwJFyQ {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #fbf9eb;
}
.cid-tkdPMwJFyQ .row {
  margin-top: .5rem !important;
  align-items: top;
  justify-content: space-between;
}
.cid-tkdPMwJFyQ .row2 {
  margin-top: .5rem !important;
  align-items: top;
  justify-content: space-between;
}
.cid-tkdPMwJFyQ .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  line-height: 1.65em;
}
.cid-tkdPMwJFyQ .mbr-section-subtitle {
  color: #4c4c4c;
  width: 100%;
  text-align: left;
}
.cid-tkdPMwJFyQ .mbr-text {
  color: #8c8c95;
  margin-bottom: 36px;
}
.cid-tkdPMwJFyQ .right-side {
  max-width: 100%;
}
.cid-tkdPMwJFyQ .rs {
  margin-right: 30px;
}
.cid-tkdPMwJFyQ .mbr-section-btn {
  margin-top: .95rem !important;
  width: auto;
  display: inline-block;
}
.cid-tkdPMwJFyQ .margin {
  margin-right: 14px;
}
.cid-tkdPMwJFyQ .gray {
  padding: 25px 15px;
  border-radius: 8px;
  background-color: #f4efcc;
}
.cid-tkdPMwJFyQ img {
  position: relative;
  right: 40px;
}
.cid-tkdPMwJFyQ .img2 {
  position: relative;
}
@media (max-width: 767px) {
  .cid-tkdPMwJFyQ .gray {
    padding: 0px 5px;
    text-align: center;
  }
  .cid-tkdPMwJFyQ img {
    right: initial;
    width: 100%;
    margin: auto;
    top: -35px;
  }
  .cid-tkdPMwJFyQ .col-md-5 {
    padding-top: 50px;
  }
}
@media (max-width: 430px) {
  .cid-tkdPMwJFyQ .b {
    margin-bottom: 10px;
  }
}
.cid-tkdPMwJFyQ .btn {
  margin-top: 20px;
}
.cid-tkdPMwJFyQ a.btn > span {
  margin-left: 0.5rem;
}
.cid-tkdPMwJFyQ .mbr-text,
.cid-tkdPMwJFyQ .button-align {
  color: #e20a17;
  text-align: center;
}
.cid-tkdPMxuAQz {
  padding-top: 195px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/11143102-1035113266523126-5352303479055977734-o-1-2000x1422.jpeg");
}
.cid-tkdPMxuAQz .mbr-section-title {
  text-align: left;
}
.cid-tkdPMxuAQz .mbr-text,
.cid-tkdPMxuAQz .mbr-section-btn {
  text-align: left;
}
.cid-tkdPMxuAQz .mbr-iconfont {
  -webkit-order: -1;
  order: -1;
  padding-right: 0.5rem;
  padding-left: 0rem !important;
}
.cid-tkoeIXSSzM {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tkoeIXSSzM .listico {
  padding-right: 1.25rem;
  font-size: 1.4rem;
}
.cid-tkoeIXSSzM .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-tkoeIXSSzM .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-tkoeIXSSzM .form-group {
  padding-right: 0;
}
.cid-tkoeIXSSzM .card {
  padding: 3rem 8rem;
}
.cid-tkoeIXSSzM .google-map {
  height: 100%;
  min-height: 25rem;
  width: 100%;
}
.cid-tkoeIXSSzM .google-map iframe {
  min-height: 100%;
  width: 100%;
}
.cid-tkoeIXSSzM .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-tkoeIXSSzM .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tkoeIXSSzM .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tkoeIXSSzM .map-placeholder {
  display: none;
}
.cid-tkoeIXSSzM .btn-primary {
  border: 1px solid #0087ab !important;
}
.cid-tkoeIXSSzM .btn-primary:hover {
  border: 1px solid #0087ab !important;
}
.cid-tkoeIXSSzM .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 100%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-tkoeIXSSzM .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-tkoeIXSSzM .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-tkoeIXSSzM .mbr-text {
  color: #444;
}
.cid-tkoeIXSSzM h5 {
  margin-bottom: 0;
}
.cid-tkoeIXSSzM .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-tkoeIXSSzM .list-item {
  display: -webkit-flex;
  padding-top: 10px;
  padding-bottom: 10px;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tkoeIXSSzM .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-tkoeIXSSzM .socicon {
  font-size: 1.3rem;
  color: #000 !important;
  background: #f5d509;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tkoeIXSSzM .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tkoeIXSSzM .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-tkoeIXSSzM .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tkoeIXSSzM .social-list a:hover {
  opacity: 0.4;
}
.cid-tkoeIXSSzM .media-container-row > div {
  padding: 0px;
}
.cid-tkoeIXSSzM .text2 {
  color: #000000;
  text-align: left;
}
.cid-tkoeIXSSzM .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-tkoeIXSSzM .links {
  color: #000000;
  line-height: 1.65;
  text-align: left;
}
@media (max-width: 1200px) {
  .cid-tkoeIXSSzM .card {
    padding: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-tkoeIXSSzM .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tkoeIXSSzM h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-tkoeIXSSzM .form-group {
    max-width: 180px;
  }
  .cid-tkoeIXSSzM .card {
    padding: 2rem 1rem;
  }
}
.cid-tkoeIXSSzM .links span {
  color: #9e9e9e;
}
.cid-tkoeIXSSzM .logo-title,
.cid-tkoeIXSSzM .logo-sub-title {
  text-align: center;
}
.cid-tkoeIXSSzM .logo-sub-title i {
  color: #9e9e9e;
}
.cid-tkdPMz5lcP {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-tkdPMz5lcP .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
  margin: auto;
}
.cid-tkdPMz5lcP .mbr-section-title {
  text-align: left;
  color: #14142b;
  padding-bottom: 24px;
  margin: auto;
}
.cid-tkdPMz5lcP .row {
  align-items: center;
  height: 100%;
}
.cid-tkdPMz5lcP .wrapper {
  margin: auto;
}
.cid-tkdPMz5lcP .img {
  text-align: center;
  margin: auto;
}
.cid-tkdPMz5lcP P {
  color: #ffffff;
}
.cid-tkdPMzK0Y4 .footer-head {
  width: 100%;
  position: relative;
  z-index: 5;
  background-color: #fbf9eb;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  overflow: hidden;
}
.cid-tkdPMzK0Y4 .img-bg {
  content: '';
  position: absolute;
  top: 0;
  right: 57%;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  border-top-right-radius: 190px;
  border-bottom-left-radius: 40px;
}
@media (max-width: 991px) {
  .cid-tkdPMzK0Y4 .img-bg {
    display: none;
  }
}
.cid-tkdPMzK0Y4 .container {
  display: flex;
  justify-content: center;
  max-width: 1160px;
}
@media (max-width: 991px) {
  .cid-tkdPMzK0Y4 .container {
    padding: 0 !important;
  }
}
.cid-tkdPMzK0Y4 .row {
  width: 100%;
  align-items: center;
}
.cid-tkdPMzK0Y4 .content-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (max-width: 991px) {
  .cid-tkdPMzK0Y4 .content-container {
    padding-top: 0;
    background-color: #fbf9eb;
  }
}
@media (max-width: 991px) {
  .cid-tkdPMzK0Y4 .col-brand {
    padding: 0 25px 65px 25px;
    padding-top: 5rem;
    border-bottom-left-radius: 40px;
    background-color: #ffffff;
  }
}
.cid-tkdPMzK0Y4 .col-links {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tkdPMzK0Y4 .col-links {
    padding: 70px 15px 0 15px;
  }
}
.cid-tkdPMzK0Y4 .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  font-weight: 700;
}
.cid-tkdPMzK0Y4 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tkdPMzK0Y4 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tkdPMzK0Y4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tkdPMzK0Y4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tkdPMzK0Y4 .brand-text {
  line-height: 1.65;
  margin-top: 75px;
  margin-bottom: 0;
  color: #000000;
  opacity: 0.85;
  width: 80%;
}
@media (max-width: 991px) {
  .cid-tkdPMzK0Y4 .brand-text {
    margin-top: 45px;
  }
}
.cid-tkdPMzK0Y4 .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 10px;
}
.cid-tkdPMzK0Y4 .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.cid-tkdPMzK0Y4 .mbr-iconfont {
  font-size: 16px;
  color: #000000;
}
.cid-tkdPMzK0Y4 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 0;
  min-height: 28px;
  min-width: 28px;
}
.cid-tkdPMzK0Y4 .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tkdPMzK0Y4 .soc-item .mbr-iconfont {
  font-size: 28px;
  color: #000000 !important;
}
@media (max-width: 991px) {
  .cid-tkdPMzK0Y4 .col-link {
    width: auto !important;
    max-width: 33.33333333%;
  }
}
@media (max-width: 767px) {
  .cid-tkdPMzK0Y4 .col-link {
    max-width: 100%;
    width: 100% !important;
  }
}
.cid-tkdPMzK0Y4 .col-link1 {
  line-height: 1.65;
  padding-right: 20px;
}
@media (max-width: 768px) {
  .cid-tkdPMzK0Y4 .col-link1 {
    margin-bottom: 30px;
  }
}
.cid-tkdPMzK0Y4 .col-link2 {
  padding-left: 20px;
  line-height: 1.65;
}
@media (max-width: 768px) {
  .cid-tkdPMzK0Y4 .col-link2 {
    padding-left: 0;
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .cid-tkdPMzK0Y4 .col-link3 {
    padding-left: 32px;
  }
}
@media (max-width: 991px) {
  .cid-tkdPMzK0Y4 .col-link3 {
    padding-left: 40px;
  }
}
@media (max-width: 768px) {
  .cid-tkdPMzK0Y4 .col-link3 {
    padding-left: 0;
  }
}
.cid-tkdPMzK0Y4 .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #1d191f;
}
.cid-tkdPMzK0Y4 .list li {
  display: flex;
  align-items: center;
  line-height: 1.65;
}
.cid-tkdPMzK0Y4 .list a {
  display: flex;
  align-items: center;
  line-height: 1.65;
}
.cid-tkdPMzK0Y4 .footer-copyright {
  position: relative;
  z-index: 4;
  width: 100%;
  margin-top: -40px;
  background-color: #000000;
}
.cid-tkdPMzK0Y4 .col-copyright {
  padding: 85px 0 60px 0 !important;
}
@media (max-width: 991px) {
  .cid-tkdPMzK0Y4 .col-copyright {
    padding: 85px 10px 60px 10px !important;
  }
}
@media (max-width: 320px) {
  .cid-tkdPMzK0Y4 .col-copyright {
    padding: 85px 10px 60px 10px !important;
  }
}
.cid-tkdPMzK0Y4 .copyright {
  line-height: 1.80;
  color: #ffffff;
  font-size: .99rem;
}
@media (max-width: 991px) {
  .cid-tkdPMzK0Y4 .copyright {
    text-align: left !important;
  }
}
.cid-tkdPMASCIo {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
@media (max-width: 992px) {
  .cid-tkdPMASCIo .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-tkdPMASCIo .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tkdPMASCIo .navbar-caption {
  font-weight: 500;
}
.cid-tkdPMASCIo nav.navbar {
  position: fixed;
}
.cid-tkdPMASCIo .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-tkdPMASCIo .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-tkdPMASCIo .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tkdPMASCIo .dropdown-item:hover,
.cid-tkdPMASCIo .dropdown-item:focus {
  color: #e20a17 !important;
}
.cid-tkdPMASCIo .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tkdPMASCIo .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tkdPMASCIo .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em .65em !important;
}
.cid-tkdPMASCIo .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tkdPMASCIo .nav-link {
  position: relative;
}
.cid-tkdPMASCIo .nav-link:hover {
  color: #e20a17 !important;
}
.cid-tkdPMASCIo .container {
  display: flex;
  margin: auto;
}
@media (min-width: 991px) {
  .cid-tkdPMASCIo .container,
  .cid-tkdPMASCIo .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-tkdPMASCIo .dropdown-menu,
.cid-tkdPMASCIo .navbar.opened {
  background: #ffffff !important;
}
.cid-tkdPMASCIo .nav-item:focus,
.cid-tkdPMASCIo .nav-link:focus {
  outline: none;
  color: #e20a17 !important;
}
.cid-tkdPMASCIo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tkdPMASCIo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tkdPMASCIo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tkdPMASCIo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tkdPMASCIo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tkdPMASCIo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tkdPMASCIo .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid #000;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tkdPMASCIo .navbar.opened {
  transition: all 0.3s;
}
.cid-tkdPMASCIo .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tkdPMASCIo .navbar .navbar-logo img {
  width: auto;
}
.cid-tkdPMASCIo .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tkdPMASCIo .navbar.collapsed {
  justify-content: center;
}
.cid-tkdPMASCIo .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tkdPMASCIo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tkdPMASCIo .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-tkdPMASCIo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tkdPMASCIo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tkdPMASCIo .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-tkdPMASCIo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tkdPMASCIo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tkdPMASCIo .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tkdPMASCIo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tkdPMASCIo .navbar .dropdown-menu .dropdown-submenu {
    right: 0 !important;
  }
  .cid-tkdPMASCIo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tkdPMASCIo .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-tkdPMASCIo .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tkdPMASCIo .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tkdPMASCIo .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tkdPMASCIo .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tkdPMASCIo .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tkdPMASCIo .navbar.navbar-short {
  min-height: 80px;
}
.cid-tkdPMASCIo .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tkdPMASCIo .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-tkdPMASCIo .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-tkdPMASCIo .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tkdPMASCIo .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tkdPMASCIo .dropdown-item.active,
.cid-tkdPMASCIo .dropdown-item:active {
  background-color: transparent;
}
.cid-tkdPMASCIo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tkdPMASCIo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tkdPMASCIo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tkdPMASCIo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tkdPMASCIo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tkdPMASCIo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tkdPMASCIo ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tkdPMASCIo button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tkdPMASCIo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tkdPMASCIo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tkdPMASCIo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tkdPMASCIo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tkdPMASCIo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tkdPMASCIo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tkdPMASCIo nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tkdPMASCIo nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tkdPMASCIo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tkdPMASCIo .navbar-dropdown {
  position: fixed;
}
.cid-tkdPMASCIo a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tkdPMASCIo .navbar {
    height: 70px;
  }
  .cid-tkdPMASCIo .navbar.opened {
    height: auto;
  }
  .cid-tkdPMASCIo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tkdPMASCIo .addr {
  text-align: center;
  max-width: 230px;
  min-width: 150px;
  margin: 0 10px;
}
@media (max-width: 992px) {
  .cid-tkdPMASCIo .addr {
    margin: 0 auto;
  }
}
.cid-tkdPMASCIo .mbr-section-btn {
  flex: 0 0 240px;
}
.cid-tkdPMASCIo .mbr-section-subtitle.addr {
  color: #1d1d1b;
  font-size: 1rem;
}
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.65;
  font-weight: 400;
  color: #000000;
  position: relative;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
    margin: 1px auto !important;
}

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;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 2;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

a {
  font-style: normal;
  font-weight: 700;
  cursor: pointer;
}

a, a:hover {
  text-decoration: none;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  -webkit-transition-delay: 9999s;
          transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type="hidden"] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #000000;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.media-container-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  -webkit-transition: width 0.1s;
  transition: width 0.1s;
}

img,
iframe {
  display: block;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  -ms-flex-item-align: center;
      -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 */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 400;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 400;
  letter-spacing: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}

.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type="submit"] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  position: relative;
  height: 25rem;
    margin: 1px auto !important;
}

.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 55px;
  right: 1px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(226, 10, 23, 0.2);
  border-radius: 20%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 1px dashed rgba(226, 10, 23, 0.1);
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}

.mbr-arrow-up a:hover {
  background-color: rgba(226, 10, 23, 0.5);
}

.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: 22px;
  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%);
}

@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}

.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}

.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  -webkit-transform: rotate(135deg);
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@-webkit-keyframes arrowdown {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}

/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}

@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}

.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}

.menu .navbar-brand span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}

@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
  }
}

@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}

@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}

@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: .5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  -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 {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  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;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}

.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #000000;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  -webkit-transition: border-color 0.25s ease 0s;
  transition: border-color 0.25s ease 0s;
  border: none !important;
  border-radius: 4px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
          box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}

.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}

form .row [class*="col"] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: .5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name='gdpr'] {
  top: 7px;
}

.form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*="col"] {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

button {
  background-color: transparent;
  border-color: transparent;
}
/*# sourceMappingURL=style.css.map */.cid-tkgkGegnMA {
  padding-top: 90px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/11782255-1026699544031165-8643435872257201855-o-2000x1621.jpg");
  height: 500px !important;
}
.cid-tkgkGegnMA .mbr-section-title DIV {
  text-align: left;
  text-shadow: 2px 2px 1px #000;
}
.cid-tkgkGegnMA .mbr-text,
.cid-tkgkGegnMA .mbr-section-btn {
  text-align: left;
}
.cid-tkgkGegnMA .addr {
  text-align: center;
  max-width: 300px;
  min-width: 150px;
  margin: 1.3rem 0;
}
.cid-tkgkGegnMA .mbr-section-subtitle.addr {
  text-align: left;
}
.cid-tkgkGf9Om9 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tkgkGf9Om9 .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #444444;
  padding: 0;
}
.cid-tkgkGf9Om9 .card-img {
  overflow: hidden;
  border-radius: 0;
  position: relative;
}
.cid-tkgkGf9Om9 .card-img:hover .img-hover {
  opacity: 0.3;
}
.cid-tkgkGf9Om9 .card-img:hover .img-btn {
  opacity: 1;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cid-tkgkGf9Om9 .btn {
  display: block;
  width: fit-content;
  margin: auto;
  margin-bottom: 1rem;
}
.cid-tkgkGf9Om9 .img-btn {
  transition: all 0.5s;
  position: absolute;
  display: block;
  min-width: 250px;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  opacity: 0;
}
.cid-tkgkGf9Om9 .img-hover {
  transition: all 0.3s;
  position: absolute;
  left: 0;
  top: 0;
  background: #f5d509;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.cid-tkgkGf9Om9 .content-box {
  display: flex;
}
.cid-tkgkGf9Om9 .date-box {
  background: #0a1c44;
  width: 110px;
  padding: 5px;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tkgkGf9Om9 .ico-line {
  display: inline-block;
  width: 100%;
}
.cid-tkgkGf9Om9 .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-tkgkGf9Om9 .rev,
.cid-tkgkGf9Om9 .mbr-iconfont {
  display: inline-block;
}
.cid-tkgkGf9Om9 .line {
  display: inline-block;
  width: 100px;
  height: 4px;
  background-color: #e20a17;
  margin-top: 0.5rem;
  margin-bottom: -20px;
}
.cid-tkgkGf9Om9 .card-title {
  color: #000000;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1rem;
  text-align: center;
}
.cid-tkgkGf9Om9 .card-box {
  padding: 1rem;
  margin-top: .5rem;
}
.cid-tkgkGf9Om9 .mbr-section-title {
  margin: 0 auto;
  color: #000000;
  text-align: center;
}
.cid-tkgkGf9Om9 .mbr-section-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-tkgkGf9Om9 .mbr-section-title,
.cid-tkgkGf9Om9 .line-wrap {
  text-align: center;
  color: #000000;
}
.cid-tkgkGf9Om9 .rev {
  text-align: left;
}
.cid-tkgkGf9Om9 .card-text,
.cid-tkgkGf9Om9 .mbr-section-btn,
.cid-tkgkGf9Om9 .ico-line {
  text-align: left;
  color: #9e9e9e;
}
.cid-tkgkGf9Om9 .rev i {
  color: #0a1c44;
}
.cid-tkgkGf9Om9 .date {
  text-align: center;
  color: #ffffff;
}
.cid-tkgkGf9Om9 .mounth {
  text-align: center;
  color: #ffffff;
}
.cid-tkgkGf9Om9 .time {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-tkgkGf9Om9 .img-hover {
    opacity: 0.5;
  }
  .cid-tkgkGf9Om9 .img-btn {
    opacity: 1;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.cid-tkgkGgbuUv {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tkgkGgbuUv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkgkGgbuUv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkgkGgbuUv .text-wrapper {
  padding: 2rem 3rem !important;
}
@media (max-width: 767px) {
  .cid-tkgkGgbuUv .text-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) and (max-width: 360px) {
  .cid-tkgkGgbuUv .text-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-tkgkGgbuUv .wrapper {
  background: #fbf9eb;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-tkgkGgbuUv .image-wrapper {
  padding: 0;
}
.cid-tkgkGgbuUv .image-wrapper img {
  width: 100%;
  border-top-radius: 8px;
}
.cid-tkgkGgbuUv .btn,
.cid-tkgkGgbuUv .btn-lg {
  margin-top: 1rem !important;
}
.cid-tkgkGgbuUv .mbr-text2 {
  color: #000000;
  line-height: 4;
}
.cid-tkgkGgbuUv .h3 {
  color: #000000;
  line-height: 1.45;
}
.cid-tkgkGgbuUv .mbr-text2,
.cid-tkgkGgbuUv .mbr-section-btn {
  text-align: center;
}
.cid-tkgpG3YbNA {
  padding-top: 0rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-tkgpG3YbNA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkgpG3YbNA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkgpG3YbNA .text-wrapper {
  padding: 2rem 3rem !important;
}
@media (max-width: 767px) {
  .cid-tkgpG3YbNA .text-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) and (max-width: 360px) {
  .cid-tkgpG3YbNA .text-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-tkgpG3YbNA .wrapper {
  background: #fbf9eb;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-tkgpG3YbNA .image-wrapper {
  padding: 0;
}
.cid-tkgpG3YbNA .image-wrapper img {
  width: 100%;
  border-top-radius: 8px;
}
.cid-tkgpG3YbNA .btn,
.cid-tkgpG3YbNA .btn-lg {
  margin-top: 1rem !important;
}
.cid-tkgpG3YbNA .mbr-text2 {
  color: #000000;
  line-height: 4;
}
.cid-tkgpG3YbNA .h3 {
  color: #000000;
  line-height: 1.45;
}
.cid-tkgpG3YbNA .mbr-text2,
.cid-tkgpG3YbNA .mbr-section-btn {
  text-align: center;
}
.cid-tkgkGgJ4Pm {
  padding-top: 195px;
  padding-bottom: 195px;
  background-image: url("../../../assets/images/11232219-1067459553288497-2598102590084423914-o-2000x1450.jpeg");
}
.cid-tkgkGgJ4Pm .mbr-section-title {
  text-align: left;
}
.cid-tkgkGgJ4Pm .mbr-text,
.cid-tkgkGgJ4Pm .mbr-section-btn {
  text-align: left;
}
.cid-tkgkGgJ4Pm .mbr-iconfont {
  -webkit-order: -1;
  order: -1;
  padding-right: 0.5rem;
  padding-left: 0rem !important;
}
.cid-tkoeIXSSzM {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tkoeIXSSzM .listico {
  padding-right: 1.25rem;
  font-size: 1.4rem;
}
.cid-tkoeIXSSzM .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-tkoeIXSSzM .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-tkoeIXSSzM .form-group {
  padding-right: 0;
}
.cid-tkoeIXSSzM .card {
  padding: 3rem 8rem;
}
.cid-tkoeIXSSzM .google-map {
  height: 100%;
  min-height: 25rem;
  width: 100%;
}
.cid-tkoeIXSSzM .google-map iframe {
  min-height: 100%;
  width: 100%;
}
.cid-tkoeIXSSzM .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-tkoeIXSSzM .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tkoeIXSSzM .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tkoeIXSSzM .map-placeholder {
  display: none;
}
.cid-tkoeIXSSzM .btn-primary {
  border: 1px solid #0087ab !important;
}
.cid-tkoeIXSSzM .btn-primary:hover {
  border: 1px solid #0087ab !important;
}
.cid-tkoeIXSSzM .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 100%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-tkoeIXSSzM .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-tkoeIXSSzM .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-tkoeIXSSzM .mbr-text {
  color: #444;
}
.cid-tkoeIXSSzM h5 {
  margin-bottom: 0;
}
.cid-tkoeIXSSzM .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-tkoeIXSSzM .list-item {
  display: -webkit-flex;
  padding-top: 10px;
  padding-bottom: 10px;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tkoeIXSSzM .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-tkoeIXSSzM .socicon {
  font-size: 1.3rem;
  color: #000 !important;
  background: #f5d509;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tkoeIXSSzM .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tkoeIXSSzM .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-tkoeIXSSzM .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tkoeIXSSzM .social-list a:hover {
  opacity: 0.4;
}
.cid-tkoeIXSSzM .media-container-row > div {
  padding: 0px;
}
.cid-tkoeIXSSzM .text2 {
  color: #000000;
  text-align: left;
}
.cid-tkoeIXSSzM .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-tkoeIXSSzM .links {
  color: #000000;
  line-height: 1.65;
  text-align: left;
}
@media (max-width: 1200px) {
  .cid-tkoeIXSSzM .card {
    padding: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-tkoeIXSSzM .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tkoeIXSSzM h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-tkoeIXSSzM .form-group {
    max-width: 180px;
  }
  .cid-tkoeIXSSzM .card {
    padding: 2rem 1rem;
  }
}
.cid-tkoeIXSSzM .links span {
  color: #9e9e9e;
}
.cid-tkoeIXSSzM .logo-title,
.cid-tkoeIXSSzM .logo-sub-title {
  text-align: center;
}
.cid-tkoeIXSSzM .logo-sub-title i {
  color: #9e9e9e;
}
.cid-tkgkGi8oNW {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-tkgkGi8oNW .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
  margin: auto;
}
.cid-tkgkGi8oNW .mbr-section-title {
  text-align: left;
  color: #14142b;
  padding-bottom: 24px;
  margin: auto;
}
.cid-tkgkGi8oNW .row {
  align-items: center;
  height: 100%;
}
.cid-tkgkGi8oNW .wrapper {
  margin: auto;
}
.cid-tkgkGi8oNW .img {
  text-align: center;
  margin: auto;
}
.cid-tkgkGi8oNW P {
  color: #ffffff;
}
.cid-tkgkGiDRPU .footer-head {
  width: 100%;
  position: relative;
  z-index: 5;
  background-color: #fbf9eb;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  overflow: hidden;
}
.cid-tkgkGiDRPU .img-bg {
  content: '';
  position: absolute;
  top: 0;
  right: 57%;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  border-top-right-radius: 190px;
  border-bottom-left-radius: 40px;
}
@media (max-width: 991px) {
  .cid-tkgkGiDRPU .img-bg {
    display: none;
  }
}
.cid-tkgkGiDRPU .container {
  display: flex;
  justify-content: center;
  max-width: 1160px;
}
@media (max-width: 991px) {
  .cid-tkgkGiDRPU .container {
    padding: 0 !important;
  }
}
.cid-tkgkGiDRPU .row {
  width: 100%;
  align-items: center;
}
.cid-tkgkGiDRPU .content-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (max-width: 991px) {
  .cid-tkgkGiDRPU .content-container {
    padding-top: 0;
    background-color: #fbf9eb;
  }
}
@media (max-width: 991px) {
  .cid-tkgkGiDRPU .col-brand {
    padding: 0 25px 65px 25px;
    padding-top: 5rem;
    border-bottom-left-radius: 40px;
    background-color: #ffffff;
  }
}
.cid-tkgkGiDRPU .col-links {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tkgkGiDRPU .col-links {
    padding: 70px 15px 0 15px;
  }
}
.cid-tkgkGiDRPU .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  font-weight: 700;
}
.cid-tkgkGiDRPU .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tkgkGiDRPU .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tkgkGiDRPU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tkgkGiDRPU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tkgkGiDRPU .brand-text {
  line-height: 1.65;
  margin-top: 75px;
  margin-bottom: 0;
  color: #000000;
  opacity: 0.85;
  width: 80%;
}
@media (max-width: 991px) {
  .cid-tkgkGiDRPU .brand-text {
    margin-top: 45px;
  }
}
.cid-tkgkGiDRPU .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 10px;
}
.cid-tkgkGiDRPU .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.cid-tkgkGiDRPU .mbr-iconfont {
  font-size: 16px;
  color: #000000;
}
.cid-tkgkGiDRPU .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 0;
  min-height: 28px;
  min-width: 28px;
}
.cid-tkgkGiDRPU .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tkgkGiDRPU .soc-item .mbr-iconfont {
  font-size: 28px;
  color: #000000 !important;
}
@media (max-width: 991px) {
  .cid-tkgkGiDRPU .col-link {
    width: auto !important;
    max-width: 33.33333333%;
  }
}
@media (max-width: 767px) {
  .cid-tkgkGiDRPU .col-link {
    max-width: 100%;
    width: 100% !important;
  }
}
.cid-tkgkGiDRPU .col-link1 {
  line-height: 1.65;
  padding-right: 20px;
}
@media (max-width: 768px) {
  .cid-tkgkGiDRPU .col-link1 {
    margin-bottom: 30px;
  }
}
.cid-tkgkGiDRPU .col-link2 {
  padding-left: 20px;
  line-height: 1.65;
}
@media (max-width: 768px) {
  .cid-tkgkGiDRPU .col-link2 {
    padding-left: 0;
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .cid-tkgkGiDRPU .col-link3 {
    padding-left: 32px;
  }
}
@media (max-width: 991px) {
  .cid-tkgkGiDRPU .col-link3 {
    padding-left: 40px;
  }
}
@media (max-width: 768px) {
  .cid-tkgkGiDRPU .col-link3 {
    padding-left: 0;
  }
}
.cid-tkgkGiDRPU .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #1d191f;
}
.cid-tkgkGiDRPU .list li {
  display: flex;
  align-items: center;
  line-height: 1.65;
}
.cid-tkgkGiDRPU .list a {
  display: flex;
  align-items: center;
  line-height: 1.65;
}
.cid-tkgkGiDRPU .footer-copyright {
  position: relative;
  z-index: 4;
  width: 100%;
  margin-top: -40px;
  background-color: #000000;
}
.cid-tkgkGiDRPU .col-copyright {
  padding: 85px 0 60px 0 !important;
}
@media (max-width: 991px) {
  .cid-tkgkGiDRPU .col-copyright {
    padding: 85px 10px 60px 10px !important;
  }
}
@media (max-width: 320px) {
  .cid-tkgkGiDRPU .col-copyright {
    padding: 85px 10px 60px 10px !important;
  }
}
.cid-tkgkGiDRPU .copyright {
  line-height: 1.80;
  color: #ffffff;
  font-size: .99rem;
}
@media (max-width: 991px) {
  .cid-tkgkGiDRPU .copyright {
    text-align: left !important;
  }
}
.cid-tkgkGjwRop {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
@media (max-width: 992px) {
  .cid-tkgkGjwRop .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-tkgkGjwRop .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tkgkGjwRop .navbar-caption {
  font-weight: 500;
}
.cid-tkgkGjwRop nav.navbar {
  position: fixed;
}
.cid-tkgkGjwRop .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-tkgkGjwRop .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-tkgkGjwRop .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tkgkGjwRop .dropdown-item:hover,
.cid-tkgkGjwRop .dropdown-item:focus {
  color: #e20a17 !important;
}
.cid-tkgkGjwRop .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tkgkGjwRop .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tkgkGjwRop .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em .65em !important;
}
.cid-tkgkGjwRop .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tkgkGjwRop .nav-link {
  position: relative;
}
.cid-tkgkGjwRop .nav-link:hover {
  color: #e20a17 !important;
}
.cid-tkgkGjwRop .container {
  display: flex;
  margin: auto;
}
@media (min-width: 991px) {
  .cid-tkgkGjwRop .container,
  .cid-tkgkGjwRop .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-tkgkGjwRop .dropdown-menu,
.cid-tkgkGjwRop .navbar.opened {
  background: #ffffff !important;
}
.cid-tkgkGjwRop .nav-item:focus,
.cid-tkgkGjwRop .nav-link:focus {
  outline: none;
  color: #e20a17 !important;
}
.cid-tkgkGjwRop .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tkgkGjwRop .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tkgkGjwRop .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tkgkGjwRop .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tkgkGjwRop .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tkgkGjwRop .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tkgkGjwRop .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid #000;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tkgkGjwRop .navbar.opened {
  transition: all 0.3s;
}
.cid-tkgkGjwRop .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tkgkGjwRop .navbar .navbar-logo img {
  width: auto;
}
.cid-tkgkGjwRop .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tkgkGjwRop .navbar.collapsed {
  justify-content: center;
}
.cid-tkgkGjwRop .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tkgkGjwRop .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tkgkGjwRop .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-tkgkGjwRop .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tkgkGjwRop .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tkgkGjwRop .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-tkgkGjwRop .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tkgkGjwRop .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tkgkGjwRop .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tkgkGjwRop .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tkgkGjwRop .navbar .dropdown-menu .dropdown-submenu {
    right: 0 !important;
  }
  .cid-tkgkGjwRop .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tkgkGjwRop .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-tkgkGjwRop .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tkgkGjwRop .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tkgkGjwRop .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tkgkGjwRop .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tkgkGjwRop .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tkgkGjwRop .navbar.navbar-short {
  min-height: 80px;
}
.cid-tkgkGjwRop .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tkgkGjwRop .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-tkgkGjwRop .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-tkgkGjwRop .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tkgkGjwRop .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tkgkGjwRop .dropdown-item.active,
.cid-tkgkGjwRop .dropdown-item:active {
  background-color: transparent;
}
.cid-tkgkGjwRop .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tkgkGjwRop .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tkgkGjwRop .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tkgkGjwRop .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tkgkGjwRop .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tkgkGjwRop .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tkgkGjwRop ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tkgkGjwRop button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tkgkGjwRop button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tkgkGjwRop button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tkgkGjwRop button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tkgkGjwRop button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tkgkGjwRop button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tkgkGjwRop nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tkgkGjwRop nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tkgkGjwRop nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tkgkGjwRop nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tkgkGjwRop .navbar-dropdown {
  position: fixed;
}
.cid-tkgkGjwRop a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tkgkGjwRop .navbar {
    height: 70px;
  }
  .cid-tkgkGjwRop .navbar.opened {
    height: auto;
  }
  .cid-tkgkGjwRop .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tkgkGjwRop .addr {
  text-align: center;
  max-width: 230px;
  min-width: 150px;
  margin: 0 10px;
}
@media (max-width: 992px) {
  .cid-tkgkGjwRop .addr {
    margin: 0 auto;
  }
}
.cid-tkgkGjwRop .mbr-section-btn {
  flex: 0 0 240px;
}
.cid-tkgkGjwRop .mbr-section-subtitle.addr {
  color: #1d1d1b;
  font-size: 1rem;
}
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.65;
  font-weight: 400;
  color: #000000;
  position: relative;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
    margin: 1px auto !important;
}

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;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 2;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

a {
  font-style: normal;
  font-weight: 700;
  cursor: pointer;
}

a, a:hover {
  text-decoration: none;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  -webkit-transition-delay: 9999s;
          transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type="hidden"] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #000000;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.media-container-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  -webkit-transition: width 0.1s;
  transition: width 0.1s;
}

img,
iframe {
  display: block;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  -ms-flex-item-align: center;
      -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 */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 400;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 400;
  letter-spacing: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}

.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type="submit"] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  position: relative;
  height: 25rem;
    margin: 1px auto !important;
}

.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 55px;
  right: 1px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(226, 10, 23, 0.2);
  border-radius: 20%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 1px dashed rgba(226, 10, 23, 0.1);
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}

.mbr-arrow-up a:hover {
  background-color: rgba(226, 10, 23, 0.5);
}

.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: 22px;
  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%);
}

@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}

.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}

.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  -webkit-transform: rotate(135deg);
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@-webkit-keyframes arrowdown {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}

/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}

@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}

.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}

.menu .navbar-brand span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}

@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
  }
}

@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}

@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}

@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: .5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  -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 {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  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;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}

.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #000000;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  -webkit-transition: border-color 0.25s ease 0s;
  transition: border-color 0.25s ease 0s;
  border: none !important;
  border-radius: 4px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
          box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}

.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}

form .row [class*="col"] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: .5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name='gdpr'] {
  top: 7px;
}

.form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*="col"] {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

button {
  background-color: transparent;
  border-color: transparent;
}
/*# sourceMappingURL=style.css.map */.cid-tkDDVcBAI2 {
  padding-top: 90px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/262837157-4945092925525121-7823126945813045313-n-1080x864.jpeg");
  height: 500px !important;
}
.cid-tkDDVcBAI2 .mbr-section-title DIV {
  text-align: left;
  text-shadow: 2px 2px 1px #000;
}
.cid-tkDDVcBAI2 .mbr-text,
.cid-tkDDVcBAI2 .mbr-section-btn {
  text-align: left;
}
.cid-tkDDVcBAI2 .addr {
  text-align: center;
  max-width: 300px;
  min-width: 150px;
  margin: 1.3rem 0;
}
.cid-tkDDVcBAI2 .mbr-section-subtitle.addr {
  text-align: left;
}
.cid-tkDDVdAqVj {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tkDDVdAqVj .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #444444;
  padding: 0;
}
.cid-tkDDVdAqVj .card-img {
  overflow: hidden;
  border-radius: 0;
  position: relative;
}
.cid-tkDDVdAqVj .card-img:hover .img-hover {
  opacity: 0.3;
}
.cid-tkDDVdAqVj .card-img:hover .img-btn {
  opacity: 1;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cid-tkDDVdAqVj .btn {
  display: block;
  width: fit-content;
  margin: auto;
  margin-bottom: 1rem;
}
.cid-tkDDVdAqVj .img-btn {
  transition: all 0.5s;
  position: absolute;
  display: block;
  min-width: 250px;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  opacity: 0;
}
.cid-tkDDVdAqVj .img-hover {
  transition: all 0.3s;
  position: absolute;
  left: 0;
  top: 0;
  background: #f5d509;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.cid-tkDDVdAqVj .content-box {
  display: flex;
}
.cid-tkDDVdAqVj .date-box {
  background: #0a1c44;
  width: 110px;
  padding: 5px;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tkDDVdAqVj .ico-line {
  display: inline-block;
  width: 100%;
}
.cid-tkDDVdAqVj .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-tkDDVdAqVj .rev,
.cid-tkDDVdAqVj .mbr-iconfont {
  display: inline-block;
}
.cid-tkDDVdAqVj .line {
  display: inline-block;
  width: 100px;
  height: 4px;
  background-color: #e20a17;
  margin-top: 0.5rem;
  margin-bottom: -20px;
}
.cid-tkDDVdAqVj .card-title {
  color: #000000;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1rem;
  text-align: center;
}
.cid-tkDDVdAqVj .card-box {
  padding: 1rem;
  margin-top: .5rem;
}
.cid-tkDDVdAqVj .mbr-section-title {
  margin: 0 auto;
  color: #000000;
  text-align: center;
}
.cid-tkDDVdAqVj .mbr-section-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-tkDDVdAqVj .mbr-section-title,
.cid-tkDDVdAqVj .line-wrap {
  text-align: center;
  color: #000000;
}
.cid-tkDDVdAqVj .rev {
  text-align: left;
}
.cid-tkDDVdAqVj .card-text,
.cid-tkDDVdAqVj .mbr-section-btn,
.cid-tkDDVdAqVj .ico-line {
  text-align: left;
  color: #9e9e9e;
}
.cid-tkDDVdAqVj .rev i {
  color: #0a1c44;
}
.cid-tkDDVdAqVj .date {
  text-align: center;
  color: #ffffff;
}
.cid-tkDDVdAqVj .mounth {
  text-align: center;
  color: #ffffff;
}
.cid-tkDDVdAqVj .time {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-tkDDVdAqVj .img-hover {
    opacity: 0.5;
  }
  .cid-tkDDVdAqVj .img-btn {
    opacity: 1;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.cid-tkDDVeR2ab {
  padding-top: 0rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-tkDDVeR2ab .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkDDVeR2ab .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkDDVeR2ab .row {
  justify-content: flex-start;
}
.cid-tkDDVeR2ab .container {
  max-width: 1140px;
  margin: 0 auto;
}
.cid-tkDDVeR2ab .container-fluid {
  padding: 0 130px;
}
@media (max-width: 991px) {
  .cid-tkDDVeR2ab .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-tkDDVeR2ab .container-fluid {
    padding: 0 15px;
  }
}
.cid-tkDDVeR2ab .content-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 70px;
  border-radius: 30px;
  background-color: #fbf9eb;
}
@media (max-width: 767px) {
  .cid-tkDDVeR2ab .content-container {
    padding: 70px 30px;
  }
}
.cid-tkDDVeR2ab .content-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.cid-tkDDVeR2ab .mbr-section-title {
  color: #ffffff;
  margin-bottom: 0 !important;
  width: 100%;
}
.cid-tkDDVeR2ab .mbr-section-subtitle {
  color: #f6f6f6;
  margin-bottom: 0 !important;
  margin-top: 20px;
  width: 100%;
}
.cid-tkDDVeR2ab .mbr-section-btn {
  width: 100%;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .cid-tkDDVeR2ab .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-tkDDVeR2ab .mbr-section-subtitle,
.cid-tkDDVeR2ab .mbr-section-btn {
  color: #000000;
}
.cid-tkDDVftvJe {
  padding-top: 195px;
  padding-bottom: 195px;
  background-image: url("../../../assets/images/12183869-1071275312906921-5696763530421588564-o-2000x1520.jpeg");
}
.cid-tkDDVftvJe .mbr-section-title {
  text-align: left;
}
.cid-tkDDVftvJe .mbr-text,
.cid-tkDDVftvJe .mbr-section-btn {
  text-align: left;
}
.cid-tkDDVftvJe .mbr-iconfont {
  -webkit-order: -1;
  order: -1;
  padding-right: 0.5rem;
  padding-left: 0rem !important;
}
.cid-tkDDVg92YQ {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tkDDVg92YQ .listico {
  padding-right: 1.25rem;
  font-size: 1.4rem;
}
.cid-tkDDVg92YQ .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-tkDDVg92YQ .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-tkDDVg92YQ .form-group {
  padding-right: 0;
}
.cid-tkDDVg92YQ .card {
  padding: 3rem 8rem;
}
.cid-tkDDVg92YQ .google-map {
  height: 100%;
  min-height: 25rem;
  width: 100%;
}
.cid-tkDDVg92YQ .google-map iframe {
  min-height: 100%;
  width: 100%;
}
.cid-tkDDVg92YQ .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-tkDDVg92YQ .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tkDDVg92YQ .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tkDDVg92YQ .map-placeholder {
  display: none;
}
.cid-tkDDVg92YQ .btn-primary {
  border: 1px solid #0087ab !important;
}
.cid-tkDDVg92YQ .btn-primary:hover {
  border: 1px solid #0087ab !important;
}
.cid-tkDDVg92YQ .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 100%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-tkDDVg92YQ .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-tkDDVg92YQ .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-tkDDVg92YQ .mbr-text {
  color: #444;
}
.cid-tkDDVg92YQ h5 {
  margin-bottom: 0;
}
.cid-tkDDVg92YQ .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-tkDDVg92YQ .list-item {
  display: -webkit-flex;
  padding-top: 10px;
  padding-bottom: 10px;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tkDDVg92YQ .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-tkDDVg92YQ .socicon {
  font-size: 1.3rem;
  color: #000 !important;
  background: #f5d509;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tkDDVg92YQ .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tkDDVg92YQ .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-tkDDVg92YQ .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tkDDVg92YQ .social-list a:hover {
  opacity: 0.4;
}
.cid-tkDDVg92YQ .media-container-row > div {
  padding: 0px;
}
.cid-tkDDVg92YQ .text2 {
  color: #000000;
  text-align: left;
}
.cid-tkDDVg92YQ .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-tkDDVg92YQ .links {
  color: #000000;
  line-height: 1.65;
  text-align: left;
}
@media (max-width: 1200px) {
  .cid-tkDDVg92YQ .card {
    padding: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-tkDDVg92YQ .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tkDDVg92YQ h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-tkDDVg92YQ .form-group {
    max-width: 180px;
  }
  .cid-tkDDVg92YQ .card {
    padding: 2rem 1rem;
  }
}
.cid-tkDDVg92YQ .links span {
  color: #9e9e9e;
}
.cid-tkDDVg92YQ .logo-title,
.cid-tkDDVg92YQ .logo-sub-title {
  text-align: center;
}
.cid-tkDDVg92YQ .logo-sub-title i {
  color: #9e9e9e;
}
.cid-tkDDVh5znc {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-tkDDVh5znc .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
  margin: auto;
}
.cid-tkDDVh5znc .mbr-section-title {
  text-align: left;
  color: #14142b;
  padding-bottom: 24px;
  margin: auto;
}
.cid-tkDDVh5znc .row {
  align-items: center;
  height: 100%;
}
.cid-tkDDVh5znc .wrapper {
  margin: auto;
}
.cid-tkDDVh5znc .img {
  text-align: center;
  margin: auto;
}
.cid-tkDDVh5znc P {
  color: #ffffff;
}
.cid-tkDDVhBUzy .footer-head {
  width: 100%;
  position: relative;
  z-index: 5;
  background-color: #fbf9eb;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  overflow: hidden;
}
.cid-tkDDVhBUzy .img-bg {
  content: '';
  position: absolute;
  top: 0;
  right: 57%;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  border-top-right-radius: 190px;
  border-bottom-left-radius: 40px;
}
@media (max-width: 991px) {
  .cid-tkDDVhBUzy .img-bg {
    display: none;
  }
}
.cid-tkDDVhBUzy .container {
  display: flex;
  justify-content: center;
  max-width: 1160px;
}
@media (max-width: 991px) {
  .cid-tkDDVhBUzy .container {
    padding: 0 !important;
  }
}
.cid-tkDDVhBUzy .row {
  width: 100%;
  align-items: center;
}
.cid-tkDDVhBUzy .content-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (max-width: 991px) {
  .cid-tkDDVhBUzy .content-container {
    padding-top: 0;
    background-color: #fbf9eb;
  }
}
@media (max-width: 991px) {
  .cid-tkDDVhBUzy .col-brand {
    padding: 0 25px 65px 25px;
    padding-top: 5rem;
    border-bottom-left-radius: 40px;
    background-color: #ffffff;
  }
}
.cid-tkDDVhBUzy .col-links {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tkDDVhBUzy .col-links {
    padding: 70px 15px 0 15px;
  }
}
.cid-tkDDVhBUzy .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  font-weight: 700;
}
.cid-tkDDVhBUzy .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tkDDVhBUzy .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tkDDVhBUzy .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tkDDVhBUzy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tkDDVhBUzy .brand-text {
  line-height: 1.65;
  margin-top: 75px;
  margin-bottom: 0;
  color: #000000;
  opacity: 0.85;
  width: 80%;
}
@media (max-width: 991px) {
  .cid-tkDDVhBUzy .brand-text {
    margin-top: 45px;
  }
}
.cid-tkDDVhBUzy .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 10px;
}
.cid-tkDDVhBUzy .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.cid-tkDDVhBUzy .mbr-iconfont {
  font-size: 16px;
  color: #000000;
}
.cid-tkDDVhBUzy .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 0;
  min-height: 28px;
  min-width: 28px;
}
.cid-tkDDVhBUzy .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tkDDVhBUzy .soc-item .mbr-iconfont {
  font-size: 28px;
  color: #000000 !important;
}
@media (max-width: 991px) {
  .cid-tkDDVhBUzy .col-link {
    width: auto !important;
    max-width: 33.33333333%;
  }
}
@media (max-width: 767px) {
  .cid-tkDDVhBUzy .col-link {
    max-width: 100%;
    width: 100% !important;
  }
}
.cid-tkDDVhBUzy .col-link1 {
  line-height: 1.65;
  padding-right: 20px;
}
@media (max-width: 768px) {
  .cid-tkDDVhBUzy .col-link1 {
    margin-bottom: 30px;
  }
}
.cid-tkDDVhBUzy .col-link2 {
  padding-left: 20px;
  line-height: 1.65;
}
@media (max-width: 768px) {
  .cid-tkDDVhBUzy .col-link2 {
    padding-left: 0;
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .cid-tkDDVhBUzy .col-link3 {
    padding-left: 32px;
  }
}
@media (max-width: 991px) {
  .cid-tkDDVhBUzy .col-link3 {
    padding-left: 40px;
  }
}
@media (max-width: 768px) {
  .cid-tkDDVhBUzy .col-link3 {
    padding-left: 0;
  }
}
.cid-tkDDVhBUzy .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #1d191f;
}
.cid-tkDDVhBUzy .list li {
  display: flex;
  align-items: center;
  line-height: 1.65;
}
.cid-tkDDVhBUzy .list a {
  display: flex;
  align-items: center;
  line-height: 1.65;
}
.cid-tkDDVhBUzy .footer-copyright {
  position: relative;
  z-index: 4;
  width: 100%;
  margin-top: -40px;
  background-color: #000000;
}
.cid-tkDDVhBUzy .col-copyright {
  padding: 85px 0 60px 0 !important;
}
@media (max-width: 991px) {
  .cid-tkDDVhBUzy .col-copyright {
    padding: 85px 10px 60px 10px !important;
  }
}
@media (max-width: 320px) {
  .cid-tkDDVhBUzy .col-copyright {
    padding: 85px 10px 60px 10px !important;
  }
}
.cid-tkDDVhBUzy .copyright {
  line-height: 1.80;
  color: #ffffff;
  font-size: .99rem;
}
@media (max-width: 991px) {
  .cid-tkDDVhBUzy .copyright {
    text-align: left !important;
  }
}
.cid-tkDDViyBpD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
@media (max-width: 992px) {
  .cid-tkDDViyBpD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-tkDDViyBpD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tkDDViyBpD .navbar-caption {
  font-weight: 500;
}
.cid-tkDDViyBpD nav.navbar {
  position: fixed;
}
.cid-tkDDViyBpD .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-tkDDViyBpD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-tkDDViyBpD .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tkDDViyBpD .dropdown-item:hover,
.cid-tkDDViyBpD .dropdown-item:focus {
  color: #e20a17 !important;
}
.cid-tkDDViyBpD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tkDDViyBpD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tkDDViyBpD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em .65em !important;
}
.cid-tkDDViyBpD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tkDDViyBpD .nav-link {
  position: relative;
}
.cid-tkDDViyBpD .nav-link:hover {
  color: #e20a17 !important;
}
.cid-tkDDViyBpD .container {
  display: flex;
  margin: auto;
}
@media (min-width: 991px) {
  .cid-tkDDViyBpD .container,
  .cid-tkDDViyBpD .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-tkDDViyBpD .dropdown-menu,
.cid-tkDDViyBpD .navbar.opened {
  background: #ffffff !important;
}
.cid-tkDDViyBpD .nav-item:focus,
.cid-tkDDViyBpD .nav-link:focus {
  outline: none;
  color: #e20a17 !important;
}
.cid-tkDDViyBpD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tkDDViyBpD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tkDDViyBpD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tkDDViyBpD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tkDDViyBpD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tkDDViyBpD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tkDDViyBpD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid #000;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tkDDViyBpD .navbar.opened {
  transition: all 0.3s;
}
.cid-tkDDViyBpD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tkDDViyBpD .navbar .navbar-logo img {
  width: auto;
}
.cid-tkDDViyBpD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tkDDViyBpD .navbar.collapsed {
  justify-content: center;
}
.cid-tkDDViyBpD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tkDDViyBpD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tkDDViyBpD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-tkDDViyBpD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tkDDViyBpD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tkDDViyBpD .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-tkDDViyBpD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tkDDViyBpD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tkDDViyBpD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tkDDViyBpD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tkDDViyBpD .navbar .dropdown-menu .dropdown-submenu {
    right: 0 !important;
  }
  .cid-tkDDViyBpD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tkDDViyBpD .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-tkDDViyBpD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tkDDViyBpD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tkDDViyBpD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tkDDViyBpD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tkDDViyBpD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tkDDViyBpD .navbar.navbar-short {
  min-height: 80px;
}
.cid-tkDDViyBpD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tkDDViyBpD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-tkDDViyBpD .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-tkDDViyBpD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tkDDViyBpD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tkDDViyBpD .dropdown-item.active,
.cid-tkDDViyBpD .dropdown-item:active {
  background-color: transparent;
}
.cid-tkDDViyBpD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tkDDViyBpD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tkDDViyBpD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tkDDViyBpD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tkDDViyBpD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tkDDViyBpD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tkDDViyBpD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tkDDViyBpD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tkDDViyBpD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tkDDViyBpD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tkDDViyBpD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tkDDViyBpD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tkDDViyBpD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tkDDViyBpD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tkDDViyBpD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tkDDViyBpD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tkDDViyBpD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tkDDViyBpD .navbar-dropdown {
  position: fixed;
}
.cid-tkDDViyBpD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tkDDViyBpD .navbar {
    height: 70px;
  }
  .cid-tkDDViyBpD .navbar.opened {
    height: auto;
  }
  .cid-tkDDViyBpD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tkDDViyBpD .addr {
  text-align: center;
  max-width: 230px;
  min-width: 150px;
  margin: 0 10px;
}
@media (max-width: 992px) {
  .cid-tkDDViyBpD .addr {
    margin: 0 auto;
  }
}
.cid-tkDDViyBpD .mbr-section-btn {
  flex: 0 0 240px;
}
.cid-tkDDViyBpD .mbr-section-subtitle.addr {
  color: #1d1d1b;
  font-size: 1rem;
}
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.65;
  font-weight: 400;
  color: #000000;
  position: relative;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
    margin: 1px auto !important;
}

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;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 2;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

a {
  font-style: normal;
  font-weight: 700;
  cursor: pointer;
}

a, a:hover {
  text-decoration: none;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  -webkit-transition-delay: 9999s;
          transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type="hidden"] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #000000;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.media-container-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  -webkit-transition: width 0.1s;
  transition: width 0.1s;
}

img,
iframe {
  display: block;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  -ms-flex-item-align: center;
      -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 */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 400;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 400;
  letter-spacing: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}

.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type="submit"] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  position: relative;
  height: 25rem;
    margin: 1px auto !important;
}

.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 55px;
  right: 1px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(226, 10, 23, 0.2);
  border-radius: 20%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 1px dashed rgba(226, 10, 23, 0.1);
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}

.mbr-arrow-up a:hover {
  background-color: rgba(226, 10, 23, 0.5);
}

.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: 22px;
  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%);
}

@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}

.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}

.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  -webkit-transform: rotate(135deg);
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@-webkit-keyframes arrowdown {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}

/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}

@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}

.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}

.menu .navbar-brand span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}

@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
  }
}

@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}

@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}

@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: .5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  -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 {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  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;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}

.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #000000;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  -webkit-transition: border-color 0.25s ease 0s;
  transition: border-color 0.25s ease 0s;
  border: none !important;
  border-radius: 4px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
          box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}

.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}

form .row [class*="col"] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: .5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name='gdpr'] {
  top: 7px;
}

.form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*="col"] {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

button {
  background-color: transparent;
  border-color: transparent;
}
/*# sourceMappingURL=style.css.map */.cid-tkE8uJHnBY {
  padding-top: 90px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/14124486-1272997212734729-7892253724711416050-o-2000x1710.jpeg");
  height: 500px !important;
}
.cid-tkE8uJHnBY .mbr-section-title DIV {
  text-align: left;
  text-shadow: 2px 2px 1px #000;
}
.cid-tkE8uJHnBY .mbr-text,
.cid-tkE8uJHnBY .mbr-section-btn {
  text-align: left;
}
.cid-tkE8uJHnBY .addr {
  text-align: center;
  max-width: 300px;
  min-width: 150px;
  margin: 1.3rem 0;
}
.cid-tkE8uJHnBY .mbr-section-subtitle.addr {
  text-align: left;
}
.cid-tkE8uL2BRl {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tkE8uL2BRl .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #444444;
  padding: 0;
}
.cid-tkE8uL2BRl .card-img {
  overflow: hidden;
  border-radius: 0;
  position: relative;
}
.cid-tkE8uL2BRl .card-img:hover .img-hover {
  opacity: 0.3;
}
.cid-tkE8uL2BRl .card-img:hover .img-btn {
  opacity: 1;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cid-tkE8uL2BRl .btn {
  display: block;
  width: fit-content;
  margin: auto;
  margin-bottom: 1rem;
}
.cid-tkE8uL2BRl .img-btn {
  transition: all 0.5s;
  position: absolute;
  display: block;
  min-width: 250px;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  opacity: 0;
}
.cid-tkE8uL2BRl .img-hover {
  transition: all 0.3s;
  position: absolute;
  left: 0;
  top: 0;
  background: #f5d509;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.cid-tkE8uL2BRl .content-box {
  display: flex;
}
.cid-tkE8uL2BRl .date-box {
  background: #0a1c44;
  width: 110px;
  padding: 5px;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tkE8uL2BRl .ico-line {
  display: inline-block;
  width: 100%;
}
.cid-tkE8uL2BRl .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-tkE8uL2BRl .rev,
.cid-tkE8uL2BRl .mbr-iconfont {
  display: inline-block;
}
.cid-tkE8uL2BRl .line {
  display: inline-block;
  width: 100px;
  height: 4px;
  background-color: #e20a17;
  margin-top: 0.5rem;
  margin-bottom: -20px;
}
.cid-tkE8uL2BRl .card-title {
  color: #000000;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1rem;
  text-align: center;
}
.cid-tkE8uL2BRl .card-box {
  padding: 1rem;
  margin-top: .5rem;
}
.cid-tkE8uL2BRl .mbr-section-title {
  margin: 0 auto;
  color: #000000;
  text-align: center;
}
.cid-tkE8uL2BRl .mbr-section-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-tkE8uL2BRl .mbr-section-title,
.cid-tkE8uL2BRl .line-wrap {
  text-align: center;
  color: #000000;
}
.cid-tkE8uL2BRl .rev {
  text-align: left;
}
.cid-tkE8uL2BRl .card-text,
.cid-tkE8uL2BRl .mbr-section-btn,
.cid-tkE8uL2BRl .ico-line {
  text-align: left;
  color: #9e9e9e;
}
.cid-tkE8uL2BRl .rev i {
  color: #0a1c44;
}
.cid-tkE8uL2BRl .date {
  text-align: center;
  color: #ffffff;
}
.cid-tkE8uL2BRl .mounth {
  text-align: center;
  color: #ffffff;
}
.cid-tkE8uL2BRl .time {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-tkE8uL2BRl .img-hover {
    opacity: 0.5;
  }
  .cid-tkE8uL2BRl .img-btn {
    opacity: 1;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.cid-tkE8uMbD9u {
  padding-top: 0rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-tkE8uMbD9u .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkE8uMbD9u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkE8uMbD9u .row {
  justify-content: flex-start;
}
.cid-tkE8uMbD9u .container {
  max-width: 1140px;
  margin: 0 auto;
}
.cid-tkE8uMbD9u .container-fluid {
  padding: 0 130px;
}
@media (max-width: 991px) {
  .cid-tkE8uMbD9u .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-tkE8uMbD9u .container-fluid {
    padding: 0 15px;
  }
}
.cid-tkE8uMbD9u .content-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 70px;
  border-radius: 30px;
  background-color: #fbf9eb;
}
@media (max-width: 767px) {
  .cid-tkE8uMbD9u .content-container {
    padding: 70px 30px;
  }
}
.cid-tkE8uMbD9u .content-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.cid-tkE8uMbD9u .mbr-section-title {
  color: #ffffff;
  margin-bottom: 0 !important;
  width: 100%;
}
.cid-tkE8uMbD9u .mbr-section-subtitle {
  color: #f6f6f6;
  margin-bottom: 0 !important;
  margin-top: 20px;
  width: 100%;
}
.cid-tkE8uMbD9u .mbr-section-btn {
  width: 100%;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .cid-tkE8uMbD9u .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-tkE8uMbD9u .mbr-section-subtitle,
.cid-tkE8uMbD9u .mbr-section-btn {
  color: #000000;
}
.cid-tkE8uMLfci {
  padding-top: 195px;
  padding-bottom: 195px;
  background-image: url("../../../assets/images/13700988-1236841173017000-8486988311301661419-o-2000x1580.jpeg");
}
.cid-tkE8uMLfci .mbr-section-title {
  text-align: left;
}
.cid-tkE8uMLfci .mbr-text,
.cid-tkE8uMLfci .mbr-section-btn {
  text-align: left;
}
.cid-tkE8uMLfci .mbr-iconfont {
  -webkit-order: -1;
  order: -1;
  padding-right: 0.5rem;
  padding-left: 0rem !important;
}
.cid-tkE8uNie6D {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tkE8uNie6D .listico {
  padding-right: 1.25rem;
  font-size: 1.4rem;
}
.cid-tkE8uNie6D .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-tkE8uNie6D .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-tkE8uNie6D .form-group {
  padding-right: 0;
}
.cid-tkE8uNie6D .card {
  padding: 3rem 8rem;
}
.cid-tkE8uNie6D .google-map {
  height: 100%;
  min-height: 25rem;
  width: 100%;
}
.cid-tkE8uNie6D .google-map iframe {
  min-height: 100%;
  width: 100%;
}
.cid-tkE8uNie6D .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-tkE8uNie6D .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tkE8uNie6D .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tkE8uNie6D .map-placeholder {
  display: none;
}
.cid-tkE8uNie6D .btn-primary {
  border: 1px solid #0087ab !important;
}
.cid-tkE8uNie6D .btn-primary:hover {
  border: 1px solid #0087ab !important;
}
.cid-tkE8uNie6D .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 100%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-tkE8uNie6D .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-tkE8uNie6D .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-tkE8uNie6D .mbr-text {
  color: #444;
}
.cid-tkE8uNie6D h5 {
  margin-bottom: 0;
}
.cid-tkE8uNie6D .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-tkE8uNie6D .list-item {
  display: -webkit-flex;
  padding-top: 10px;
  padding-bottom: 10px;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tkE8uNie6D .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-tkE8uNie6D .socicon {
  font-size: 1.3rem;
  color: #000 !important;
  background: #f5d509;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tkE8uNie6D .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tkE8uNie6D .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-tkE8uNie6D .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tkE8uNie6D .social-list a:hover {
  opacity: 0.4;
}
.cid-tkE8uNie6D .media-container-row > div {
  padding: 0px;
}
.cid-tkE8uNie6D .text2 {
  color: #000000;
  text-align: left;
}
.cid-tkE8uNie6D .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-tkE8uNie6D .links {
  color: #000000;
  line-height: 1.65;
  text-align: left;
}
@media (max-width: 1200px) {
  .cid-tkE8uNie6D .card {
    padding: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-tkE8uNie6D .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tkE8uNie6D h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-tkE8uNie6D .form-group {
    max-width: 180px;
  }
  .cid-tkE8uNie6D .card {
    padding: 2rem 1rem;
  }
}
.cid-tkE8uNie6D .links span {
  color: #9e9e9e;
}
.cid-tkE8uNie6D .logo-title,
.cid-tkE8uNie6D .logo-sub-title {
  text-align: center;
}
.cid-tkE8uNie6D .logo-sub-title i {
  color: #9e9e9e;
}
.cid-tkE8uOeRi1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-tkE8uOeRi1 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
  margin: auto;
}
.cid-tkE8uOeRi1 .mbr-section-title {
  text-align: left;
  color: #14142b;
  padding-bottom: 24px;
  margin: auto;
}
.cid-tkE8uOeRi1 .row {
  align-items: center;
  height: 100%;
}
.cid-tkE8uOeRi1 .wrapper {
  margin: auto;
}
.cid-tkE8uOeRi1 .img {
  text-align: center;
  margin: auto;
}
.cid-tkE8uOeRi1 P {
  color: #ffffff;
}
.cid-tkE8uOMzR1 .footer-head {
  width: 100%;
  position: relative;
  z-index: 5;
  background-color: #fbf9eb;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  overflow: hidden;
}
.cid-tkE8uOMzR1 .img-bg {
  content: '';
  position: absolute;
  top: 0;
  right: 57%;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  border-top-right-radius: 190px;
  border-bottom-left-radius: 40px;
}
@media (max-width: 991px) {
  .cid-tkE8uOMzR1 .img-bg {
    display: none;
  }
}
.cid-tkE8uOMzR1 .container {
  display: flex;
  justify-content: center;
  max-width: 1160px;
}
@media (max-width: 991px) {
  .cid-tkE8uOMzR1 .container {
    padding: 0 !important;
  }
}
.cid-tkE8uOMzR1 .row {
  width: 100%;
  align-items: center;
}
.cid-tkE8uOMzR1 .content-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (max-width: 991px) {
  .cid-tkE8uOMzR1 .content-container {
    padding-top: 0;
    background-color: #fbf9eb;
  }
}
@media (max-width: 991px) {
  .cid-tkE8uOMzR1 .col-brand {
    padding: 0 25px 65px 25px;
    padding-top: 5rem;
    border-bottom-left-radius: 40px;
    background-color: #ffffff;
  }
}
.cid-tkE8uOMzR1 .col-links {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tkE8uOMzR1 .col-links {
    padding: 70px 15px 0 15px;
  }
}
.cid-tkE8uOMzR1 .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  font-weight: 700;
}
.cid-tkE8uOMzR1 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tkE8uOMzR1 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tkE8uOMzR1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tkE8uOMzR1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tkE8uOMzR1 .brand-text {
  line-height: 1.65;
  margin-top: 75px;
  margin-bottom: 0;
  color: #000000;
  opacity: 0.85;
  width: 80%;
}
@media (max-width: 991px) {
  .cid-tkE8uOMzR1 .brand-text {
    margin-top: 45px;
  }
}
.cid-tkE8uOMzR1 .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 10px;
}
.cid-tkE8uOMzR1 .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.cid-tkE8uOMzR1 .mbr-iconfont {
  font-size: 16px;
  color: #000000;
}
.cid-tkE8uOMzR1 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 0;
  min-height: 28px;
  min-width: 28px;
}
.cid-tkE8uOMzR1 .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tkE8uOMzR1 .soc-item .mbr-iconfont {
  font-size: 28px;
  color: #000000 !important;
}
@media (max-width: 991px) {
  .cid-tkE8uOMzR1 .col-link {
    width: auto !important;
    max-width: 33.33333333%;
  }
}
@media (max-width: 767px) {
  .cid-tkE8uOMzR1 .col-link {
    max-width: 100%;
    width: 100% !important;
  }
}
.cid-tkE8uOMzR1 .col-link1 {
  line-height: 1.65;
  padding-right: 20px;
}
@media (max-width: 768px) {
  .cid-tkE8uOMzR1 .col-link1 {
    margin-bottom: 30px;
  }
}
.cid-tkE8uOMzR1 .col-link2 {
  padding-left: 20px;
  line-height: 1.65;
}
@media (max-width: 768px) {
  .cid-tkE8uOMzR1 .col-link2 {
    padding-left: 0;
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .cid-tkE8uOMzR1 .col-link3 {
    padding-left: 32px;
  }
}
@media (max-width: 991px) {
  .cid-tkE8uOMzR1 .col-link3 {
    padding-left: 40px;
  }
}
@media (max-width: 768px) {
  .cid-tkE8uOMzR1 .col-link3 {
    padding-left: 0;
  }
}
.cid-tkE8uOMzR1 .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #1d191f;
}
.cid-tkE8uOMzR1 .list li {
  display: flex;
  align-items: center;
  line-height: 1.65;
}
.cid-tkE8uOMzR1 .list a {
  display: flex;
  align-items: center;
  line-height: 1.65;
}
.cid-tkE8uOMzR1 .footer-copyright {
  position: relative;
  z-index: 4;
  width: 100%;
  margin-top: -40px;
  background-color: #000000;
}
.cid-tkE8uOMzR1 .col-copyright {
  padding: 85px 0 60px 0 !important;
}
@media (max-width: 991px) {
  .cid-tkE8uOMzR1 .col-copyright {
    padding: 85px 10px 60px 10px !important;
  }
}
@media (max-width: 320px) {
  .cid-tkE8uOMzR1 .col-copyright {
    padding: 85px 10px 60px 10px !important;
  }
}
.cid-tkE8uOMzR1 .copyright {
  line-height: 1.80;
  color: #ffffff;
  font-size: .99rem;
}
@media (max-width: 991px) {
  .cid-tkE8uOMzR1 .copyright {
    text-align: left !important;
  }
}
.cid-tkE8uPS7cG {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
@media (max-width: 992px) {
  .cid-tkE8uPS7cG .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-tkE8uPS7cG .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tkE8uPS7cG .navbar-caption {
  font-weight: 500;
}
.cid-tkE8uPS7cG nav.navbar {
  position: fixed;
}
.cid-tkE8uPS7cG .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-tkE8uPS7cG .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-tkE8uPS7cG .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tkE8uPS7cG .dropdown-item:hover,
.cid-tkE8uPS7cG .dropdown-item:focus {
  color: #e20a17 !important;
}
.cid-tkE8uPS7cG .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tkE8uPS7cG .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tkE8uPS7cG .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em .65em !important;
}
.cid-tkE8uPS7cG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tkE8uPS7cG .nav-link {
  position: relative;
}
.cid-tkE8uPS7cG .nav-link:hover {
  color: #e20a17 !important;
}
.cid-tkE8uPS7cG .container {
  display: flex;
  margin: auto;
}
@media (min-width: 991px) {
  .cid-tkE8uPS7cG .container,
  .cid-tkE8uPS7cG .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-tkE8uPS7cG .dropdown-menu,
.cid-tkE8uPS7cG .navbar.opened {
  background: #ffffff !important;
}
.cid-tkE8uPS7cG .nav-item:focus,
.cid-tkE8uPS7cG .nav-link:focus {
  outline: none;
  color: #e20a17 !important;
}
.cid-tkE8uPS7cG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tkE8uPS7cG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tkE8uPS7cG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tkE8uPS7cG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tkE8uPS7cG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tkE8uPS7cG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tkE8uPS7cG .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid #000;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tkE8uPS7cG .navbar.opened {
  transition: all 0.3s;
}
.cid-tkE8uPS7cG .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tkE8uPS7cG .navbar .navbar-logo img {
  width: auto;
}
.cid-tkE8uPS7cG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tkE8uPS7cG .navbar.collapsed {
  justify-content: center;
}
.cid-tkE8uPS7cG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tkE8uPS7cG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tkE8uPS7cG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-tkE8uPS7cG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tkE8uPS7cG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tkE8uPS7cG .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-tkE8uPS7cG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tkE8uPS7cG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tkE8uPS7cG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tkE8uPS7cG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tkE8uPS7cG .navbar .dropdown-menu .dropdown-submenu {
    right: 0 !important;
  }
  .cid-tkE8uPS7cG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tkE8uPS7cG .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-tkE8uPS7cG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tkE8uPS7cG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tkE8uPS7cG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tkE8uPS7cG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tkE8uPS7cG .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tkE8uPS7cG .navbar.navbar-short {
  min-height: 80px;
}
.cid-tkE8uPS7cG .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tkE8uPS7cG .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-tkE8uPS7cG .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-tkE8uPS7cG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tkE8uPS7cG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tkE8uPS7cG .dropdown-item.active,
.cid-tkE8uPS7cG .dropdown-item:active {
  background-color: transparent;
}
.cid-tkE8uPS7cG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tkE8uPS7cG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tkE8uPS7cG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tkE8uPS7cG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tkE8uPS7cG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tkE8uPS7cG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tkE8uPS7cG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tkE8uPS7cG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tkE8uPS7cG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tkE8uPS7cG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tkE8uPS7cG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tkE8uPS7cG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tkE8uPS7cG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tkE8uPS7cG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tkE8uPS7cG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tkE8uPS7cG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tkE8uPS7cG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tkE8uPS7cG .navbar-dropdown {
  position: fixed;
}
.cid-tkE8uPS7cG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tkE8uPS7cG .navbar {
    height: 70px;
  }
  .cid-tkE8uPS7cG .navbar.opened {
    height: auto;
  }
  .cid-tkE8uPS7cG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tkE8uPS7cG .addr {
  text-align: center;
  max-width: 230px;
  min-width: 150px;
  margin: 0 10px;
}
@media (max-width: 992px) {
  .cid-tkE8uPS7cG .addr {
    margin: 0 auto;
  }
}
.cid-tkE8uPS7cG .mbr-section-btn {
  flex: 0 0 240px;
}
.cid-tkE8uPS7cG .mbr-section-subtitle.addr {
  color: #1d1d1b;
  font-size: 1rem;
}
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.65;
  font-weight: 400;
  color: #000000;
  position: relative;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
    margin: 1px auto !important;
}

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;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 2;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

a {
  font-style: normal;
  font-weight: 700;
  cursor: pointer;
}

a, a:hover {
  text-decoration: none;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  -webkit-transition-delay: 9999s;
          transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type="hidden"] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #000000;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.media-container-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  -webkit-transition: width 0.1s;
  transition: width 0.1s;
}

img,
iframe {
  display: block;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  -ms-flex-item-align: center;
      -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 */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 400;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 400;
  letter-spacing: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}

.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type="submit"] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  position: relative;
  height: 25rem;
    margin: 1px auto !important;
}

.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 55px;
  right: 1px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(226, 10, 23, 0.2);
  border-radius: 20%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 1px dashed rgba(226, 10, 23, 0.1);
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}

.mbr-arrow-up a:hover {
  background-color: rgba(226, 10, 23, 0.5);
}

.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: 22px;
  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%);
}

@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}

.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}

.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  -webkit-transform: rotate(135deg);
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@-webkit-keyframes arrowdown {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}

/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}

@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}

.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}

.menu .navbar-brand span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}

@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
  }
}

@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}

@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}

@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: .5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  -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 {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  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;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}

.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #000000;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  -webkit-transition: border-color 0.25s ease 0s;
  transition: border-color 0.25s ease 0s;
  border: none !important;
  border-radius: 4px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
          box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}

.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}

form .row [class*="col"] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: .5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name='gdpr'] {
  top: 7px;
}

.form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*="col"] {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

button {
  background-color: transparent;
  border-color: transparent;
}
/*# sourceMappingURL=style.css.map */.cid-tkEyQFO8v1 {
  padding-top: 90px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/10551517-826934297341025-6347280089253785124-o-933x1082.jpeg");
  height: 500px !important;
}
.cid-tkEyQFO8v1 .mbr-section-title DIV {
  text-align: left;
  text-shadow: 2px 2px 1px #000;
}
.cid-tkEyQFO8v1 .mbr-text,
.cid-tkEyQFO8v1 .mbr-section-btn {
  text-align: left;
}
.cid-tkEyQFO8v1 .addr {
  text-align: center;
  max-width: 300px;
  min-width: 150px;
  margin: 1.3rem 0;
}
.cid-tkEyQFO8v1 .mbr-section-subtitle.addr {
  text-align: left;
}
.cid-tkEyQHqfxS {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tkEyQHqfxS .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #444444;
  padding: 0;
}
.cid-tkEyQHqfxS .card-img {
  overflow: hidden;
  border-radius: 0;
  position: relative;
}
.cid-tkEyQHqfxS .card-img:hover .img-hover {
  opacity: 0.3;
}
.cid-tkEyQHqfxS .card-img:hover .img-btn {
  opacity: 1;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cid-tkEyQHqfxS .btn {
  display: block;
  width: fit-content;
  margin: auto;
  margin-bottom: 1rem;
}
.cid-tkEyQHqfxS .img-btn {
  transition: all 0.5s;
  position: absolute;
  display: block;
  min-width: 250px;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  opacity: 0;
}
.cid-tkEyQHqfxS .img-hover {
  transition: all 0.3s;
  position: absolute;
  left: 0;
  top: 0;
  background: #f5d509;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.cid-tkEyQHqfxS .content-box {
  display: flex;
}
.cid-tkEyQHqfxS .date-box {
  background: #0a1c44;
  width: 110px;
  padding: 5px;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tkEyQHqfxS .ico-line {
  display: inline-block;
  width: 100%;
}
.cid-tkEyQHqfxS .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-tkEyQHqfxS .rev,
.cid-tkEyQHqfxS .mbr-iconfont {
  display: inline-block;
}
.cid-tkEyQHqfxS .line {
  display: inline-block;
  width: 100px;
  height: 4px;
  background-color: #e20a17;
  margin-top: 0.5rem;
  margin-bottom: -20px;
}
.cid-tkEyQHqfxS .card-title {
  color: #000000;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1rem;
  text-align: center;
}
.cid-tkEyQHqfxS .card-box {
  padding: 1rem;
  margin-top: .5rem;
}
.cid-tkEyQHqfxS .mbr-section-title {
  margin: 0 auto;
  color: #000000;
  text-align: center;
}
.cid-tkEyQHqfxS .mbr-section-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-tkEyQHqfxS .mbr-section-title,
.cid-tkEyQHqfxS .line-wrap {
  text-align: center;
  color: #000000;
}
.cid-tkEyQHqfxS .rev {
  text-align: left;
}
.cid-tkEyQHqfxS .card-text,
.cid-tkEyQHqfxS .mbr-section-btn,
.cid-tkEyQHqfxS .ico-line {
  text-align: left;
  color: #9e9e9e;
}
.cid-tkEyQHqfxS .rev i {
  color: #0a1c44;
}
.cid-tkEyQHqfxS .date {
  text-align: center;
  color: #ffffff;
}
.cid-tkEyQHqfxS .mounth {
  text-align: center;
  color: #ffffff;
}
.cid-tkEyQHqfxS .time {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-tkEyQHqfxS .img-hover {
    opacity: 0.5;
  }
  .cid-tkEyQHqfxS .img-btn {
    opacity: 1;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.cid-tkEyQKcNXr {
  padding-top: 0rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-tkEyQKcNXr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkEyQKcNXr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkEyQKcNXr .row {
  justify-content: flex-start;
}
.cid-tkEyQKcNXr .container {
  max-width: 1140px;
  margin: 0 auto;
}
.cid-tkEyQKcNXr .container-fluid {
  padding: 0 130px;
}
@media (max-width: 991px) {
  .cid-tkEyQKcNXr .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-tkEyQKcNXr .container-fluid {
    padding: 0 15px;
  }
}
.cid-tkEyQKcNXr .content-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 70px;
  border-radius: 30px;
  background-color: #fbf9eb;
}
@media (max-width: 767px) {
  .cid-tkEyQKcNXr .content-container {
    padding: 70px 30px;
  }
}
.cid-tkEyQKcNXr .content-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.cid-tkEyQKcNXr .mbr-section-title {
  color: #ffffff;
  margin-bottom: 0 !important;
  width: 100%;
  line-height: 1.75rem;
}
.cid-tkEyQKcNXr .mbr-section-subtitle {
  color: #f6f6f6;
  margin-bottom: 0 !important;
  margin-top: 20px;
  width: 100%;
}
.cid-tkEyQKcNXr .mbr-section-btn {
  width: 100%;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .cid-tkEyQKcNXr .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-tkEyQKcNXr .mbr-section-subtitle,
.cid-tkEyQKcNXr .mbr-section-btn {
  color: #000000;
}
.cid-tkEyQLnzkj {
  padding-top: 195px;
  padding-bottom: 195px;
  background-image: url("../../../assets/images/amanda-2023-720x576.jpeg");
}
.cid-tkEyQLnzkj .mbr-section-title {
  text-align: left;
}
.cid-tkEyQLnzkj .mbr-text,
.cid-tkEyQLnzkj .mbr-section-btn {
  text-align: left;
}
.cid-tkEyQLnzkj .mbr-iconfont {
  -webkit-order: -1;
  order: -1;
  padding-right: 0.5rem;
  padding-left: 0rem !important;
}
.cid-tkEyQM8wUz {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tkEyQM8wUz .listico {
  padding-right: 1.25rem;
  font-size: 1.4rem;
}
.cid-tkEyQM8wUz .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-tkEyQM8wUz .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-tkEyQM8wUz .form-group {
  padding-right: 0;
}
.cid-tkEyQM8wUz .card {
  padding: 3rem 8rem;
}
.cid-tkEyQM8wUz .google-map {
  height: 100%;
  min-height: 25rem;
  width: 100%;
}
.cid-tkEyQM8wUz .google-map iframe {
  min-height: 100%;
  width: 100%;
}
.cid-tkEyQM8wUz .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-tkEyQM8wUz .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tkEyQM8wUz .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tkEyQM8wUz .map-placeholder {
  display: none;
}
.cid-tkEyQM8wUz .btn-primary {
  border: 1px solid #0087ab !important;
}
.cid-tkEyQM8wUz .btn-primary:hover {
  border: 1px solid #0087ab !important;
}
.cid-tkEyQM8wUz .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 100%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-tkEyQM8wUz .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-tkEyQM8wUz .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-tkEyQM8wUz .mbr-text {
  color: #444;
}
.cid-tkEyQM8wUz h5 {
  margin-bottom: 0;
}
.cid-tkEyQM8wUz .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-tkEyQM8wUz .list-item {
  display: -webkit-flex;
  padding-top: 10px;
  padding-bottom: 10px;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tkEyQM8wUz .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-tkEyQM8wUz .socicon {
  font-size: 1.3rem;
  color: #000 !important;
  background: #f5d509;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tkEyQM8wUz .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tkEyQM8wUz .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-tkEyQM8wUz .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tkEyQM8wUz .social-list a:hover {
  opacity: 0.4;
}
.cid-tkEyQM8wUz .media-container-row > div {
  padding: 0px;
}
.cid-tkEyQM8wUz .text2 {
  color: #000000;
  text-align: left;
}
.cid-tkEyQM8wUz .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-tkEyQM8wUz .links {
  color: #000000;
  line-height: 1.65;
  text-align: left;
}
@media (max-width: 1200px) {
  .cid-tkEyQM8wUz .card {
    padding: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-tkEyQM8wUz .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tkEyQM8wUz h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-tkEyQM8wUz .form-group {
    max-width: 180px;
  }
  .cid-tkEyQM8wUz .card {
    padding: 2rem 1rem;
  }
}
.cid-tkEyQM8wUz .links span {
  color: #9e9e9e;
}
.cid-tkEyQM8wUz .logo-title,
.cid-tkEyQM8wUz .logo-sub-title {
  text-align: center;
}
.cid-tkEyQM8wUz .logo-sub-title i {
  color: #9e9e9e;
}
.cid-tkEyQNyF94 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-tkEyQNyF94 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
  margin: auto;
}
.cid-tkEyQNyF94 .mbr-section-title {
  text-align: left;
  color: #14142b;
  padding-bottom: 24px;
  margin: auto;
}
.cid-tkEyQNyF94 .row {
  align-items: center;
  height: 100%;
}
.cid-tkEyQNyF94 .wrapper {
  margin: auto;
}
.cid-tkEyQNyF94 .img {
  text-align: center;
  margin: auto;
}
.cid-tkEyQNyF94 P {
  color: #ffffff;
}
.cid-tkEyQOnhxr .footer-head {
  width: 100%;
  position: relative;
  z-index: 5;
  background-color: #fbf9eb;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  overflow: hidden;
}
.cid-tkEyQOnhxr .img-bg {
  content: '';
  position: absolute;
  top: 0;
  right: 57%;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  border-top-right-radius: 190px;
  border-bottom-left-radius: 40px;
}
@media (max-width: 991px) {
  .cid-tkEyQOnhxr .img-bg {
    display: none;
  }
}
.cid-tkEyQOnhxr .container {
  display: flex;
  justify-content: center;
  max-width: 1160px;
}
@media (max-width: 991px) {
  .cid-tkEyQOnhxr .container {
    padding: 0 !important;
  }
}
.cid-tkEyQOnhxr .row {
  width: 100%;
  align-items: center;
}
.cid-tkEyQOnhxr .content-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (max-width: 991px) {
  .cid-tkEyQOnhxr .content-container {
    padding-top: 0;
    background-color: #fbf9eb;
  }
}
@media (max-width: 991px) {
  .cid-tkEyQOnhxr .col-brand {
    padding: 0 25px 65px 25px;
    padding-top: 5rem;
    border-bottom-left-radius: 40px;
    background-color: #ffffff;
  }
}
.cid-tkEyQOnhxr .col-links {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tkEyQOnhxr .col-links {
    padding: 70px 15px 0 15px;
  }
}
.cid-tkEyQOnhxr .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  font-weight: 700;
}
.cid-tkEyQOnhxr .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tkEyQOnhxr .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tkEyQOnhxr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tkEyQOnhxr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tkEyQOnhxr .brand-text {
  line-height: 1.65;
  margin-top: 75px;
  margin-bottom: 0;
  color: #000000;
  opacity: 0.85;
  width: 80%;
}
@media (max-width: 991px) {
  .cid-tkEyQOnhxr .brand-text {
    margin-top: 45px;
  }
}
.cid-tkEyQOnhxr .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 10px;
}
.cid-tkEyQOnhxr .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.cid-tkEyQOnhxr .mbr-iconfont {
  font-size: 16px;
  color: #000000;
}
.cid-tkEyQOnhxr .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 0;
  min-height: 28px;
  min-width: 28px;
}
.cid-tkEyQOnhxr .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tkEyQOnhxr .soc-item .mbr-iconfont {
  font-size: 28px;
  color: #000000 !important;
}
@media (max-width: 991px) {
  .cid-tkEyQOnhxr .col-link {
    width: auto !important;
    max-width: 33.33333333%;
  }
}
@media (max-width: 767px) {
  .cid-tkEyQOnhxr .col-link {
    max-width: 100%;
    width: 100% !important;
  }
}
.cid-tkEyQOnhxr .col-link1 {
  line-height: 1.65;
  padding-right: 20px;
}
@media (max-width: 768px) {
  .cid-tkEyQOnhxr .col-link1 {
    margin-bottom: 30px;
  }
}
.cid-tkEyQOnhxr .col-link2 {
  padding-left: 20px;
  line-height: 1.65;
}
@media (max-width: 768px) {
  .cid-tkEyQOnhxr .col-link2 {
    padding-left: 0;
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .cid-tkEyQOnhxr .col-link3 {
    padding-left: 32px;
  }
}
@media (max-width: 991px) {
  .cid-tkEyQOnhxr .col-link3 {
    padding-left: 40px;
  }
}
@media (max-width: 768px) {
  .cid-tkEyQOnhxr .col-link3 {
    padding-left: 0;
  }
}
.cid-tkEyQOnhxr .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #1d191f;
}
.cid-tkEyQOnhxr .list li {
  display: flex;
  align-items: center;
  line-height: 1.65;
}
.cid-tkEyQOnhxr .list a {
  display: flex;
  align-items: center;
  line-height: 1.65;
}
.cid-tkEyQOnhxr .footer-copyright {
  position: relative;
  z-index: 4;
  width: 100%;
  margin-top: -40px;
  background-color: #000000;
}
.cid-tkEyQOnhxr .col-copyright {
  padding: 85px 0 60px 0 !important;
}
@media (max-width: 991px) {
  .cid-tkEyQOnhxr .col-copyright {
    padding: 85px 10px 60px 10px !important;
  }
}
@media (max-width: 320px) {
  .cid-tkEyQOnhxr .col-copyright {
    padding: 85px 10px 60px 10px !important;
  }
}
.cid-tkEyQOnhxr .copyright {
  line-height: 1.80;
  color: #ffffff;
  font-size: .99rem;
}
@media (max-width: 991px) {
  .cid-tkEyQOnhxr .copyright {
    text-align: left !important;
  }
}
.cid-tkEyQPO715 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
@media (max-width: 992px) {
  .cid-tkEyQPO715 .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-tkEyQPO715 .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tkEyQPO715 .navbar-caption {
  font-weight: 500;
}
.cid-tkEyQPO715 nav.navbar {
  position: fixed;
}
.cid-tkEyQPO715 .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-tkEyQPO715 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-tkEyQPO715 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tkEyQPO715 .dropdown-item:hover,
.cid-tkEyQPO715 .dropdown-item:focus {
  color: #e20a17 !important;
}
.cid-tkEyQPO715 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tkEyQPO715 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tkEyQPO715 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em .65em !important;
}
.cid-tkEyQPO715 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tkEyQPO715 .nav-link {
  position: relative;
}
.cid-tkEyQPO715 .nav-link:hover {
  color: #e20a17 !important;
}
.cid-tkEyQPO715 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 991px) {
  .cid-tkEyQPO715 .container,
  .cid-tkEyQPO715 .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-tkEyQPO715 .dropdown-menu,
.cid-tkEyQPO715 .navbar.opened {
  background: #ffffff !important;
}
.cid-tkEyQPO715 .nav-item:focus,
.cid-tkEyQPO715 .nav-link:focus {
  outline: none;
  color: #e20a17 !important;
}
.cid-tkEyQPO715 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tkEyQPO715 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tkEyQPO715 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tkEyQPO715 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tkEyQPO715 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tkEyQPO715 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tkEyQPO715 .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid #000;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tkEyQPO715 .navbar.opened {
  transition: all 0.3s;
}
.cid-tkEyQPO715 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tkEyQPO715 .navbar .navbar-logo img {
  width: auto;
}
.cid-tkEyQPO715 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tkEyQPO715 .navbar.collapsed {
  justify-content: center;
}
.cid-tkEyQPO715 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tkEyQPO715 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tkEyQPO715 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-tkEyQPO715 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tkEyQPO715 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tkEyQPO715 .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-tkEyQPO715 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tkEyQPO715 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tkEyQPO715 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tkEyQPO715 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tkEyQPO715 .navbar .dropdown-menu .dropdown-submenu {
    right: 0 !important;
  }
  .cid-tkEyQPO715 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tkEyQPO715 .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-tkEyQPO715 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tkEyQPO715 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tkEyQPO715 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tkEyQPO715 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tkEyQPO715 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tkEyQPO715 .navbar.navbar-short {
  min-height: 80px;
}
.cid-tkEyQPO715 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tkEyQPO715 .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-tkEyQPO715 .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-tkEyQPO715 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tkEyQPO715 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tkEyQPO715 .dropdown-item.active,
.cid-tkEyQPO715 .dropdown-item:active {
  background-color: transparent;
}
.cid-tkEyQPO715 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tkEyQPO715 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tkEyQPO715 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tkEyQPO715 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tkEyQPO715 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tkEyQPO715 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tkEyQPO715 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tkEyQPO715 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tkEyQPO715 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tkEyQPO715 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tkEyQPO715 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tkEyQPO715 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tkEyQPO715 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tkEyQPO715 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tkEyQPO715 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tkEyQPO715 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tkEyQPO715 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tkEyQPO715 .navbar-dropdown {
  position: fixed;
}
.cid-tkEyQPO715 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tkEyQPO715 .navbar {
    height: 70px;
  }
  .cid-tkEyQPO715 .navbar.opened {
    height: auto;
  }
  .cid-tkEyQPO715 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tkEyQPO715 .addr {
  text-align: center;
  max-width: 230px;
  min-width: 150px;
  margin: 0 10px;
}
@media (max-width: 992px) {
  .cid-tkEyQPO715 .addr {
    margin: 0 auto;
  }
}
.cid-tkEyQPO715 .mbr-section-btn {
  flex: 0 0 240px;
}
.cid-tkEyQPO715 .mbr-section-subtitle.addr {
  color: #1d1d1b;
  font-size: 1rem;
}
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.65;
  font-weight: 400;
  color: #000000;
  position: relative;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
    margin: 1px auto !important;
}

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;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 2;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

a {
  font-style: normal;
  font-weight: 700;
  cursor: pointer;
}

a, a:hover {
  text-decoration: none;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  -webkit-transition-delay: 9999s;
          transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type="hidden"] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #000000;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.media-container-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  -webkit-transition: width 0.1s;
  transition: width 0.1s;
}

img,
iframe {
  display: block;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  -ms-flex-item-align: center;
      -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 */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 400;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 400;
  letter-spacing: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}

.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type="submit"] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  position: relative;
  height: 25rem;
    margin: 1px auto !important;
}

.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 55px;
  right: 1px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(226, 10, 23, 0.2);
  border-radius: 20%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 1px dashed rgba(226, 10, 23, 0.1);
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}

.mbr-arrow-up a:hover {
  background-color: rgba(226, 10, 23, 0.5);
}

.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: 22px;
  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%);
}

@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}

.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}

.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  -webkit-transform: rotate(135deg);
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@-webkit-keyframes arrowdown {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}

/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}

@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}

.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}

.menu .navbar-brand span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}

@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
  }
}

@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}

@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}

@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: .5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  -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 {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  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;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}

.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #000000;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  -webkit-transition: border-color 0.25s ease 0s;
  transition: border-color 0.25s ease 0s;
  border: none !important;
  border-radius: 4px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
          box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}

.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}

form .row [class*="col"] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: .5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name='gdpr'] {
  top: 7px;
}

.form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*="col"] {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

button {
  background-color: transparent;
  border-color: transparent;
}
/*# sourceMappingURL=style.css.map */.cid-tkEApJgBqN {
  padding-top: 90px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/11782255-1026699544031165-8643435872257201855-o-2000x1621.jpg");
  height: 500px !important;
}
.cid-tkEApJgBqN .mbr-section-title DIV {
  text-align: left;
  text-shadow: 2px 2px 1px #000;
}
.cid-tkEApJgBqN .mbr-text,
.cid-tkEApJgBqN .mbr-section-btn {
  text-align: left;
}
.cid-tkEApJgBqN .addr {
  text-align: center;
  max-width: 300px;
  min-width: 150px;
  margin: 1.3rem 0;
}
.cid-tkEApJgBqN .mbr-section-subtitle.addr {
  text-align: left;
}
.cid-tkEApKnfRW {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tkEApKnfRW .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #444444;
  padding: 0;
}
.cid-tkEApKnfRW .card-img {
  overflow: hidden;
  border-radius: 0;
  position: relative;
}
.cid-tkEApKnfRW .card-img:hover .img-hover {
  opacity: 0.3;
}
.cid-tkEApKnfRW .card-img:hover .img-btn {
  opacity: 1;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cid-tkEApKnfRW .btn {
  display: block;
  width: fit-content;
  margin: auto;
  margin-bottom: 1rem;
}
.cid-tkEApKnfRW .img-btn {
  transition: all 0.5s;
  position: absolute;
  display: block;
  min-width: 250px;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  opacity: 0;
}
.cid-tkEApKnfRW .img-hover {
  transition: all 0.3s;
  position: absolute;
  left: 0;
  top: 0;
  background: #f5d509;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.cid-tkEApKnfRW .content-box {
  display: flex;
}
.cid-tkEApKnfRW .date-box {
  background: #0a1c44;
  width: 110px;
  padding: 5px;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tkEApKnfRW .ico-line {
  display: inline-block;
  width: 100%;
}
.cid-tkEApKnfRW .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-tkEApKnfRW .rev,
.cid-tkEApKnfRW .mbr-iconfont {
  display: inline-block;
}
.cid-tkEApKnfRW .line {
  display: inline-block;
  width: 100px;
  height: 4px;
  background-color: #e20a17;
  margin-top: 0.5rem;
  margin-bottom: -20px;
}
.cid-tkEApKnfRW .card-title {
  color: #000000;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1rem;
  text-align: center;
}
.cid-tkEApKnfRW .card-box {
  padding: 1rem;
  margin-top: .5rem;
}
.cid-tkEApKnfRW .mbr-section-title {
  margin: 0 auto;
  color: #000000;
  text-align: center;
}
.cid-tkEApKnfRW .mbr-section-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-tkEApKnfRW .mbr-section-title,
.cid-tkEApKnfRW .line-wrap {
  text-align: center;
  color: #000000;
}
.cid-tkEApKnfRW .rev {
  text-align: left;
}
.cid-tkEApKnfRW .card-text,
.cid-tkEApKnfRW .mbr-section-btn,
.cid-tkEApKnfRW .ico-line {
  text-align: left;
  color: #9e9e9e;
}
.cid-tkEApKnfRW .rev i {
  color: #0a1c44;
}
.cid-tkEApKnfRW .date {
  text-align: center;
  color: #ffffff;
}
.cid-tkEApKnfRW .mounth {
  text-align: center;
  color: #ffffff;
}
.cid-tkEApKnfRW .time {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-tkEApKnfRW .img-hover {
    opacity: 0.5;
  }
  .cid-tkEApKnfRW .img-btn {
    opacity: 1;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.cid-tkEApLNo5n {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tkEApLNo5n .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkEApLNo5n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkEApLNo5n .text-wrapper {
  padding: 2rem 3rem !important;
}
@media (max-width: 767px) {
  .cid-tkEApLNo5n .text-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) and (max-width: 360px) {
  .cid-tkEApLNo5n .text-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-tkEApLNo5n .wrapper {
  background: #fbf9eb;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-tkEApLNo5n .image-wrapper {
  padding: 0;
}
.cid-tkEApLNo5n .image-wrapper img {
  width: 100%;
  border-top-radius: 8px;
}
.cid-tkEApLNo5n .btn,
.cid-tkEApLNo5n .btn-lg {
  margin-top: 1rem !important;
}
.cid-tkEApLNo5n .mbr-text2 {
  color: #000000;
  line-height: 4;
}
.cid-tkEApLNo5n .h3 {
  color: #000000;
  line-height: 1.45;
}
.cid-tkEApLNo5n .mbr-text2,
.cid-tkEApLNo5n .mbr-section-btn {
  text-align: center;
}
.cid-tkEApMwAvH {
  padding-top: 0rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-tkEApMwAvH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkEApMwAvH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkEApMwAvH .text-wrapper {
  padding: 2rem 3rem !important;
}
@media (max-width: 767px) {
  .cid-tkEApMwAvH .text-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) and (max-width: 360px) {
  .cid-tkEApMwAvH .text-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-tkEApMwAvH .wrapper {
  background: #fbf9eb;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-tkEApMwAvH .image-wrapper {
  padding: 0;
}
.cid-tkEApMwAvH .image-wrapper img {
  width: 100%;
  border-top-radius: 8px;
}
.cid-tkEApMwAvH .btn,
.cid-tkEApMwAvH .btn-lg {
  margin-top: 1rem !important;
}
.cid-tkEApMwAvH .mbr-text2 {
  color: #000000;
  line-height: 4;
}
.cid-tkEApMwAvH .h3 {
  color: #000000;
  line-height: 1.45;
}
.cid-tkEApMwAvH .mbr-text2,
.cid-tkEApMwAvH .mbr-section-btn {
  text-align: center;
}
.cid-tkEApNfmuy {
  padding-top: 195px;
  padding-bottom: 195px;
  background-image: url("../../../assets/images/11232219-1067459553288497-2598102590084423914-o-2000x1450.jpeg");
}
.cid-tkEApNfmuy .mbr-section-title {
  text-align: left;
}
.cid-tkEApNfmuy .mbr-text,
.cid-tkEApNfmuy .mbr-section-btn {
  text-align: left;
}
.cid-tkEApNfmuy .mbr-iconfont {
  -webkit-order: -1;
  order: -1;
  padding-right: 0.5rem;
  padding-left: 0rem !important;
}
.cid-tkEApNSHuC {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tkEApNSHuC .listico {
  padding-right: 1.25rem;
  font-size: 1.4rem;
}
.cid-tkEApNSHuC .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-tkEApNSHuC .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-tkEApNSHuC .form-group {
  padding-right: 0;
}
.cid-tkEApNSHuC .card {
  padding: 3rem 8rem;
}
.cid-tkEApNSHuC .google-map {
  height: 100%;
  min-height: 25rem;
  width: 100%;
}
.cid-tkEApNSHuC .google-map iframe {
  min-height: 100%;
  width: 100%;
}
.cid-tkEApNSHuC .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-tkEApNSHuC .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tkEApNSHuC .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tkEApNSHuC .map-placeholder {
  display: none;
}
.cid-tkEApNSHuC .btn-primary {
  border: 1px solid #0087ab !important;
}
.cid-tkEApNSHuC .btn-primary:hover {
  border: 1px solid #0087ab !important;
}
.cid-tkEApNSHuC .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 100%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-tkEApNSHuC .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-tkEApNSHuC .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-tkEApNSHuC .mbr-text {
  color: #444;
}
.cid-tkEApNSHuC h5 {
  margin-bottom: 0;
}
.cid-tkEApNSHuC .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-tkEApNSHuC .list-item {
  display: -webkit-flex;
  padding-top: 10px;
  padding-bottom: 10px;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tkEApNSHuC .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-tkEApNSHuC .socicon {
  font-size: 1.3rem;
  color: #000 !important;
  background: #f5d509;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tkEApNSHuC .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tkEApNSHuC .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-tkEApNSHuC .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tkEApNSHuC .social-list a:hover {
  opacity: 0.4;
}
.cid-tkEApNSHuC .media-container-row > div {
  padding: 0px;
}
.cid-tkEApNSHuC .text2 {
  color: #000000;
  text-align: left;
}
.cid-tkEApNSHuC .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-tkEApNSHuC .links {
  color: #000000;
  line-height: 1.65;
  text-align: left;
}
@media (max-width: 1200px) {
  .cid-tkEApNSHuC .card {
    padding: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-tkEApNSHuC .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tkEApNSHuC h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-tkEApNSHuC .form-group {
    max-width: 180px;
  }
  .cid-tkEApNSHuC .card {
    padding: 2rem 1rem;
  }
}
.cid-tkEApNSHuC .links span {
  color: #9e9e9e;
}
.cid-tkEApNSHuC .logo-title,
.cid-tkEApNSHuC .logo-sub-title {
  text-align: center;
}
.cid-tkEApNSHuC .logo-sub-title i {
  color: #9e9e9e;
}
.cid-tkEApOW9MO {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-tkEApOW9MO .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
  margin: auto;
}
.cid-tkEApOW9MO .mbr-section-title {
  text-align: left;
  color: #14142b;
  padding-bottom: 24px;
  margin: auto;
}
.cid-tkEApOW9MO .row {
  align-items: center;
  height: 100%;
}
.cid-tkEApOW9MO .wrapper {
  margin: auto;
}
.cid-tkEApOW9MO .img {
  text-align: center;
  margin: auto;
}
.cid-tkEApOW9MO P {
  color: #ffffff;
}
.cid-tkEApPxVSY .footer-head {
  width: 100%;
  position: relative;
  z-index: 5;
  background-color: #fbf9eb;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  overflow: hidden;
}
.cid-tkEApPxVSY .img-bg {
  content: '';
  position: absolute;
  top: 0;
  right: 57%;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  border-top-right-radius: 190px;
  border-bottom-left-radius: 40px;
}
@media (max-width: 991px) {
  .cid-tkEApPxVSY .img-bg {
    display: none;
  }
}
.cid-tkEApPxVSY .container {
  display: flex;
  justify-content: center;
  max-width: 1160px;
}
@media (max-width: 991px) {
  .cid-tkEApPxVSY .container {
    padding: 0 !important;
  }
}
.cid-tkEApPxVSY .row {
  width: 100%;
  align-items: center;
}
.cid-tkEApPxVSY .content-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (max-width: 991px) {
  .cid-tkEApPxVSY .content-container {
    padding-top: 0;
    background-color: #fbf9eb;
  }
}
@media (max-width: 991px) {
  .cid-tkEApPxVSY .col-brand {
    padding: 0 25px 65px 25px;
    padding-top: 5rem;
    border-bottom-left-radius: 40px;
    background-color: #ffffff;
  }
}
.cid-tkEApPxVSY .col-links {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tkEApPxVSY .col-links {
    padding: 70px 15px 0 15px;
  }
}
.cid-tkEApPxVSY .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  font-weight: 700;
}
.cid-tkEApPxVSY .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tkEApPxVSY .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tkEApPxVSY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tkEApPxVSY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tkEApPxVSY .brand-text {
  line-height: 1.65;
  margin-top: 75px;
  margin-bottom: 0;
  color: #000000;
  opacity: 0.85;
  width: 80%;
}
@media (max-width: 991px) {
  .cid-tkEApPxVSY .brand-text {
    margin-top: 45px;
  }
}
.cid-tkEApPxVSY .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 10px;
}
.cid-tkEApPxVSY .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.cid-tkEApPxVSY .mbr-iconfont {
  font-size: 16px;
  color: #000000;
}
.cid-tkEApPxVSY .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 0;
  min-height: 28px;
  min-width: 28px;
}
.cid-tkEApPxVSY .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tkEApPxVSY .soc-item .mbr-iconfont {
  font-size: 28px;
  color: #000000 !important;
}
@media (max-width: 991px) {
  .cid-tkEApPxVSY .col-link {
    width: auto !important;
    max-width: 33.33333333%;
  }
}
@media (max-width: 767px) {
  .cid-tkEApPxVSY .col-link {
    max-width: 100%;
    width: 100% !important;
  }
}
.cid-tkEApPxVSY .col-link1 {
  line-height: 1.65;
  padding-right: 20px;
}
@media (max-width: 768px) {
  .cid-tkEApPxVSY .col-link1 {
    margin-bottom: 30px;
  }
}
.cid-tkEApPxVSY .col-link2 {
  padding-left: 20px;
  line-height: 1.65;
}
@media (max-width: 768px) {
  .cid-tkEApPxVSY .col-link2 {
    padding-left: 0;
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .cid-tkEApPxVSY .col-link3 {
    padding-left: 32px;
  }
}
@media (max-width: 991px) {
  .cid-tkEApPxVSY .col-link3 {
    padding-left: 40px;
  }
}
@media (max-width: 768px) {
  .cid-tkEApPxVSY .col-link3 {
    padding-left: 0;
  }
}
.cid-tkEApPxVSY .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #1d191f;
}
.cid-tkEApPxVSY .list li {
  display: flex;
  align-items: center;
  line-height: 1.65;
}
.cid-tkEApPxVSY .list a {
  display: flex;
  align-items: center;
  line-height: 1.65;
}
.cid-tkEApPxVSY .footer-copyright {
  position: relative;
  z-index: 4;
  width: 100%;
  margin-top: -40px;
  background-color: #000000;
}
.cid-tkEApPxVSY .col-copyright {
  padding: 85px 0 60px 0 !important;
}
@media (max-width: 991px) {
  .cid-tkEApPxVSY .col-copyright {
    padding: 85px 10px 60px 10px !important;
  }
}
@media (max-width: 320px) {
  .cid-tkEApPxVSY .col-copyright {
    padding: 85px 10px 60px 10px !important;
  }
}
.cid-tkEApPxVSY .copyright {
  line-height: 1.80;
  color: #ffffff;
  font-size: .99rem;
}
@media (max-width: 991px) {
  .cid-tkEApPxVSY .copyright {
    text-align: left !important;
  }
}
.cid-tkEApQyZYg {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
@media (max-width: 992px) {
  .cid-tkEApQyZYg .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-tkEApQyZYg .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tkEApQyZYg .navbar-caption {
  font-weight: 500;
}
.cid-tkEApQyZYg nav.navbar {
  position: fixed;
}
.cid-tkEApQyZYg .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-tkEApQyZYg .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-tkEApQyZYg .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tkEApQyZYg .dropdown-item:hover,
.cid-tkEApQyZYg .dropdown-item:focus {
  color: #e20a17 !important;
}
.cid-tkEApQyZYg .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tkEApQyZYg .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tkEApQyZYg .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em .65em !important;
}
.cid-tkEApQyZYg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tkEApQyZYg .nav-link {
  position: relative;
}
.cid-tkEApQyZYg .nav-link:hover {
  color: #e20a17 !important;
}
.cid-tkEApQyZYg .container {
  display: flex;
  margin: auto;
}
@media (min-width: 991px) {
  .cid-tkEApQyZYg .container,
  .cid-tkEApQyZYg .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-tkEApQyZYg .dropdown-menu,
.cid-tkEApQyZYg .navbar.opened {
  background: #ffffff !important;
}
.cid-tkEApQyZYg .nav-item:focus,
.cid-tkEApQyZYg .nav-link:focus {
  outline: none;
  color: #e20a17 !important;
}
.cid-tkEApQyZYg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tkEApQyZYg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tkEApQyZYg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tkEApQyZYg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tkEApQyZYg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tkEApQyZYg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tkEApQyZYg .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid #000;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tkEApQyZYg .navbar.opened {
  transition: all 0.3s;
}
.cid-tkEApQyZYg .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tkEApQyZYg .navbar .navbar-logo img {
  width: auto;
}
.cid-tkEApQyZYg .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tkEApQyZYg .navbar.collapsed {
  justify-content: center;
}
.cid-tkEApQyZYg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tkEApQyZYg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tkEApQyZYg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-tkEApQyZYg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tkEApQyZYg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tkEApQyZYg .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-tkEApQyZYg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tkEApQyZYg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tkEApQyZYg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tkEApQyZYg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tkEApQyZYg .navbar .dropdown-menu .dropdown-submenu {
    right: 0 !important;
  }
  .cid-tkEApQyZYg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tkEApQyZYg .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-tkEApQyZYg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tkEApQyZYg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tkEApQyZYg .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tkEApQyZYg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tkEApQyZYg .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tkEApQyZYg .navbar.navbar-short {
  min-height: 80px;
}
.cid-tkEApQyZYg .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tkEApQyZYg .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-tkEApQyZYg .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-tkEApQyZYg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tkEApQyZYg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tkEApQyZYg .dropdown-item.active,
.cid-tkEApQyZYg .dropdown-item:active {
  background-color: transparent;
}
.cid-tkEApQyZYg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tkEApQyZYg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tkEApQyZYg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tkEApQyZYg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tkEApQyZYg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tkEApQyZYg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tkEApQyZYg ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tkEApQyZYg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tkEApQyZYg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tkEApQyZYg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tkEApQyZYg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tkEApQyZYg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tkEApQyZYg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tkEApQyZYg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tkEApQyZYg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tkEApQyZYg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tkEApQyZYg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tkEApQyZYg .navbar-dropdown {
  position: fixed;
}
.cid-tkEApQyZYg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tkEApQyZYg .navbar {
    height: 70px;
  }
  .cid-tkEApQyZYg .navbar.opened {
    height: auto;
  }
  .cid-tkEApQyZYg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tkEApQyZYg .addr {
  text-align: center;
  max-width: 230px;
  min-width: 150px;
  margin: 0 10px;
}
@media (max-width: 992px) {
  .cid-tkEApQyZYg .addr {
    margin: 0 auto;
  }
}
.cid-tkEApQyZYg .mbr-section-btn {
  flex: 0 0 240px;
}
.cid-tkEApQyZYg .mbr-section-subtitle.addr {
  color: #1d1d1b;
  font-size: 1rem;
}
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.65;
  font-weight: 400;
  color: #000000;
  position: relative;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
    margin: 1px auto !important;
}

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;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 2;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

a {
  font-style: normal;
  font-weight: 700;
  cursor: pointer;
}

a, a:hover {
  text-decoration: none;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  -webkit-transition-delay: 9999s;
          transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type="hidden"] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #000000;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.media-container-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  -webkit-transition: width 0.1s;
  transition: width 0.1s;
}

img,
iframe {
  display: block;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  -ms-flex-item-align: center;
      -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 */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 400;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 400;
  letter-spacing: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}

.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type="submit"] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  position: relative;
  height: 25rem;
    margin: 1px auto !important;
}

.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 55px;
  right: 1px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(226, 10, 23, 0.2);
  border-radius: 20%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 1px dashed rgba(226, 10, 23, 0.1);
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}

.mbr-arrow-up a:hover {
  background-color: rgba(226, 10, 23, 0.5);
}

.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: 22px;
  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%);
}

@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}

.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}

.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  -webkit-transform: rotate(135deg);
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@-webkit-keyframes arrowdown {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}

/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}

@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}

.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}

.menu .navbar-brand span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}

@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
  }
}

@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}

@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}

@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: .5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  -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 {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  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;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}

.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #000000;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  -webkit-transition: border-color 0.25s ease 0s;
  transition: border-color 0.25s ease 0s;
  border: none !important;
  border-radius: 4px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
          box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}

.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}

form .row [class*="col"] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: .5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name='gdpr'] {
  top: 7px;
}

.form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*="col"] {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

button {
  background-color: transparent;
  border-color: transparent;
}
/*# sourceMappingURL=style.css.map */.cid-urXLlFHBZv {
  padding-top: 90px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/461423835-928027219357421-1483690792356507089-n-2000x1601.jpeg");
  height: 500px !important;
}
.cid-urXLlFHBZv .mbr-section-title DIV {
  text-align: left;
  text-shadow: 2px 2px 1px #000;
}
.cid-urXLlFHBZv .mbr-text,
.cid-urXLlFHBZv .mbr-section-btn {
  text-align: left;
}
.cid-urXLlFHBZv .addr {
  text-align: center;
  max-width: 300px;
  min-width: 150px;
  margin: 1.3rem 0;
}
.cid-urXLlFHBZv .mbr-section-subtitle.addr {
  text-align: left;
}
.cid-urXLlGVsec {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-urXLlGVsec .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #444444;
  padding: 0;
}
.cid-urXLlGVsec .card-img {
  overflow: hidden;
  border-radius: 0;
  position: relative;
}
.cid-urXLlGVsec .card-img:hover .img-hover {
  opacity: 0.3;
}
.cid-urXLlGVsec .card-img:hover .img-btn {
  opacity: 1;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cid-urXLlGVsec .btn {
  display: block;
  width: fit-content;
  margin: auto;
  margin-bottom: 1rem;
}
.cid-urXLlGVsec .img-btn {
  transition: all 0.5s;
  position: absolute;
  display: block;
  min-width: 250px;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  opacity: 0;
}
.cid-urXLlGVsec .img-hover {
  transition: all 0.3s;
  position: absolute;
  left: 0;
  top: 0;
  background: #f5d509;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.cid-urXLlGVsec .content-box {
  display: flex;
}
.cid-urXLlGVsec .date-box {
  background: #0a1c44;
  width: 110px;
  padding: 5px;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-urXLlGVsec .ico-line {
  display: inline-block;
  width: 100%;
}
.cid-urXLlGVsec .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-urXLlGVsec .rev,
.cid-urXLlGVsec .mbr-iconfont {
  display: inline-block;
}
.cid-urXLlGVsec .line {
  display: inline-block;
  width: 100px;
  height: 4px;
  background-color: #e20a17;
  margin-top: 0.5rem;
  margin-bottom: -20px;
}
.cid-urXLlGVsec .card-title {
  color: #000000;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1rem;
  text-align: center;
}
.cid-urXLlGVsec .card-box {
  padding: 1rem;
  margin-top: .5rem;
}
.cid-urXLlGVsec .mbr-section-title {
  margin: 0 auto;
  color: #000000;
  text-align: center;
}
.cid-urXLlGVsec .mbr-section-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-urXLlGVsec .mbr-section-title,
.cid-urXLlGVsec .line-wrap {
  text-align: center;
  color: #000000;
}
.cid-urXLlGVsec .rev {
  text-align: left;
}
.cid-urXLlGVsec .card-text,
.cid-urXLlGVsec .mbr-section-btn,
.cid-urXLlGVsec .ico-line {
  text-align: left;
  color: #9e9e9e;
}
.cid-urXLlGVsec .rev i {
  color: #0a1c44;
}
.cid-urXLlGVsec .date {
  text-align: center;
  color: #ffffff;
}
.cid-urXLlGVsec .mounth {
  text-align: center;
  color: #ffffff;
}
.cid-urXLlGVsec .time {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-urXLlGVsec .img-hover {
    opacity: 0.5;
  }
  .cid-urXLlGVsec .img-btn {
    opacity: 1;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.cid-urXLlI8R1O {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-urXLlI8R1O .mbr-fallback-image.disabled {
  display: none;
}
.cid-urXLlI8R1O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urXLlI8R1O .row {
  justify-content: flex-start;
}
.cid-urXLlI8R1O .container {
  max-width: 1140px;
  margin: 0 auto;
}
.cid-urXLlI8R1O .container-fluid {
  padding: 0 130px;
}
@media (max-width: 991px) {
  .cid-urXLlI8R1O .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-urXLlI8R1O .container-fluid {
    padding: 0 15px;
  }
}
.cid-urXLlI8R1O .content-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 70px;
  border-radius: 30px;
  background-color: #fbf9eb;
}
@media (max-width: 767px) {
  .cid-urXLlI8R1O .content-container {
    padding: 70px 30px;
  }
}
.cid-urXLlI8R1O .content-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.cid-urXLlI8R1O .mbr-section-title {
  color: #ffffff;
  margin-bottom: 0 !important;
  width: 100%;
}
.cid-urXLlI8R1O .mbr-section-subtitle {
  color: #f6f6f6;
  margin-bottom: 0 !important;
  margin-top: 20px;
  width: 100%;
}
.cid-urXLlI8R1O .mbr-section-btn {
  width: 100%;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .cid-urXLlI8R1O .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-urXLlI8R1O .mbr-section-subtitle,
.cid-urXLlI8R1O .mbr-section-btn {
  color: #000000;
}
.cid-urXLlIHDg0 {
  padding-top: 195px;
  padding-bottom: 195px;
  background-image: url("../../../assets/images/461899315-931277139032429-3825894700801288148-n-1-749x720.jpeg");
}
.cid-urXLlIHDg0 .mbr-section-title {
  text-align: left;
}
.cid-urXLlIHDg0 .mbr-text,
.cid-urXLlIHDg0 .mbr-section-btn {
  text-align: left;
}
.cid-urXLlIHDg0 .mbr-iconfont {
  -webkit-order: -1;
  order: -1;
  padding-right: 0.5rem;
  padding-left: 0rem !important;
}
.cid-urXLlJh3S7 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-urXLlJh3S7 .listico {
  padding-right: 1.25rem;
  font-size: 1.4rem;
}
.cid-urXLlJh3S7 .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-urXLlJh3S7 .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-urXLlJh3S7 .form-group {
  padding-right: 0;
}
.cid-urXLlJh3S7 .card {
  padding: 3rem 8rem;
}
.cid-urXLlJh3S7 .google-map {
  height: 100%;
  min-height: 25rem;
  width: 100%;
}
.cid-urXLlJh3S7 .google-map iframe {
  min-height: 100%;
  width: 100%;
}
.cid-urXLlJh3S7 .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-urXLlJh3S7 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-urXLlJh3S7 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-urXLlJh3S7 .map-placeholder {
  display: none;
}
.cid-urXLlJh3S7 .btn-primary {
  border: 1px solid #0087ab !important;
}
.cid-urXLlJh3S7 .btn-primary:hover {
  border: 1px solid #0087ab !important;
}
.cid-urXLlJh3S7 .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 100%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-urXLlJh3S7 .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-urXLlJh3S7 .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-urXLlJh3S7 .mbr-text {
  color: #444;
}
.cid-urXLlJh3S7 h5 {
  margin-bottom: 0;
}
.cid-urXLlJh3S7 .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-urXLlJh3S7 .list-item {
  display: -webkit-flex;
  padding-top: 10px;
  padding-bottom: 10px;
  align-items: center;
  -webkit-align-items: center;
}
.cid-urXLlJh3S7 .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-urXLlJh3S7 .socicon {
  font-size: 1.3rem;
  color: #000 !important;
  background: #f5d509;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-urXLlJh3S7 .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-urXLlJh3S7 .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-urXLlJh3S7 .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-urXLlJh3S7 .social-list a:hover {
  opacity: 0.4;
}
.cid-urXLlJh3S7 .media-container-row > div {
  padding: 0px;
}
.cid-urXLlJh3S7 .text2 {
  color: #000000;
  text-align: left;
}
.cid-urXLlJh3S7 .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-urXLlJh3S7 .links {
  color: #000000;
  line-height: 1.65;
  text-align: left;
}
@media (max-width: 1200px) {
  .cid-urXLlJh3S7 .card {
    padding: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-urXLlJh3S7 .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-urXLlJh3S7 h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-urXLlJh3S7 .form-group {
    max-width: 180px;
  }
  .cid-urXLlJh3S7 .card {
    padding: 2rem 1rem;
  }
}
.cid-urXLlJh3S7 .links span {
  color: #9e9e9e;
}
.cid-urXLlJh3S7 .logo-title,
.cid-urXLlJh3S7 .logo-sub-title {
  text-align: center;
}
.cid-urXLlJh3S7 .logo-sub-title i {
  color: #9e9e9e;
}
.cid-urXLlK8m58 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-urXLlK8m58 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
  margin: auto;
}
.cid-urXLlK8m58 .mbr-section-title {
  text-align: left;
  color: #14142b;
  padding-bottom: 24px;
  margin: auto;
}
.cid-urXLlK8m58 .row {
  align-items: center;
  height: 100%;
}
.cid-urXLlK8m58 .wrapper {
  margin: auto;
}
.cid-urXLlK8m58 .img {
  text-align: center;
  margin: auto;
}
.cid-urXLlK8m58 P {
  color: #ffffff;
}
.cid-urXLlKHGAG .footer-head {
  width: 100%;
  position: relative;
  z-index: 5;
  background-color: #fbf9eb;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  overflow: hidden;
}
.cid-urXLlKHGAG .img-bg {
  content: '';
  position: absolute;
  top: 0;
  right: 57%;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  border-top-right-radius: 190px;
  border-bottom-left-radius: 40px;
}
@media (max-width: 991px) {
  .cid-urXLlKHGAG .img-bg {
    display: none;
  }
}
.cid-urXLlKHGAG .container {
  display: flex;
  justify-content: center;
  max-width: 1160px;
}
@media (max-width: 991px) {
  .cid-urXLlKHGAG .container {
    padding: 0 !important;
  }
}
.cid-urXLlKHGAG .row {
  width: 100%;
  align-items: center;
}
.cid-urXLlKHGAG .content-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (max-width: 991px) {
  .cid-urXLlKHGAG .content-container {
    padding-top: 0;
    background-color: #fbf9eb;
  }
}
@media (max-width: 991px) {
  .cid-urXLlKHGAG .col-brand {
    padding: 0 25px 65px 25px;
    padding-top: 5rem;
    border-bottom-left-radius: 40px;
    background-color: #ffffff;
  }
}
.cid-urXLlKHGAG .col-links {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-urXLlKHGAG .col-links {
    padding: 70px 15px 0 15px;
  }
}
.cid-urXLlKHGAG .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  font-weight: 700;
}
.cid-urXLlKHGAG .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-urXLlKHGAG .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-urXLlKHGAG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-urXLlKHGAG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-urXLlKHGAG .brand-text {
  line-height: 1.65;
  margin-top: 75px;
  margin-bottom: 0;
  color: #000000;
  opacity: 0.85;
  width: 80%;
}
@media (max-width: 991px) {
  .cid-urXLlKHGAG .brand-text {
    margin-top: 45px;
  }
}
.cid-urXLlKHGAG .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 10px;
}
.cid-urXLlKHGAG .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.cid-urXLlKHGAG .mbr-iconfont {
  font-size: 16px;
  color: #000000;
}
.cid-urXLlKHGAG .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 0;
  min-height: 28px;
  min-width: 28px;
}
.cid-urXLlKHGAG .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-urXLlKHGAG .soc-item .mbr-iconfont {
  font-size: 28px;
  color: #000000 !important;
}
@media (max-width: 991px) {
  .cid-urXLlKHGAG .col-link {
    width: auto !important;
    max-width: 33.33333333%;
  }
}
@media (max-width: 767px) {
  .cid-urXLlKHGAG .col-link {
    max-width: 100%;
    width: 100% !important;
  }
}
.cid-urXLlKHGAG .col-link1 {
  line-height: 1.65;
  padding-right: 20px;
}
@media (max-width: 768px) {
  .cid-urXLlKHGAG .col-link1 {
    margin-bottom: 30px;
  }
}
.cid-urXLlKHGAG .col-link2 {
  padding-left: 20px;
  line-height: 1.65;
}
@media (max-width: 768px) {
  .cid-urXLlKHGAG .col-link2 {
    padding-left: 0;
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .cid-urXLlKHGAG .col-link3 {
    padding-left: 32px;
  }
}
@media (max-width: 991px) {
  .cid-urXLlKHGAG .col-link3 {
    padding-left: 40px;
  }
}
@media (max-width: 768px) {
  .cid-urXLlKHGAG .col-link3 {
    padding-left: 0;
  }
}
.cid-urXLlKHGAG .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #1d191f;
}
.cid-urXLlKHGAG .list li {
  display: flex;
  align-items: center;
  line-height: 1.65;
}
.cid-urXLlKHGAG .list a {
  display: flex;
  align-items: center;
  line-height: 1.65;
}
.cid-urXLlKHGAG .footer-copyright {
  position: relative;
  z-index: 4;
  width: 100%;
  margin-top: -40px;
  background-color: #000000;
}
.cid-urXLlKHGAG .col-copyright {
  padding: 85px 0 60px 0 !important;
}
@media (max-width: 991px) {
  .cid-urXLlKHGAG .col-copyright {
    padding: 85px 10px 60px 10px !important;
  }
}
@media (max-width: 320px) {
  .cid-urXLlKHGAG .col-copyright {
    padding: 85px 10px 60px 10px !important;
  }
}
.cid-urXLlKHGAG .copyright {
  line-height: 1.80;
  color: #ffffff;
  font-size: .99rem;
}
@media (max-width: 991px) {
  .cid-urXLlKHGAG .copyright {
    text-align: left !important;
  }
}
.cid-urXLlLZ5Ij {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
@media (max-width: 992px) {
  .cid-urXLlLZ5Ij .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-urXLlLZ5Ij .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-urXLlLZ5Ij .navbar-caption {
  font-weight: 500;
}
.cid-urXLlLZ5Ij nav.navbar {
  position: fixed;
}
.cid-urXLlLZ5Ij .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-urXLlLZ5Ij .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-urXLlLZ5Ij .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-urXLlLZ5Ij .dropdown-item:hover,
.cid-urXLlLZ5Ij .dropdown-item:focus {
  color: #e20a17 !important;
}
.cid-urXLlLZ5Ij .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-urXLlLZ5Ij .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-urXLlLZ5Ij .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em .65em !important;
}
.cid-urXLlLZ5Ij .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-urXLlLZ5Ij .nav-link {
  position: relative;
}
.cid-urXLlLZ5Ij .nav-link:hover {
  color: #e20a17 !important;
}
.cid-urXLlLZ5Ij .container {
  display: flex;
  margin: auto;
}
@media (min-width: 991px) {
  .cid-urXLlLZ5Ij .container,
  .cid-urXLlLZ5Ij .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-urXLlLZ5Ij .dropdown-menu,
.cid-urXLlLZ5Ij .navbar.opened {
  background: #ffffff !important;
}
.cid-urXLlLZ5Ij .nav-item:focus,
.cid-urXLlLZ5Ij .nav-link:focus {
  outline: none;
  color: #e20a17 !important;
}
.cid-urXLlLZ5Ij .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-urXLlLZ5Ij .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-urXLlLZ5Ij .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-urXLlLZ5Ij .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-urXLlLZ5Ij .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-urXLlLZ5Ij .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-urXLlLZ5Ij .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid #000;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-urXLlLZ5Ij .navbar.opened {
  transition: all 0.3s;
}
.cid-urXLlLZ5Ij .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-urXLlLZ5Ij .navbar .navbar-logo img {
  width: auto;
}
.cid-urXLlLZ5Ij .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-urXLlLZ5Ij .navbar.collapsed {
  justify-content: center;
}
.cid-urXLlLZ5Ij .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-urXLlLZ5Ij .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-urXLlLZ5Ij .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-urXLlLZ5Ij .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-urXLlLZ5Ij .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-urXLlLZ5Ij .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-urXLlLZ5Ij .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-urXLlLZ5Ij .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-urXLlLZ5Ij .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-urXLlLZ5Ij .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-urXLlLZ5Ij .navbar .dropdown-menu .dropdown-submenu {
    right: 0 !important;
  }
  .cid-urXLlLZ5Ij .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-urXLlLZ5Ij .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-urXLlLZ5Ij .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-urXLlLZ5Ij .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-urXLlLZ5Ij .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-urXLlLZ5Ij .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-urXLlLZ5Ij .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-urXLlLZ5Ij .navbar.navbar-short {
  min-height: 80px;
}
.cid-urXLlLZ5Ij .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-urXLlLZ5Ij .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-urXLlLZ5Ij .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-urXLlLZ5Ij .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-urXLlLZ5Ij .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-urXLlLZ5Ij .dropdown-item.active,
.cid-urXLlLZ5Ij .dropdown-item:active {
  background-color: transparent;
}
.cid-urXLlLZ5Ij .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-urXLlLZ5Ij .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-urXLlLZ5Ij .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-urXLlLZ5Ij .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-urXLlLZ5Ij .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-urXLlLZ5Ij .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-urXLlLZ5Ij ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-urXLlLZ5Ij button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-urXLlLZ5Ij button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-urXLlLZ5Ij button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-urXLlLZ5Ij button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-urXLlLZ5Ij button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-urXLlLZ5Ij button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-urXLlLZ5Ij nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-urXLlLZ5Ij nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-urXLlLZ5Ij nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-urXLlLZ5Ij nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-urXLlLZ5Ij .navbar-dropdown {
  position: fixed;
}
.cid-urXLlLZ5Ij a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-urXLlLZ5Ij .navbar {
    height: 70px;
  }
  .cid-urXLlLZ5Ij .navbar.opened {
    height: auto;
  }
  .cid-urXLlLZ5Ij .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-urXLlLZ5Ij .addr {
  text-align: center;
  max-width: 230px;
  min-width: 150px;
  margin: 0 10px;
}
@media (max-width: 992px) {
  .cid-urXLlLZ5Ij .addr {
    margin: 0 auto;
  }
}
.cid-urXLlLZ5Ij .mbr-section-btn {
  flex: 0 0 240px;
}
.cid-urXLlLZ5Ij .mbr-section-subtitle.addr {
  color: #1d1d1b;
  font-size: 1rem;
}
