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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bold;
}

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

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

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

.hidden {
  visibility: hidden;
}

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

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

.mbr-black {
  color: #111111;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.card-box {
  width: 100%;
}

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

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

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

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

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

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

  .media {
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.media {
  display: -webkit-flex;
}

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

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

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

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

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

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

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

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

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

.carousel-item img {
  margin: auto;
}

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

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

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

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

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

.card-img {
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

:focus {
  outline: none;
}

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

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

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

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

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

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

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

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

.item {
  position: relative;
}

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

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

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

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Dancing Script', handwriting;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #0fd336 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #0fd336 !important;
  border-color: #0fd336 !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: #098221 !important;
  border-color: #098221 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #098221 !important;
  border-color: #098221 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #0fd336 !important;
  border-color: #0fd336 !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: #098221 !important;
  border-color: #098221 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #098221 !important;
  border-color: #098221 !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !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: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !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: #0fd336;
  color: #0fd336;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #098221 !important;
  background-color: transparent!important;
  border-color: #098221 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #0fd336 !important;
  border-color: #0fd336 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #0fd336;
  color: #0fd336;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #098221 !important;
  background-color: transparent!important;
  border-color: #098221 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #0fd336 !important;
  border-color: #0fd336 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #47b5ed;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: #148cca !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #40b0bf;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: #2a747e !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffe161;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: #ffd10a !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff9966;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: #ff5f0f !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !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: #0fd336 !important;
}
.text-secondary {
  color: #0fd336 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #08741e !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #08741e !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #0fd336;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #0fd336;
  border-color: #0fd336;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #0fd336;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b4fac2;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #0fd336 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #0fd336;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #0fd336;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #0fd336;
}
.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: #0fd336;
  border-bottom-color: #0fd336;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #0fd336 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #0fd336 !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='%230fd336' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-tkxHsV5bNW {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tkxHsV5bNW nav.navbar {
  position: fixed;
}
.cid-tkxHsV5bNW a {
  font-weight: 300 !important;
}
.cid-tkxHsV5bNW .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-tkxHsV5bNW .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tkxHsV5bNW .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tkxHsV5bNW .dropdown-item:hover,
.cid-tkxHsV5bNW .dropdown-item:focus {
  background: #0fd336 !important;
  color: white !important;
}
.cid-tkxHsV5bNW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tkxHsV5bNW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tkxHsV5bNW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tkxHsV5bNW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tkxHsV5bNW .container {
  display: flex;
  margin: auto;
}
.cid-tkxHsV5bNW .dropdown-menu,
.cid-tkxHsV5bNW .navbar.opened {
  background: #181818 !important;
}
.cid-tkxHsV5bNW .nav-item:focus,
.cid-tkxHsV5bNW .nav-link:focus {
  outline: none;
}
.cid-tkxHsV5bNW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tkxHsV5bNW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tkxHsV5bNW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tkxHsV5bNW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tkxHsV5bNW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tkxHsV5bNW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tkxHsV5bNW .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #181818;
}
.cid-tkxHsV5bNW .navbar.opened {
  transition: all 0.3s;
}
.cid-tkxHsV5bNW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tkxHsV5bNW .navbar .navbar-logo img {
  width: auto;
}
.cid-tkxHsV5bNW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tkxHsV5bNW .navbar.collapsed {
  justify-content: center;
}
.cid-tkxHsV5bNW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tkxHsV5bNW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tkxHsV5bNW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tkxHsV5bNW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tkxHsV5bNW .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-tkxHsV5bNW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tkxHsV5bNW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tkxHsV5bNW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tkxHsV5bNW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tkxHsV5bNW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tkxHsV5bNW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tkxHsV5bNW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tkxHsV5bNW .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-tkxHsV5bNW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tkxHsV5bNW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tkxHsV5bNW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tkxHsV5bNW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tkxHsV5bNW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tkxHsV5bNW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tkxHsV5bNW .navbar.navbar-short {
  min-height: 60px;
}
.cid-tkxHsV5bNW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tkxHsV5bNW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tkxHsV5bNW .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-tkxHsV5bNW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tkxHsV5bNW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tkxHsV5bNW .dropdown-item.active,
.cid-tkxHsV5bNW .dropdown-item:active {
  background-color: transparent;
}
.cid-tkxHsV5bNW .navbar-expand-lg .navbar-nav {
  padding: 0;
}
.cid-tkxHsV5bNW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tkxHsV5bNW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tkxHsV5bNW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #181818;
}
.cid-tkxHsV5bNW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tkxHsV5bNW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tkxHsV5bNW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tkxHsV5bNW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tkxHsV5bNW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tkxHsV5bNW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tkxHsV5bNW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tkxHsV5bNW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tkxHsV5bNW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tkxHsV5bNW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tkxHsV5bNW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tkxHsV5bNW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tkxHsV5bNW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tkxHsV5bNW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tkxHsV5bNW .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tkxHsV5bNW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}
.cid-tkxHsV5bNW .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tkxHsV5bNW .navbar {
    height: 70px;
  }
  .cid-tkxHsV5bNW .navbar.opened {
    height: auto;
  }
  .cid-tkxHsV5bNW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tkxHsV5bNW .mbr-text {
  color: #fff;
}
.cid-tkxHsV5bNW .link-language:first-child {
  margin-right: 0 !important;
}
.cid-tkxHsV5bNW .link-language:last-child {
  margin-left: 0 !important;
  padding-left: 0 !important;
}
.cid-tkxHsV5bNW .nav-link {
  position: relative;
}
.cid-tkxHsV5bNW .nav-item {
  margin: 0 6px;
}
.cid-tkxHsV5bNW .nav-item:first-child {
  margin-left: 150px;
}
@media (max-width: 1200px) {
  .cid-tkxHsV5bNW .nav-item:first-child {
    margin-left: 6px;
  }
}
.cid-tkxHsV5bNW .nav-item:last-child {
  text-align: center;
}
.cid-tkxHsV5bNW .text-white {
  color: #fff !important;
}
.cid-tkxHsV5bNW .nav-button {
  padding: .5rem 1rem;
}
.cid-tkxJe57uNP {
  background-image: url("../../../assets/images/ss.jpg");
}
.cid-tkxJe57uNP h4 {
  margin-bottom: 20px;
  line-height: 1.3;
}
.cid-tkxJe57uNP a {
  text-decoration: none;
  font-weight: 300;
  line-height: 1.72;
}
.cid-tkxJe57uNP .mbr-section-title {
  color: #0fd336;
}
@media (max-width: 1400px) {
  .cid-tkxJe57uNP .mbr-section-title {
    margin-bottom: 120px;
  }
}
.cid-tkxJe57uNP .mbr-section-btn {
  margin-right: 13px;
}
.cid-tkxJe57uNP .btn-white-outline {
  color: white;
}
.cid-tkxJe57uNP .btn-white-outline:hover {
  color: #000 !important;
  background-color: #fff !important;
  transition: .3s;
}
.cid-tkxJe57uNP .info {
  margin-top: 120px;
}
@media (max-width: 1200px) {
  .cid-tkxJe57uNP .info {
    margin-top: 70px;
  }
}
.cid-tkxJe57uNP .mbr-text {
  color: #fff;
}
.cid-tkxJe57uNP .mbr-section-subtitle {
  color: #fff;
  text-transform: uppercase;
  position: relative;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tkxJe57uNP .mbr-section-subtitle {
    border-bottom: 1px solid #0fd336;
    padding-bottom: 4px;
  }
}
.cid-tkxJe57uNP .mbr-section-subtitle::before {
  position: absolute;
  content: "";
  height: 1px;
  background-color: #0fd336;
  width: 50%;
  top: 35px;
}
@media (max-width: 768px) {
  .cid-tkxJe57uNP .mbr-section-subtitle::before {
    content: none;
  }
}
.cid-tkxJe57uNP .add-info {
  line-height: 1.72;
}
@media (max-width: 768px) {
  .cid-tkxJe57uNP .add-info {
    width: 50%;
  }
}
.cid-tkxJe57uNP .add-info-text {
  line-height: 1.72;
}
.cid-tkxJe57uNP .mobi-mbri-down {
  font-size: 11px;
  margin-left: 10px;
}
.cid-tkxJe57uNP .main-subtitle {
  color: #ffffff;
}
.cid-tky6KKsC9W {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-tky6KKsC9W .image-wrapper,
.cid-tky6KKsC9W img {
  width: 100%;
  object-fit: contain;
}
.cid-tky6KKsC9W img {
  display: inline-block;
  width: 6rem;
}
.cid-tky6KKsC9W .mbr-section-title {
  margin: 25px 0;
}
.cid-tky6KKsC9W .mbr-text {
  margin-bottom: 19px;
}
.cid-tkAq2S9iL5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tkAq2S9iL5 .form-title {
  color: #ffffff;
  margin-bottom: 40px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tkAq2S9iL5 .form-title {
    margin-bottom: 30px;
  }
}
.cid-tkAq2S9iL5 .form-control {
  border: none !important;
  border-bottom: 1px solid #fff !important;
  background-color: transparent;
  color: #fff;
  border-radius: 0;
  box-shadow: none;
  padding: .85rem 0 !important;
}
@media (max-width: 576px) {
  .cid-tkAq2S9iL5 .form-control {
    padding: 5px 0 !important;
  }
}
.cid-tkAq2S9iL5 .form {
  background-color: #0fd336;
  padding: 1rem;
  border-radius: 10px;
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tkAq2S9iL5 .form {
    padding: 5rem;
  }
}
@media (max-width: 992px) {
  .cid-tkAq2S9iL5 .form-container {
    margin-top: 80px;
  }
}
.cid-tkAq2S9iL5 .btn {
  font-size: .9rem;
  border-radius: 6px;
  padding: 1.5rem 2rem;
  margin-top: 34px;
}
.cid-tkAq2S9iL5 .mbr-section-title {
  margin: 0;
  margin-bottom: 80px;
  color: #0fd336;
}
@media (max-width: 992px) {
  .cid-tkAq2S9iL5 .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tkAq2S9iL5 .frst-subtitle {
  color: #0fd336;
}
.cid-tkAq2S9iL5 .scnd-subtitle {
  color: #0196e3;
}
.cid-tkAq2S9iL5 .add-info {
  padding: 1rem 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin-top: 90px;
}
@media (max-width: 992px) {
  .cid-tkAq2S9iL5 .add-info {
    margin-top: 40px;
  }
}
.cid-tkAq2S9iL5 .mobi-mbri-success {
  color: #0fd336;
  margin-right: 11px;
}
.cid-tkAq2S9iL5 input::placeholder {
  color: #e0e0e0;
}
.cid-tkAq2S9iL5 .price-container {
  gap: 40px;
}
.cid-tkAq2S9iL5 .frst-price,
.cid-tkAq2S9iL5 .scnd-price {
  margin-bottom: .85rem;
}
.cid-tkAq2S9iL5 .conditions {
  padding: 1rem 0;
}
.cid-tkAq2S9iL5 .btn-white {
  color: #181818 !important;
  font-weight: 500 !important;
}
.cid-tkAq2S9iL5 .amount-payment {
  margin-bottom: 10px;
  color: #0fd336;
}
@media (min-width: 576px) {
  .cid-tkAq2S9iL5 .amount-payment {
    margin-bottom: 0;
  }
}
.cid-tkAq2S9iL5 .frst-price {
  color: #0196e3;
  text-align: left;
}
.cid-tkAq2S9iL5 .scnd-price {
  color: #0196e3;
}
.cid-tkAq2S9iL5 .mbr-price-month {
  color: #0fd336;
}
.cid-tkAq2S9iL5 .price-info {
  color: #0fd336;
}
.cid-tkAq2S9iL5 .mbr-price-period {
  color: #0fd336;
}
.cid-tkAq2S9iL5 H5 {
  color: #000000;
}
.cid-tkAqaHs2jq {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-tkAqaHs2jq .row {
  justify-content: center;
}
.cid-tkAqaHs2jq .row .img-item {
  height: 354px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  transition: all 0.7s;
  display: -webkit-flex;
  width: 100%;
}
.cid-tkAqaHs2jq .row .img-item img {
  transition: all 0.7s;
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 1px;
}
@media (max-width: 768px) {
  .cid-tkAqaHs2jq .top {
    margin-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tkAqaHs2jq .title {
    padding-left: 60px;
  }
}
@media (min-width: 1400px) {
  .cid-tkAqaHs2jq .title {
    padding-left: 120px;
  }
}
.cid-tkAqaHs2jq .btn {
  font-family: "Cormorant Garamond";
  padding: 0.8rem 4rem;
  position: relative;
  color: #c0bcb7;
}
.cid-tkAqaHs2jq span {
  position: absolute;
  width: 105%;
  height: 80%;
  border: 1px solid #41392e;
}
.cid-tkAqaHs2jq span::before {
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  border-top: 1px solid #41392e;
  border-left: 1px solid #41392e;
  transform-origin: top left;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-tkAqaHs2jq span::after {
  content: "";
  right: -1px;
  position: absolute;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #41392e;
  border-right: 1px solid #41392e;
  transform-origin: bottom right;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-tkAqaHs2jq .btn:hover span::before {
  border-top: 1px solid #0fd336;
  border-left: 1px solid #0fd336;
  transform: scale3d(1, 1, 1);
}
.cid-tkAqaHs2jq .btn:hover span::after {
  border-bottom: 1px solid #0fd336;
  border-right: 1px solid #0fd336;
  transform: scale3d(1, 1, 1);
}
.cid-tkAqaHs2jq .item-title {
  top: 50%;
  left: 50%;
  min-width: 200px;
  position: absolute;
  opacity: 0;
  transform: translate(-50%, -20%);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-tkAqaHs2jq .img-item:hover .item-title {
  opacity: 1;
  transform: translate(-50%, -50%);
}
.cid-tkAqaHs2jq .img-item:hover img {
  filter: brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
  box-shadow: 0 1px 15px 1px rgba(0, 0, 0, 0.9);
  opacity: 0.2;
}
.cid-tkAqaHs2jq .mbr-text {
  font-style: italic;
  color: #ffffff;
  font-family: "Cormorant Garamond";
}
.cid-tkAqaHs2jq h3 {
  font-family: "Cormorant Garamond";
}
.cid-tkAqaHs2jq .mbr-section-title {
  color: #bbbbbb;
}
.cid-tkAqaHs2jq .mbr-title {
  color: #4479d9;
}
.cid-tkE4tbHY7q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tkE4tbHY7q .image-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin-top: 5px;
  margin-right: 1rem;
  overflow: hidden;
}
.cid-tkE4tbHY7q .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-tkE4tbHY7q .col-lg-6 {
  padding: 0 2rem;
}
.cid-tkE4tbHY7q .row {
  margin: 0 -2rem;
  justify-content: center;
}
.cid-tkE4tbHY7q .card-wrapper {
  border-radius: 2rem;
  padding: 2rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
@media (max-width: 767px) {
  .cid-tkE4tbHY7q .card-wrapper {
    padding: 1rem 1rem;
    margin-bottom: 2rem;
  }
}
.cid-tkE4tbHY7q .mbr-text {
  color: #6c758f;
}
.cid-tkE4tbHY7q .name {
  color: #0196e3;
}
.cid-tkE4tbHY7q .position {
  color: #6c758f;
}
@media (max-width: 767px) {
  .cid-tkE4tbHY7q .d-flex {
    justify-content: center;
  }
}
.cid-tkE4tbHY7q .mbr-section-title {
  color: #0196e3;
}
.cid-tkDLmd77av {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-tkDLmd77av .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tkDLmd77av .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-tkDLmd77av .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tkDLmd77av .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tkDLmd77av .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tkDLmd77av .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tkDLmd77av .carousel-control,
.cid-tkDLmd77av .close {
  background: #1b1b1b;
}
.cid-tkDLmd77av .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tkDLmd77av .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tkDLmd77av .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tkDLmd77av .carousel-control-next span {
  margin-left: 5px;
}
.cid-tkDLmd77av .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tkDLmd77av .close::before {
  content: '\e91a';
}
.cid-tkDLmd77av .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tkDLmd77av .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tkDLmd77av .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tkDLmd77av .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tkDLmd77av .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tkDLmd77av .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tkDLmd77av .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tkDLmd77av .carousel-indicators li.active,
.cid-tkDLmd77av .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tkDLmd77av .carousel-indicators li::after,
.cid-tkDLmd77av .carousel-indicators li::before {
  content: none;
}
.cid-tkDLmd77av .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tkDLmd77av .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tkDLmd77av .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tkDLmd77av .carousel-indicators {
    display: none;
  }
}
.cid-tkDLmd77av .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tkDLmd77av .carousel-inner > .active {
  display: block;
}
.cid-tkDLmd77av .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tkDLmd77av .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tkDLmd77av .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tkDLmd77av .carousel-control,
  .cid-tkDLmd77av .carousel-indicators,
  .cid-tkDLmd77av .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tkDLmd77av .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tkDLmd77av .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tkDLmd77av .carousel-indicators .active,
.cid-tkDLmd77av .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tkDLmd77av .carousel-indicators .active {
  background: #fff;
}
.cid-tkDLmd77av .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tkDLmd77av .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tkDLmd77av .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tkDLmd77av .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tkDLmd77av .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tkDLmd77av .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tkDLmd77av .carousel {
  width: 100%;
}
.cid-tkDLmd77av .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tkDLmd77av .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tkDLmd77av .modal.fade .modal-dialog,
.cid-tkDLmd77av .modal.in .modal-dialog {
  transform: none;
}
.cid-tkDLmd77av .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tkDLmd77av H6 {
  text-align: center;
}
.cid-tkDLmd77av H4 {
  color: #0196e3;
}
.cid-tkxVacQ9NP {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-tkxVacQ9NP .content {
    text-align: center;
  }
  .cid-tkxVacQ9NP .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tkxVacQ9NP .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-tkxVacQ9NP .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tkxVacQ9NP .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-tkxVacQ9NP .google-map {
  height: 25rem;
  position: relative;
}
.cid-tkxVacQ9NP .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tkxVacQ9NP .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-tkxVacQ9NP .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tkxVacQ9NP .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tkxVacQ9NP .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tkxVacQ9NP .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tkxVacQ9NP .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tkxVacQ9NP .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tkxVacQ9NP .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tkxVacQ9NP .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tkxVacQ9NP .list {
  list-style-type: none;
  padding: 0;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bold;
}

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

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

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

.hidden {
  visibility: hidden;
}

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

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

.mbr-black {
  color: #111111;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.card-box {
  width: 100%;
}

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

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

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

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

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

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

  .media {
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.media {
  display: -webkit-flex;
}

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

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

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

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

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

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

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

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

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

.carousel-item img {
  margin: auto;
}

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

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

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

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

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

.card-img {
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

:focus {
  outline: none;
}

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

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

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

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

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

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

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

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

.item {
  position: relative;
}

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

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

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

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.cid-tkDTIfHwIQ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tkDTIfHwIQ nav.navbar {
  position: fixed;
}
.cid-tkDTIfHwIQ a {
  font-weight: 300 !important;
}
.cid-tkDTIfHwIQ .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-tkDTIfHwIQ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tkDTIfHwIQ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tkDTIfHwIQ .dropdown-item:hover,
.cid-tkDTIfHwIQ .dropdown-item:focus {
  background: #0fd336 !important;
  color: white !important;
}
.cid-tkDTIfHwIQ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tkDTIfHwIQ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tkDTIfHwIQ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tkDTIfHwIQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tkDTIfHwIQ .container {
  display: flex;
  margin: auto;
}
.cid-tkDTIfHwIQ .dropdown-menu,
.cid-tkDTIfHwIQ .navbar.opened {
  background: #181818 !important;
}
.cid-tkDTIfHwIQ .nav-item:focus,
.cid-tkDTIfHwIQ .nav-link:focus {
  outline: none;
}
.cid-tkDTIfHwIQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tkDTIfHwIQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tkDTIfHwIQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tkDTIfHwIQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tkDTIfHwIQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tkDTIfHwIQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tkDTIfHwIQ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #181818;
}
.cid-tkDTIfHwIQ .navbar.opened {
  transition: all 0.3s;
}
.cid-tkDTIfHwIQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tkDTIfHwIQ .navbar .navbar-logo img {
  width: auto;
}
.cid-tkDTIfHwIQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tkDTIfHwIQ .navbar.collapsed {
  justify-content: center;
}
.cid-tkDTIfHwIQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tkDTIfHwIQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tkDTIfHwIQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tkDTIfHwIQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tkDTIfHwIQ .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-tkDTIfHwIQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tkDTIfHwIQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tkDTIfHwIQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tkDTIfHwIQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tkDTIfHwIQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tkDTIfHwIQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tkDTIfHwIQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tkDTIfHwIQ .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-tkDTIfHwIQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tkDTIfHwIQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tkDTIfHwIQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tkDTIfHwIQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tkDTIfHwIQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tkDTIfHwIQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tkDTIfHwIQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-tkDTIfHwIQ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tkDTIfHwIQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tkDTIfHwIQ .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-tkDTIfHwIQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tkDTIfHwIQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tkDTIfHwIQ .dropdown-item.active,
.cid-tkDTIfHwIQ .dropdown-item:active {
  background-color: transparent;
}
.cid-tkDTIfHwIQ .navbar-expand-lg .navbar-nav {
  padding: 0;
}
.cid-tkDTIfHwIQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tkDTIfHwIQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tkDTIfHwIQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #181818;
}
.cid-tkDTIfHwIQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tkDTIfHwIQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tkDTIfHwIQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tkDTIfHwIQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tkDTIfHwIQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tkDTIfHwIQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tkDTIfHwIQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tkDTIfHwIQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tkDTIfHwIQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tkDTIfHwIQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tkDTIfHwIQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tkDTIfHwIQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tkDTIfHwIQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tkDTIfHwIQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tkDTIfHwIQ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tkDTIfHwIQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}
.cid-tkDTIfHwIQ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tkDTIfHwIQ .navbar {
    height: 70px;
  }
  .cid-tkDTIfHwIQ .navbar.opened {
    height: auto;
  }
  .cid-tkDTIfHwIQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tkDTIfHwIQ .mbr-text {
  color: #fff;
}
.cid-tkDTIfHwIQ .link-language:first-child {
  margin-right: 0 !important;
}
.cid-tkDTIfHwIQ .link-language:last-child {
  margin-left: 0 !important;
  padding-left: 0 !important;
}
.cid-tkDTIfHwIQ .nav-link {
  position: relative;
}
.cid-tkDTIfHwIQ .nav-item {
  margin: 0 6px;
}
.cid-tkDTIfHwIQ .nav-item:first-child {
  margin-left: 150px;
}
@media (max-width: 1200px) {
  .cid-tkDTIfHwIQ .nav-item:first-child {
    margin-left: 6px;
  }
}
.cid-tkDTIfHwIQ .nav-item:last-child {
  text-align: center;
}
.cid-tkDTIfHwIQ .text-white {
  color: #fff !important;
}
.cid-tkDTIfHwIQ .nav-button {
  padding: .5rem 1rem;
}
.cid-tkDUoQSDln {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #232323;
}
.cid-tkDUoQSDln .mbr-text {
  color: #0fd336;
}
.cid-tkDUoQSDln h4 {
  text-align: center;
}
.cid-tkDUoQSDln p {
  text-align: center;
}
.cid-tkDUoQSDln .card .card-img {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tkDUoQSDln .card:hover .step {
  color: #ffffff;
  border: 0px solid transparent;
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tkDUoQSDln .card:hover .step:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.cid-tkDUoQSDln .step {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  width: 100px;
  height: 100px;
  border: 2px solid #eee;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 50%;
  transition: all .3s;
}
.cid-tkDUoQSDln .step:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  transition-duration: 0.3s;
  background: linear-gradient(45deg, #18d33d, #22a5e5);
  border-radius: 50%;
}
.cid-tkDUoQSDln .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-tkDUoQSDln .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #0fd336, #0fd336);
  display: inline-block;
}
@media (min-width: 768px) {
  .cid-tkDUoQSDln .mbr-section-title,
  .cid-tkDUoQSDln .underline {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.cid-tkDUoQSDln .mbr-section-title,
.cid-tkDUoQSDln .underline {
  color: #4479d9;
}
.cid-tkDUoQSDln .card-title,
.cid-tkDUoQSDln .card-img {
  color: #22a5e5;
}
.cid-tkDZeAngz7 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background: #232323;
}
.cid-tkDZeAngz7 .list-group-item {
  background-color: transparent;
  padding: .5rem 3.25rem;
}
.cid-tkDZeAngz7 .plan-body {
  padding-bottom: 3rem;
}
.cid-tkDZeAngz7 .plan-header {
  padding-top: 3rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tkDZeAngz7 .price {
  color: #000000;
}
.cid-tkDZeAngz7 .plan {
  word-break: break-word;
  background-color: #ffffff;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
  background: #4479d9;
}
.cid-tkDZeAngz7 .plan .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
}
.cid-tkDZeAngz7 .plan .list-group-item::after {
  position: absolute;
  bottom: 1px;
  left: 25%;
  width: 50%;
  height: 1px;
  content: "";
  background-color: rgba(0, 0, 0, 0.05);
}
.cid-tkDZeAngz7 .plan .list-group-item:last-child::after {
  display: none;
}
@media (max-width: 991px) {
  .cid-tkDZeAngz7 .plan {
    margin-bottom: 2rem;
  }
}
.cid-tkDZeAngz7 .price-term {
  color: #000000;
}
.cid-tkDZeAngz7 UL {
  color: #232323;
}
.cid-tkDZeAngz7 .plan-title {
  color: #000000;
}
.cid-tkDZeAngz7 .title {
  text-align: center;
  color: #0196e3;
}
.cid-tkE7T6cBnk {
  padding-top: 120px;
  padding-bottom: 160px;
  position: relative;
  background-color: #232323;
  margin-bottom: 70px;
}
.cid-tkE7T6cBnk .row {
  flex-direction: row-reverse;
}
.cid-tkE7T6cBnk .content {
  padding-right: 30px;
}
.cid-tkE7T6cBnk .mbr-section-subtitle {
  color: #0fd336;
}
.cid-tkE7T6cBnk .mbr-section-title {
  color: #0fd336;
}
.cid-tkE7T6cBnk .mbr-text {
  color: #47b5ed;
}
.cid-tkE7T6cBnk .mbr-iconfont {
  font-family: "Moririse2" !important;
  display: inline-flex;
  transform-origin: ;
  transform: rotate(45deg);
  transition: all 0.3s;
  padding: 0 !important;
  font-size: 1.4rem !important;
  color: #0196e3;
}
.cid-tkE7T6cBnk .mbr-iconfont:before {
  transform: scaleY(0) !important;
  transition: all 0.4s;
}
.cid-tkE7T6cBnk .p-4 {
  padding: 1rem 0 !important;
}
.cid-tkE7T6cBnk .accordion .card .card-header {
  margin-bottom: 0px;
}
.cid-tkE7T6cBnk .mbri-arrow-down:before {
  content: "\e960";
}
.cid-tkE7T6cBnk .mbri-arrow-up:before {
  content: "\e960";
}
.cid-tkE7T6cBnk .card {
  border-radius: 0px;
  border-bottom: 2px solid #22a5e5 !important;
}
.cid-tkE7T6cBnk .card:last-child {
  border-bottom: none !important;
}
.cid-tkE7T6cBnk .card .card-header {
  border-radius: 0px;
  border: 0px;
  background-color: transparent;
  padding: 0;
}
.cid-tkE7T6cBnk .card .card-header h4 {
  justify-content: flex-start;
  width: 100%;
}
.cid-tkE7T6cBnk .card .card-header a.panel-title {
  margin-bottom: 0;
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.cid-tkE7T6cBnk .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tkE7T6cBnk .card .card-header a.panel-title h4 {
  padding: 1.2rem 0rem;
  margin-bottom: 0;
  color: #0fd336;
  padding-right: 50px;
}
.cid-tkE7T6cBnk .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-tkE7T6cBnk .card .card-header a.panel-title .toggle-icon {
  right: 20px;
  position: absolute;
  top: 17px;
  transform: translate(-50%, 0) !important;
  display: inline-block;
  margin-left: 0;
  width: 46px;
  height: 46px;
  background-color: #22a5e5;
  transition: all .3s ease 0s;
  box-shadow: 0 14px 40px 0 #22a5e5;
}
.cid-tkE7T6cBnk .card .card-header a.panel-title .toggle-icon:before,
.cid-tkE7T6cBnk .card .card-header a.panel-title .toggle-icon:after {
  background: #0fd336;
  border: 0;
  box-sizing: border-box;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
}
.cid-tkE7T6cBnk .card .card-header a.panel-title .toggle-icon:before {
  height: 12px;
  margin-left: -1px !important;
  width: 2px;
  margin-top: -6px;
  background-color: #0fd336;
  border: 0;
  transform: none;
}
.cid-tkE7T6cBnk .card .card-header a.panel-title .toggle-icon:after {
  height: 2px;
  width: 12px;
  margin-left: -6px;
  margin-top: -1px;
}
.cid-tkE7T6cBnk .card .panel-body {
  padding: 14px 20px;
}
.cid-tkE7T6cBnk .card .panel-body p {
  color: #47b5ed;
}
.cid-tkE7T6cBnk .collapsed .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-tkE7T6cBnk .collapsed .mbr-iconfont:before {
  transform: scaleY(1) !important;
  transition: all 0.3s;
}
.cid-tkE7T6cBnk .collapsed .toggle-icon {
  background-color: transparent !important;
  transform: translate(0, 0);
  right: 7px !important;
  box-shadow: none !important;
}
.cid-tkE7T6cBnk .collapsed .toggle-icon:before,
.cid-tkE7T6cBnk .collapsed .toggle-icon:after {
  background: #0196e3 !important;
}
.cid-tkE7T6cBnk .collapsed .toggle-icon:before {
  background-color: #0196e3 !important;
}
.cid-tkE7T6cBnk .img-wrap img {
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tkE7T6cBnk * {
    text-align: left;
  }
}
.cid-tkE7T6cBnk .card .panel-body p {
  text-align: left;
  color: #f2f3f7;
}
.cid-tkE7T6cBnk H6 {
  color: #000000;
  text-align: left;
}
.cid-tkE7T6cBnk .content .mbr-section-title {
  color: #0196e3;
}
.cid-tkE7T6cBnk .card .card-header a.panel-title h4 {
  color: #22a5e5;
}
.cid-tkE7T6cBnk .card .panel-body pt {
  color: #0196e3;
}
.cid-tkDTIpnCJ1 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-tkDTIpnCJ1 .content {
    text-align: center;
  }
  .cid-tkDTIpnCJ1 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tkDTIpnCJ1 .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-tkDTIpnCJ1 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tkDTIpnCJ1 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-tkDTIpnCJ1 .google-map {
  height: 25rem;
  position: relative;
}
.cid-tkDTIpnCJ1 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tkDTIpnCJ1 .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-tkDTIpnCJ1 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tkDTIpnCJ1 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tkDTIpnCJ1 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tkDTIpnCJ1 .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tkDTIpnCJ1 .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tkDTIpnCJ1 .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tkDTIpnCJ1 .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tkDTIpnCJ1 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tkDTIpnCJ1 .list {
  list-style-type: none;
  padding: 0;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bold;
}

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

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

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

.hidden {
  visibility: hidden;
}

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

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

.mbr-black {
  color: #111111;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.card-box {
  width: 100%;
}

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

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

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

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

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

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

  .media {
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.media {
  display: -webkit-flex;
}

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

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

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

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

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

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

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

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

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

.carousel-item img {
  margin: auto;
}

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

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

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

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

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

.card-img {
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

:focus {
  outline: none;
}

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

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

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

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

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

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

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

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

.item {
  position: relative;
}

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

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

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

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.cid-tkE17zscyE {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tkE17zscyE nav.navbar {
  position: fixed;
}
.cid-tkE17zscyE a {
  font-weight: 300 !important;
}
.cid-tkE17zscyE .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-tkE17zscyE .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tkE17zscyE .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tkE17zscyE .dropdown-item:hover,
.cid-tkE17zscyE .dropdown-item:focus {
  background: #0fd336 !important;
  color: white !important;
}
.cid-tkE17zscyE .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tkE17zscyE .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tkE17zscyE .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tkE17zscyE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tkE17zscyE .container {
  display: flex;
  margin: auto;
}
.cid-tkE17zscyE .dropdown-menu,
.cid-tkE17zscyE .navbar.opened {
  background: #181818 !important;
}
.cid-tkE17zscyE .nav-item:focus,
.cid-tkE17zscyE .nav-link:focus {
  outline: none;
}
.cid-tkE17zscyE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tkE17zscyE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tkE17zscyE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tkE17zscyE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tkE17zscyE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tkE17zscyE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tkE17zscyE .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #181818;
}
.cid-tkE17zscyE .navbar.opened {
  transition: all 0.3s;
}
.cid-tkE17zscyE .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tkE17zscyE .navbar .navbar-logo img {
  width: auto;
}
.cid-tkE17zscyE .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tkE17zscyE .navbar.collapsed {
  justify-content: center;
}
.cid-tkE17zscyE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tkE17zscyE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tkE17zscyE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tkE17zscyE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tkE17zscyE .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-tkE17zscyE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tkE17zscyE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tkE17zscyE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tkE17zscyE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tkE17zscyE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tkE17zscyE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tkE17zscyE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tkE17zscyE .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-tkE17zscyE .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tkE17zscyE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tkE17zscyE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tkE17zscyE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tkE17zscyE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tkE17zscyE .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tkE17zscyE .navbar.navbar-short {
  min-height: 60px;
}
.cid-tkE17zscyE .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tkE17zscyE .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tkE17zscyE .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-tkE17zscyE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tkE17zscyE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tkE17zscyE .dropdown-item.active,
.cid-tkE17zscyE .dropdown-item:active {
  background-color: transparent;
}
.cid-tkE17zscyE .navbar-expand-lg .navbar-nav {
  padding: 0;
}
.cid-tkE17zscyE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tkE17zscyE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tkE17zscyE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #181818;
}
.cid-tkE17zscyE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tkE17zscyE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tkE17zscyE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tkE17zscyE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tkE17zscyE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tkE17zscyE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tkE17zscyE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tkE17zscyE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tkE17zscyE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tkE17zscyE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tkE17zscyE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tkE17zscyE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tkE17zscyE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tkE17zscyE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tkE17zscyE .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tkE17zscyE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}
.cid-tkE17zscyE .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tkE17zscyE .navbar {
    height: 70px;
  }
  .cid-tkE17zscyE .navbar.opened {
    height: auto;
  }
  .cid-tkE17zscyE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tkE17zscyE .mbr-text {
  color: #fff;
}
.cid-tkE17zscyE .link-language:first-child {
  margin-right: 0 !important;
}
.cid-tkE17zscyE .link-language:last-child {
  margin-left: 0 !important;
  padding-left: 0 !important;
}
.cid-tkE17zscyE .nav-link {
  position: relative;
}
.cid-tkE17zscyE .nav-item {
  margin: 0 6px;
}
.cid-tkE17zscyE .nav-item:first-child {
  margin-left: 150px;
}
@media (max-width: 1200px) {
  .cid-tkE17zscyE .nav-item:first-child {
    margin-left: 6px;
  }
}
.cid-tkE17zscyE .nav-item:last-child {
  text-align: center;
}
.cid-tkE17zscyE .text-white {
  color: #fff !important;
}
.cid-tkE17zscyE .nav-button {
  padding: .5rem 1rem;
}
.cid-tkE1rIwJSt {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-tkE1rIwJSt .mbr-section-subtitle {
  color: #767676;
}
.cid-tkE1rIwJSt ul.list-inline {
  margin: 0;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tkE1rIwJSt ul.list-inline li {
  margin: 0;
  padding: .5rem;
}
.cid-tkE1rIwJSt ul.list-inline img {
  max-width: 6rem;
  padding-bottom: .5rem;
}
.cid-tkE1rIwJSt ul.list-inline img:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}
@media (max-width: 767px) {
  .cid-tkE1rIwJSt .list-inline-item img {
    max-width: 5rem;
  }
}
.cid-tkE1rIwJSt .mbr-section-title {
  color: #4479d9;
}
.cid-tkE1sPhPha {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-tkE1sPhPha .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tkE1sPhPha .form-control,
.cid-tkE1sPhPha .field-input {
  padding: 0.5rem;
  background-color: #2299aa;
  border-color: #ffb5b5;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tkE1sPhPha .form-control::-webkit-input-placeholder,
.cid-tkE1sPhPha .field-input::-webkit-input-placeholder,
.cid-tkE1sPhPha .form-control::-webkit-input-placeholder,
.cid-tkE1sPhPha .field-input::-webkit-input-placeholder {
  color: #000000;
}
.cid-tkE1sPhPha .form-control:-moz-placeholder,
.cid-tkE1sPhPha .field-input:-moz-placeholder,
.cid-tkE1sPhPha .form-control:-moz-placeholder,
.cid-tkE1sPhPha .field-input:-moz-placeholder {
  color: #000000;
}
.cid-tkE1sPhPha .form-control:hover,
.cid-tkE1sPhPha .field-input:hover,
.cid-tkE1sPhPha .form-control:focus,
.cid-tkE1sPhPha .field-input:focus {
  background-color: #fafafa;
  border-color: #0fd336;
  color: #35b8fc;
  box-shadow: none;
  outline: none;
}
.cid-tkE1sPhPha .form-control:hover::-webkit-input-placeholder,
.cid-tkE1sPhPha .field-input:hover::-webkit-input-placeholder,
.cid-tkE1sPhPha .form-control:focus::-webkit-input-placeholder,
.cid-tkE1sPhPha .field-input:focus::-webkit-input-placeholder,
.cid-tkE1sPhPha .form-control:hover::-webkit-input-placeholder,
.cid-tkE1sPhPha .field-input:hover::-webkit-input-placeholder,
.cid-tkE1sPhPha .form-control:focus::-webkit-input-placeholder,
.cid-tkE1sPhPha .field-input:focus::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-tkE1sPhPha .form-control:hover:-moz-placeholder,
.cid-tkE1sPhPha .field-input:hover:-moz-placeholder,
.cid-tkE1sPhPha .form-control:focus:-moz-placeholder,
.cid-tkE1sPhPha .field-input:focus:-moz-placeholder,
.cid-tkE1sPhPha .form-control:hover:-moz-placeholder,
.cid-tkE1sPhPha .field-input:hover:-moz-placeholder,
.cid-tkE1sPhPha .form-control:focus:-moz-placeholder,
.cid-tkE1sPhPha .field-input:focus:-moz-placeholder {
  color: #c1c1c1;
}
.cid-tkE1sPhPha .jq-number__spin:hover,
.cid-tkE1sPhPha .jq-number__spin:focus {
  background-color: #fafafa;
  border-color: #0fd336;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-tkE1sPhPha .jq-number__spin {
  background-color: #2299aa;
  border-color: #ffb5b5;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tkE1sPhPha .jq-selectbox li,
.cid-tkE1sPhPha .jq-selectbox li {
  background-color: #2299aa;
  color: #ffffff;
}
.cid-tkE1sPhPha .jq-selectbox li:hover,
.cid-tkE1sPhPha .jq-selectbox li.selected {
  background-color: #fafafa;
  color: #000000;
}
.cid-tkE1sPhPha .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-tkE1sPhPha .jq-number__spin.minus:hover:after,
.cid-tkE1sPhPha .jq-number__spin.plus:hover:after {
  border-top-color: #2299aa;
  border-bottom-color: #2299aa;
}
.cid-tkE1sPhPha .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-tkE1sPhPha .jq-number__spin.minus:after,
.cid-tkE1sPhPha .jq-number__spin.plus:after {
  border-top-color: #fafafa;
  border-bottom-color: #fafafa;
}
.cid-tkE1sPhPha input::-webkit-clear-button {
  display: none;
}
.cid-tkE1sPhPha input::-webkit-inner-spin-button {
  display: none;
}
.cid-tkE1sPhPha input::-webkit-outer-spin-button {
  display: none;
}
.cid-tkE1sPhPha input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-tkE1sPhPha H3 {
  color: #35b8fc;
  text-align: center;
}
.cid-tkE1sPhPha LABEL {
  color: #6c758f;
  text-align: center;
}
.cid-tkE1sPhPha jaj {
  padding: 5px 0px;
  background-color: #f2f3f7;
  text-align: center;
}
.cid-tkE1sPhPha P {
  color: #ff0020;
}
.cid-tkE2cpBOGB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-tkE2cpBOGB .line {
  background-color: #0fd336;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tkE2cpBOGB .mbr-text {
  color: #e43f3f;
}
.cid-tkE17F0N5a {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-tkE17F0N5a .content {
    text-align: center;
  }
  .cid-tkE17F0N5a .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tkE17F0N5a .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-tkE17F0N5a .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tkE17F0N5a .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-tkE17F0N5a .google-map {
  height: 25rem;
  position: relative;
}
.cid-tkE17F0N5a .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tkE17F0N5a .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-tkE17F0N5a .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tkE17F0N5a .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tkE17F0N5a .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tkE17F0N5a .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tkE17F0N5a .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tkE17F0N5a .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tkE17F0N5a .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tkE17F0N5a .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tkE17F0N5a .list {
  list-style-type: none;
  padding: 0;
}
