/*!
 * Mobirise v4 theme (https://mobirise.com/)
 * Copyright 2017 Mobirise
 */

::-webkit-scrollbar {
  width: 3px;
}

::-webkit-scrollbar-track {
  background: #dcdcdc;
}

::-webkit-scrollbar-thumb {
  background: #dcdcdc;
}

::-webkit-scrollbar-thumb:hover {
  background: #8400ff;
}

section {
  background-color: #eeeeee;
}

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

:focus {
  outline: none;
}

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

.menu {
  height: 77px !important;
}

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

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

a {
  font-style: normal;
  transition: color 0.3s;
  font-weight: 600;
  cursor: pointer;
}

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

figure {
  margin-bottom: 0;
}

body {
  color: #232323;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.css-1,
.css-2,
.css-3,
.css-4,
.display-1,
.display-2,
.display-3,
.display-4,
.display-5,
.display-6,
.display-7 {
  line-height: 1.8em;
  word-break: break-word;
  word-wrap: break-word;
  letter-spacing: -1px !important;
}

b,
strong {
  font-weight: bold;
}

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

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

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

body {
  position: relative;
}

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

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

.hidden {
  visibility: hidden;
}

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

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

.mbr-black {
  color: #000000;
}

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

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

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

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

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

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

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

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

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

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

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

.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}

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

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}

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

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

figure {
  overflow: hidden;
}

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

.mbr-figure img,
.mbr-figure iframe {
  display: block;
  width: 100%;
}

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

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

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

.mbr-figure {
  -ms-grid-row-align: center;
  align-self: center;
}

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

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

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

/*! Buttons */
.mbr-section-btn {
  margin-left: -.25rem;
  margin-right: -.25rem;
  font-size: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

.mbr-arrow-up a i {
  line-height: 60px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
}

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

.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;
  max-height: 93.5vh;
}

.navbar-collapse.show {
  overflow: auto;
}

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

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

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

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

.form-inline {
  display: -webkit-flex;
  -webkit-align-items: center;
}

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

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

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

.media {
  display: -webkit-flex;
}

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

.jq-selectbox__select {
  padding: 0.5rem 1.2rem;
  position: absolute;
  display: flex;
  align-items: center;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
}

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

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

.jq-selectbox li {
  padding: 0.5rem 1.2rem;
}

.mbr-form .form-control:focus, .mbr-form .form-control:hover {
  background-color: #f5f5f7;
  border: 3px solid #ebeced;
  box-shadow: none;
  outline: none;
}

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

@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.card-img {
  width: auto;
}

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

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

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

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

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

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

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

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

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

.btn {
  font-weight: 600 !important;
  border-width: 2px;
  font-style: normal;
  margin: .4rem .8rem;
  white-space: normal;
  transition: all .3s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  display: -webkit-inline-flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-control {
  background-color: #ffffff;
  box-shadow: none;
  color: #767676;
  border: 3px solid #ebeced;
  line-height: 1.43;
  min-height: 46px;
  padding: 0.5rem 1.2rem;
}

.form-control:focus {
  outline: none;
  border: 3px solid #ebeced;
  background-color: #f5f5f7;
}

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

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

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

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

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

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

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

body {
  font-family: IBM Plex Sans;
}
.css-1 {
  font-family: 'Black Han Sans', sans-serif;
  font-size: 3.4rem;
}
.css-1 > .mbr-iconfont {
  font-size: 5.44rem;
}
.css-2 {
  font-family: 'Dongle', sans-serif;
  font-size: 4rem;
}
.css-2 > .mbr-iconfont {
  font-size: 6.4rem;
}
.css-3 {
  font-family: 'Chango', display;
  font-size: 1.8rem;
}
.css-3 > .mbr-iconfont {
  font-size: 2.88rem;
}
.css-4 {
  font-family: 'Nanum Gothic Coding', handwriting;
  font-size: 1.3rem;
}
.css-4 > .mbr-iconfont {
  font-size: 2.08rem;
}
.cssT-1 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 2rem;
}
.cssT-1 > .mbr-iconfont {
  font-size: 3.2rem;
}
.cssT-2 {
  font-family: 'Hahmlet', serif;
  font-size: 1.7rem;
}
.cssT-2 > .mbr-iconfont {
  font-size: 2.72rem;
}
.cssT-3 {
  font-family: 'Gowun Dodum', sans-serif;
  font-size: 1.5rem;
}
.cssT-3 > .mbr-iconfont {
  font-size: 2.4rem;
}
.cssT-4 {
  font-family: 'Orbit', sans-serif;
  font-size: 1.2rem;
}
.cssT-4 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-1 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 2.6rem;
}
.display-1 > .mbr-iconfont {
  font-size: 4.16rem;
}
.display-2 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 2.4rem;
}
.display-2 > .mbr-iconfont {
  font-size: 3.84rem;
}
.display-3 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.3rem;
}
.display-3 > .mbr-iconfont {
  font-size: 2.08rem;
}
.display-4 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 1.9rem;
}
.display-4 > .mbr-iconfont {
  font-size: 3.04rem;
}
.display-5 {
  font-family: 'Nanum Gothic', sans-serif;
  font-size: 1.7rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 2.72rem;
}
.display-6 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.3rem;
}
.display-6 > .mbr-iconfont {
  font-size: 2.08rem;
}
.display-7 {
  font-family: 'Nanum Gothic', sans-serif;
  font-size: 1.2rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-8 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.1rem;
}
.display-8 > .mbr-iconfont {
  font-size: 1.76rem;
}
.display-10 {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
}
.display-10 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .css-1 {
    font-size: 2.72rem;
    font-size: calc( 1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .css-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .css-3 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .css-4 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
  .cssT-1 {
    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))));
  }
  .cssT-2 {
    font-size: 1.36rem;
    font-size: calc( 1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20))));
  }
  .cssT-3 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .cssT-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-1 {
    font-size: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.52rem;
    font-size: calc( 1.315rem + (1.9 - 1.315) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.315rem + (1.9 - 1.315) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.36rem;
    font-size: calc( 1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-6 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((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))));
  }
  .display-8 {
    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-10 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 2.2rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #ff8a73 !important;
}
.bg-success {
  background-color: #bfceff !important;
}
.bg-info {
  background-color: #57468b !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ff8a73 !important;
  border-color: #ff8a73 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ff8a73 !important;
  background-color: transparent !important;
  border-color: #ff8a73 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ff4a26 !important;
  border-color: #ff4a26 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #5580ff !important;
  border-color: #5580ff !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #5580ff !important;
  background-color: transparent !important;
  border-color: #5580ff !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #0847ff !important;
  border-color: #0847ff !important;
}
.btn-info,
.btn-info:active {
  background-color: #57468b !important;
  border-color: #57468b !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #57468b !important;
  background-color: transparent !important;
  border-color: #57468b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #372c58 !important;
  border-color: #372c58 !important;
}
.btn-success,
.btn-success:active {
  background-color: #bfceff !important;
  border-color: #bfceff !important;
  color: #002dbf !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #bfceff !important;
  background-color: transparent !important;
  border-color: #bfceff !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #002dbf !important;
  background-color: #7293ff !important;
  border-color: #7293ff !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #879a9f !important;
  background-color: transparent !important;
  border-color: #879a9f !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #b1a374 !important;
  background-color: transparent !important;
  border-color: #b1a374 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #ffffff !important;
  background-color: transparent !important;
  border-color: #ffffff !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #333333 !important;
  background-color: transparent !important;
  border-color: #333333 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #ff350d;
  color: #ff350d;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #ff8a73;
  border-color: #ff8a73;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff8a73 !important;
  border-color: #ff8a73 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #003cee;
  color: #003cee;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #5580ff;
  border-color: #5580ff;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #5580ff !important;
  border-color: #5580ff !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #2d2447;
  color: #2d2447;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #57468b;
  border-color: #57468b;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #57468b !important;
  border-color: #57468b !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #5980ff;
  color: #5980ff;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #002dbf;
  background-color: #bfceff;
  border-color: #bfceff;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #002dbf !important;
  background-color: #bfceff !important;
  border-color: #bfceff !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #ff8a73 !important;
}
.text-secondary {
  color: #5580ff !important;
}
.text-success {
  color: #bfceff !important;
}
.text-info {
  color: #57468b !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #5580ff !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #003cee !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #5580ff !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #5580ff !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #5580ff !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #5580ff !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #5580ff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #5580ff !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #57468b;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ff8a73;
  border-color: #ff8a73;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ff8a73;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #9a8cc5;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
#scrollToTop a i:before {
  content: '';
  position: absolute;
  height: 40%;
  top: 25%;
  background: #fff;
  width: 2px;
  left: calc(50% - 1px);
}
#scrollToTop a i:after {
  content: '';
  position: absolute;
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
/* Others*/
.note-check a[data-value=Rubik] {
  font-style: normal;
}
.mbr-arrow a {
  color: #ffffff;
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: .357em;
  padding: 0;
}
.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: .875rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
  -webkit-transform: rotate(45deg);
}
.form-control {
  background-color: #ffffff;
  box-shadow: none;
  color: #767676;
  border: 3px solid #ebeced;
  font-family: 'Nanum Gothic', sans-serif;
  font-size: 1.2rem;
  line-height: 1.43;
  min-height: 46px;
  padding: 0.5rem 1.2rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.92rem;
}
.form-control:focus {
  outline: none;
  border: 3px solid #ebeced;
  background-color: #f5f5f7;
}
.form-active .form-control:invalid {
  border-color: red;
}
.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: .5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
blockquote {
  border-color: #ff8a73;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ff8a73;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-number__spin {
  background-color: #ffffff;
  border: 3px solid #ebeced;
}
.jq-number__spin:focus {
  outline: none;
  border: 3px solid #ebeced;
  background-color: #f5f5f7;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ff8a73;
  border-bottom-color: #ff8a73;
}
.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: #ff8a73 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #5580ff !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 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='%23ff8a73' %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;
}
.cid-tLu33yb601 .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tLu33yb601 .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-tLu33yb601 .nav-item:focus,
.cid-tLu33yb601 .nav-link:focus {
  outline: none;
}
.cid-tLu33yb601 .text-white:hover,
.cid-tLu33yb601 .text-white:active,
.cid-tLu33yb601 .text-white:focus {
  color: white!important;
}
.cid-tLu33yb601 .navbar {
  max-width: 1150px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
  background: none;
}
.cid-tLu33yb601 .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-tLu33yb601 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tLu33yb601 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tLu33yb601 .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-tLu33yb601 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tLu33yb601 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tLu33yb601 .navbar.collapsed .navbar-logo img {
  height: 2.0rem !important;
}
.cid-tLu33yb601 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tLu33yb601 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tLu33yb601 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tLu33yb601 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tLu33yb601 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tLu33yb601 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tLu33yb601 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tLu33yb601 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tLu33yb601 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tLu33yb601 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tLu33yb601 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tLu33yb601 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tLu33yb601 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tLu33yb601 .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
  .cid-tLu33yb601 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tLu33yb601 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tLu33yb601 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tLu33yb601 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tLu33yb601 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tLu33yb601 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tLu33yb601 .navbar.navbar-short .navbar-logo img {
  height: 2rem !important;
}
.cid-tLu33yb601 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tLu33yb601 .section {
  position: relative;
  overflow: visible!important;
}
.cid-tLu33yb601 .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-tLu33yb601 .dropdown-item:hover {
  color: black!important;
}
.cid-tLu33yb601 .dropdown-menu {
  background-color: white!important;
}
.cid-tLu33yb601 .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-tLu33yb601 .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tLu33yb601 .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-tLu33yb601 .nav-item .nav-link {
    position: relative;
  }
}
.cid-tLu33yb601 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tLu33yb601 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tLu33yb601 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tLu33yb601 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tLu33yb601 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tLu33yb601 .collapsed {
  flex-direction: row!important;
}
.cid-tLu33yb601 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tLu33yb601 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tLu33yb601 .navbar-caption {
  font-weight: 600!important;
}
.cid-tLu33yb601 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tLu33yb601 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tLu33yb601 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tLu33yb601 .dropdown-item.active,
.cid-tLu33yb601 .dropdown-item:active {
  background-color: transparent;
}
.cid-tLu33yb601 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tLu33yb601 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tLu33yb601 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tLu33yb601 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tLu33yb601 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tLu33yb601 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tLu33yb601 .navbar-buttons {
  text-align: center;
}
.cid-tLu33yb601 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tLu33yb601 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #57468b;
}
.cid-tLu33yb601 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tLu33yb601 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tLu33yb601 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tLu33yb601 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tLu33yb601 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tLu33yb601 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tLu33yb601 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tLu33yb601 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tLu33yb601 .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tLu33yb601 .nav-link {
  font-weight: 600!important;
}
.cid-tLu33yb601 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tLu33yb601 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tLu33yb601 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tLu33yb601 .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tLu33yb601 .navbar {
    height: 77px;
  }
  .cid-tLu33yb601 .navbar.opened {
    height: auto;
  }
  .cid-tLu33yb601 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tLu8FI7VcL {
  background-image: url("../../../assets/images/625-900-864x576.jpg");
  position: relative;
  overflow: hidden;
}
.cid-tLu8FI7VcL svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-tLu8FI7VcL #e2_shape {
  fill: #ffffff !important;
}
.cid-tLu8FI7VcL img {
  width: 80%;
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-tLu8FI7VcL img {
    width: 90%!important;
  }
}
.cid-tLu8FI7VcL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLu8FI7VcL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLu8FI7VcL H3 {
  color: #161204;
}
.cid-tIWoxrEHQj {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tIWoxrEHQj .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
  padding: 1.5rem;
  position: absolute;
  top: 0;
  color: #fff;
  margin-top: -2.5rem;
  border-radius: 50%;
}
.cid-tIWoxrEHQj .mbr-section-title {
  margin: 0;
}
.cid-tIWoxrEHQj .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-tIWoxrEHQj .card-img {
  text-align: inherit;
}
.cid-tIWoxrEHQj .card-img span {
  background: linear-gradient(90deg, #ff7f9f, #7f1933);
}
.cid-tIWoxrEHQj .mbr-text {
  color: #000b1a;
  text-align: left;
}
.cid-tIWoxrEHQj .row-item {
  margin-bottom: 1rem;
}
.cid-tIWoxrEHQj .row-item > .wrapper {
  height: auto;
  min-height: 300px !important;
}
.cid-tIWoxrEHQj .wrapper {
  border-radius: .25rem;
  padding: 2rem;
  background: #efefef;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
@media (max-width: 991px) {
  .cid-tIWoxrEHQj .wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tIWoxrEHQj .mbr-card-title {
  color: #3f6d54;
}
.cid-rlf6rmW8WO {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #232323;
}
.cid-rlf6rmW8WO H1 {
  color: #e4d295;
}
.cid-rlf6rmW8WO .mbr-text,
.cid-rlf6rmW8WO .mbr-section-btn {
  color: #ffbe9d;
}
.cid-rlf6rmW8WO img {
  width: 80%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 992px) {
  .cid-rlf6rmW8WO img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.cid-rlf6rmW8WO H3 {
  color: #fff4e8;
}
.cid-rlf4QZx6OT {
  padding-top: 45px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/8154-2000x1333.jpg");
}
.cid-rlf4QZx6OT H1 {
  color: #86affe;
}
.cid-rlf4QZx6OT .mbr-text,
.cid-rlf4QZx6OT .mbr-section-btn {
  color: #ffffff;
}
@keyframes line {
  from {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(4px);
  }
}
.cid-rlf4QZx6OT .img1 {
  width: 90%;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  border-radius: 10px;
}
.cid-rlf4QZx6OT .relative {
  position: relative;
}
.cid-rlf4QZx6OT .img2 {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  position: absolute;
  width: 60%;
  top: 4rem;
  left: 1rem;
  border-radius: 10px;
  animation: line 3s ease-in-out infinite;
}
.cid-rlf4QZx6OT .mbr-fonts-text-style {
  text-shadow: 1px 1px 2px #000000, 2px 2px 4px #000000;
}
@media (max-width: 576px) {
  .cid-rlf4QZx6OT .img1 {
    width: 100%;
  }
}
.cid-rlf4QZx6OT H3 {
  color: #ffbe9d;
}
.cid-rlqB4vf5sY {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #252525;
}
.cid-rlqB4vf5sY img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rlqB4vf5sY H1 {
  color: #57468b;
}
.cid-rlqB4vf5sY .mbr-text,
.cid-rlqB4vf5sY .mbr-section-btn {
  color: #716c80;
}
.cid-rlqB4vf5sY H3 {
  color: #716c80;
}
.cid-rlqB4vf5sY .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rlqB4vf5sY .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rlqB4vf5sY .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rlqB4vf5sY .link:hover {
  color: #ff8a73 !important;
}
.cid-rlqB4vf5sY .link:hover .link-ico {
  color: #ff8a73 !important;
  padding-left: 10px;
}
.cid-rlqB4vf5sY DIV {
  color: #57468b;
}
.cid-rlqB4vf5sY .mbr-text,
.cid-rlqB4vf5sY .media-content {
  color: #ffffff;
}
.cid-tSZIp429ac {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background-color: #f8f8f8;
}
.cid-tSZIp429ac .row {
  flex-direction: row-reverse;
}
.cid-tSZIp429ac .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-tSZIp429ac .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff8a73;
}
.cid-tSZIp429ac .svg-top .st0 {
  fill: #f8f8f8;
}
@media (max-width: 992px) {
  .cid-tSZIp429ac .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-tSZIp429ac .mbr-section-title {
  color: #1a449a;
}
@media (min-width: 1400px) {
  .cid-tSZIp429ac .col-12 {
    padding: 0 2rem;
  }
  .cid-tSZIp429ac .row {
    margin: 0 -2rem;
  }
}
.cid-tSZIp429ac .mbr-text,
.cid-tSZIp429ac .mbr-section-btn {
  color: #1a449a;
}
.cid-tT1Aqh4wmv {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #cc2952;
}
.cid-tT1Aqh4wmv .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-tT1Aqh4wmv .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff8a73;
}
.cid-tT1Aqh4wmv .svg-top .st0 {
  fill: #cc2952;
}
@media (max-width: 992px) {
  .cid-tT1Aqh4wmv .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
@media (min-width: 1400px) {
  .cid-tT1Aqh4wmv .col-12 {
    padding: 0 2rem;
  }
  .cid-tT1Aqh4wmv .row {
    margin: 0 -2rem;
  }
}
.cid-tT1Aqh4wmv .mbr-text,
.cid-tT1Aqh4wmv .mbr-section-btn {
  color: #ffffff;
}
.cid-tT1Aqh4wmv .mbr-section-title {
  color: #ffffff;
}
.cid-rMW2L8facu {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  background-color: #cc2952;
}
.cid-rMW2L8facu .card-header {
  background: transparent;
}
.cid-rMW2L8facu .mbr-iconfont {
  font-size: 1.4rem!important;
}
.cid-rMW2L8facu .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-rMW2L8facu .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-rMW2L8facu .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-rMW2L8facu .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rMW2L8facu .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-rMW2L8facu .card .panel-body {
  color: #767676;
}
.cid-rMW2L8facu h4 {
  flex-direction: row-reverse;
  display: flex;
  background: #f2f6ff;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  border: none;
  padding: 1.4rem 1.6rem;
}
.cid-rMW2L8facu H4 {
  color: #57468b;
}
.cid-rMW2L8facu H2 {
  color: #57468b;
}
.cid-rMW2L8facu .panel-text {
  color: #ffffff;
}
.cid-rlf564ozp3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rlf564ozp3 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rlf564ozp3 .btn {
  font-size: 16px;
  padding: 0.5rem 2rem;
}
.cid-rlf564ozp3 .btn-primary-outline {
  border: none;
  color: gray;
}
.cid-rlf564ozp3 .btn-primary-outline:active {
  color: gray;
}
.cid-rlf564ozp3 .btn-primary-outline:hover {
  color: white;
}
.cid-rlf564ozp3 div {
  overflow: hidden;
}
.cid-rlf564ozp3 .btn-primary-outline.active {
  color: white;
}
.cid-rlf564ozp3 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rlf564ozp3 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rlf564ozp3 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rlf564ozp3 .mbr-gallery-item {
  overflow: hidden;
}
.cid-rlf564ozp3 .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
.cid-rlf564ozp3 .mbr-gallery-item img {
  transition: all 0.3s;
}
.cid-rlf564ozp3 .mbr-gallery-filter {
  padding-top: 20px;
  padding-bottom: 20px;
}
.cid-rlf564ozp3 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-rlf564ozp3 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rlf564ozp3 .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-rlf564ozp3 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-rlf564ozp3 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #232323 !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tIWs7pXAyZ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/1484-1600-864x5084.jpeg");
}
.cid-tIWs7pXAyZ .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-tIWs7pXAyZ .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-tIWs7pXAyZ .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tIWs7pXAyZ .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-tIWs7pXAyZ .text-element {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 2rem;
}
.cid-tIWs7pXAyZ .mbr-text {
  color: #cccccc;
  line-height: 27px;
}
.cid-tIWs7pXAyZ .brown {
  color: #ff8a73;
}
.cid-tIWs7pXAyZ .paragraphs-wrapper {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tIWs7pXAyZ .paragraphs-wrapper .first-paragraph,
.cid-tIWs7pXAyZ .paragraphs-wrapper .second-paragraph {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-tIWs7pXAyZ .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-tIWs7pXAyZ .text-element {
    padding-top: 0;
  }
  .cid-tIWs7pXAyZ .paragraphs-wrapper {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tIWs7pXAyZ .paragraphs-wrapper .first-paragraph,
  .cid-tIWs7pXAyZ .paragraphs-wrapper .second-paragraph {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .cid-tIWs7pXAyZ .first-paragraph,
  .cid-tIWs7pXAyZ .second-paragraph {
    width: 50%;
  }
  .cid-tIWs7pXAyZ .first-paragraph {
    padding-right: .5rem;
  }
  .cid-tIWs7pXAyZ .second-paragraph {
    padding-left: .5rem;
  }
  .cid-tIWs7pXAyZ .text-element {
    padding: 6rem;
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tIWs7pXAyZ .mbr-section-title,
  .cid-tIWs7pXAyZ .mbr-section-btn {
    text-align: left;
  }
}
.cid-tIWs7pXAyZ .mbr-text,
.cid-tIWs7pXAyZ .mbr-section-btn {
  color: #ffffff;
}
.cid-tIWs7pXAyZ .mbr-section-title {
  color: #e8ffd6;
}
.cid-tIWs9oLrU7 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/1484-1600-864x5084.jpeg");
}
.cid-tIWs9oLrU7 .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-tIWs9oLrU7 .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tIWs9oLrU7 .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-tIWs9oLrU7 .text-element {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 2rem;
}
.cid-tIWs9oLrU7 .mbr-text {
  color: #cccccc;
  line-height: 27px;
}
.cid-tIWs9oLrU7 .brown {
  color: #ff8a73;
}
.cid-tIWs9oLrU7 .paragraphs-wrapper {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tIWs9oLrU7 .paragraphs-wrapper .first-paragraph,
.cid-tIWs9oLrU7 .paragraphs-wrapper .second-paragraph {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-tIWs9oLrU7 .text-element {
    padding-bottom: 0;
  }
  .cid-tIWs9oLrU7 .paragraphs-wrapper {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tIWs9oLrU7 .paragraphs-wrapper .first-paragraph,
  .cid-tIWs9oLrU7 .paragraphs-wrapper .second-paragraph {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .cid-tIWs9oLrU7 .first-paragraph,
  .cid-tIWs9oLrU7 .second-paragraph {
    width: 50%;
  }
  .cid-tIWs9oLrU7 .first-paragraph {
    padding-right: .5rem;
  }
  .cid-tIWs9oLrU7 .second-paragraph {
    padding-left: .5rem;
  }
  .cid-tIWs9oLrU7 .text-element {
    padding: 6rem;
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tIWs9oLrU7 .mbr-section-title,
  .cid-tIWs9oLrU7 .mbr-section-btn {
    text-align: left;
  }
}
.cid-tIWs9oLrU7 .mbr-text,
.cid-tIWs9oLrU7 .mbr-section-btn {
  color: #ffffff;
}
.cid-tIWs9oLrU7 .mbr-section-title {
  color: #e8ffd6;
}
.cid-tIWsfRmvtz {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/1484-1600-864x5084.jpeg");
}
.cid-tIWsfRmvtz .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-tIWsfRmvtz .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-tIWsfRmvtz .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tIWsfRmvtz .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-tIWsfRmvtz .text-element {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 2rem;
}
.cid-tIWsfRmvtz .mbr-text {
  color: #cccccc;
  line-height: 27px;
}
.cid-tIWsfRmvtz .brown {
  color: #ff8a73;
}
.cid-tIWsfRmvtz .paragraphs-wrapper {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tIWsfRmvtz .paragraphs-wrapper .first-paragraph,
.cid-tIWsfRmvtz .paragraphs-wrapper .second-paragraph {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-tIWsfRmvtz .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-tIWsfRmvtz .text-element {
    padding-top: 0;
  }
  .cid-tIWsfRmvtz .paragraphs-wrapper {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tIWsfRmvtz .paragraphs-wrapper .first-paragraph,
  .cid-tIWsfRmvtz .paragraphs-wrapper .second-paragraph {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .cid-tIWsfRmvtz .first-paragraph,
  .cid-tIWsfRmvtz .second-paragraph {
    width: 50%;
  }
  .cid-tIWsfRmvtz .first-paragraph {
    padding-right: .5rem;
  }
  .cid-tIWsfRmvtz .second-paragraph {
    padding-left: .5rem;
  }
  .cid-tIWsfRmvtz .text-element {
    padding: 6rem;
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tIWsfRmvtz .mbr-section-title,
  .cid-tIWsfRmvtz .mbr-section-btn {
    text-align: left;
  }
}
.cid-tIWsfRmvtz .mbr-text,
.cid-tIWsfRmvtz .mbr-section-btn {
  color: #ffffff;
}
.cid-tIWsfRmvtz .mbr-section-title {
  color: #e8ffd6;
}
.cid-tIWsk8LvV0 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/1484-1600-864x5084.jpeg");
}
.cid-tIWsk8LvV0 .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-tIWsk8LvV0 .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tIWsk8LvV0 .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-tIWsk8LvV0 .text-element {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 2rem;
}
.cid-tIWsk8LvV0 .mbr-text {
  color: #cccccc;
  line-height: 27px;
}
.cid-tIWsk8LvV0 .brown {
  color: #ff8a73;
}
.cid-tIWsk8LvV0 .paragraphs-wrapper {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tIWsk8LvV0 .paragraphs-wrapper .first-paragraph,
.cid-tIWsk8LvV0 .paragraphs-wrapper .second-paragraph {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-tIWsk8LvV0 .text-element {
    padding-bottom: 0;
  }
  .cid-tIWsk8LvV0 .paragraphs-wrapper {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tIWsk8LvV0 .paragraphs-wrapper .first-paragraph,
  .cid-tIWsk8LvV0 .paragraphs-wrapper .second-paragraph {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .cid-tIWsk8LvV0 .first-paragraph,
  .cid-tIWsk8LvV0 .second-paragraph {
    width: 50%;
  }
  .cid-tIWsk8LvV0 .first-paragraph {
    padding-right: .5rem;
  }
  .cid-tIWsk8LvV0 .second-paragraph {
    padding-left: .5rem;
  }
  .cid-tIWsk8LvV0 .text-element {
    padding: 6rem;
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tIWsk8LvV0 .mbr-section-title,
  .cid-tIWsk8LvV0 .mbr-section-btn {
    text-align: left;
  }
}
.cid-tIWsk8LvV0 .mbr-text,
.cid-tIWsk8LvV0 .mbr-section-btn {
  color: #ffffff;
}
.cid-tIWsk8LvV0 .mbr-section-title {
  color: #e8ffd6;
}
.cid-tIWsjmA4Zo {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/1484-1600-864x5084.jpeg");
}
.cid-tIWsjmA4Zo .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-tIWsjmA4Zo .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-tIWsjmA4Zo .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tIWsjmA4Zo .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-tIWsjmA4Zo .text-element {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 2rem;
}
.cid-tIWsjmA4Zo .mbr-text {
  color: #cccccc;
  line-height: 27px;
}
.cid-tIWsjmA4Zo .brown {
  color: #ff8a73;
}
.cid-tIWsjmA4Zo .paragraphs-wrapper {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tIWsjmA4Zo .paragraphs-wrapper .first-paragraph,
.cid-tIWsjmA4Zo .paragraphs-wrapper .second-paragraph {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-tIWsjmA4Zo .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-tIWsjmA4Zo .text-element {
    padding-top: 0;
  }
  .cid-tIWsjmA4Zo .paragraphs-wrapper {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tIWsjmA4Zo .paragraphs-wrapper .first-paragraph,
  .cid-tIWsjmA4Zo .paragraphs-wrapper .second-paragraph {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .cid-tIWsjmA4Zo .first-paragraph,
  .cid-tIWsjmA4Zo .second-paragraph {
    width: 50%;
  }
  .cid-tIWsjmA4Zo .first-paragraph {
    padding-right: .5rem;
  }
  .cid-tIWsjmA4Zo .second-paragraph {
    padding-left: .5rem;
  }
  .cid-tIWsjmA4Zo .text-element {
    padding: 6rem;
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tIWsjmA4Zo .mbr-section-title,
  .cid-tIWsjmA4Zo .mbr-section-btn {
    text-align: left;
  }
}
.cid-tIWsjmA4Zo .mbr-text,
.cid-tIWsjmA4Zo .mbr-section-btn {
  color: #ffffff;
}
.cid-tIWsjmA4Zo .mbr-section-title {
  color: #e8ffd6;
}
.cid-tIWsibkucx {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/1484-1600-864x5084.jpeg");
}
.cid-tIWsibkucx .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-tIWsibkucx .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tIWsibkucx .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-tIWsibkucx .text-element {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 2rem;
}
.cid-tIWsibkucx .mbr-text {
  color: #cccccc;
  line-height: 27px;
}
.cid-tIWsibkucx .brown {
  color: #ff8a73;
}
.cid-tIWsibkucx .paragraphs-wrapper {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tIWsibkucx .paragraphs-wrapper .first-paragraph,
.cid-tIWsibkucx .paragraphs-wrapper .second-paragraph {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-tIWsibkucx .text-element {
    padding-bottom: 0;
  }
  .cid-tIWsibkucx .paragraphs-wrapper {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tIWsibkucx .paragraphs-wrapper .first-paragraph,
  .cid-tIWsibkucx .paragraphs-wrapper .second-paragraph {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .cid-tIWsibkucx .first-paragraph,
  .cid-tIWsibkucx .second-paragraph {
    width: 50%;
  }
  .cid-tIWsibkucx .first-paragraph {
    padding-right: .5rem;
  }
  .cid-tIWsibkucx .second-paragraph {
    padding-left: .5rem;
  }
  .cid-tIWsibkucx .text-element {
    padding: 6rem;
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tIWsibkucx .mbr-section-title,
  .cid-tIWsibkucx .mbr-section-btn {
    text-align: left;
  }
}
.cid-tIWsibkucx .mbr-text,
.cid-tIWsibkucx .mbr-section-btn {
  color: #ffffff;
}
.cid-tIWsibkucx .mbr-section-title {
  color: #e8ffd6;
}
.cid-sqxobMPP11 {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #212023;
}
.cid-sqxobMPP11 .container {
  max-width: 1500px;
}
.cid-sqxobMPP11 .row {
  background: #212023;
}
.cid-sqxobMPP11 .img-col {
  padding: 0;
}
.cid-sqxobMPP11 .title-col {
  padding: 4rem 8rem;
}
.cid-sqxobMPP11 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sqxobMPP11 h2 {
  padding: 0;
  margin: 0;
}
.cid-sqxobMPP11 .text-wrap {
  margin: auto;
}
.cid-sqxobMPP11 .mbr-text {
  color: #c1c1c1;
}
.cid-sqxobMPP11 .mbr-nimto-text b,
.cid-sqxobMPP11 .mbr-nimto-text strong {
  color: #e4d295 !important;
}
.cid-sqxobMPP11 .mbr-nimto-text i {
  color: #e4d295 !important;
}
.cid-sqxobMPP11 .mbr-nimto-text {
  text-shadow: 1px 1px 2px #000000, 2px 2px 4px #000000;
}
@media (max-width: 1200px) {
  .cid-sqxobMPP11 .row {
    margin: 2rem;
  }
  .cid-sqxobMPP11 .title-col {
    padding: 6rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sqxobMPP11 .row {
    margin: 0rem;
  }
  .cid-sqxobMPP11 .title-col {
    padding: 2rem 1rem;
  }
}
.cid-tIWpsZzsjU {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tIWpsZzsjU .mbr-figure {
  margin: 0 auto;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tIWpsZzsjU .mbr-figure img {
  height: 500px;
  width: 500px;
  margin: 0 auto;
  object-fit: cover;
  margin-bottom: 3rem;
  border-radius: 100%;
}
.cid-tIWpsZzsjU .mbr-text,
.cid-tIWpsZzsjU .mbr-section-btn {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-tIWpsZzsjU img {
    height: 250px!important;
    width: 250px!important;
  }
}
.cid-tIWptZ468j {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tIWptZ468j .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-tIWptZ468j .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-tIWptZ468j img {
  width: 100%;
  padding-bottom: 1.5rem;
}
.cid-tIWptZ468j .mbr-image-title {
  text-align: center;
  color: #656565;
}
.cid-sqxxfvbXXO {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/39940502174-0a58772275-f-2000x1000.jpg");
}
.cid-sqxxfvbXXO H1 {
  color: #000b1a;
}
.cid-sqxxfvbXXO .mbr-text,
.cid-sqxxfvbXXO .mbr-section-btn {
  color: #000b1a;
}
.cid-sqxxfvbXXO .author-box {
  display: flex;
  flex-direction: row;
}
.cid-sqxxfvbXXO .face {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
}
.cid-sqxxfvbXXO .author {
  padding-left: 2rem;
  margin: auto 0;
}
.cid-sqxxfvbXXO .Headline-pbox {
  padding: 30px 60px 20px 60px;
  background: rgba(255, 255, 255, 0.8);
}
.cid-sqxxfvbXXO .Headline-pbox b,
.cid-sqxxfvbXXO .Headline-pbox strong {
  color: #7f1933;
}
.cid-sqxxfvbXXO h3,
.cid-sqxxfvbXXO h4 {
  margin: 0;
  padding: 0;
}
.cid-sqxxfvbXXO H3 {
  color: #000b1a;
}
.cid-sqxxfvbXXO H4 {
  color: #000b1a;
}
@media (max-width: 576px) {
  .cid-sqxxfvbXXO .author-box {
    justify-content: center;
  }
}
.cid-sqxDOx8VHo.popup-builder {
  background-color: #ffffff;
}
.cid-sqxDOx8VHo.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sqxDOx8VHo.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sqxDOx8VHo .modal-content,
.cid-sqxDOx8VHo .modal-dialog {
  height: auto;
}
.cid-sqxDOx8VHo .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sqxDOx8VHo .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sqxDOx8VHo .form-wrapper .mbr-form .form-group,
  .cid-sqxDOx8VHo .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sqxDOx8VHo .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sqxDOx8VHo .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sqxDOx8VHo .mbr-text {
  text-align: left;
}
.cid-sqxDOx8VHo .pt-0 {
  padding-top: 0 !important;
}
.cid-sqxDOx8VHo .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sqxDOx8VHo .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sqxDOx8VHo .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sqxDOx8VHo .modal-open {
  overflow: hidden;
}
.cid-sqxDOx8VHo .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sqxDOx8VHo .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sqxDOx8VHo .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sqxDOx8VHo .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sqxDOx8VHo .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sqxDOx8VHo .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sqxDOx8VHo .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sqxDOx8VHo .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sqxDOx8VHo .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sqxDOx8VHo .modal-backdrop.fade {
  opacity: 0;
}
.cid-sqxDOx8VHo .modal-backdrop.show {
  opacity: .5;
}
.cid-sqxDOx8VHo .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sqxDOx8VHo .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sqxDOx8VHo .modal-header .close:hover {
  opacity: 1;
}
.cid-sqxDOx8VHo .modal-header .close:focus {
  outline: none;
}
.cid-sqxDOx8VHo .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sqxDOx8VHo .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sqxDOx8VHo .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sqxDOx8VHo .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sqxDOx8VHo .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sqxDOx8VHo .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sqxDOx8VHo .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sqxDOx8VHo .modal-sm {
    max-width: 300px;
  }
  .cid-sqxDOx8VHo .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sqxDOx8VHo .modal-lg,
  .cid-sqxDOx8VHo .modal-xl {
    max-width: 800px;
  }
  .cid-sqxDOx8VHo .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sqxDOx8VHo .modal-xl {
    max-width: 1140px;
  }
  .cid-sqxDOx8VHo .container {
    max-width: 1140px;
  }
}
.cid-sqxDOx8VHo .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sqxDOx8VHo .container {
    max-width: 720px;
  }
}
.cid-sqxDOx8VHo .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sqxDOx8VHo .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sqxDOx8VHo .form-group {
  margin-bottom: 1rem;
}
.cid-sqxDOx8VHo .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sqxDOx8VHo .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sqxDOx8VHo .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sqxAH44ySU.popup-builder {
  background-color: #ffffff;
}
.cid-sqxAH44ySU.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sqxAH44ySU.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sqxAH44ySU .modal-content,
.cid-sqxAH44ySU .modal-dialog {
  height: auto;
}
.cid-sqxAH44ySU .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sqxAH44ySU .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sqxAH44ySU .form-wrapper .mbr-form .form-group,
  .cid-sqxAH44ySU .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sqxAH44ySU .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sqxAH44ySU .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sqxAH44ySU .mbr-text {
  text-align: center;
}
.cid-sqxAH44ySU .pt-0 {
  padding-top: 0 !important;
}
.cid-sqxAH44ySU .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sqxAH44ySU .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sqxAH44ySU .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sqxAH44ySU .modal-open {
  overflow: hidden;
}
.cid-sqxAH44ySU .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sqxAH44ySU .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sqxAH44ySU .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sqxAH44ySU .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sqxAH44ySU .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sqxAH44ySU .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sqxAH44ySU .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sqxAH44ySU .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sqxAH44ySU .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sqxAH44ySU .modal-backdrop.fade {
  opacity: 0;
}
.cid-sqxAH44ySU .modal-backdrop.show {
  opacity: .5;
}
.cid-sqxAH44ySU .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sqxAH44ySU .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sqxAH44ySU .modal-header .close:hover {
  opacity: 1;
}
.cid-sqxAH44ySU .modal-header .close:focus {
  outline: none;
}
.cid-sqxAH44ySU .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sqxAH44ySU .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sqxAH44ySU .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sqxAH44ySU .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sqxAH44ySU .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sqxAH44ySU .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sqxAH44ySU .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sqxAH44ySU .modal-sm {
    max-width: 300px;
  }
  .cid-sqxAH44ySU .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sqxAH44ySU .modal-lg,
  .cid-sqxAH44ySU .modal-xl {
    max-width: 800px;
  }
  .cid-sqxAH44ySU .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sqxAH44ySU .modal-xl {
    max-width: 1140px;
  }
  .cid-sqxAH44ySU .container {
    max-width: 1140px;
  }
}
.cid-sqxAH44ySU .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sqxAH44ySU .container {
    max-width: 720px;
  }
}
.cid-sqxAH44ySU .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sqxAH44ySU .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sqxAH44ySU .form-group {
  margin-bottom: 1rem;
}
.cid-sqxAH44ySU .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sqxAH44ySU .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sqxAH44ySU .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sqxw7JEnmc {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #212023;
}
.cid-sqxw7JEnmc .container {
  max-width: 1500px;
}
.cid-sqxw7JEnmc .row {
  background: #212023;
}
.cid-sqxw7JEnmc .img-col {
  padding: 0;
}
.cid-sqxw7JEnmc .title-col {
  padding: 4rem 8rem;
}
.cid-sqxw7JEnmc img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sqxw7JEnmc h2 {
  padding: 0;
  margin: 0;
}
.cid-sqxw7JEnmc .text-wrap {
  margin: auto;
}
.cid-sqxw7JEnmc .mbr-text {
  color: #c1c1c1;
}
.cid-sqxw7JEnmc .mbr-nimto-text b,
.cid-sqxw7JEnmc .mbr-nimto-text strong {
  color: #e4d295 !important;
}
.cid-sqxw7JEnmc .mbr-nimto-text i {
  color: #ffbe9d !important;
}
@media (max-width: 1200px) {
  .cid-sqxw7JEnmc .row {
    margin: 2rem;
  }
  .cid-sqxw7JEnmc .title-col {
    padding: 6rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sqxw7JEnmc .row {
    margin: 0rem;
  }
  .cid-sqxw7JEnmc .title-col {
    padding: 2rem 1rem;
  }
}
.cid-sqxw7JEnmc H2 {
  color: #e4d295;
}
.cid-sqyXRzFBdE {
  padding-top: 180px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-sqyXRzFBdE H1 {
  color: #ffffff;
}
.cid-sqyXRzFBdE .mbr-text,
.cid-sqyXRzFBdE .mbr-section-btn {
  color: #ffffff;
}
.cid-sqyXRzFBdE .author-box {
  display: flex;
  flex-direction: row;
}
.cid-sqyXRzFBdE .face {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
}
.cid-sqyXRzFBdE .author {
  padding-left: 2rem;
  margin: auto 0;
}
.cid-sqyXRzFBdE h3,
.cid-sqyXRzFBdE h4 {
  margin: 0;
  padding: 0;
}
.cid-sqyXRzFBdE H3 {
  color: #ffffff;
}
.cid-sqyXRzFBdE H4 {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-sqyXRzFBdE .author-box {
    justify-content: center;
  }
}
.cid-tIWxs4IUnG {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tIWxs4IUnG .counter-container {
  color: #464646;
}
.cid-tIWxs4IUnG .counter-container div {
  margin-bottom: 1rem;
  padding-left: 5rem;
}
.cid-tIWxs4IUnG .counter-container li {
  list-style: none;
  padding-left: 6rem;
  position: relative;
}
.cid-tIWxs4IUnG .counter-container .counter {
  text-overflow: clip;
  overflow: hidden;
  white-space: nowrap;
  font-size: 40px;
  position: absolute;
  left: 0;
  display: inline-block;
  margin: 0 0 5px;
  line-height: 40px;
  transition: all .2s;
  width: 60px;
  height: 40px;
}
.cid-tLueRVweVI {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/391-2000x1502.jpg");
  position: relative;
  overflow: hidden;
}
.cid-tLueRVweVI .container {
  max-width: 1400px;
}
.cid-tLueRVweVI .card-img2 span {
  padding-top: 6px;
}
.cid-tLueRVweVI .soc-item a {
  padding-top: 5px;
}
.cid-tLueRVweVI .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-tLueRVweVI .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-tLueRVweVI .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-tLueRVweVI .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tLueRVweVI svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-tLueRVweVI #e2_shape {
  fill: #ffffff !important;
}
.cid-tLueRVweVI .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-tLueRVweVI .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-tLueRVweVI .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tLueRVweVI .card-img {
  width: auto;
}
.cid-tLueRVweVI .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-tLueRVweVI .soc-item span {
  font-size: 1.4rem;
}
.cid-tLueRVweVI .soc-item:hover span {
  color: #ff8a73 !important;
}
.cid-tLueRVweVI .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-tLueRVweVI .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-tLueRVweVI .media-wrap {
  margin-bottom: 1rem;
}
.cid-tLueRVweVI .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tLueRVweVI img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-tLueRVweVI .item {
    justify-content: center;
  }
  .cid-tLueRVweVI .quote::after {
    left: 60px;
  }
}
.cid-tLueRVweVI .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-tLueRVweVI .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tLueRVweVI .text1 {
  color: #ffffff;
}
.cid-tLueRVweVI .item-title {
  color: #ffffff;
}
.cid-tLueRVweVI H5 {
  color: #ffffff;
}
.cid-tLueRVweVI .theme {
  color: #ffffff;
}
.cid-tLueRVweVI .copyright > p {
  color: #ff3366;
}
.cid-tLueRVweVI .text2 {
  color: #ffffff;
}
/*!
 * Mobirise v4 theme (https://mobirise.com/)
 * Copyright 2017 Mobirise
 */

::-webkit-scrollbar {
  width: 3px;
}

::-webkit-scrollbar-track {
  background: #dcdcdc;
}

::-webkit-scrollbar-thumb {
  background: #dcdcdc;
}

::-webkit-scrollbar-thumb:hover {
  background: #8400ff;
}

section {
  background-color: #eeeeee;
}

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

:focus {
  outline: none;
}

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

.menu {
  height: 77px !important;
}

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

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

a {
  font-style: normal;
  transition: color 0.3s;
  font-weight: 600;
  cursor: pointer;
}

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

figure {
  margin-bottom: 0;
}

body {
  color: #232323;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.css-1,
.css-2,
.css-3,
.css-4,
.display-1,
.display-2,
.display-3,
.display-4,
.display-5,
.display-6,
.display-7 {
  line-height: 1.8em;
  word-break: break-word;
  word-wrap: break-word;
  letter-spacing: -1px !important;
}

b,
strong {
  font-weight: bold;
}

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

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

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

body {
  position: relative;
}

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

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

.hidden {
  visibility: hidden;
}

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

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

.mbr-black {
  color: #000000;
}

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

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

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

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

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

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

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

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

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

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

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

.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}

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

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}

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

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

figure {
  overflow: hidden;
}

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

.mbr-figure img,
.mbr-figure iframe {
  display: block;
  width: 100%;
}

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

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

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

.mbr-figure {
  -ms-grid-row-align: center;
  align-self: center;
}

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

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

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

/*! Buttons */
.mbr-section-btn {
  margin-left: -.25rem;
  margin-right: -.25rem;
  font-size: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

.mbr-arrow-up a i {
  line-height: 60px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
}

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

.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;
  max-height: 93.5vh;
}

.navbar-collapse.show {
  overflow: auto;
}

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

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

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

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

.form-inline {
  display: -webkit-flex;
  -webkit-align-items: center;
}

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

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

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

.media {
  display: -webkit-flex;
}

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

.jq-selectbox__select {
  padding: 0.5rem 1.2rem;
  position: absolute;
  display: flex;
  align-items: center;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
}

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

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

.jq-selectbox li {
  padding: 0.5rem 1.2rem;
}

.mbr-form .form-control:focus, .mbr-form .form-control:hover {
  background-color: #f5f5f7;
  border: 3px solid #ebeced;
  box-shadow: none;
  outline: none;
}

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

@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.card-img {
  width: auto;
}

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

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

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

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

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

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

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

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

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

.btn {
  font-weight: 600 !important;
  border-width: 2px;
  font-style: normal;
  margin: .4rem .8rem;
  white-space: normal;
  transition: all .3s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  display: -webkit-inline-flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-control {
  background-color: #ffffff;
  box-shadow: none;
  color: #767676;
  border: 3px solid #ebeced;
  line-height: 1.43;
  min-height: 46px;
  padding: 0.5rem 1.2rem;
}

.form-control:focus {
  outline: none;
  border: 3px solid #ebeced;
  background-color: #f5f5f7;
}

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

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

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

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

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

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

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

.cid-tLu33yb601 .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tLu33yb601 .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-tLu33yb601 .nav-item:focus,
.cid-tLu33yb601 .nav-link:focus {
  outline: none;
}
.cid-tLu33yb601 .text-white:hover,
.cid-tLu33yb601 .text-white:active,
.cid-tLu33yb601 .text-white:focus {
  color: white!important;
}
.cid-tLu33yb601 .navbar {
  max-width: 1150px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
  background: none;
}
.cid-tLu33yb601 .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-tLu33yb601 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tLu33yb601 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tLu33yb601 .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-tLu33yb601 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tLu33yb601 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tLu33yb601 .navbar.collapsed .navbar-logo img {
  height: 2.0rem !important;
}
.cid-tLu33yb601 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tLu33yb601 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tLu33yb601 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tLu33yb601 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tLu33yb601 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tLu33yb601 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tLu33yb601 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tLu33yb601 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tLu33yb601 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tLu33yb601 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tLu33yb601 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tLu33yb601 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tLu33yb601 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tLu33yb601 .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
  .cid-tLu33yb601 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tLu33yb601 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tLu33yb601 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tLu33yb601 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tLu33yb601 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tLu33yb601 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tLu33yb601 .navbar.navbar-short .navbar-logo img {
  height: 2rem !important;
}
.cid-tLu33yb601 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tLu33yb601 .section {
  position: relative;
  overflow: visible!important;
}
.cid-tLu33yb601 .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-tLu33yb601 .dropdown-item:hover {
  color: black!important;
}
.cid-tLu33yb601 .dropdown-menu {
  background-color: white!important;
}
.cid-tLu33yb601 .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-tLu33yb601 .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tLu33yb601 .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-tLu33yb601 .nav-item .nav-link {
    position: relative;
  }
}
.cid-tLu33yb601 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tLu33yb601 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tLu33yb601 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tLu33yb601 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tLu33yb601 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tLu33yb601 .collapsed {
  flex-direction: row!important;
}
.cid-tLu33yb601 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tLu33yb601 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tLu33yb601 .navbar-caption {
  font-weight: 600!important;
}
.cid-tLu33yb601 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tLu33yb601 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tLu33yb601 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tLu33yb601 .dropdown-item.active,
.cid-tLu33yb601 .dropdown-item:active {
  background-color: transparent;
}
.cid-tLu33yb601 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tLu33yb601 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tLu33yb601 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tLu33yb601 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tLu33yb601 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tLu33yb601 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tLu33yb601 .navbar-buttons {
  text-align: center;
}
.cid-tLu33yb601 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tLu33yb601 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #57468b;
}
.cid-tLu33yb601 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tLu33yb601 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tLu33yb601 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tLu33yb601 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tLu33yb601 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tLu33yb601 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tLu33yb601 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tLu33yb601 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tLu33yb601 .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tLu33yb601 .nav-link {
  font-weight: 600!important;
}
.cid-tLu33yb601 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tLu33yb601 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tLu33yb601 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tLu33yb601 .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tLu33yb601 .navbar {
    height: 77px;
  }
  .cid-tLu33yb601 .navbar.opened {
    height: auto;
  }
  .cid-tLu33yb601 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tLu7SbaNkv {
  background-image: url("../../../assets/images/8719-1601-864x576.jpg");
  position: relative;
  overflow: hidden;
}
.cid-tLu7SbaNkv svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-tLu7SbaNkv #e2_shape {
  fill: #ffffff !important;
}
.cid-tLu7SbaNkv img {
  width: 80%;
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-tLu7SbaNkv img {
    width: 90%!important;
  }
}
.cid-tLu7SbaNkv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLu7SbaNkv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLu7SbaNkv H3 {
  color: #ff8a73;
}
.cid-rMWPElskcg {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  background-color: #ffffff;
}
.cid-rMWPElskcg .card-header {
  background: transparent;
}
.cid-rMWPElskcg .mbr-iconfont {
  font-size: 1.4rem!important;
}
.cid-rMWPElskcg .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-rMWPElskcg .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-rMWPElskcg .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-rMWPElskcg .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rMWPElskcg .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-rMWPElskcg .card .panel-body {
  color: #767676;
}
.cid-rMWPElskcg h4 {
  flex-direction: row-reverse;
  display: flex;
  background: #f2f6ff;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  border: none;
  padding: 1.4rem 1.6rem;
}
.cid-rMWPElskcg H4 {
  color: #57468b;
}
.cid-rMWPElskcg H2 {
  color: #57468b;
}
.cid-rN3f9C2vTo {
  background-color: #000000;
}
.cid-rN3f9C2vTo .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-rN3f9C2vTo .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-rN3f9C2vTo .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rN3f9C2vTo .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (min-width: 1200px) {
  .cid-rN3f9C2vTo .image-element {
    padding-left: 0;
  }
}
.cid-rN3f9C2vTo .text-element {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 2rem;
}
.cid-rN3f9C2vTo .mbr-text {
  color: #cccccc;
  line-height: 27px;
}
.cid-rN3f9C2vTo .brown {
  color: #ff8a73;
}
.cid-rN3f9C2vTo .paragraphs-wrapper {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rN3f9C2vTo .paragraphs-wrapper .first-paragraph,
.cid-rN3f9C2vTo .paragraphs-wrapper .second-paragraph {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-rN3f9C2vTo .image-element {
    padding-top: 1rem;
  }
  .cid-rN3f9C2vTo .paragraphs-wrapper {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-rN3f9C2vTo .paragraphs-wrapper .first-paragraph,
  .cid-rN3f9C2vTo .paragraphs-wrapper .second-paragraph {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .cid-rN3f9C2vTo .first-paragraph,
  .cid-rN3f9C2vTo .second-paragraph {
    width: 50%;
  }
  .cid-rN3f9C2vTo .first-paragraph {
    padding-right: .5rem;
  }
  .cid-rN3f9C2vTo .second-paragraph {
    padding-left: .5rem;
  }
  .cid-rN3f9C2vTo .text-element {
    padding: 6rem;
  }
}
@media (max-width: 767px) {
  .cid-rN3f9C2vTo .mbr-section-title,
  .cid-rN3f9C2vTo .mbr-section-btn {
    text-align: left;
  }
}
.cid-rN3f9C2vTo .mbr-text,
.cid-rN3f9C2vTo .mbr-section-btn {
  color: #cccccc;
}
.cid-rN3f9C2vTo .mbr-section-title {
  color: #ffffff;
}
.cid-rN3gVpg08F.popup-builder {
  background-color: #ffffff;
}
.cid-rN3gVpg08F.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rN3gVpg08F.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rN3gVpg08F .modal-content,
.cid-rN3gVpg08F .modal-dialog {
  height: auto;
}
.cid-rN3gVpg08F .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rN3gVpg08F .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rN3gVpg08F .form-wrapper .mbr-form .form-group,
  .cid-rN3gVpg08F .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rN3gVpg08F .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rN3gVpg08F .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rN3gVpg08F .mbr-text {
  text-align: left;
}
.cid-rN3gVpg08F .pt-0 {
  padding-top: 0 !important;
}
.cid-rN3gVpg08F .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rN3gVpg08F .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rN3gVpg08F .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rN3gVpg08F .modal-open {
  overflow: hidden;
}
.cid-rN3gVpg08F .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rN3gVpg08F .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rN3gVpg08F .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rN3gVpg08F .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-rN3gVpg08F .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rN3gVpg08F .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rN3gVpg08F .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rN3gVpg08F .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-rN3gVpg08F .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rN3gVpg08F .modal-backdrop.fade {
  opacity: 0;
}
.cid-rN3gVpg08F .modal-backdrop.show {
  opacity: .5;
}
.cid-rN3gVpg08F .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rN3gVpg08F .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rN3gVpg08F .modal-header .close:hover {
  opacity: 1;
}
.cid-rN3gVpg08F .modal-header .close:focus {
  outline: none;
}
.cid-rN3gVpg08F .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-rN3gVpg08F .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rN3gVpg08F .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rN3gVpg08F .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rN3gVpg08F .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rN3gVpg08F .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rN3gVpg08F .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rN3gVpg08F .modal-sm {
    max-width: 300px;
  }
  .cid-rN3gVpg08F .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rN3gVpg08F .modal-lg,
  .cid-rN3gVpg08F .modal-xl {
    max-width: 800px;
  }
  .cid-rN3gVpg08F .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rN3gVpg08F .modal-xl {
    max-width: 1140px;
  }
  .cid-rN3gVpg08F .container {
    max-width: 1140px;
  }
}
.cid-rN3gVpg08F .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rN3gVpg08F .container {
    max-width: 720px;
  }
}
.cid-rN3gVpg08F .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rN3gVpg08F .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-rN3gVpg08F .form-group {
  margin-bottom: 1rem;
}
.cid-rN3gVpg08F .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rN3gVpg08F .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rN3gVpg08F .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-rN3lSYeooE.popup-builder {
  background-color: #ffffff;
}
.cid-rN3lSYeooE.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rN3lSYeooE.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rN3lSYeooE .modal-content,
.cid-rN3lSYeooE .modal-dialog {
  height: auto;
}
.cid-rN3lSYeooE .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rN3lSYeooE .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rN3lSYeooE .form-wrapper .mbr-form .form-group,
  .cid-rN3lSYeooE .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rN3lSYeooE .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rN3lSYeooE .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rN3lSYeooE .mbr-text {
  text-align: center;
}
.cid-rN3lSYeooE .pt-0 {
  padding-top: 0 !important;
}
.cid-rN3lSYeooE .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rN3lSYeooE .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rN3lSYeooE .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rN3lSYeooE .modal-open {
  overflow: hidden;
}
.cid-rN3lSYeooE .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rN3lSYeooE .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rN3lSYeooE .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rN3lSYeooE .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-rN3lSYeooE .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rN3lSYeooE .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rN3lSYeooE .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rN3lSYeooE .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-rN3lSYeooE .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rN3lSYeooE .modal-backdrop.fade {
  opacity: 0;
}
.cid-rN3lSYeooE .modal-backdrop.show {
  opacity: .5;
}
.cid-rN3lSYeooE .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rN3lSYeooE .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rN3lSYeooE .modal-header .close:hover {
  opacity: 1;
}
.cid-rN3lSYeooE .modal-header .close:focus {
  outline: none;
}
.cid-rN3lSYeooE .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-rN3lSYeooE .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rN3lSYeooE .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rN3lSYeooE .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rN3lSYeooE .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rN3lSYeooE .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rN3lSYeooE .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rN3lSYeooE .modal-sm {
    max-width: 300px;
  }
  .cid-rN3lSYeooE .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rN3lSYeooE .modal-lg,
  .cid-rN3lSYeooE .modal-xl {
    max-width: 800px;
  }
  .cid-rN3lSYeooE .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rN3lSYeooE .modal-xl {
    max-width: 1140px;
  }
  .cid-rN3lSYeooE .container {
    max-width: 1140px;
  }
}
.cid-rN3lSYeooE .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rN3lSYeooE .container {
    max-width: 720px;
  }
}
.cid-rN3lSYeooE .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rN3lSYeooE .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-rN3lSYeooE .form-group {
  margin-bottom: 1rem;
}
.cid-rN3lSYeooE .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rN3lSYeooE .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rN3lSYeooE .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-rMWPEmoOCC {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rMWPEmoOCC .mbr-text {
  color: #9c969b;
}
@media (min-width: 992px) {
  .cid-rMWPEmoOCC img {
    width: 90%;
  }
}
.cid-rMWPEmoOCC .social-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cid-rMWPEmoOCC .items {
  margin-bottom: 0;
}
.cid-rMWPEmoOCC .soc-item {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.25rem 0.3rem;
}
.cid-rMWPEmoOCC .soc-item span {
  font-size: 1rem;
  color: #3d626c !important;
  transition: all 0.3s;
}
.cid-rMWPEmoOCC .soc-item:hover span {
  color: #ff8a73 !important;
}
.cid-rMWPEmoOCC .items-col {
  line-height: 2.5;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-rMWPEmoOCC .card-img {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rMWPEmoOCC .social-list {
    justify-content: center;
  }
}
.cid-tLuhmGXqJA {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/391-2000x1502.jpg");
  position: relative;
  overflow: hidden;
}
.cid-tLuhmGXqJA .container {
  max-width: 1400px;
}
.cid-tLuhmGXqJA .card-img2 span {
  padding-top: 6px;
}
.cid-tLuhmGXqJA .soc-item a {
  padding-top: 5px;
}
.cid-tLuhmGXqJA .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-tLuhmGXqJA .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-tLuhmGXqJA .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-tLuhmGXqJA .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tLuhmGXqJA svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-tLuhmGXqJA #e2_shape {
  fill: #ffffff !important;
}
.cid-tLuhmGXqJA .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-tLuhmGXqJA .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-tLuhmGXqJA .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tLuhmGXqJA .card-img {
  width: auto;
}
.cid-tLuhmGXqJA .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-tLuhmGXqJA .soc-item span {
  font-size: 1.4rem;
}
.cid-tLuhmGXqJA .soc-item:hover span {
  color: #ff8a73 !important;
}
.cid-tLuhmGXqJA .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-tLuhmGXqJA .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-tLuhmGXqJA .media-wrap {
  margin-bottom: 1rem;
}
.cid-tLuhmGXqJA .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tLuhmGXqJA img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-tLuhmGXqJA .item {
    justify-content: center;
  }
  .cid-tLuhmGXqJA .quote::after {
    left: 60px;
  }
}
.cid-tLuhmGXqJA .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-tLuhmGXqJA .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tLuhmGXqJA .text1 {
  color: #ffffff;
}
.cid-tLuhmGXqJA .item-title {
  color: #ffffff;
}
.cid-tLuhmGXqJA H5 {
  color: #ffffff;
}
.cid-tLuhmGXqJA .theme {
  color: #ffffff;
}
.cid-tLuhmGXqJA .copyright > p {
  color: #ff3366;
}
.cid-tLuhmGXqJA .text2 {
  color: #ffffff;
}
/*!
 * Mobirise v4 theme (https://mobirise.com/)
 * Copyright 2017 Mobirise
 */

::-webkit-scrollbar {
  width: 3px;
}

::-webkit-scrollbar-track {
  background: #dcdcdc;
}

::-webkit-scrollbar-thumb {
  background: #dcdcdc;
}

::-webkit-scrollbar-thumb:hover {
  background: #8400ff;
}

section {
  background-color: #eeeeee;
}

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

:focus {
  outline: none;
}

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

.menu {
  height: 77px !important;
}

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

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

a {
  font-style: normal;
  transition: color 0.3s;
  font-weight: 600;
  cursor: pointer;
}

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

figure {
  margin-bottom: 0;
}

body {
  color: #232323;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.css-1,
.css-2,
.css-3,
.css-4,
.display-1,
.display-2,
.display-3,
.display-4,
.display-5,
.display-6,
.display-7 {
  line-height: 1.8em;
  word-break: break-word;
  word-wrap: break-word;
  letter-spacing: -1px !important;
}

b,
strong {
  font-weight: bold;
}

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

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

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

body {
  position: relative;
}

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

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

.hidden {
  visibility: hidden;
}

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

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

.mbr-black {
  color: #000000;
}

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

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

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

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

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

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

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

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

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

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

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

.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}

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

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}

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

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

figure {
  overflow: hidden;
}

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

.mbr-figure img,
.mbr-figure iframe {
  display: block;
  width: 100%;
}

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

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

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

.mbr-figure {
  -ms-grid-row-align: center;
  align-self: center;
}

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

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

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

/*! Buttons */
.mbr-section-btn {
  margin-left: -.25rem;
  margin-right: -.25rem;
  font-size: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

.mbr-arrow-up a i {
  line-height: 60px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
}

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

.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;
  max-height: 93.5vh;
}

.navbar-collapse.show {
  overflow: auto;
}

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

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

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

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

.form-inline {
  display: -webkit-flex;
  -webkit-align-items: center;
}

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

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

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

.media {
  display: -webkit-flex;
}

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

.jq-selectbox__select {
  padding: 0.5rem 1.2rem;
  position: absolute;
  display: flex;
  align-items: center;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
}

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

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

.jq-selectbox li {
  padding: 0.5rem 1.2rem;
}

.mbr-form .form-control:focus, .mbr-form .form-control:hover {
  background-color: #f5f5f7;
  border: 3px solid #ebeced;
  box-shadow: none;
  outline: none;
}

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

@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.card-img {
  width: auto;
}

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

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

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

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

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

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

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

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

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

.btn {
  font-weight: 600 !important;
  border-width: 2px;
  font-style: normal;
  margin: .4rem .8rem;
  white-space: normal;
  transition: all .3s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  display: -webkit-inline-flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-control {
  background-color: #ffffff;
  box-shadow: none;
  color: #767676;
  border: 3px solid #ebeced;
  line-height: 1.43;
  min-height: 46px;
  padding: 0.5rem 1.2rem;
}

.form-control:focus {
  outline: none;
  border: 3px solid #ebeced;
  background-color: #f5f5f7;
}

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

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

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

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

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

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

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

.cid-tLu33yb601 .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tLu33yb601 .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-tLu33yb601 .nav-item:focus,
.cid-tLu33yb601 .nav-link:focus {
  outline: none;
}
.cid-tLu33yb601 .text-white:hover,
.cid-tLu33yb601 .text-white:active,
.cid-tLu33yb601 .text-white:focus {
  color: white!important;
}
.cid-tLu33yb601 .navbar {
  max-width: 1150px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
  background: none;
}
.cid-tLu33yb601 .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-tLu33yb601 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tLu33yb601 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tLu33yb601 .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-tLu33yb601 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tLu33yb601 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tLu33yb601 .navbar.collapsed .navbar-logo img {
  height: 2.0rem !important;
}
.cid-tLu33yb601 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tLu33yb601 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tLu33yb601 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tLu33yb601 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tLu33yb601 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tLu33yb601 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tLu33yb601 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tLu33yb601 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tLu33yb601 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tLu33yb601 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tLu33yb601 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tLu33yb601 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tLu33yb601 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tLu33yb601 .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
  .cid-tLu33yb601 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tLu33yb601 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tLu33yb601 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tLu33yb601 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tLu33yb601 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tLu33yb601 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tLu33yb601 .navbar.navbar-short .navbar-logo img {
  height: 2rem !important;
}
.cid-tLu33yb601 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tLu33yb601 .section {
  position: relative;
  overflow: visible!important;
}
.cid-tLu33yb601 .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-tLu33yb601 .dropdown-item:hover {
  color: black!important;
}
.cid-tLu33yb601 .dropdown-menu {
  background-color: white!important;
}
.cid-tLu33yb601 .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-tLu33yb601 .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tLu33yb601 .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-tLu33yb601 .nav-item .nav-link {
    position: relative;
  }
}
.cid-tLu33yb601 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tLu33yb601 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tLu33yb601 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tLu33yb601 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tLu33yb601 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tLu33yb601 .collapsed {
  flex-direction: row!important;
}
.cid-tLu33yb601 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tLu33yb601 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tLu33yb601 .navbar-caption {
  font-weight: 600!important;
}
.cid-tLu33yb601 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tLu33yb601 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tLu33yb601 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tLu33yb601 .dropdown-item.active,
.cid-tLu33yb601 .dropdown-item:active {
  background-color: transparent;
}
.cid-tLu33yb601 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tLu33yb601 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tLu33yb601 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tLu33yb601 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tLu33yb601 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tLu33yb601 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tLu33yb601 .navbar-buttons {
  text-align: center;
}
.cid-tLu33yb601 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tLu33yb601 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #57468b;
}
.cid-tLu33yb601 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tLu33yb601 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tLu33yb601 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tLu33yb601 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tLu33yb601 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tLu33yb601 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tLu33yb601 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tLu33yb601 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tLu33yb601 .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tLu33yb601 .nav-link {
  font-weight: 600!important;
}
.cid-tLu33yb601 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tLu33yb601 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tLu33yb601 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tLu33yb601 .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tLu33yb601 .navbar {
    height: 77px;
  }
  .cid-tLu33yb601 .navbar.opened {
    height: auto;
  }
  .cid-tLu33yb601 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tLu78V8bZ6 {
  background-image: url("../../../assets/images/10603-684x456.jpg");
  position: relative;
  overflow: hidden;
}
.cid-tLu78V8bZ6 svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-tLu78V8bZ6 #e2_shape {
  fill: #ffffff !important;
}
.cid-tLu78V8bZ6 img {
  width: 80%;
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-tLu78V8bZ6 img {
    width: 90%!important;
  }
}
.cid-tLu78V8bZ6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLu78V8bZ6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLu78V8bZ6 H3 {
  color: #ff8a73;
}
.cid-sqyQUxIjBx {
  padding-top: 180px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/166-2000x1333.jpg");
}
.cid-sqyQUxIjBx H1 {
  color: #ffffff;
}
.cid-sqyQUxIjBx .mbr-text,
.cid-sqyQUxIjBx .mbr-section-btn {
  color: #ffffff;
}
.cid-sqyQUxIjBx .author-box {
  display: flex;
  flex-direction: row;
}
.cid-sqyQUxIjBx .face {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
}
.cid-sqyQUxIjBx .author {
  padding-left: 2rem;
  margin: auto 0;
}
.cid-sqyQUxIjBx h3,
.cid-sqyQUxIjBx h4 {
  margin: 0;
  padding: 0;
}
.cid-sqyQUxIjBx H3 {
  color: #ffffff;
}
.cid-sqyQUxIjBx H4 {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-sqyQUxIjBx .author-box {
    justify-content: center;
  }
}
.cid-sqyTHtv9yB {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #e1e8ff;
}
.cid-sqyTHtv9yB H1 {
  color: #57468b;
}
.cid-sqyTHtv9yB .mbr-text,
.cid-sqyTHtv9yB .mbr-section-btn {
  color: #716c80;
}
.cid-sqyTHtv9yB H3 {
  color: #716c80;
}
.cid-sqyTDA5ril {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/8154-2000x1333.jpg");
  position: relative;
  overflow: hidden;
}
.cid-sqyTDA5ril svg {
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1.8, 1.8);
}
.cid-sqyTDA5ril H1 {
  color: #e4d295;
}
.cid-sqyTDA5ril .mbr-text,
.cid-sqyTDA5ril .mbr-section-btn {
  color: #ffffff;
}
.cid-sqyTDA5ril #e1_ellipse {
  fill: #467335 !important;
}
.cid-sqyTDA5ril img {
  width: 80%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-sqyTDA5ril img {
    width: 100%;
  }
}
.cid-sqyUJPwCg4 {
  padding-top: 180px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/625-2000x1333.jpg");
}
.cid-sqyUJPwCg4 H1 {
  color: #ffffff;
}
.cid-sqyUJPwCg4 .mbr-text,
.cid-sqyUJPwCg4 .mbr-section-btn {
  color: #ffffff;
}
.cid-sqyUJPwCg4 .author-box {
  display: flex;
  flex-direction: row;
}
.cid-sqyUJPwCg4 .face {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
}
.cid-sqyUJPwCg4 .author {
  padding-left: 2rem;
  margin: auto 0;
}
.cid-sqyUJPwCg4 h3,
.cid-sqyUJPwCg4 h4 {
  margin: 0;
  padding: 0;
}
.cid-sqyUJPwCg4 H3 {
  color: #ffffff;
}
.cid-sqyUJPwCg4 H4 {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-sqyUJPwCg4 .author-box {
    justify-content: center;
  }
}
.cid-sqyRS4Hdcs {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #e1e8ff;
}
.cid-sqyRS4Hdcs H1 {
  color: #57468b;
}
.cid-sqyRS4Hdcs .mbr-text,
.cid-sqyRS4Hdcs .mbr-section-btn {
  color: #716c80;
}
.cid-sqyRS4Hdcs H3 {
  color: #716c80;
}
.cid-sqyRpSaV9F {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sqyRpSaV9F .box {
  max-width: 700px;
  margin: auto;
  padding: 0 3rem;
}
.cid-sqyRpSaV9F .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-sqyRpSaV9F .btn:hover,
.cid-sqyRpSaV9F .btn:active {
  box-shadow: none!important;
}
.cid-sqyRpSaV9F .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sqyRpSaV9F .mbr-section-subtitle {
  color: #716c80;
}
.cid-sqyRpSaV9F .img-col {
  padding: 0;
}
.cid-sqyRpSaV9F img {
  max-height: 100vh;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-sqyRpSaV9F .box {
    padding: 2rem;
    max-width: 100%;
  }
}
@media (max-width: 576px) {
  .cid-sqyRpSaV9F .box {
    padding: 1rem;
  }
}
.cid-sqyRpSaV9F .mbr-section-title {
  color: #57468b;
}
.cid-sqyS0EACjR {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sqyS0EACjR H1 {
  color: #57468b;
}
.cid-sqyS0EACjR .mbr-text,
.cid-sqyS0EACjR .mbr-section-btn {
  color: #716c80;
}
@keyframes line {
  from {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(4px);
  }
}
.cid-sqyS0EACjR img {
  width: 90%;
  border-radius: 10px;
  box-shadow: rgba(230, 206, 191, 0.7) -10px 10px 35px 5px;
  animation: line 3s ease-in-out infinite;
}
@media (max-width: 992px) {
  .cid-sqyS0EACjR img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.cid-sqyS0EACjR H3 {
  color: #716c80;
}
.cid-tLuhrphUxa {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/391-2000x1502.jpg");
  position: relative;
  overflow: hidden;
}
.cid-tLuhrphUxa .container {
  max-width: 1400px;
}
.cid-tLuhrphUxa .card-img2 span {
  padding-top: 6px;
}
.cid-tLuhrphUxa .soc-item a {
  padding-top: 5px;
}
.cid-tLuhrphUxa .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-tLuhrphUxa .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-tLuhrphUxa .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-tLuhrphUxa .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tLuhrphUxa svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-tLuhrphUxa #e2_shape {
  fill: #ffffff !important;
}
.cid-tLuhrphUxa .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-tLuhrphUxa .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-tLuhrphUxa .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tLuhrphUxa .card-img {
  width: auto;
}
.cid-tLuhrphUxa .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-tLuhrphUxa .soc-item span {
  font-size: 1.4rem;
}
.cid-tLuhrphUxa .soc-item:hover span {
  color: #ff8a73 !important;
}
.cid-tLuhrphUxa .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-tLuhrphUxa .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-tLuhrphUxa .media-wrap {
  margin-bottom: 1rem;
}
.cid-tLuhrphUxa .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tLuhrphUxa img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-tLuhrphUxa .item {
    justify-content: center;
  }
  .cid-tLuhrphUxa .quote::after {
    left: 60px;
  }
}
.cid-tLuhrphUxa .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-tLuhrphUxa .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tLuhrphUxa .text1 {
  color: #ffffff;
}
.cid-tLuhrphUxa .item-title {
  color: #ffffff;
}
.cid-tLuhrphUxa H5 {
  color: #ffffff;
}
.cid-tLuhrphUxa .theme {
  color: #ffffff;
}
.cid-tLuhrphUxa .copyright > p {
  color: #ff3366;
}
.cid-tLuhrphUxa .text2 {
  color: #ffffff;
}
/*!
 * Mobirise v4 theme (https://mobirise.com/)
 * Copyright 2017 Mobirise
 */

::-webkit-scrollbar {
  width: 3px;
}

::-webkit-scrollbar-track {
  background: #dcdcdc;
}

::-webkit-scrollbar-thumb {
  background: #dcdcdc;
}

::-webkit-scrollbar-thumb:hover {
  background: #8400ff;
}

section {
  background-color: #eeeeee;
}

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

:focus {
  outline: none;
}

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

.menu {
  height: 77px !important;
}

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

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

a {
  font-style: normal;
  transition: color 0.3s;
  font-weight: 600;
  cursor: pointer;
}

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

figure {
  margin-bottom: 0;
}

body {
  color: #232323;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.css-1,
.css-2,
.css-3,
.css-4,
.display-1,
.display-2,
.display-3,
.display-4,
.display-5,
.display-6,
.display-7 {
  line-height: 1.8em;
  word-break: break-word;
  word-wrap: break-word;
  letter-spacing: -1px !important;
}

b,
strong {
  font-weight: bold;
}

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

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

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

body {
  position: relative;
}

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

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

.hidden {
  visibility: hidden;
}

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

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

.mbr-black {
  color: #000000;
}

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

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

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

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

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

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

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

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

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

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

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

.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}

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

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}

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

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

figure {
  overflow: hidden;
}

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

.mbr-figure img,
.mbr-figure iframe {
  display: block;
  width: 100%;
}

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

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

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

.mbr-figure {
  -ms-grid-row-align: center;
  align-self: center;
}

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

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

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

/*! Buttons */
.mbr-section-btn {
  margin-left: -.25rem;
  margin-right: -.25rem;
  font-size: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

.mbr-arrow-up a i {
  line-height: 60px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
}

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

.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;
  max-height: 93.5vh;
}

.navbar-collapse.show {
  overflow: auto;
}

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

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

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

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

.form-inline {
  display: -webkit-flex;
  -webkit-align-items: center;
}

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

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

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

.media {
  display: -webkit-flex;
}

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

.jq-selectbox__select {
  padding: 0.5rem 1.2rem;
  position: absolute;
  display: flex;
  align-items: center;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
}

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

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

.jq-selectbox li {
  padding: 0.5rem 1.2rem;
}

.mbr-form .form-control:focus, .mbr-form .form-control:hover {
  background-color: #f5f5f7;
  border: 3px solid #ebeced;
  box-shadow: none;
  outline: none;
}

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

@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.card-img {
  width: auto;
}

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

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

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

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

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

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

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

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

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

.btn {
  font-weight: 600 !important;
  border-width: 2px;
  font-style: normal;
  margin: .4rem .8rem;
  white-space: normal;
  transition: all .3s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  display: -webkit-inline-flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-control {
  background-color: #ffffff;
  box-shadow: none;
  color: #767676;
  border: 3px solid #ebeced;
  line-height: 1.43;
  min-height: 46px;
  padding: 0.5rem 1.2rem;
}

.form-control:focus {
  outline: none;
  border: 3px solid #ebeced;
  background-color: #f5f5f7;
}

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

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

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

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

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

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

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

.cid-tLu33yb601 .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tLu33yb601 .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-tLu33yb601 .nav-item:focus,
.cid-tLu33yb601 .nav-link:focus {
  outline: none;
}
.cid-tLu33yb601 .text-white:hover,
.cid-tLu33yb601 .text-white:active,
.cid-tLu33yb601 .text-white:focus {
  color: white!important;
}
.cid-tLu33yb601 .navbar {
  max-width: 1150px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
  background: none;
}
.cid-tLu33yb601 .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-tLu33yb601 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tLu33yb601 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tLu33yb601 .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-tLu33yb601 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tLu33yb601 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tLu33yb601 .navbar.collapsed .navbar-logo img {
  height: 2.0rem !important;
}
.cid-tLu33yb601 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tLu33yb601 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tLu33yb601 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tLu33yb601 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tLu33yb601 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tLu33yb601 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tLu33yb601 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tLu33yb601 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tLu33yb601 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tLu33yb601 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tLu33yb601 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tLu33yb601 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tLu33yb601 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tLu33yb601 .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
  .cid-tLu33yb601 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tLu33yb601 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tLu33yb601 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tLu33yb601 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tLu33yb601 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tLu33yb601 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tLu33yb601 .navbar.navbar-short .navbar-logo img {
  height: 2rem !important;
}
.cid-tLu33yb601 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tLu33yb601 .section {
  position: relative;
  overflow: visible!important;
}
.cid-tLu33yb601 .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-tLu33yb601 .dropdown-item:hover {
  color: black!important;
}
.cid-tLu33yb601 .dropdown-menu {
  background-color: white!important;
}
.cid-tLu33yb601 .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-tLu33yb601 .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tLu33yb601 .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-tLu33yb601 .nav-item .nav-link {
    position: relative;
  }
}
.cid-tLu33yb601 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tLu33yb601 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tLu33yb601 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tLu33yb601 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tLu33yb601 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tLu33yb601 .collapsed {
  flex-direction: row!important;
}
.cid-tLu33yb601 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tLu33yb601 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tLu33yb601 .navbar-caption {
  font-weight: 600!important;
}
.cid-tLu33yb601 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tLu33yb601 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tLu33yb601 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tLu33yb601 .dropdown-item.active,
.cid-tLu33yb601 .dropdown-item:active {
  background-color: transparent;
}
.cid-tLu33yb601 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tLu33yb601 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tLu33yb601 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tLu33yb601 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tLu33yb601 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tLu33yb601 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tLu33yb601 .navbar-buttons {
  text-align: center;
}
.cid-tLu33yb601 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tLu33yb601 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #57468b;
}
.cid-tLu33yb601 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tLu33yb601 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tLu33yb601 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tLu33yb601 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tLu33yb601 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tLu33yb601 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tLu33yb601 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tLu33yb601 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tLu33yb601 .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tLu33yb601 .nav-link {
  font-weight: 600!important;
}
.cid-tLu33yb601 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tLu33yb601 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tLu33yb601 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tLu33yb601 .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tLu33yb601 .navbar {
    height: 77px;
  }
  .cid-tLu33yb601 .navbar.opened {
    height: auto;
  }
  .cid-tLu33yb601 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tLu5Kd8F9R {
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
  position: relative;
  overflow: hidden;
}
.cid-tLu5Kd8F9R svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-tLu5Kd8F9R #e2_shape {
  fill: #ffffff !important;
}
.cid-tLu5Kd8F9R img {
  width: 80%;
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-tLu5Kd8F9R img {
    width: 90%!important;
  }
}
.cid-tLu5Kd8F9R .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLu5Kd8F9R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLu5Kd8F9R .mbr-text,
.cid-tLu5Kd8F9R .mbr-section-btn {
  text-align: left;
}
.cid-tLu5Kd8F9R H3 {
  color: #e4d295;
}
.cid-rMYaayMo4j {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rMYaayMo4j h5,
.cid-rMYaayMo4j h4,
.cid-rMYaayMo4j p {
  margin-bottom: 0;
}
.cid-rMYaayMo4j p {
  color: #767676;
}
.cid-rMYaayMo4j .card-img {
  padding: 0;
}
.cid-rMYaayMo4j .mbr-section-btn {
  margin: 0;
  margin-top: 1.2rem;
  border-top: 1px solid #cccccc;
}
.cid-rMYaayMo4j .mbr-section-btn .btn {
  margin-top: 1.2rem !important;
}
.cid-rMYaayMo4j .card-wrapper {
  transition: all 0.3s;
  background-color: #f2f6ff;
}
.cid-rMYaayMo4j .card-wrapper:hover {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-rMYaayMo4j .card-box {
  padding: 2rem;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-rMYaayMo4j .card-box {
    padding: 2rem 0 0;
  }
  .cid-rMYaayMo4j .card-wrapper {
    display: block !important;
  }
}
.cid-rMYaayMo4j .card-wrapper {
  height: 100%;
  overflow: hidden;
  border-radius: 8px;
}
.cid-rMYaayMo4j .card-title,
.cid-rMYaayMo4j .main-title {
  color: #57468b;
}
.cid-rMY0Vb01jK {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/mbr-1920x1281.jpg");
}
.cid-rMY0Vb01jK .mbr-section-title,
.cid-rMY0Vb01jK .mbr-section-subtitle {
  color: #000000;
}
.cid-rMY0Vb01jK .mbr-section-text {
  color: #232323;
}
.cid-rMY0Vb01jK .mbr-text,
.cid-rMY0Vb01jK .typed-text,
.cid-rMY0Vb01jK .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-rMY0Vb01jK .btn {
  margin-left: 4px !important;
}
.cid-rMY0Vb01jK .animated-element {
  color: #33ffda;
}
.cid-rMY0Vb01jK .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #33ffda;
}
.cid-rMY0Vb01jK .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-rMY0Vb01jK .typed-text,
  .cid-rMY0Vb01jK .mbr-section-subtitle,
  .cid-rMY0Vb01jK .mbr-section-text,
  .cid-rMY0Vb01jK .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-rMY0Vb01jK .mbr-section-subtitle,
.cid-rMY0Vb01jK .typed-text {
  color: #f2f6ff;
}
.cid-rMY0Vb01jK .mbr-section-text,
.cid-rMY0Vb01jK .mbr-section-btn {
  color: #ffffff;
}
.cid-rN2vgcb8Ab.popup-builder {
  background-color: #ffffff;
}
.cid-rN2vgcb8Ab.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rN2vgcb8Ab.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rN2vgcb8Ab .modal-content,
.cid-rN2vgcb8Ab .modal-dialog {
  height: auto;
}
.cid-rN2vgcb8Ab .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rN2vgcb8Ab .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rN2vgcb8Ab .form-wrapper .mbr-form .form-group,
  .cid-rN2vgcb8Ab .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rN2vgcb8Ab .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rN2vgcb8Ab .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rN2vgcb8Ab .mbr-text {
  text-align: left;
}
.cid-rN2vgcb8Ab .pt-0 {
  padding-top: 0 !important;
}
.cid-rN2vgcb8Ab .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rN2vgcb8Ab .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rN2vgcb8Ab .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rN2vgcb8Ab .modal-open {
  overflow: hidden;
}
.cid-rN2vgcb8Ab .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rN2vgcb8Ab .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rN2vgcb8Ab .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rN2vgcb8Ab .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-rN2vgcb8Ab .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rN2vgcb8Ab .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rN2vgcb8Ab .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rN2vgcb8Ab .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-rN2vgcb8Ab .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rN2vgcb8Ab .modal-backdrop.fade {
  opacity: 0;
}
.cid-rN2vgcb8Ab .modal-backdrop.show {
  opacity: .5;
}
.cid-rN2vgcb8Ab .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rN2vgcb8Ab .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rN2vgcb8Ab .modal-header .close:hover {
  opacity: 1;
}
.cid-rN2vgcb8Ab .modal-header .close:focus {
  outline: none;
}
.cid-rN2vgcb8Ab .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-rN2vgcb8Ab .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rN2vgcb8Ab .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rN2vgcb8Ab .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rN2vgcb8Ab .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rN2vgcb8Ab .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rN2vgcb8Ab .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rN2vgcb8Ab .modal-sm {
    max-width: 300px;
  }
  .cid-rN2vgcb8Ab .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rN2vgcb8Ab .modal-lg,
  .cid-rN2vgcb8Ab .modal-xl {
    max-width: 800px;
  }
  .cid-rN2vgcb8Ab .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rN2vgcb8Ab .modal-xl {
    max-width: 1140px;
  }
  .cid-rN2vgcb8Ab .container {
    max-width: 1140px;
  }
}
.cid-rN2vgcb8Ab .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rN2vgcb8Ab .container {
    max-width: 720px;
  }
}
.cid-rN2vgcb8Ab .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rN2vgcb8Ab .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-rN2vgcb8Ab .form-group {
  margin-bottom: 1rem;
}
.cid-rN2vgcb8Ab .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rN2vgcb8Ab .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rN2vgcb8Ab .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-rN2959Jcgf.popup-builder {
  background-color: #ffffff;
}
.cid-rN2959Jcgf.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rN2959Jcgf.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rN2959Jcgf .modal-content,
.cid-rN2959Jcgf .modal-dialog {
  height: auto;
}
.cid-rN2959Jcgf .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rN2959Jcgf .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rN2959Jcgf .form-wrapper .mbr-form .form-group,
  .cid-rN2959Jcgf .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rN2959Jcgf .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rN2959Jcgf .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rN2959Jcgf .mbr-text {
  text-align: center;
}
.cid-rN2959Jcgf .pt-0 {
  padding-top: 0 !important;
}
.cid-rN2959Jcgf .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rN2959Jcgf .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rN2959Jcgf .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rN2959Jcgf .modal-open {
  overflow: hidden;
}
.cid-rN2959Jcgf .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rN2959Jcgf .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rN2959Jcgf .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rN2959Jcgf .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-rN2959Jcgf .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rN2959Jcgf .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rN2959Jcgf .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rN2959Jcgf .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-rN2959Jcgf .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rN2959Jcgf .modal-backdrop.fade {
  opacity: 0;
}
.cid-rN2959Jcgf .modal-backdrop.show {
  opacity: .5;
}
.cid-rN2959Jcgf .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rN2959Jcgf .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rN2959Jcgf .modal-header .close:hover {
  opacity: 1;
}
.cid-rN2959Jcgf .modal-header .close:focus {
  outline: none;
}
.cid-rN2959Jcgf .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-rN2959Jcgf .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rN2959Jcgf .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rN2959Jcgf .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rN2959Jcgf .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rN2959Jcgf .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rN2959Jcgf .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rN2959Jcgf .modal-sm {
    max-width: 300px;
  }
  .cid-rN2959Jcgf .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rN2959Jcgf .modal-lg,
  .cid-rN2959Jcgf .modal-xl {
    max-width: 800px;
  }
  .cid-rN2959Jcgf .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rN2959Jcgf .modal-xl {
    max-width: 1140px;
  }
  .cid-rN2959Jcgf .container {
    max-width: 1140px;
  }
}
.cid-rN2959Jcgf .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rN2959Jcgf .container {
    max-width: 720px;
  }
}
.cid-rN2959Jcgf .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rN2959Jcgf .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-rN2959Jcgf .form-group {
  margin-bottom: 1rem;
}
.cid-rN2959Jcgf .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rN2959Jcgf .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rN2959Jcgf .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-rN296c8ecQ.popup-builder {
  background-color: #ffffff;
}
.cid-rN296c8ecQ.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rN296c8ecQ.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rN296c8ecQ .modal-content,
.cid-rN296c8ecQ .modal-dialog {
  height: auto;
}
.cid-rN296c8ecQ .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rN296c8ecQ .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rN296c8ecQ .form-wrapper .mbr-form .form-group,
  .cid-rN296c8ecQ .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rN296c8ecQ .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rN296c8ecQ .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rN296c8ecQ .mbr-text {
  text-align: center;
}
.cid-rN296c8ecQ .pt-0 {
  padding-top: 0 !important;
}
.cid-rN296c8ecQ .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rN296c8ecQ .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rN296c8ecQ .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rN296c8ecQ .modal-open {
  overflow: hidden;
}
.cid-rN296c8ecQ .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rN296c8ecQ .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rN296c8ecQ .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rN296c8ecQ .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-rN296c8ecQ .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rN296c8ecQ .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rN296c8ecQ .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rN296c8ecQ .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-rN296c8ecQ .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rN296c8ecQ .modal-backdrop.fade {
  opacity: 0;
}
.cid-rN296c8ecQ .modal-backdrop.show {
  opacity: .5;
}
.cid-rN296c8ecQ .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rN296c8ecQ .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rN296c8ecQ .modal-header .close:hover {
  opacity: 1;
}
.cid-rN296c8ecQ .modal-header .close:focus {
  outline: none;
}
.cid-rN296c8ecQ .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-rN296c8ecQ .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rN296c8ecQ .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rN296c8ecQ .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rN296c8ecQ .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rN296c8ecQ .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rN296c8ecQ .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rN296c8ecQ .modal-sm {
    max-width: 300px;
  }
  .cid-rN296c8ecQ .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rN296c8ecQ .modal-lg,
  .cid-rN296c8ecQ .modal-xl {
    max-width: 800px;
  }
  .cid-rN296c8ecQ .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rN296c8ecQ .modal-xl {
    max-width: 1140px;
  }
  .cid-rN296c8ecQ .container {
    max-width: 1140px;
  }
}
.cid-rN296c8ecQ .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rN296c8ecQ .container {
    max-width: 720px;
  }
}
.cid-rN296c8ecQ .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rN296c8ecQ .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-rN296c8ecQ .form-group {
  margin-bottom: 1rem;
}
.cid-rN296c8ecQ .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rN296c8ecQ .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rN296c8ecQ .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-rMYBKc0dLk {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/2884-2000x1335.jpg");
}
.cid-rMYBKc0dLk .mbr-section-title,
.cid-rMYBKc0dLk .mbr-section-subtitle {
  color: #000000;
}
.cid-rMYBKc0dLk .mbr-section-text {
  color: #232323;
}
.cid-rMYBKc0dLk .mbr-text,
.cid-rMYBKc0dLk .typed-text,
.cid-rMYBKc0dLk .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-rMYBKc0dLk .btn {
  margin-left: 4px !important;
}
.cid-rMYBKc0dLk .animated-element {
  color: #cbff1f;
}
.cid-rMYBKc0dLk .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #cbff1f;
}
.cid-rMYBKc0dLk .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-rMYBKc0dLk .typed-text,
  .cid-rMYBKc0dLk .mbr-section-subtitle,
  .cid-rMYBKc0dLk .mbr-section-text,
  .cid-rMYBKc0dLk .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-rMYBKc0dLk .mbr-section-subtitle,
.cid-rMYBKc0dLk .typed-text {
  color: #f2f6ff;
}
.cid-rMYBKc0dLk .mbr-section-text,
.cid-rMYBKc0dLk .mbr-section-btn {
  color: #e4d295;
}
.cid-rN21SHrycW.popup-builder {
  background-color: #ffffff;
}
.cid-rN21SHrycW.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rN21SHrycW.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rN21SHrycW .modal-content,
.cid-rN21SHrycW .modal-dialog {
  height: auto;
}
.cid-rN21SHrycW .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rN21SHrycW .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rN21SHrycW .form-wrapper .mbr-form .form-group,
  .cid-rN21SHrycW .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rN21SHrycW .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rN21SHrycW .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rN21SHrycW .mbr-text {
  text-align: center;
}
.cid-rN21SHrycW .pt-0 {
  padding-top: 0 !important;
}
.cid-rN21SHrycW .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rN21SHrycW .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rN21SHrycW .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rN21SHrycW .modal-open {
  overflow: hidden;
}
.cid-rN21SHrycW .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rN21SHrycW .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rN21SHrycW .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rN21SHrycW .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-rN21SHrycW .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rN21SHrycW .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rN21SHrycW .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rN21SHrycW .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-rN21SHrycW .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rN21SHrycW .modal-backdrop.fade {
  opacity: 0;
}
.cid-rN21SHrycW .modal-backdrop.show {
  opacity: .5;
}
.cid-rN21SHrycW .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rN21SHrycW .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rN21SHrycW .modal-header .close:hover {
  opacity: 1;
}
.cid-rN21SHrycW .modal-header .close:focus {
  outline: none;
}
.cid-rN21SHrycW .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-rN21SHrycW .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rN21SHrycW .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rN21SHrycW .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rN21SHrycW .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rN21SHrycW .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rN21SHrycW .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rN21SHrycW .modal-sm {
    max-width: 300px;
  }
  .cid-rN21SHrycW .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rN21SHrycW .modal-lg,
  .cid-rN21SHrycW .modal-xl {
    max-width: 800px;
  }
  .cid-rN21SHrycW .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rN21SHrycW .modal-xl {
    max-width: 1140px;
  }
  .cid-rN21SHrycW .container {
    max-width: 1140px;
  }
}
.cid-rN21SHrycW .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rN21SHrycW .container {
    max-width: 720px;
  }
}
.cid-rN21SHrycW .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rN21SHrycW .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-rN21SHrycW .form-group {
  margin-bottom: 1rem;
}
.cid-rN21SHrycW .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rN21SHrycW .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rN21SHrycW .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-rMXLo5DKxy {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-rMXLo5DKxy .container-fluid {
  padding: 0 3rem;
}
.cid-rMXLo5DKxy .table-wrap {
  margin: 0 1rem 3rem 1rem;
  border: 1px solid #efefef;
  border-radius: 3%;
  padding: 3rem;
  transition: all 0.3s ease-in-out;
}
.cid-rMXLo5DKxy .table-wrap:hover {
  transition: all 0.3s ease-in-out;
  background-color: #149dcc;
}
.cid-rMXLo5DKxy .table-wrap:hover .table-pricing,
.cid-rMXLo5DKxy .table-wrap:hover .table-icon {
  color: #ffffff !important;
}
.cid-rMXLo5DKxy .table-wrap:hover .table-heading,
.cid-rMXLo5DKxy .table-wrap:hover .mbr-section-subtitle {
  color: #ffffff !important;
}
.cid-rMXLo5DKxy .section-heading {
  margin-bottom: 2rem;
}
.cid-rMXLo5DKxy .table-heading {
  margin-bottom: 2em;
}
.cid-rMXLo5DKxy .underline {
  margin-top: 1rem;
  margin-bottom: 0rem;
}
.cid-rMXLo5DKxy .underline .line {
  width: 6rem;
  height: 3px;
  background: linear-gradient(135deg, #ff8a73, #5580ff);
  display: inline-block;
}
.cid-rMXLo5DKxy ul {
  word-wrap: break-word;
  padding: 0 4rem;
  margin: 0;
  list-style: none;
}
.cid-rMXLo5DKxy ul li {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  padding: 0.7em 0;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.cid-rMXLo5DKxy ul li span {
  font-size: 32px;
  color: #000000;
}
.cid-rMXLo5DKxy hr {
  display: none;
  background: #efefef;
}
.cid-rMXLo5DKxy hr {
  display: block;
}
.cid-rMXLo5DKxy .table-heading,
.cid-rMXLo5DKxy .table-pricing,
.cid-rMXLo5DKxy .table-icon {
  color: #149dcc;
  text-align: left;
  transition: all 0.3s ease-in-out;
}
.cid-rMXLo5DKxy .mbr-section-subtitle {
  color: #767676;
  transition: all 0.3s ease-in-out;
}
.cid-rMXLo5DKxy .mbr-section-btn {
  padding-top: 1rem;
}
.cid-rMXLo5DKxy .mbr-iconfont {
  font-size: 50px;
}
@media (max-width: 1200px) {
  .cid-rMXLo5DKxy .table-wrap {
    margin: 1.5rem 0 0 0;
  }
}
@media (max-width: 767px) {
  .cid-rMXLo5DKxy .container-fluid {
    padding: 0 0rem;
  }
}
.cid-rMZMgI1HF3 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/391-2000x1502.jpg");
}
.cid-rMZMgI1HF3 .mbr-section-title,
.cid-rMZMgI1HF3 .mbr-section-subtitle {
  color: #000000;
}
.cid-rMZMgI1HF3 .mbr-section-text {
  color: #232323;
}
.cid-rMZMgI1HF3 .mbr-text,
.cid-rMZMgI1HF3 .typed-text,
.cid-rMZMgI1HF3 .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-rMZMgI1HF3 .btn {
  margin-left: 4px !important;
}
.cid-rMZMgI1HF3 .animated-element {
  color: #ff7f9f;
}
.cid-rMZMgI1HF3 .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ff7f9f;
}
.cid-rMZMgI1HF3 .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-rMZMgI1HF3 .typed-text,
  .cid-rMZMgI1HF3 .mbr-section-subtitle,
  .cid-rMZMgI1HF3 .mbr-section-text,
  .cid-rMZMgI1HF3 .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-rMZMgI1HF3 .mbr-section-text,
.cid-rMZMgI1HF3 .mbr-section-btn {
  color: #efefef;
}
.cid-rMZMgI1HF3 .mbr-section-subtitle,
.cid-rMZMgI1HF3 .typed-text {
  color: #cbff1f;
}
.cid-tLuhuNF7j0 {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/391-2000x1502.jpg");
  position: relative;
  overflow: hidden;
}
.cid-tLuhuNF7j0 .container {
  max-width: 1400px;
}
.cid-tLuhuNF7j0 .card-img2 span {
  padding-top: 6px;
}
.cid-tLuhuNF7j0 .soc-item a {
  padding-top: 5px;
}
.cid-tLuhuNF7j0 .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-tLuhuNF7j0 .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-tLuhuNF7j0 .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-tLuhuNF7j0 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tLuhuNF7j0 svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-tLuhuNF7j0 #e2_shape {
  fill: #ffffff !important;
}
.cid-tLuhuNF7j0 .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-tLuhuNF7j0 .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-tLuhuNF7j0 .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tLuhuNF7j0 .card-img {
  width: auto;
}
.cid-tLuhuNF7j0 .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-tLuhuNF7j0 .soc-item span {
  font-size: 1.4rem;
}
.cid-tLuhuNF7j0 .soc-item:hover span {
  color: #ff8a73 !important;
}
.cid-tLuhuNF7j0 .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-tLuhuNF7j0 .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-tLuhuNF7j0 .media-wrap {
  margin-bottom: 1rem;
}
.cid-tLuhuNF7j0 .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tLuhuNF7j0 img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-tLuhuNF7j0 .item {
    justify-content: center;
  }
  .cid-tLuhuNF7j0 .quote::after {
    left: 60px;
  }
}
.cid-tLuhuNF7j0 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-tLuhuNF7j0 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tLuhuNF7j0 .text1 {
  color: #ffffff;
}
.cid-tLuhuNF7j0 .item-title {
  color: #ffffff;
}
.cid-tLuhuNF7j0 H5 {
  color: #ffffff;
}
.cid-tLuhuNF7j0 .theme {
  color: #ffffff;
}
.cid-tLuhuNF7j0 .copyright > p {
  color: #ff3366;
}
.cid-tLuhuNF7j0 .text2 {
  color: #ffffff;
}
/*!
 * Mobirise v4 theme (https://mobirise.com/)
 * Copyright 2017 Mobirise
 */

::-webkit-scrollbar {
  width: 3px;
}

::-webkit-scrollbar-track {
  background: #dcdcdc;
}

::-webkit-scrollbar-thumb {
  background: #dcdcdc;
}

::-webkit-scrollbar-thumb:hover {
  background: #8400ff;
}

section {
  background-color: #eeeeee;
}

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

:focus {
  outline: none;
}

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

.menu {
  height: 77px !important;
}

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

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

a {
  font-style: normal;
  transition: color 0.3s;
  font-weight: 600;
  cursor: pointer;
}

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

figure {
  margin-bottom: 0;
}

body {
  color: #232323;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.css-1,
.css-2,
.css-3,
.css-4,
.display-1,
.display-2,
.display-3,
.display-4,
.display-5,
.display-6,
.display-7 {
  line-height: 1.8em;
  word-break: break-word;
  word-wrap: break-word;
  letter-spacing: -1px !important;
}

b,
strong {
  font-weight: bold;
}

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

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

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

body {
  position: relative;
}

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

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

.hidden {
  visibility: hidden;
}

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

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

.mbr-black {
  color: #000000;
}

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

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

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

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

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

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

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

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

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

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

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

.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}

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

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}

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

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

figure {
  overflow: hidden;
}

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

.mbr-figure img,
.mbr-figure iframe {
  display: block;
  width: 100%;
}

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

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

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

.mbr-figure {
  -ms-grid-row-align: center;
  align-self: center;
}

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

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

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

/*! Buttons */
.mbr-section-btn {
  margin-left: -.25rem;
  margin-right: -.25rem;
  font-size: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

.mbr-arrow-up a i {
  line-height: 60px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
}

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

.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;
  max-height: 93.5vh;
}

.navbar-collapse.show {
  overflow: auto;
}

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

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

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

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

.form-inline {
  display: -webkit-flex;
  -webkit-align-items: center;
}

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

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

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

.media {
  display: -webkit-flex;
}

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

.jq-selectbox__select {
  padding: 0.5rem 1.2rem;
  position: absolute;
  display: flex;
  align-items: center;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
}

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

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

.jq-selectbox li {
  padding: 0.5rem 1.2rem;
}

.mbr-form .form-control:focus, .mbr-form .form-control:hover {
  background-color: #f5f5f7;
  border: 3px solid #ebeced;
  box-shadow: none;
  outline: none;
}

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

@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.card-img {
  width: auto;
}

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

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

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

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

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

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

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

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

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

.btn {
  font-weight: 600 !important;
  border-width: 2px;
  font-style: normal;
  margin: .4rem .8rem;
  white-space: normal;
  transition: all .3s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  display: -webkit-inline-flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-control {
  background-color: #ffffff;
  box-shadow: none;
  color: #767676;
  border: 3px solid #ebeced;
  line-height: 1.43;
  min-height: 46px;
  padding: 0.5rem 1.2rem;
}

.form-control:focus {
  outline: none;
  border: 3px solid #ebeced;
  background-color: #f5f5f7;
}

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

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

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

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

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

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

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

.cid-tLu33yb601 .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tLu33yb601 .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-tLu33yb601 .nav-item:focus,
.cid-tLu33yb601 .nav-link:focus {
  outline: none;
}
.cid-tLu33yb601 .text-white:hover,
.cid-tLu33yb601 .text-white:active,
.cid-tLu33yb601 .text-white:focus {
  color: white!important;
}
.cid-tLu33yb601 .navbar {
  max-width: 1150px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
  background: none;
}
.cid-tLu33yb601 .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-tLu33yb601 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tLu33yb601 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tLu33yb601 .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-tLu33yb601 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tLu33yb601 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tLu33yb601 .navbar.collapsed .navbar-logo img {
  height: 2.0rem !important;
}
.cid-tLu33yb601 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tLu33yb601 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tLu33yb601 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tLu33yb601 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tLu33yb601 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tLu33yb601 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tLu33yb601 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tLu33yb601 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tLu33yb601 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tLu33yb601 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tLu33yb601 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tLu33yb601 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tLu33yb601 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tLu33yb601 .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
  .cid-tLu33yb601 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tLu33yb601 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tLu33yb601 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tLu33yb601 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tLu33yb601 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tLu33yb601 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tLu33yb601 .navbar.navbar-short .navbar-logo img {
  height: 2rem !important;
}
.cid-tLu33yb601 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tLu33yb601 .section {
  position: relative;
  overflow: visible!important;
}
.cid-tLu33yb601 .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-tLu33yb601 .dropdown-item:hover {
  color: black!important;
}
.cid-tLu33yb601 .dropdown-menu {
  background-color: white!important;
}
.cid-tLu33yb601 .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-tLu33yb601 .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tLu33yb601 .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-tLu33yb601 .nav-item .nav-link {
    position: relative;
  }
}
.cid-tLu33yb601 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tLu33yb601 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tLu33yb601 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tLu33yb601 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tLu33yb601 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tLu33yb601 .collapsed {
  flex-direction: row!important;
}
.cid-tLu33yb601 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tLu33yb601 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tLu33yb601 .navbar-caption {
  font-weight: 600!important;
}
.cid-tLu33yb601 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tLu33yb601 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tLu33yb601 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tLu33yb601 .dropdown-item.active,
.cid-tLu33yb601 .dropdown-item:active {
  background-color: transparent;
}
.cid-tLu33yb601 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tLu33yb601 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tLu33yb601 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tLu33yb601 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tLu33yb601 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tLu33yb601 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tLu33yb601 .navbar-buttons {
  text-align: center;
}
.cid-tLu33yb601 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tLu33yb601 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #57468b;
}
.cid-tLu33yb601 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tLu33yb601 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tLu33yb601 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tLu33yb601 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tLu33yb601 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tLu33yb601 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tLu33yb601 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tLu33yb601 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tLu33yb601 .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tLu33yb601 .nav-link {
  font-weight: 600!important;
}
.cid-tLu33yb601 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tLu33yb601 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tLu33yb601 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tLu33yb601 .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tLu33yb601 .navbar {
    height: 77px;
  }
  .cid-tLu33yb601 .navbar.opened {
    height: auto;
  }
  .cid-tLu33yb601 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tLu3hkOUEX {
  background-image: url("../../../assets/images/img4-1200x800-800x533.jpg");
  position: relative;
  overflow: hidden;
}
.cid-tLu3hkOUEX svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-tLu3hkOUEX #e2_shape {
  fill: #ffffff !important;
}
.cid-tLu3hkOUEX img {
  width: 80%;
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-tLu3hkOUEX img {
    width: 90%!important;
  }
}
.cid-tLu3hkOUEX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLu3hkOUEX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-sqyVEFBtid {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sqyVEFBtid .underline .line {
  width: 2rem;
  height: 1px;
  background: #232323;
  display: inline-block;
}
.cid-sqyVEFBtid .mbr-section-subtitle,
.cid-sqyVEFBtid .mbr-text,
.cid-sqyVEFBtid .card-subtitle,
.cid-sqyVEFBtid .card-underline {
  color: #767676;
}
.cid-sqyVEFBtid .wrapper {
  position: relative;
  padding: 2rem;
}
.cid-sqyVEFBtid .wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-sqyVEFBtid .wrapper .content-block {
  padding: 2rem;
  position: relative;
}
.cid-sqyVEFBtid .wrapper .content-block > *:not(.mbr-overlay) {
  position: relative;
}
.cid-sqyVEFBtid .wrapper .content-block .mbr-overlay {
  background: #ffffff;
  opacity: 0.9;
}
.cid-sqyVEFBtid .wrapper .content-block .mbr-text {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-sqyVEFBtid .content-section {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sqyVEFBtid .wrapper {
    padding: 1rem;
  }
  .cid-sqyVEFBtid .wrapper .content-block {
    padding: 1rem;
  }
}
.cid-tLuhz7WrRW {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/391-2000x1502.jpg");
  position: relative;
  overflow: hidden;
}
.cid-tLuhz7WrRW .container {
  max-width: 1400px;
}
.cid-tLuhz7WrRW .card-img2 span {
  padding-top: 6px;
}
.cid-tLuhz7WrRW .soc-item a {
  padding-top: 5px;
}
.cid-tLuhz7WrRW .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-tLuhz7WrRW .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-tLuhz7WrRW .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-tLuhz7WrRW .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tLuhz7WrRW svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-tLuhz7WrRW #e2_shape {
  fill: #ffffff !important;
}
.cid-tLuhz7WrRW .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-tLuhz7WrRW .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-tLuhz7WrRW .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tLuhz7WrRW .card-img {
  width: auto;
}
.cid-tLuhz7WrRW .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-tLuhz7WrRW .soc-item span {
  font-size: 1.4rem;
}
.cid-tLuhz7WrRW .soc-item:hover span {
  color: #ff8a73 !important;
}
.cid-tLuhz7WrRW .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-tLuhz7WrRW .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-tLuhz7WrRW .media-wrap {
  margin-bottom: 1rem;
}
.cid-tLuhz7WrRW .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tLuhz7WrRW img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-tLuhz7WrRW .item {
    justify-content: center;
  }
  .cid-tLuhz7WrRW .quote::after {
    left: 60px;
  }
}
.cid-tLuhz7WrRW .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-tLuhz7WrRW .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tLuhz7WrRW .text1 {
  color: #ffffff;
}
.cid-tLuhz7WrRW .item-title {
  color: #ffffff;
}
.cid-tLuhz7WrRW H5 {
  color: #ffffff;
}
.cid-tLuhz7WrRW .theme {
  color: #ffffff;
}
.cid-tLuhz7WrRW .copyright > p {
  color: #ff3366;
}
.cid-tLuhz7WrRW .text2 {
  color: #ffffff;
}
/*!
 * Mobirise v4 theme (https://mobirise.com/)
 * Copyright 2017 Mobirise
 */

::-webkit-scrollbar {
  width: 3px;
}

::-webkit-scrollbar-track {
  background: #dcdcdc;
}

::-webkit-scrollbar-thumb {
  background: #dcdcdc;
}

::-webkit-scrollbar-thumb:hover {
  background: #8400ff;
}

section {
  background-color: #eeeeee;
}

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

:focus {
  outline: none;
}

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

.menu {
  height: 77px !important;
}

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

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

a {
  font-style: normal;
  transition: color 0.3s;
  font-weight: 600;
  cursor: pointer;
}

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

figure {
  margin-bottom: 0;
}

body {
  color: #232323;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.css-1,
.css-2,
.css-3,
.css-4,
.display-1,
.display-2,
.display-3,
.display-4,
.display-5,
.display-6,
.display-7 {
  line-height: 1.8em;
  word-break: break-word;
  word-wrap: break-word;
  letter-spacing: -1px !important;
}

b,
strong {
  font-weight: bold;
}

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

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

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

body {
  position: relative;
}

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

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

.hidden {
  visibility: hidden;
}

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

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

.mbr-black {
  color: #000000;
}

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

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

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

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

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

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

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

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

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

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

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

.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}

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

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}

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

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

figure {
  overflow: hidden;
}

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

.mbr-figure img,
.mbr-figure iframe {
  display: block;
  width: 100%;
}

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

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

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

.mbr-figure {
  -ms-grid-row-align: center;
  align-self: center;
}

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

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

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

/*! Buttons */
.mbr-section-btn {
  margin-left: -.25rem;
  margin-right: -.25rem;
  font-size: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

.mbr-arrow-up a i {
  line-height: 60px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
}

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

.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;
  max-height: 93.5vh;
}

.navbar-collapse.show {
  overflow: auto;
}

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

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

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

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

.form-inline {
  display: -webkit-flex;
  -webkit-align-items: center;
}

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

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

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

.media {
  display: -webkit-flex;
}

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

.jq-selectbox__select {
  padding: 0.5rem 1.2rem;
  position: absolute;
  display: flex;
  align-items: center;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
}

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

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

.jq-selectbox li {
  padding: 0.5rem 1.2rem;
}

.mbr-form .form-control:focus, .mbr-form .form-control:hover {
  background-color: #f5f5f7;
  border: 3px solid #ebeced;
  box-shadow: none;
  outline: none;
}

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

@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.card-img {
  width: auto;
}

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

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

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

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

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

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

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

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

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

.btn {
  font-weight: 600 !important;
  border-width: 2px;
  font-style: normal;
  margin: .4rem .8rem;
  white-space: normal;
  transition: all .3s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  display: -webkit-inline-flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-control {
  background-color: #ffffff;
  box-shadow: none;
  color: #767676;
  border: 3px solid #ebeced;
  line-height: 1.43;
  min-height: 46px;
  padding: 0.5rem 1.2rem;
}

.form-control:focus {
  outline: none;
  border: 3px solid #ebeced;
  background-color: #f5f5f7;
}

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

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

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

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

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

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

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

.cid-tLu33yb601 .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tLu33yb601 .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-tLu33yb601 .nav-item:focus,
.cid-tLu33yb601 .nav-link:focus {
  outline: none;
}
.cid-tLu33yb601 .text-white:hover,
.cid-tLu33yb601 .text-white:active,
.cid-tLu33yb601 .text-white:focus {
  color: white!important;
}
.cid-tLu33yb601 .navbar {
  max-width: 1150px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
  background: none;
}
.cid-tLu33yb601 .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-tLu33yb601 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tLu33yb601 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tLu33yb601 .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-tLu33yb601 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tLu33yb601 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tLu33yb601 .navbar.collapsed .navbar-logo img {
  height: 2.0rem !important;
}
.cid-tLu33yb601 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tLu33yb601 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tLu33yb601 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tLu33yb601 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tLu33yb601 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tLu33yb601 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tLu33yb601 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tLu33yb601 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tLu33yb601 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tLu33yb601 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tLu33yb601 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tLu33yb601 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tLu33yb601 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tLu33yb601 .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
  .cid-tLu33yb601 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tLu33yb601 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tLu33yb601 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tLu33yb601 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tLu33yb601 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tLu33yb601 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tLu33yb601 .navbar.navbar-short .navbar-logo img {
  height: 2rem !important;
}
.cid-tLu33yb601 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tLu33yb601 .section {
  position: relative;
  overflow: visible!important;
}
.cid-tLu33yb601 .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-tLu33yb601 .dropdown-item:hover {
  color: black!important;
}
.cid-tLu33yb601 .dropdown-menu {
  background-color: white!important;
}
.cid-tLu33yb601 .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-tLu33yb601 .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tLu33yb601 .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-tLu33yb601 .nav-item .nav-link {
    position: relative;
  }
}
.cid-tLu33yb601 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tLu33yb601 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tLu33yb601 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tLu33yb601 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tLu33yb601 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tLu33yb601 .collapsed {
  flex-direction: row!important;
}
.cid-tLu33yb601 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tLu33yb601 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tLu33yb601 .navbar-caption {
  font-weight: 600!important;
}
.cid-tLu33yb601 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tLu33yb601 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tLu33yb601 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tLu33yb601 .dropdown-item.active,
.cid-tLu33yb601 .dropdown-item:active {
  background-color: transparent;
}
.cid-tLu33yb601 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tLu33yb601 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tLu33yb601 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tLu33yb601 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tLu33yb601 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tLu33yb601 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tLu33yb601 .navbar-buttons {
  text-align: center;
}
.cid-tLu33yb601 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tLu33yb601 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #57468b;
}
.cid-tLu33yb601 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tLu33yb601 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tLu33yb601 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tLu33yb601 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tLu33yb601 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tLu33yb601 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tLu33yb601 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tLu33yb601 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tLu33yb601 .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tLu33yb601 .nav-link {
  font-weight: 600!important;
}
.cid-tLu33yb601 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tLu33yb601 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tLu33yb601 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tLu33yb601 .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tLu33yb601 .navbar {
    height: 77px;
  }
  .cid-tLu33yb601 .navbar.opened {
    height: auto;
  }
  .cid-tLu33yb601 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tLu4IywjKv {
  background-image: url("../../../assets/images/img3-1200x800.jpg");
  position: relative;
  overflow: hidden;
}
.cid-tLu4IywjKv svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-tLu4IywjKv #e2_shape {
  fill: #ffffff !important;
}
.cid-tLu4IywjKv img {
  width: 80%;
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-tLu4IywjKv img {
    width: 90%!important;
  }
}
.cid-tLu4IywjKv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLu4IywjKv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLu4IywjKv H3 {
  color: #e4d295;
}
.cid-tLu4IywjKv .mbr-text,
.cid-tLu4IywjKv .mbr-section-btn {
  text-align: left;
}
.cid-sqz3rQfcYs {
  padding-top: 180px;
  padding-bottom: 180px;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-sqz3rQfcYs .svg1 {
  position: absolute;
  bottom: -20rem;
  left: 50%;
  transform: translate(-50%) scale(1.3, 1.2);
}
.cid-sqz3rQfcYs #e1_circle,
.cid-sqz3rQfcYs #e3_circle,
.cid-sqz3rQfcYs #e4_circle,
.cid-sqz3rQfcYs #e5_circle {
  fill: #efefef !important;
}
.cid-sqz3rQfcYs #e6_circle {
  fill: #cccccc !important;
}
@keyframes orbit {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(10px) rotate(-360deg);
  }
}
@keyframes rev {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(-360deg) translateX(10px) rotate(360deg);
  }
}
.cid-sqz3rQfcYs .round {
  border-radius: 100%;
  position: absolute;
  background-color: #efefef;
  animation: orbit 4s linear infinite;
}
.cid-sqz3rQfcYs .rev {
  animation: rev 4s linear infinite;
}
.cid-sqz3rQfcYs .round1 {
  width: 50px;
  height: 50px;
  left: 7%;
  top: 60%;
}
.cid-sqz3rQfcYs .round2 {
  width: 90px;
  height: 90px;
  left: 15%;
  top: 15%;
}
.cid-sqz3rQfcYs .round3 {
  width: 40px;
  height: 40px;
  left: 30%;
  top: 15%;
}
.cid-sqz3rQfcYs .round4 {
  width: 90px;
  height: 90px;
  left: 40%;
  top: 3%;
}
.cid-sqz3rQfcYs .round5 {
  width: 50px;
  height: 50px;
  right: 5%;
  top: 55%;
}
.cid-sqz3rQfcYs .round6 {
  width: 30px;
  height: 30px;
  right: 30%;
  top: 15%;
}
.cid-sqz3rQfcYs .round7 {
  width: 70px;
  height: 70px;
  right: 20%;
  top: 20%;
}
.cid-sqz3rQfcYs .round8 {
  width: 110px;
  height: 110px;
  right: 8%;
  top: 30%;
}
.cid-sqz3rQfcYs .round9 {
  width: 90px;
  height: 90px;
  right: 7%;
  top: 70%;
}
.cid-sqz3rQfcYs .round10 {
  width: 50px;
  height: 50px;
  right: 35%;
  top: 5%;
}
.cid-sqz3rQfcYs .round11 {
  width: 70px;
  height: 70px;
  left: 8%;
  top: 35%;
}
.cid-sqz3rQfcYs H1 {
  color: #57468b;
}
.cid-sqz3rQfcYs .mbr-text,
.cid-sqz3rQfcYs .mbr-section-btn {
  color: #716c80;
  text-align: left;
}
.cid-sqz3rQfcYs H3 {
  color: #716c80;
}
@media (max-width: 992px) {
  .cid-sqz3rQfcYs .round9,
  .cid-sqz3rQfcYs .round5 {
    display: none;
  }
}
@media (max-width: 576px) {
  .cid-sqz3rQfcYs .round {
    display: none;
  }
}
.cid-tT1CmFKp24 {
  padding-top: 6rem;
  padding-bottom: 8rem;
  background-color: #cc2952;
}
.cid-tT1CmFKp24 .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-tT1CmFKp24 .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff8a73;
}
.cid-tT1CmFKp24 .svg-top .st0 {
  fill: #cc2952;
}
@media (max-width: 992px) {
  .cid-tT1CmFKp24 .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
@media (min-width: 1400px) {
  .cid-tT1CmFKp24 .col-12 {
    padding: 0 2rem;
  }
  .cid-tT1CmFKp24 .row {
    margin: 0 -2rem;
  }
}
.cid-tT1CmFKp24 .mbr-text,
.cid-tT1CmFKp24 .mbr-section-btn {
  color: #ffffff;
}
.cid-tT1CmFKp24 .mbr-section-title {
  color: #ffffff;
}
.cid-tT1CEfjU2t {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background-color: #f8f8f8;
}
.cid-tT1CEfjU2t .row {
  flex-direction: row-reverse;
}
.cid-tT1CEfjU2t .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-tT1CEfjU2t .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff8a73;
}
.cid-tT1CEfjU2t .svg-top .st0 {
  fill: #f8f8f8;
}
@media (max-width: 992px) {
  .cid-tT1CEfjU2t .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-tT1CEfjU2t .mbr-section-title {
  color: #1a449a;
}
@media (min-width: 1400px) {
  .cid-tT1CEfjU2t .col-12 {
    padding: 0 2rem;
  }
  .cid-tT1CEfjU2t .row {
    margin: 0 -2rem;
  }
}
.cid-tT1CEfjU2t .mbr-text,
.cid-tT1CEfjU2t .mbr-section-btn {
  color: #1a449a;
}
.cid-tT1DSWO2ry {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background-color: #3f6d54;
}
.cid-tT1DSWO2ry .row {
  flex-direction: row-reverse;
}
.cid-tT1DSWO2ry .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-tT1DSWO2ry .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff8a73;
}
.cid-tT1DSWO2ry .svg-top .st0 {
  fill: #3f6d54;
}
@media (max-width: 992px) {
  .cid-tT1DSWO2ry .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
@media (min-width: 1400px) {
  .cid-tT1DSWO2ry .col-12 {
    padding: 0 2rem;
  }
  .cid-tT1DSWO2ry .row {
    margin: 0 -2rem;
  }
}
.cid-tT1DSWO2ry .mbr-text,
.cid-tT1DSWO2ry .mbr-section-btn {
  color: #ffffff;
}
.cid-tT1DSWO2ry .mbr-section-title {
  color: #ffffff;
}
.cid-tTg64FBkzv {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #1a3d5e;
}
.cid-tTg64FBkzv .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-tTg64FBkzv .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff8a73;
}
.cid-tTg64FBkzv .svg-top .st0 {
  fill: #1a3d5e;
}
@media (max-width: 992px) {
  .cid-tTg64FBkzv .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
@media (min-width: 1400px) {
  .cid-tTg64FBkzv .col-12 {
    padding: 0 2rem;
  }
  .cid-tTg64FBkzv .row {
    margin: 0 -2rem;
  }
}
.cid-tTg64FBkzv .mbr-text,
.cid-tTg64FBkzv .mbr-section-btn {
  color: #ffbe9d;
}
.cid-tTg64FBkzv .mbr-section-title {
  color: #e4d295;
}
.cid-tTg64FBkzv .table {
  width: 100%;
}
.cid-tTg64FBkzv .table .bg-black {
  background-color: #111;
}
.cid-tThJcNOv5h {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tThJcNOv5h .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-t7gYmHk1wa {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/img4-1200x800.jpg");
}
.cid-t7gYmHk1wa .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-t7gYmHk1wa .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-t7gYmHk1wa .item-wrapper {
  position: relative;
}
.cid-t7gYmHk1wa .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-t7gYmHk1wa .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-t7gYmHk1wa .carousel-control,
.cid-t7gYmHk1wa .close {
  background: #1b1b1b;
}
.cid-t7gYmHk1wa .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-t7gYmHk1wa .carousel-control-prev span {
  margin-right: 5px;
}
.cid-t7gYmHk1wa .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-t7gYmHk1wa .carousel-control-next span {
  margin-left: 5px;
}
.cid-t7gYmHk1wa .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-t7gYmHk1wa .close::before {
  content: '\e91a';
}
.cid-t7gYmHk1wa .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-t7gYmHk1wa .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-t7gYmHk1wa .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t7gYmHk1wa .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t7gYmHk1wa .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-t7gYmHk1wa .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-t7gYmHk1wa .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-t7gYmHk1wa .carousel-indicators li.active,
.cid-t7gYmHk1wa .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-t7gYmHk1wa .carousel-indicators li::after,
.cid-t7gYmHk1wa .carousel-indicators li::before {
  content: none;
}
.cid-t7gYmHk1wa .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-t7gYmHk1wa .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-t7gYmHk1wa .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-t7gYmHk1wa .carousel-indicators {
    display: none;
  }
}
.cid-t7gYmHk1wa .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-t7gYmHk1wa .carousel-inner > .active {
  display: block;
}
.cid-t7gYmHk1wa .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t7gYmHk1wa .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t7gYmHk1wa .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-t7gYmHk1wa .carousel-control,
  .cid-t7gYmHk1wa .carousel-indicators,
  .cid-t7gYmHk1wa .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-t7gYmHk1wa .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-t7gYmHk1wa .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-t7gYmHk1wa .carousel-indicators .active,
.cid-t7gYmHk1wa .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-t7gYmHk1wa .carousel-indicators .active {
  background: #fff;
}
.cid-t7gYmHk1wa .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-t7gYmHk1wa .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-t7gYmHk1wa .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-t7gYmHk1wa .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-t7gYmHk1wa .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-t7gYmHk1wa .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-t7gYmHk1wa .carousel {
  width: 100%;
}
.cid-t7gYmHk1wa .modal-backdrop.in {
  opacity: 0.8;
}
.cid-t7gYmHk1wa .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-t7gYmHk1wa .modal.fade .modal-dialog,
.cid-t7gYmHk1wa .modal.in .modal-dialog {
  transform: none;
}
.cid-t7gYmHk1wa .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-t7gYmHk1wa H6 {
  text-align: center;
}
.cid-t765uEeKRm {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-t765uEeKRm .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-t765uEeKRm .modal-body .close {
  background: #1b1b1b;
}
.cid-t765uEeKRm .modal-body .close span {
  font-style: normal;
}
.cid-t765uEeKRm .carousel-indicators .active {
  transform: scale(1.1);
  opacity: 1!important;
}
.cid-t765uEeKRm .mbr-iconfont {
  font-family: 'Moririse2' !important;
}
.cid-t765uEeKRm .mbri-right:before {
  content: "\e909";
  font-weight: 900;
  padding-left: 4px;
}
.cid-t765uEeKRm .mbri-left:before {
  content: "\e90a";
  font-weight: 900;
  padding-right: 4px;
}
.cid-t765uEeKRm .carousel-control,
.cid-t765uEeKRm .carousel-indicators li {
  background-color: #ff8a73 !important;
  opacity: 0.7!important;
}
.cid-t765uEeKRm .carousel-control:hover,
.cid-t765uEeKRm .carousel-indicators li:hover {
  transform: scale(1.1);
  opacity: 1!important;
}
.cid-t765uEeKRm .col-10 {
  max-width: 600px;
  margin: auto;
}
@media (max-width: 992px) {
  .cid-t765uEeKRm .col-10 {
    max-width: 400px;
  }
}
.cid-t765uEeKRm .carousel-inner > .active,
.cid-t765uEeKRm .carousel-inner > .next,
.cid-t765uEeKRm .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-t765uEeKRm .carousel-control .icon-next,
.cid-t765uEeKRm .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-t765uEeKRm .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t765uEeKRm .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-t765uEeKRm .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-t765uEeKRm .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-t765uEeKRm .boxed-slider > div {
  position: relative;
}
.cid-t765uEeKRm .container img {
  width: 100%;
}
.cid-t765uEeKRm .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-t765uEeKRm .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-t765uEeKRm .mbr-table-cell {
  padding: 0;
}
.cid-t765uEeKRm .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-t765uEeKRm .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-t765uEeKRm .mbr-overlay {
  z-index: 1;
}
.cid-t765uEeKRm .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-t765uEeKRm .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-t765uEeKRm .carousel-item .container {
    width: 100%;
  }
}
.cid-t765uEeKRm .carousel-item-next.carousel-item-left,
.cid-t765uEeKRm .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-t765uEeKRm .active.carousel-item-right,
.cid-t765uEeKRm .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-t765uEeKRm .active.carousel-item-left,
.cid-t765uEeKRm .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-t765uEeKRm .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 0px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-t765uEeKRm .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t765uEeKRm .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t765uEeKRm .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-t765uEeKRm .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-t765uEeKRm .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-t765uEeKRm .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 0px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-t765uEeKRm .mbr-slider .carousel-indicators li.active,
.cid-t765uEeKRm .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-t765uEeKRm .mbr-slider .carousel-indicators li::after,
.cid-t765uEeKRm .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-t765uEeKRm .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-t765uEeKRm .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-t765uEeKRm .mbr-slider > .container img {
  width: 100%;
}
.cid-t765uEeKRm .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-t765uEeKRm .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-t765uEeKRm .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-t765uEeKRm .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-t765uEeKRm .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-t765uEeKRm .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-t765uEeKRm .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-t765uEeKRm .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-t765uEeKRm .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-t765uEeKRm .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-t765uEeKRm .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-t765uEeKRm .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-t765uEeKRm .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-t765uEeKRm .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-t765uEeKRm .carousel-inner {
  height: 100%;
}
.cid-t765uEeKRm .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-t765uEeKRm .image_wrapper {
  height: 700px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-t765uEeKRm .image_wrapper img {
  width: auto !important;
  height: 100%;
}
.cid-t765uEeKRm .carousel-item .container-slide {
  text-align: center;
}
.cid-t765uEeKRm .content-slider-wrap {
  width: 72%;
}
.cid-tLuhCzEJnL {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/391-2000x1502.jpg");
  position: relative;
  overflow: hidden;
}
.cid-tLuhCzEJnL .container {
  max-width: 1400px;
}
.cid-tLuhCzEJnL .card-img2 span {
  padding-top: 6px;
}
.cid-tLuhCzEJnL .soc-item a {
  padding-top: 5px;
}
.cid-tLuhCzEJnL .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-tLuhCzEJnL .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-tLuhCzEJnL .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-tLuhCzEJnL .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tLuhCzEJnL svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-tLuhCzEJnL #e2_shape {
  fill: #ffffff !important;
}
.cid-tLuhCzEJnL .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-tLuhCzEJnL .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-tLuhCzEJnL .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tLuhCzEJnL .card-img {
  width: auto;
}
.cid-tLuhCzEJnL .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-tLuhCzEJnL .soc-item span {
  font-size: 1.4rem;
}
.cid-tLuhCzEJnL .soc-item:hover span {
  color: #ff8a73 !important;
}
.cid-tLuhCzEJnL .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-tLuhCzEJnL .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-tLuhCzEJnL .media-wrap {
  margin-bottom: 1rem;
}
.cid-tLuhCzEJnL .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tLuhCzEJnL img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-tLuhCzEJnL .item {
    justify-content: center;
  }
  .cid-tLuhCzEJnL .quote::after {
    left: 60px;
  }
}
.cid-tLuhCzEJnL .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-tLuhCzEJnL .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tLuhCzEJnL .text1 {
  color: #ffffff;
}
.cid-tLuhCzEJnL .item-title {
  color: #ffffff;
}
.cid-tLuhCzEJnL H5 {
  color: #ffffff;
}
.cid-tLuhCzEJnL .theme {
  color: #ffffff;
}
.cid-tLuhCzEJnL .copyright > p {
  color: #ff3366;
}
.cid-tLuhCzEJnL .text2 {
  color: #ffffff;
}
/*!
 * Mobirise v4 theme (https://mobirise.com/)
 * Copyright 2017 Mobirise
 */

::-webkit-scrollbar {
  width: 3px;
}

::-webkit-scrollbar-track {
  background: #dcdcdc;
}

::-webkit-scrollbar-thumb {
  background: #dcdcdc;
}

::-webkit-scrollbar-thumb:hover {
  background: #8400ff;
}

section {
  background-color: #eeeeee;
}

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

:focus {
  outline: none;
}

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

.menu {
  height: 77px !important;
}

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

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

a {
  font-style: normal;
  transition: color 0.3s;
  font-weight: 600;
  cursor: pointer;
}

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

figure {
  margin-bottom: 0;
}

body {
  color: #232323;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.css-1,
.css-2,
.css-3,
.css-4,
.display-1,
.display-2,
.display-3,
.display-4,
.display-5,
.display-6,
.display-7 {
  line-height: 1.8em;
  word-break: break-word;
  word-wrap: break-word;
  letter-spacing: -1px !important;
}

b,
strong {
  font-weight: bold;
}

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

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

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

body {
  position: relative;
}

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

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

.hidden {
  visibility: hidden;
}

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

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

.mbr-black {
  color: #000000;
}

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

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

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

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

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

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

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

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

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

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

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

.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}

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

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}

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

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

figure {
  overflow: hidden;
}

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

.mbr-figure img,
.mbr-figure iframe {
  display: block;
  width: 100%;
}

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

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

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

.mbr-figure {
  -ms-grid-row-align: center;
  align-self: center;
}

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

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

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

/*! Buttons */
.mbr-section-btn {
  margin-left: -.25rem;
  margin-right: -.25rem;
  font-size: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

.mbr-arrow-up a i {
  line-height: 60px;
}

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

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

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

.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
  animation: arrowdown 1.7s ease-in-out infinite;
}

.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
}

@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
}

@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 50%;
    right: auto;
    transform: translateX(-50%) rotate(180deg);
    -webkit-transform: translateX(-50%) rotate(180deg);
  }
}

/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}

@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}

.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}

.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
}

@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}

@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
}

@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
  .menu .dropdown-menu {
    max-height: 60vh;
  }
}

.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;
  max-height: 93.5vh;
}

.navbar-collapse.show {
  overflow: auto;
}

.nav-dropdown .link {
  padding: .667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
  -webkit-align-items: center;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 0.5rem 1.2rem;
  position: absolute;
  display: flex;
  align-items: center;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
}

.jq-selectbox__dropdown {
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 0.5rem 1.2rem;
}

.mbr-form .form-control:focus, .mbr-form .form-control:hover {
  background-color: #f5f5f7;
  border: 3px solid #ebeced;
  box-shadow: none;
  outline: none;
}

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;
}

@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

@media (max-width: 575px) {
  .navbar-toggleable .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable > .container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-toggleable {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable .navbar-nav {
    flex-direction: row;
  }
  .navbar-toggleable .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-toggleable > .container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable .navbar-collapse {
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767px) {
  .navbar-toggleable-sm .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-sm > .container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-toggleable-sm {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-toggleable-sm .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-toggleable-sm > .container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-sm .navbar-collapse {
    display: none;
    width: 100%;
  }
  .navbar-toggleable-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991px) {
  .navbar-toggleable-md .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-md > .container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .navbar-toggleable-md {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-toggleable-md .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-toggleable-md > .container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-md .navbar-collapse {
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199px) {
  .navbar-toggleable-lg .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-lg > .container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-toggleable-lg {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-toggleable-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-toggleable-lg > .container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-lg .navbar-collapse {
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable-lg .navbar-toggler {
    display: none;
  }
}

.navbar-toggleable-xl {
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}

.navbar-toggleable-xl .navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-toggleable-xl > .container {
  padding-right: 0;
  padding-left: 0;
}

.navbar-toggleable-xl .navbar-nav {
  flex-direction: row;
}

.navbar-toggleable-xl .navbar-nav .nav-link {
  padding-right: .5rem;
  padding-left: .5rem;
}

.navbar-toggleable-xl > .container {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

.navbar-toggleable-xl .navbar-collapse {
  display: flex !important;
  width: 100%;
}

.navbar-toggleable-xl .navbar-toggler {
  display: none;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

body {
  font-style: normal;
  line-height: 1.5;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.2;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.6;
}

.btn {
  font-weight: 600 !important;
  border-width: 2px;
  font-style: normal;
  margin: .4rem .8rem;
  white-space: normal;
  transition: all .3s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  display: -webkit-inline-flex;
}

.btn-sm {
  font-weight: 500;
  transition: all .3s ease-in-out;
}

.btn-md {
  font-weight: 500;
  margin: .4rem .8rem !important;
  transition: all .3s ease-in-out;
}

.btn-lg {
  font-weight: 500;
  margin: .4rem .8rem !important;
  transition: all .3s ease-in-out;
}

.btn-form {
  margin: 0;
  border-radius: 0;
}

.btn-form:hover {
  cursor: pointer;
}

#scrollToTop a i:before {
  content: '';
  position: absolute;
  height: 40%;
  top: 25%;
  background: #fff;
  width: 2px;
  left: calc(50% - 1px);
}

#scrollToTop a i:after {
  content: '';
  position: absolute;
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

/* Others*/
.note-check a[data-value=Rubik] {
  font-style: normal;
}

.mbr-arrow a {
  color: #ffffff;
}

@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: .357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: .875rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
}

.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
  -webkit-transform: rotate(45deg);
}

.form-control {
  background-color: #ffffff;
  box-shadow: none;
  color: #767676;
  border: 3px solid #ebeced;
  line-height: 1.43;
  min-height: 46px;
  padding: 0.5rem 1.2rem;
}

.form-control:focus {
  outline: none;
  border: 3px solid #ebeced;
  background-color: #f5f5f7;
}

.form-active .form-control:invalid {
  border-color: red;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: .5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 10px 0 10px 20px;
  font-size: 1.09rem;
  position: relative;
  border-width: 3px;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

pre {
  background: #f4f4f4;
  padding: 10px 24px;
  white-space: pre-wrap;
}

.inactive {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-user-drag: none;
  user-drag: none;
}

.mbr-section__comments .row {
  justify-content: center;
  -webkit-justify-content: center;
}

.cid-tLu33yb601 .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tLu33yb601 .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-tLu33yb601 .nav-item:focus,
.cid-tLu33yb601 .nav-link:focus {
  outline: none;
}
.cid-tLu33yb601 .text-white:hover,
.cid-tLu33yb601 .text-white:active,
.cid-tLu33yb601 .text-white:focus {
  color: white!important;
}
.cid-tLu33yb601 .navbar {
  max-width: 1150px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
  background: none;
}
.cid-tLu33yb601 .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-tLu33yb601 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tLu33yb601 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tLu33yb601 .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-tLu33yb601 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tLu33yb601 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tLu33yb601 .navbar.collapsed .navbar-logo img {
  height: 2.0rem !important;
}
.cid-tLu33yb601 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tLu33yb601 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tLu33yb601 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tLu33yb601 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tLu33yb601 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tLu33yb601 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tLu33yb601 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tLu33yb601 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tLu33yb601 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tLu33yb601 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tLu33yb601 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tLu33yb601 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tLu33yb601 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tLu33yb601 .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
  .cid-tLu33yb601 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tLu33yb601 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tLu33yb601 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tLu33yb601 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tLu33yb601 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tLu33yb601 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tLu33yb601 .navbar.navbar-short .navbar-logo img {
  height: 2rem !important;
}
.cid-tLu33yb601 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tLu33yb601 .section {
  position: relative;
  overflow: visible!important;
}
.cid-tLu33yb601 .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-tLu33yb601 .dropdown-item:hover {
  color: black!important;
}
.cid-tLu33yb601 .dropdown-menu {
  background-color: white!important;
}
.cid-tLu33yb601 .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-tLu33yb601 .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tLu33yb601 .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-tLu33yb601 .nav-item .nav-link {
    position: relative;
  }
}
.cid-tLu33yb601 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tLu33yb601 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tLu33yb601 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tLu33yb601 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tLu33yb601 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tLu33yb601 .collapsed {
  flex-direction: row!important;
}
.cid-tLu33yb601 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tLu33yb601 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tLu33yb601 .navbar-caption {
  font-weight: 600!important;
}
.cid-tLu33yb601 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tLu33yb601 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tLu33yb601 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tLu33yb601 .dropdown-item.active,
.cid-tLu33yb601 .dropdown-item:active {
  background-color: transparent;
}
.cid-tLu33yb601 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tLu33yb601 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tLu33yb601 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tLu33yb601 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tLu33yb601 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tLu33yb601 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tLu33yb601 .navbar-buttons {
  text-align: center;
}
.cid-tLu33yb601 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tLu33yb601 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #57468b;
}
.cid-tLu33yb601 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tLu33yb601 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tLu33yb601 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tLu33yb601 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tLu33yb601 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tLu33yb601 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tLu33yb601 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tLu33yb601 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tLu33yb601 .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tLu33yb601 .nav-link {
  font-weight: 600!important;
}
.cid-tLu33yb601 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tLu33yb601 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tLu33yb601 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tLu33yb601 .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tLu33yb601 .navbar {
    height: 77px;
  }
  .cid-tLu33yb601 .navbar.opened {
    height: auto;
  }
  .cid-tLu33yb601 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tLu5a2HRwL {
  background-image: url("../../../assets/images/2282-1314x876.jpg");
  position: relative;
  overflow: hidden;
}
.cid-tLu5a2HRwL svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-tLu5a2HRwL #e2_shape {
  fill: #ffffff !important;
}
.cid-tLu5a2HRwL img {
  width: 80%;
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-tLu5a2HRwL img {
    width: 90%!important;
  }
}
.cid-tLu5a2HRwL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLu5a2HRwL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLu5a2HRwL H3 {
  color: #ff8a73;
}
.cid-sqxVxVWJuZ {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sqxVxVWJuZ .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-sqxVxVWJuZ h4 {
  text-align: center;
}
.cid-sqxVxVWJuZ p {
  text-align: center;
}
.cid-sqxVxVWJuZ .card .card-img {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sqxVxVWJuZ .card:hover .step {
  color: #ffffff;
  border: 0px solid transparent;
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sqxVxVWJuZ .card:hover .step:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.cid-sqxVxVWJuZ .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-sqxVxVWJuZ .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, #ff3366, #149dcc);
  border-radius: 50%;
}
.cid-sqxVxVWJuZ .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-sqxVxVWJuZ .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ff8a73, #5580ff);
  display: inline-block;
}
@media (min-width: 768px) {
  .cid-sqxVxVWJuZ .mbr-section-title,
  .cid-sqxVxVWJuZ .underline {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.cid-sqxVxVWJuZ .mbr-section-title,
.cid-sqxVxVWJuZ .underline {
  color: #1a3d5e;
}
.cid-sqz4nmKhtq {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #232323;
}
.cid-sqz4nmKhtq H1 {
  color: #efefef;
}
.cid-sqz4nmKhtq .mbr-text,
.cid-sqz4nmKhtq .mbr-section-btn {
  color: #716c80;
}
.cid-sqz4nmKhtq H3 {
  color: #716c80;
}
.cid-sqz4hjxpEb {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
  background: linear-gradient(to top right, #ffffff, #e3e9ff);
}
.cid-sqz4hjxpEb .mbr-text {
  color: #716c80;
}
.cid-sqz4hjxpEb .card-img span {
  font-size: 96px;
  color: #149dcc;
  padding: 0.6rem;
  margin-right: 1.5rem;
  border-radius: 8px;
}
.cid-sqz4hjxpEb p {
  margin: 0;
}
.cid-sqz4hjxpEb .mbr-iconfont {
  transition: all 0.3s;
  color: #86affe !important;
  font-size: 2.8rem !important;
}
.cid-sqz4hjxpEb .card {
  display: flex;
  flex-direction: row;
  transition: all 0.3s;
  padding: 2rem 1.5rem !important;
}
.cid-sqz4hjxpEb .card:hover .mbr-iconfont {
  color: #ff8a73 !important;
}
.cid-sqz4hjxpEb .card-title,
.cid-sqz4hjxpEb .card-img {
  color: #57468b;
}
@media (max-width: 992px) {
  .cid-sqz4hjxpEb .card {
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .cid-sqz4hjxpEb .card {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0!important;
  }
  .cid-sqz4hjxpEb .card .card-img {
    margin-bottom: 1rem;
  }
  .cid-sqz4hjxpEb .card:hover {
    box-shadow: none;
    transform: none;
  }
  .cid-sqz4hjxpEb .card-img span {
    margin-right: 0rem;
  }
  .cid-sqz4hjxpEb .cardcolor:hover {
    background-color: transparent;
  }
}
.cid-sqz4hjxpEb .card-img {
  width: auto;
}
.cid-sqy0fIoa0B.popup-builder {
  background-color: #ffffff;
}
.cid-sqy0fIoa0B.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sqy0fIoa0B.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sqy0fIoa0B .modal-content,
.cid-sqy0fIoa0B .modal-dialog {
  height: auto;
}
.cid-sqy0fIoa0B .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sqy0fIoa0B .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sqy0fIoa0B .form-wrapper .mbr-form .form-group,
  .cid-sqy0fIoa0B .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sqy0fIoa0B .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sqy0fIoa0B .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sqy0fIoa0B .mbr-text {
  text-align: center;
}
.cid-sqy0fIoa0B .pt-0 {
  padding-top: 0 !important;
}
.cid-sqy0fIoa0B .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sqy0fIoa0B .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sqy0fIoa0B .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sqy0fIoa0B .modal-open {
  overflow: hidden;
}
.cid-sqy0fIoa0B .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sqy0fIoa0B .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sqy0fIoa0B .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sqy0fIoa0B .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sqy0fIoa0B .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sqy0fIoa0B .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sqy0fIoa0B .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sqy0fIoa0B .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sqy0fIoa0B .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sqy0fIoa0B .modal-backdrop.fade {
  opacity: 0;
}
.cid-sqy0fIoa0B .modal-backdrop.show {
  opacity: .5;
}
.cid-sqy0fIoa0B .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sqy0fIoa0B .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sqy0fIoa0B .modal-header .close:hover {
  opacity: 1;
}
.cid-sqy0fIoa0B .modal-header .close:focus {
  outline: none;
}
.cid-sqy0fIoa0B .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sqy0fIoa0B .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sqy0fIoa0B .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sqy0fIoa0B .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sqy0fIoa0B .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sqy0fIoa0B .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sqy0fIoa0B .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sqy0fIoa0B .modal-sm {
    max-width: 300px;
  }
  .cid-sqy0fIoa0B .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sqy0fIoa0B .modal-lg,
  .cid-sqy0fIoa0B .modal-xl {
    max-width: 800px;
  }
  .cid-sqy0fIoa0B .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sqy0fIoa0B .modal-xl {
    max-width: 1140px;
  }
  .cid-sqy0fIoa0B .container {
    max-width: 1140px;
  }
}
.cid-sqy0fIoa0B .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sqy0fIoa0B .container {
    max-width: 720px;
  }
}
.cid-sqy0fIoa0B .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sqy0fIoa0B .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sqy0fIoa0B .form-group {
  margin-bottom: 1rem;
}
.cid-sqy0fIoa0B .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sqy0fIoa0B .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sqy0fIoa0B .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sqz7PqnrYa {
  padding-top: 135px;
  padding-bottom: 150px;
}
@media (max-width: 992px) {
  .cid-sqz7PqnrYa {
    padding-top: 90px;
    padding-bottom: 100px;
  }
}
.cid-sqz7PqnrYa .box {
  background-image: url("../../../assets/images/2021-03-03-132125-2000x1121.png");
  background-size: cover;
  background-position: center;
  height: 550px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sqz7PqnrYa .icon-wrap {
  background-color: #cc2952 !important;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-sqz7PqnrYa .icon-wrap:hover {
  transform: scale(1.1);
}
.cid-sqz7PqnrYa .icon-wrap span {
  padding-left: 8px;
}
.cid-sqz7PqnrYa .mbr-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-sqz7PqnrYa .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-sqz7PqnrYa .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sqz7PqnrYa .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sqz7PqnrYa .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sqz7PqnrYa a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-sqz7PqnrYa a.close:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-sqz7PqnrYa {
    padding-top: 63px;
    padding-bottom: 70px;
  }
  .cid-sqz7PqnrYa .box {
    height: 250px;
  }
  .cid-sqz7PqnrYa .row {
    padding: 1rem!important;
  }
}
.cid-sqxXrE85Gm {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sqxXrE85Gm .mbr-text {
  position: relative;
}
.cid-sqxXrE85Gm .mbr-text:before {
  color: #333333;
  content: "\201C";
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -0.4em;
  position: absolute;
  top: 10px;
  left: -2rem;
}
.cid-sqxXrE85Gm img {
  object-fit: contain;
}
.cid-sqxXrE85Gm .mbr-text:after {
  color: #333333;
  content: "\201D";
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -0.45em;
  position: absolute;
  bottom: 10px;
  right: -2rem;
}
.cid-sqxXrE85Gm .mbr-section-btn {
  margin: 0 auto;
}
@media (max-width: 767px) {
  .cid-sqxXrE85Gm .mbr-text:after,
  .cid-sqxXrE85Gm .mbr-text:before {
    display: none;
  }
}
.cid-tLuioDwOVr.popup-builder {
  background-color: #ffffff;
}
.cid-tLuioDwOVr.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tLuioDwOVr.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tLuioDwOVr .modal-content,
.cid-tLuioDwOVr .modal-dialog {
  height: auto;
}
.cid-tLuioDwOVr .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tLuioDwOVr .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tLuioDwOVr .form-wrapper .mbr-form .form-group,
  .cid-tLuioDwOVr .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tLuioDwOVr .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tLuioDwOVr .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tLuioDwOVr .mbr-text {
  text-align: center;
}
.cid-tLuioDwOVr .pt-0 {
  padding-top: 0 !important;
}
.cid-tLuioDwOVr .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tLuioDwOVr .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tLuioDwOVr .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tLuioDwOVr .modal-open {
  overflow: hidden;
}
.cid-tLuioDwOVr .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tLuioDwOVr .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tLuioDwOVr .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tLuioDwOVr .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tLuioDwOVr .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tLuioDwOVr .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tLuioDwOVr .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tLuioDwOVr .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tLuioDwOVr .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tLuioDwOVr .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tLuioDwOVr .modal-backdrop.fade {
  opacity: 0;
}
.cid-tLuioDwOVr .modal-backdrop.show {
  opacity: .5;
}
.cid-tLuioDwOVr .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tLuioDwOVr .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tLuioDwOVr .modal-header {
    padding: 1rem;
  }
}
.cid-tLuioDwOVr .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tLuioDwOVr .modal-header .close svg {
  fill: #353535;
}
.cid-tLuioDwOVr .modal-header .close:hover {
  opacity: 1;
}
.cid-tLuioDwOVr .modal-header .close:focus {
  outline: none;
}
.cid-tLuioDwOVr .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tLuioDwOVr .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tLuioDwOVr .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tLuioDwOVr .modal-body {
    padding: 1rem;
  }
}
.cid-tLuioDwOVr .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tLuioDwOVr .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tLuioDwOVr .modal-footer {
    padding: 1rem;
  }
}
.cid-tLuioDwOVr .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tLuioDwOVr .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tLuioDwOVr .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tLuioDwOVr .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tLuioDwOVr .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tLuioDwOVr .modal-lg,
  .cid-tLuioDwOVr .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tLuioDwOVr .modal-xl {
    max-width: 1140px;
  }
}
.cid-tLuioDwOVr .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tLuioDwOVr .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tLuioDwOVr .form-group {
  margin-bottom: 1rem;
}
.cid-tLuioDwOVr .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tLuioDwOVr .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tLuioDwOVr .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tLuioDwOVr .mbr-section-btn {
  margin: 0;
}
.cid-tLuioDwOVr .mbr-section-btn .btn {
  margin: 0;
}
.cid-tLuhFrzJML {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/391-2000x1502.jpg");
  position: relative;
  overflow: hidden;
}
.cid-tLuhFrzJML .container {
  max-width: 1400px;
}
.cid-tLuhFrzJML .card-img2 span {
  padding-top: 6px;
}
.cid-tLuhFrzJML .soc-item a {
  padding-top: 5px;
}
.cid-tLuhFrzJML .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-tLuhFrzJML .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-tLuhFrzJML .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-tLuhFrzJML .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tLuhFrzJML svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-tLuhFrzJML #e2_shape {
  fill: #ffffff !important;
}
.cid-tLuhFrzJML .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-tLuhFrzJML .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-tLuhFrzJML .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tLuhFrzJML .card-img {
  width: auto;
}
.cid-tLuhFrzJML .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-tLuhFrzJML .soc-item span {
  font-size: 1.4rem;
}
.cid-tLuhFrzJML .soc-item:hover span {
  color: #ff8a73 !important;
}
.cid-tLuhFrzJML .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-tLuhFrzJML .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-tLuhFrzJML .media-wrap {
  margin-bottom: 1rem;
}
.cid-tLuhFrzJML .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tLuhFrzJML img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-tLuhFrzJML .item {
    justify-content: center;
  }
  .cid-tLuhFrzJML .quote::after {
    left: 60px;
  }
}
.cid-tLuhFrzJML .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-tLuhFrzJML .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tLuhFrzJML .text1 {
  color: #ffffff;
}
.cid-tLuhFrzJML .item-title {
  color: #ffffff;
}
.cid-tLuhFrzJML H5 {
  color: #ffffff;
}
.cid-tLuhFrzJML .theme {
  color: #ffffff;
}
.cid-tLuhFrzJML .copyright > p {
  color: #ff3366;
}
.cid-tLuhFrzJML .text2 {
  color: #ffffff;
}
/*!
 * Mobirise v4 theme (https://mobirise.com/)
 * Copyright 2017 Mobirise
 */

::-webkit-scrollbar {
  width: 3px;
}

::-webkit-scrollbar-track {
  background: #dcdcdc;
}

::-webkit-scrollbar-thumb {
  background: #dcdcdc;
}

::-webkit-scrollbar-thumb:hover {
  background: #8400ff;
}

section {
  background-color: #eeeeee;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

.menu {
  height: 77px !important;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  transition: color 0.3s;
  font-weight: 600;
  cursor: pointer;
}

a, a:hover {
  text-decoration: none;
}

figure {
  margin-bottom: 0;
}

body {
  color: #232323;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.css-1,
.css-2,
.css-3,
.css-4,
.display-1,
.display-2,
.display-3,
.display-4,
.display-5,
.display-6,
.display-7 {
  line-height: 1.8em;
  word-break: break-word;
  word-wrap: break-word;
  letter-spacing: -1px !important;
}

b,
strong {
  font-weight: bold;
}

blockquote {
  padding: 10px 0 10px 20px;
  position: relative;
  border-left: 2px solid;
  border-color: #ff3366;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  transition-property: background-color, color;
}

textarea[type="hidden"] {
  display: none;
}

body {
  position: relative;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #000000;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

@media (max-width: 767px) {
  .align-left,
  .align-center,
  .align-right,
  .mbr-section-btn,
  .mbr-section-title {
    text-align: center;
  }
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-size-item {
  -moz-flex: 1 1 auto;
  -o-flex: 1 1 auto;
  flex: 1 1 auto;
}

.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}

.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}

.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}

figure {
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

.mbr-figure img,
.mbr-figure iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  -ms-grid-row-align: center;
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }
  .media {
    width: auto;
  }
  .mbr-figure {
    width: 100% !important;
  }
}

/*! Buttons */
.mbr-section-btn {
  margin-left: -.25rem;
  margin-right: -.25rem;
  font-size: 0;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  cursor: pointer;
  margin-right: 0.5rem;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-right: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type="submit"] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  -webkit-align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}

.map iframe {
  width: 100%;
  height: 100%;
}

/* Form */
.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 32px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all .3s ease-in-out;
  cursor: pointer;
  text-align: center;
}

.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "\203a";
  display: inline-block;
  font-family: serif;
  font-size: 32px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
  animation: arrowdown 1.7s ease-in-out infinite;
}

.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
}

@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
}

@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 50%;
    right: auto;
    transform: translateX(-50%) rotate(180deg);
    -webkit-transform: translateX(-50%) rotate(180deg);
  }
}

/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}

@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}

.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}

.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
}

@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}

@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
}

@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
  .menu .dropdown-menu {
    max-height: 60vh;
  }
}

.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;
  max-height: 93.5vh;
}

.navbar-collapse.show {
  overflow: auto;
}

.nav-dropdown .link {
  padding: .667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
  -webkit-align-items: center;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 0.5rem 1.2rem;
  position: absolute;
  display: flex;
  align-items: center;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
}

.jq-selectbox__dropdown {
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 0.5rem 1.2rem;
}

.mbr-form .form-control:focus, .mbr-form .form-control:hover {
  background-color: #f5f5f7;
  border: 3px solid #ebeced;
  box-shadow: none;
  outline: none;
}

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;
}

@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

@media (max-width: 575px) {
  .navbar-toggleable .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable > .container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-toggleable {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable .navbar-nav {
    flex-direction: row;
  }
  .navbar-toggleable .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-toggleable > .container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable .navbar-collapse {
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767px) {
  .navbar-toggleable-sm .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-sm > .container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-toggleable-sm {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-toggleable-sm .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-toggleable-sm > .container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-sm .navbar-collapse {
    display: none;
    width: 100%;
  }
  .navbar-toggleable-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991px) {
  .navbar-toggleable-md .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-md > .container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .navbar-toggleable-md {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-toggleable-md .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-toggleable-md > .container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-md .navbar-collapse {
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199px) {
  .navbar-toggleable-lg .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-lg > .container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-toggleable-lg {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-toggleable-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-toggleable-lg > .container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-lg .navbar-collapse {
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable-lg .navbar-toggler {
    display: none;
  }
}

.navbar-toggleable-xl {
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}

.navbar-toggleable-xl .navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-toggleable-xl > .container {
  padding-right: 0;
  padding-left: 0;
}

.navbar-toggleable-xl .navbar-nav {
  flex-direction: row;
}

.navbar-toggleable-xl .navbar-nav .nav-link {
  padding-right: .5rem;
  padding-left: .5rem;
}

.navbar-toggleable-xl > .container {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

.navbar-toggleable-xl .navbar-collapse {
  display: flex !important;
  width: 100%;
}

.navbar-toggleable-xl .navbar-toggler {
  display: none;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

body {
  font-style: normal;
  line-height: 1.5;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.2;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.6;
}

.btn {
  font-weight: 600 !important;
  border-width: 2px;
  font-style: normal;
  margin: .4rem .8rem;
  white-space: normal;
  transition: all .3s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  display: -webkit-inline-flex;
}

.btn-sm {
  font-weight: 500;
  transition: all .3s ease-in-out;
}

.btn-md {
  font-weight: 500;
  margin: .4rem .8rem !important;
  transition: all .3s ease-in-out;
}

.btn-lg {
  font-weight: 500;
  margin: .4rem .8rem !important;
  transition: all .3s ease-in-out;
}

.btn-form {
  margin: 0;
  border-radius: 0;
}

.btn-form:hover {
  cursor: pointer;
}

#scrollToTop a i:before {
  content: '';
  position: absolute;
  height: 40%;
  top: 25%;
  background: #fff;
  width: 2px;
  left: calc(50% - 1px);
}

#scrollToTop a i:after {
  content: '';
  position: absolute;
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

/* Others*/
.note-check a[data-value=Rubik] {
  font-style: normal;
}

.mbr-arrow a {
  color: #ffffff;
}

@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: .357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: .875rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
}

.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
  -webkit-transform: rotate(45deg);
}

.form-control {
  background-color: #ffffff;
  box-shadow: none;
  color: #767676;
  border: 3px solid #ebeced;
  line-height: 1.43;
  min-height: 46px;
  padding: 0.5rem 1.2rem;
}

.form-control:focus {
  outline: none;
  border: 3px solid #ebeced;
  background-color: #f5f5f7;
}

.form-active .form-control:invalid {
  border-color: red;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: .5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 10px 0 10px 20px;
  font-size: 1.09rem;
  position: relative;
  border-width: 3px;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

pre {
  background: #f4f4f4;
  padding: 10px 24px;
  white-space: pre-wrap;
}

.inactive {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-user-drag: none;
  user-drag: none;
}

.mbr-section__comments .row {
  justify-content: center;
  -webkit-justify-content: center;
}

.cid-tV8j0rehGC .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tV8j0rehGC .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-tV8j0rehGC .nav-item:focus,
.cid-tV8j0rehGC .nav-link:focus {
  outline: none;
}
.cid-tV8j0rehGC .text-white:hover,
.cid-tV8j0rehGC .text-white:active,
.cid-tV8j0rehGC .text-white:focus {
  color: white!important;
}
.cid-tV8j0rehGC .navbar {
  max-width: 1150px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
  background: none;
}
.cid-tV8j0rehGC .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-tV8j0rehGC .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tV8j0rehGC .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tV8j0rehGC .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-tV8j0rehGC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tV8j0rehGC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tV8j0rehGC .navbar.collapsed .navbar-logo img {
  height: 2.0rem !important;
}
.cid-tV8j0rehGC .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tV8j0rehGC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tV8j0rehGC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tV8j0rehGC .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tV8j0rehGC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tV8j0rehGC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tV8j0rehGC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tV8j0rehGC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tV8j0rehGC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tV8j0rehGC .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tV8j0rehGC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tV8j0rehGC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tV8j0rehGC .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tV8j0rehGC .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
  .cid-tV8j0rehGC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tV8j0rehGC .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tV8j0rehGC .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tV8j0rehGC .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tV8j0rehGC .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tV8j0rehGC .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tV8j0rehGC .navbar.navbar-short .navbar-logo img {
  height: 2rem !important;
}
.cid-tV8j0rehGC .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tV8j0rehGC .section {
  position: relative;
  overflow: visible!important;
}
.cid-tV8j0rehGC .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-tV8j0rehGC .dropdown-item:hover {
  color: black!important;
}
.cid-tV8j0rehGC .dropdown-menu {
  background-color: white!important;
}
.cid-tV8j0rehGC .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-tV8j0rehGC .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tV8j0rehGC .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-tV8j0rehGC .nav-item .nav-link {
    position: relative;
  }
}
.cid-tV8j0rehGC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tV8j0rehGC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tV8j0rehGC .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tV8j0rehGC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tV8j0rehGC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tV8j0rehGC .collapsed {
  flex-direction: row!important;
}
.cid-tV8j0rehGC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tV8j0rehGC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tV8j0rehGC .navbar-caption {
  font-weight: 600!important;
}
.cid-tV8j0rehGC .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tV8j0rehGC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tV8j0rehGC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tV8j0rehGC .dropdown-item.active,
.cid-tV8j0rehGC .dropdown-item:active {
  background-color: transparent;
}
.cid-tV8j0rehGC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tV8j0rehGC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tV8j0rehGC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tV8j0rehGC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tV8j0rehGC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tV8j0rehGC ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tV8j0rehGC .navbar-buttons {
  text-align: center;
}
.cid-tV8j0rehGC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tV8j0rehGC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #57468b;
}
.cid-tV8j0rehGC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tV8j0rehGC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tV8j0rehGC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tV8j0rehGC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tV8j0rehGC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tV8j0rehGC nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tV8j0rehGC nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tV8j0rehGC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tV8j0rehGC .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tV8j0rehGC .nav-link {
  font-weight: 600!important;
}
.cid-tV8j0rehGC a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tV8j0rehGC .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tV8j0rehGC .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tV8j0rehGC .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tV8j0rehGC .navbar {
    height: 77px;
  }
  .cid-tV8j0rehGC .navbar.opened {
    height: auto;
  }
  .cid-tV8j0rehGC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tV8jzLlC8O {
  background-image: url("../../../assets/images/img3-1200x800.jpg");
  position: relative;
  overflow: hidden;
}
.cid-tV8jzLlC8O svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-tV8jzLlC8O #e2_shape {
  fill: #ffffff !important;
}
.cid-tV8jzLlC8O img {
  width: 90%;
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-tV8jzLlC8O img {
    width: 95%!important;
  }
}
.cid-tV8jzLlC8O .mbr-fallback-image.disabled {
  display: none;
}
.cid-tV8jzLlC8O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tV8jzLlC8O H3 {
  color: #ffd66a;
}
.cid-tV8jzLlC8O .mbr-text,
.cid-tV8jzLlC8O .mbr-section-btn {
  text-align: left;
}
.cid-tV8jBLyyec {
  padding-top: 90px;
  padding-bottom: 120px;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-tV8jBLyyec .svg1 {
  position: absolute;
  bottom: -20rem;
  left: 50%;
  transform: translate(-50%) scale(1.3, 1.2);
}
.cid-tV8jBLyyec #e1_circle,
.cid-tV8jBLyyec #e3_circle,
.cid-tV8jBLyyec #e4_circle,
.cid-tV8jBLyyec #e5_circle {
  fill: #efefef !important;
}
.cid-tV8jBLyyec #e6_circle {
  fill: #cccccc !important;
}
@keyframes orbit {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(10px) rotate(-360deg);
  }
}
@keyframes rev {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(-360deg) translateX(10px) rotate(360deg);
  }
}
.cid-tV8jBLyyec .round {
  border-radius: 100%;
  position: absolute;
  background-color: #efefef;
  animation: orbit 4s linear infinite;
}
.cid-tV8jBLyyec .rev {
  animation: rev 4s linear infinite;
}
.cid-tV8jBLyyec .round1 {
  width: 50px;
  height: 50px;
  left: 7%;
  top: 60%;
}
.cid-tV8jBLyyec .round2 {
  width: 90px;
  height: 90px;
  left: 15%;
  top: 15%;
}
.cid-tV8jBLyyec .round3 {
  width: 40px;
  height: 40px;
  left: 30%;
  top: 15%;
}
.cid-tV8jBLyyec .round4 {
  width: 90px;
  height: 90px;
  left: 40%;
  top: 3%;
}
.cid-tV8jBLyyec .round5 {
  width: 50px;
  height: 50px;
  right: 5%;
  top: 55%;
}
.cid-tV8jBLyyec .round6 {
  width: 30px;
  height: 30px;
  right: 30%;
  top: 15%;
}
.cid-tV8jBLyyec .round7 {
  width: 70px;
  height: 70px;
  right: 20%;
  top: 20%;
}
.cid-tV8jBLyyec .round8 {
  width: 110px;
  height: 110px;
  right: 8%;
  top: 30%;
}
.cid-tV8jBLyyec .round9 {
  width: 90px;
  height: 90px;
  right: 7%;
  top: 70%;
}
.cid-tV8jBLyyec .round10 {
  width: 50px;
  height: 50px;
  right: 35%;
  top: 5%;
}
.cid-tV8jBLyyec .round11 {
  width: 70px;
  height: 70px;
  left: 8%;
  top: 35%;
}
.cid-tV8jBLyyec H1 {
  color: #57468b;
}
.cid-tV8jBLyyec .mbr-text,
.cid-tV8jBLyyec .mbr-section-btn {
  color: #232323;
  text-align: left;
}
.cid-tV8jBLyyec H3 {
  color: #716c80;
}
@media (max-width: 992px) {
  .cid-tV8jBLyyec .round9,
  .cid-tV8jBLyyec .round5 {
    display: none;
  }
}
@media (max-width: 576px) {
  .cid-tV8jBLyyec .round {
    display: none;
  }
}
.cid-tV8kf3Fcid {
  padding-top: 6rem;
  padding-bottom: 8rem;
  background-color: #cc2952;
}
.cid-tV8kf3Fcid .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-tV8kf3Fcid .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff8a73;
}
.cid-tV8kf3Fcid .svg-top .st0 {
  fill: #cc2952;
}
@media (max-width: 992px) {
  .cid-tV8kf3Fcid .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
@media (min-width: 1400px) {
  .cid-tV8kf3Fcid .col-12 {
    padding: 0 2rem;
  }
  .cid-tV8kf3Fcid .row {
    margin: 0 -2rem;
  }
}
.cid-tV8kf3Fcid .mbr-text,
.cid-tV8kf3Fcid .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tV8kf3Fcid .mbr-section-title {
  color: #ffffff;
}
.cid-tV8jASdlJU {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background-color: #f8f8f8;
}
.cid-tV8jASdlJU .row {
  flex-direction: row-reverse;
}
.cid-tV8jASdlJU .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-tV8jASdlJU .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff8a73;
}
.cid-tV8jASdlJU .svg-top .st0 {
  fill: #f8f8f8;
}
@media (max-width: 992px) {
  .cid-tV8jASdlJU .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-tV8jASdlJU .mbr-section-title {
  color: #1a449a;
}
@media (min-width: 1400px) {
  .cid-tV8jASdlJU .col-12 {
    padding: 0 2rem;
  }
  .cid-tV8jASdlJU .row {
    margin: 0 -2rem;
  }
}
.cid-tV8jASdlJU .mbr-text,
.cid-tV8jASdlJU .mbr-section-btn {
  color: #5b686b;
  text-align: left;
}
.cid-tV8jDuzzkl {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background-color: #3f6d54;
}
.cid-tV8jDuzzkl .row {
  flex-direction: row-reverse;
}
.cid-tV8jDuzzkl .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-tV8jDuzzkl .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff8a73;
}
.cid-tV8jDuzzkl .svg-top .st0 {
  fill: #3f6d54;
}
@media (max-width: 992px) {
  .cid-tV8jDuzzkl .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
@media (min-width: 1400px) {
  .cid-tV8jDuzzkl .col-12 {
    padding: 0 2rem;
  }
  .cid-tV8jDuzzkl .row {
    margin: 0 -2rem;
  }
}
.cid-tV8jDuzzkl .mbr-text,
.cid-tV8jDuzzkl .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tV8jDuzzkl .mbr-section-title {
  color: #ffd66a;
}
.cid-tV8jEHf0hz {
  padding-top: 6rem;
  padding-bottom: 8rem;
  background-color: #fff4e8;
}
.cid-tV8jEHf0hz .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-tV8jEHf0hz .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff8a73;
}
.cid-tV8jEHf0hz .svg-top .st0 {
  fill: #fff4e8;
}
@media (max-width: 992px) {
  .cid-tV8jEHf0hz .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
@media (min-width: 1400px) {
  .cid-tV8jEHf0hz .col-12 {
    padding: 0 2rem;
  }
  .cid-tV8jEHf0hz .row {
    margin: 0 -2rem;
  }
}
.cid-tV8jEHf0hz .mbr-text,
.cid-tV8jEHf0hz .mbr-section-btn {
  color: #343351;
  text-align: left;
}
.cid-tV8jEHf0hz .mbr-section-title {
  color: #7f1933;
}
.cid-tV8jEHf0hz .mbr-text i {
  font-style: normal;
  color: #E37100;
}
.cid-tV8loPIiyy {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tV8loPIiyy .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tV8loPIiyy H4 {
  color: #467335;
}
.cid-tV8loPIiyy P {
  color: #57468b;
}
.cid-tV8lpvP0dr.popup-builder {
  background-color: #ffffff;
}
.cid-tV8lpvP0dr.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tV8lpvP0dr.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tV8lpvP0dr .modal-content,
.cid-tV8lpvP0dr .modal-dialog {
  height: auto;
}
.cid-tV8lpvP0dr .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tV8lpvP0dr .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tV8lpvP0dr .form-wrapper .mbr-form .form-group,
  .cid-tV8lpvP0dr .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tV8lpvP0dr .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tV8lpvP0dr .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tV8lpvP0dr .mbr-text {
  text-align: center;
}
.cid-tV8lpvP0dr .pt-0 {
  padding-top: 0 !important;
}
.cid-tV8lpvP0dr .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tV8lpvP0dr .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tV8lpvP0dr .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tV8lpvP0dr .modal-open {
  overflow: hidden;
}
.cid-tV8lpvP0dr .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tV8lpvP0dr .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tV8lpvP0dr .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tV8lpvP0dr .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tV8lpvP0dr .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tV8lpvP0dr .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tV8lpvP0dr .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tV8lpvP0dr .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tV8lpvP0dr .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tV8lpvP0dr .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tV8lpvP0dr .modal-backdrop.fade {
  opacity: 0;
}
.cid-tV8lpvP0dr .modal-backdrop.show {
  opacity: .5;
}
.cid-tV8lpvP0dr .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tV8lpvP0dr .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tV8lpvP0dr .modal-header {
    padding: 1rem;
  }
}
.cid-tV8lpvP0dr .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tV8lpvP0dr .modal-header .close svg {
  fill: #353535;
}
.cid-tV8lpvP0dr .modal-header .close:hover {
  opacity: 1;
}
.cid-tV8lpvP0dr .modal-header .close:focus {
  outline: none;
}
.cid-tV8lpvP0dr .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tV8lpvP0dr .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tV8lpvP0dr .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tV8lpvP0dr .modal-body {
    padding: 1rem;
  }
}
.cid-tV8lpvP0dr .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tV8lpvP0dr .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tV8lpvP0dr .modal-footer {
    padding: 1rem;
  }
}
.cid-tV8lpvP0dr .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tV8lpvP0dr .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tV8lpvP0dr .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tV8lpvP0dr .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tV8lpvP0dr .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tV8lpvP0dr .modal-lg,
  .cid-tV8lpvP0dr .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tV8lpvP0dr .modal-xl {
    max-width: 1140px;
  }
}
.cid-tV8lpvP0dr .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tV8lpvP0dr .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tV8lpvP0dr .form-group {
  margin-bottom: 1rem;
}
.cid-tV8lpvP0dr .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tV8lpvP0dr .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tV8lpvP0dr .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tV8lpvP0dr .mbr-section-btn {
  margin: 0;
}
.cid-tV8lpvP0dr .mbr-section-btn .btn {
  margin: 0;
}
.cid-tV8j0vu8ir {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/391-2000x1502.jpg");
  position: relative;
  overflow: hidden;
}
.cid-tV8j0vu8ir .container {
  max-width: 1400px;
}
.cid-tV8j0vu8ir .card-img2 span {
  padding-top: 6px;
}
.cid-tV8j0vu8ir .soc-item a {
  padding-top: 5px;
}
.cid-tV8j0vu8ir .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-tV8j0vu8ir .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-tV8j0vu8ir .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-tV8j0vu8ir .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tV8j0vu8ir svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-tV8j0vu8ir #e2_shape {
  fill: #ffffff !important;
}
.cid-tV8j0vu8ir .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-tV8j0vu8ir .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-tV8j0vu8ir .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tV8j0vu8ir .card-img {
  width: auto;
}
.cid-tV8j0vu8ir .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-tV8j0vu8ir .soc-item span {
  font-size: 1.4rem;
}
.cid-tV8j0vu8ir .soc-item:hover span {
  color: #ff8a73 !important;
}
.cid-tV8j0vu8ir .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-tV8j0vu8ir .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-tV8j0vu8ir .media-wrap {
  margin-bottom: 1rem;
}
.cid-tV8j0vu8ir .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tV8j0vu8ir img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-tV8j0vu8ir .item {
    justify-content: center;
  }
  .cid-tV8j0vu8ir .quote::after {
    left: 60px;
  }
}
.cid-tV8j0vu8ir .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-tV8j0vu8ir .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tV8j0vu8ir .text1 {
  color: #ffffff;
}
.cid-tV8j0vu8ir .item-title {
  color: #ffffff;
}
.cid-tV8j0vu8ir H5 {
  color: #ffffff;
}
.cid-tV8j0vu8ir .theme {
  color: #ffffff;
}
.cid-tV8j0vu8ir .copyright > p {
  color: #ff3366;
}
.cid-tV8j0vu8ir .text2 {
  color: #ffffff;
}
/*!
 * Mobirise v4 theme (https://mobirise.com/)
 * Copyright 2017 Mobirise
 */

::-webkit-scrollbar {
  width: 3px;
}

::-webkit-scrollbar-track {
  background: #dcdcdc;
}

::-webkit-scrollbar-thumb {
  background: #dcdcdc;
}

::-webkit-scrollbar-thumb:hover {
  background: #8400ff;
}

section {
  background-color: #eeeeee;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

.menu {
  height: 77px !important;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  transition: color 0.3s;
  font-weight: 600;
  cursor: pointer;
}

a, a:hover {
  text-decoration: none;
}

figure {
  margin-bottom: 0;
}

body {
  color: #232323;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.css-1,
.css-2,
.css-3,
.css-4,
.display-1,
.display-2,
.display-3,
.display-4,
.display-5,
.display-6,
.display-7 {
  line-height: 1.8em;
  word-break: break-word;
  word-wrap: break-word;
  letter-spacing: -1px !important;
}

b,
strong {
  font-weight: bold;
}

blockquote {
  padding: 10px 0 10px 20px;
  position: relative;
  border-left: 2px solid;
  border-color: #ff3366;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  transition-property: background-color, color;
}

textarea[type="hidden"] {
  display: none;
}

body {
  position: relative;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #000000;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

@media (max-width: 767px) {
  .align-left,
  .align-center,
  .align-right,
  .mbr-section-btn,
  .mbr-section-title {
    text-align: center;
  }
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-size-item {
  -moz-flex: 1 1 auto;
  -o-flex: 1 1 auto;
  flex: 1 1 auto;
}

.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}

.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}

.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}

figure {
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

.mbr-figure img,
.mbr-figure iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  -ms-grid-row-align: center;
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }
  .media {
    width: auto;
  }
  .mbr-figure {
    width: 100% !important;
  }
}

/*! Buttons */
.mbr-section-btn {
  margin-left: -.25rem;
  margin-right: -.25rem;
  font-size: 0;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  cursor: pointer;
  margin-right: 0.5rem;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-right: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type="submit"] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  -webkit-align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}

.map iframe {
  width: 100%;
  height: 100%;
}

/* Form */
.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 32px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all .3s ease-in-out;
  cursor: pointer;
  text-align: center;
}

.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "\203a";
  display: inline-block;
  font-family: serif;
  font-size: 32px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
  animation: arrowdown 1.7s ease-in-out infinite;
}

.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
}

@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
}

@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 50%;
    right: auto;
    transform: translateX(-50%) rotate(180deg);
    -webkit-transform: translateX(-50%) rotate(180deg);
  }
}

/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}

@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}

.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}

.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
}

@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}

@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
}

@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
  .menu .dropdown-menu {
    max-height: 60vh;
  }
}

.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;
  max-height: 93.5vh;
}

.navbar-collapse.show {
  overflow: auto;
}

.nav-dropdown .link {
  padding: .667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
  -webkit-align-items: center;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 0.5rem 1.2rem;
  position: absolute;
  display: flex;
  align-items: center;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
}

.jq-selectbox__dropdown {
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 0.5rem 1.2rem;
}

.mbr-form .form-control:focus, .mbr-form .form-control:hover {
  background-color: #f5f5f7;
  border: 3px solid #ebeced;
  box-shadow: none;
  outline: none;
}

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;
}

@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

@media (max-width: 575px) {
  .navbar-toggleable .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable > .container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-toggleable {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable .navbar-nav {
    flex-direction: row;
  }
  .navbar-toggleable .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-toggleable > .container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable .navbar-collapse {
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767px) {
  .navbar-toggleable-sm .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-sm > .container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-toggleable-sm {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-toggleable-sm .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-toggleable-sm > .container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-sm .navbar-collapse {
    display: none;
    width: 100%;
  }
  .navbar-toggleable-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991px) {
  .navbar-toggleable-md .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-md > .container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .navbar-toggleable-md {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-toggleable-md .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-toggleable-md > .container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-md .navbar-collapse {
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199px) {
  .navbar-toggleable-lg .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-lg > .container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-toggleable-lg {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-toggleable-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-toggleable-lg > .container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-lg .navbar-collapse {
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable-lg .navbar-toggler {
    display: none;
  }
}

.navbar-toggleable-xl {
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}

.navbar-toggleable-xl .navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-toggleable-xl > .container {
  padding-right: 0;
  padding-left: 0;
}

.navbar-toggleable-xl .navbar-nav {
  flex-direction: row;
}

.navbar-toggleable-xl .navbar-nav .nav-link {
  padding-right: .5rem;
  padding-left: .5rem;
}

.navbar-toggleable-xl > .container {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

.navbar-toggleable-xl .navbar-collapse {
  display: flex !important;
  width: 100%;
}

.navbar-toggleable-xl .navbar-toggler {
  display: none;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

body {
  font-style: normal;
  line-height: 1.5;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.2;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.6;
}

.btn {
  font-weight: 600 !important;
  border-width: 2px;
  font-style: normal;
  margin: .4rem .8rem;
  white-space: normal;
  transition: all .3s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  display: -webkit-inline-flex;
}

.btn-sm {
  font-weight: 500;
  transition: all .3s ease-in-out;
}

.btn-md {
  font-weight: 500;
  margin: .4rem .8rem !important;
  transition: all .3s ease-in-out;
}

.btn-lg {
  font-weight: 500;
  margin: .4rem .8rem !important;
  transition: all .3s ease-in-out;
}

.btn-form {
  margin: 0;
  border-radius: 0;
}

.btn-form:hover {
  cursor: pointer;
}

#scrollToTop a i:before {
  content: '';
  position: absolute;
  height: 40%;
  top: 25%;
  background: #fff;
  width: 2px;
  left: calc(50% - 1px);
}

#scrollToTop a i:after {
  content: '';
  position: absolute;
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

/* Others*/
.note-check a[data-value=Rubik] {
  font-style: normal;
}

.mbr-arrow a {
  color: #ffffff;
}

@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: .357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: .875rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
}

.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
  -webkit-transform: rotate(45deg);
}

.form-control {
  background-color: #ffffff;
  box-shadow: none;
  color: #767676;
  border: 3px solid #ebeced;
  line-height: 1.43;
  min-height: 46px;
  padding: 0.5rem 1.2rem;
}

.form-control:focus {
  outline: none;
  border: 3px solid #ebeced;
  background-color: #f5f5f7;
}

.form-active .form-control:invalid {
  border-color: red;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: .5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 10px 0 10px 20px;
  font-size: 1.09rem;
  position: relative;
  border-width: 3px;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

pre {
  background: #f4f4f4;
  padding: 10px 24px;
  white-space: pre-wrap;
}

.inactive {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-user-drag: none;
  user-drag: none;
}

.mbr-section__comments .row {
  justify-content: center;
  -webkit-justify-content: center;
}

.cid-tVbFENQi0v .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tVbFENQi0v .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-tVbFENQi0v .nav-item:focus,
.cid-tVbFENQi0v .nav-link:focus {
  outline: none;
}
.cid-tVbFENQi0v .text-white:hover,
.cid-tVbFENQi0v .text-white:active,
.cid-tVbFENQi0v .text-white:focus {
  color: white!important;
}
.cid-tVbFENQi0v .navbar {
  max-width: 1150px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
  background: none;
}
.cid-tVbFENQi0v .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-tVbFENQi0v .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tVbFENQi0v .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tVbFENQi0v .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-tVbFENQi0v .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tVbFENQi0v .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tVbFENQi0v .navbar.collapsed .navbar-logo img {
  height: 2.0rem !important;
}
.cid-tVbFENQi0v .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tVbFENQi0v .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tVbFENQi0v .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tVbFENQi0v .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tVbFENQi0v .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tVbFENQi0v .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tVbFENQi0v .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tVbFENQi0v .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tVbFENQi0v .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tVbFENQi0v .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tVbFENQi0v .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tVbFENQi0v .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tVbFENQi0v .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tVbFENQi0v .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
  .cid-tVbFENQi0v .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tVbFENQi0v .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tVbFENQi0v .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tVbFENQi0v .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tVbFENQi0v .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tVbFENQi0v .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tVbFENQi0v .navbar.navbar-short .navbar-logo img {
  height: 2rem !important;
}
.cid-tVbFENQi0v .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tVbFENQi0v .section {
  position: relative;
  overflow: visible!important;
}
.cid-tVbFENQi0v .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-tVbFENQi0v .dropdown-item:hover {
  color: black!important;
}
.cid-tVbFENQi0v .dropdown-menu {
  background-color: white!important;
}
.cid-tVbFENQi0v .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-tVbFENQi0v .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tVbFENQi0v .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-tVbFENQi0v .nav-item .nav-link {
    position: relative;
  }
}
.cid-tVbFENQi0v .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tVbFENQi0v .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tVbFENQi0v .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tVbFENQi0v .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tVbFENQi0v .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tVbFENQi0v .collapsed {
  flex-direction: row!important;
}
.cid-tVbFENQi0v .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tVbFENQi0v .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tVbFENQi0v .navbar-caption {
  font-weight: 600!important;
}
.cid-tVbFENQi0v .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tVbFENQi0v .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tVbFENQi0v .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tVbFENQi0v .dropdown-item.active,
.cid-tVbFENQi0v .dropdown-item:active {
  background-color: transparent;
}
.cid-tVbFENQi0v .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tVbFENQi0v .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tVbFENQi0v .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tVbFENQi0v .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tVbFENQi0v .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tVbFENQi0v ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tVbFENQi0v .navbar-buttons {
  text-align: center;
}
.cid-tVbFENQi0v button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tVbFENQi0v button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #57468b;
}
.cid-tVbFENQi0v button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tVbFENQi0v button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tVbFENQi0v button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tVbFENQi0v button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tVbFENQi0v nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tVbFENQi0v nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tVbFENQi0v nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tVbFENQi0v nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tVbFENQi0v .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tVbFENQi0v .nav-link {
  font-weight: 600!important;
}
.cid-tVbFENQi0v a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tVbFENQi0v .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tVbFENQi0v .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tVbFENQi0v .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tVbFENQi0v .navbar {
    height: 77px;
  }
  .cid-tVbFENQi0v .navbar.opened {
    height: auto;
  }
  .cid-tVbFENQi0v .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tVbFEOgi4K {
  background-image: url("../../../assets/images/img3-1200x800.jpg");
  position: relative;
  overflow: hidden;
}
.cid-tVbFEOgi4K svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-tVbFEOgi4K #e2_shape {
  fill: #ffffff !important;
}
.cid-tVbFEOgi4K img {
  width: 90%;
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-tVbFEOgi4K img {
    width: 95%!important;
  }
}
.cid-tVbFEOgi4K .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVbFEOgi4K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVbFEOgi4K H3 {
  color: #ffd66a;
}
.cid-tVbFEOgi4K .mbr-text,
.cid-tVbFEOgi4K .mbr-section-btn {
  text-align: left;
}
.cid-tVbFEOwLAb {
  padding-top: 90px;
  padding-bottom: 120px;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-tVbFEOwLAb .svg1 {
  position: absolute;
  bottom: -20rem;
  left: 50%;
  transform: translate(-50%) scale(1.3, 1.2);
}
.cid-tVbFEOwLAb #e1_circle,
.cid-tVbFEOwLAb #e3_circle,
.cid-tVbFEOwLAb #e4_circle,
.cid-tVbFEOwLAb #e5_circle {
  fill: #efefef !important;
}
.cid-tVbFEOwLAb #e6_circle {
  fill: #cccccc !important;
}
@keyframes orbit {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(10px) rotate(-360deg);
  }
}
@keyframes rev {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(-360deg) translateX(10px) rotate(360deg);
  }
}
.cid-tVbFEOwLAb .round {
  border-radius: 100%;
  position: absolute;
  background-color: #efefef;
  animation: orbit 4s linear infinite;
}
.cid-tVbFEOwLAb .rev {
  animation: rev 4s linear infinite;
}
.cid-tVbFEOwLAb .round1 {
  width: 50px;
  height: 50px;
  left: 7%;
  top: 60%;
}
.cid-tVbFEOwLAb .round2 {
  width: 90px;
  height: 90px;
  left: 15%;
  top: 15%;
}
.cid-tVbFEOwLAb .round3 {
  width: 40px;
  height: 40px;
  left: 30%;
  top: 15%;
}
.cid-tVbFEOwLAb .round4 {
  width: 90px;
  height: 90px;
  left: 40%;
  top: 3%;
}
.cid-tVbFEOwLAb .round5 {
  width: 50px;
  height: 50px;
  right: 5%;
  top: 55%;
}
.cid-tVbFEOwLAb .round6 {
  width: 30px;
  height: 30px;
  right: 30%;
  top: 15%;
}
.cid-tVbFEOwLAb .round7 {
  width: 70px;
  height: 70px;
  right: 20%;
  top: 20%;
}
.cid-tVbFEOwLAb .round8 {
  width: 110px;
  height: 110px;
  right: 8%;
  top: 30%;
}
.cid-tVbFEOwLAb .round9 {
  width: 90px;
  height: 90px;
  right: 7%;
  top: 70%;
}
.cid-tVbFEOwLAb .round10 {
  width: 50px;
  height: 50px;
  right: 35%;
  top: 5%;
}
.cid-tVbFEOwLAb .round11 {
  width: 70px;
  height: 70px;
  left: 8%;
  top: 35%;
}
.cid-tVbFEOwLAb H1 {
  color: #57468b;
}
.cid-tVbFEOwLAb .mbr-text,
.cid-tVbFEOwLAb .mbr-section-btn {
  color: #232323;
  text-align: left;
}
.cid-tVbFEOwLAb H3 {
  color: #716c80;
}
@media (max-width: 992px) {
  .cid-tVbFEOwLAb .round9,
  .cid-tVbFEOwLAb .round5 {
    display: none;
  }
}
@media (max-width: 576px) {
  .cid-tVbFEOwLAb .round {
    display: none;
  }
}
.cid-tVbFEOM1xm {
  padding-top: 6rem;
  padding-bottom: 8rem;
  background-color: #cc2952;
}
.cid-tVbFEOM1xm .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-tVbFEOM1xm .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff8a73;
}
.cid-tVbFEOM1xm .svg-top .st0 {
  fill: #cc2952;
}
@media (max-width: 992px) {
  .cid-tVbFEOM1xm .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
@media (min-width: 1400px) {
  .cid-tVbFEOM1xm .col-12 {
    padding: 0 2rem;
  }
  .cid-tVbFEOM1xm .row {
    margin: 0 -2rem;
  }
}
.cid-tVbFEOM1xm .mbr-text,
.cid-tVbFEOM1xm .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tVbFEOM1xm .mbr-section-title {
  color: #ffffff;
}
.cid-tVbFEP3ggy {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background-color: #f8f8f8;
}
.cid-tVbFEP3ggy .row {
  flex-direction: row-reverse;
}
.cid-tVbFEP3ggy .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-tVbFEP3ggy .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff8a73;
}
.cid-tVbFEP3ggy .svg-top .st0 {
  fill: #f8f8f8;
}
@media (max-width: 992px) {
  .cid-tVbFEP3ggy .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-tVbFEP3ggy .mbr-section-title {
  color: #1a449a;
}
@media (min-width: 1400px) {
  .cid-tVbFEP3ggy .col-12 {
    padding: 0 2rem;
  }
  .cid-tVbFEP3ggy .row {
    margin: 0 -2rem;
  }
}
.cid-tVbFEP3ggy .mbr-text,
.cid-tVbFEP3ggy .mbr-section-btn {
  color: #5b686b;
  text-align: left;
}
.cid-tVbFEPkGq0 {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background-color: #3f6d54;
}
.cid-tVbFEPkGq0 .row {
  flex-direction: row-reverse;
}
.cid-tVbFEPkGq0 .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-tVbFEPkGq0 .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff8a73;
}
.cid-tVbFEPkGq0 .svg-top .st0 {
  fill: #3f6d54;
}
@media (max-width: 992px) {
  .cid-tVbFEPkGq0 .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
@media (min-width: 1400px) {
  .cid-tVbFEPkGq0 .col-12 {
    padding: 0 2rem;
  }
  .cid-tVbFEPkGq0 .row {
    margin: 0 -2rem;
  }
}
.cid-tVbFEPkGq0 .mbr-text,
.cid-tVbFEPkGq0 .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tVbFEPkGq0 .mbr-section-title {
  color: #ffd66a;
}
.cid-tVbFEPAUYe {
  padding-top: 6rem;
  padding-bottom: 8rem;
  background-color: #fff4e8;
}
.cid-tVbFEPAUYe .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-tVbFEPAUYe .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff8a73;
}
.cid-tVbFEPAUYe .svg-top .st0 {
  fill: #fff4e8;
}
@media (max-width: 992px) {
  .cid-tVbFEPAUYe .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
@media (min-width: 1400px) {
  .cid-tVbFEPAUYe .col-12 {
    padding: 0 2rem;
  }
  .cid-tVbFEPAUYe .row {
    margin: 0 -2rem;
  }
}
.cid-tVbFEPAUYe .mbr-text,
.cid-tVbFEPAUYe .mbr-section-btn {
  color: #343351;
  text-align: left;
}
.cid-tVbFEPAUYe .mbr-section-title {
  color: #7f1933;
}
.cid-tVbFEPAUYe .mbr-text i {
  font-style: normal;
  color: #E37100;
}
.cid-tVbFEPWgLo {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tVbFEPWgLo .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tVbFEPWgLo H4 {
  color: #467335;
}
.cid-tVbFEPWgLo P {
  color: #57468b;
}
.cid-tVbFEQfn16.popup-builder {
  background-color: #ffffff;
}
.cid-tVbFEQfn16.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tVbFEQfn16.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tVbFEQfn16 .modal-content,
.cid-tVbFEQfn16 .modal-dialog {
  height: auto;
}
.cid-tVbFEQfn16 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tVbFEQfn16 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tVbFEQfn16 .form-wrapper .mbr-form .form-group,
  .cid-tVbFEQfn16 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tVbFEQfn16 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tVbFEQfn16 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tVbFEQfn16 .mbr-text {
  text-align: center;
}
.cid-tVbFEQfn16 .pt-0 {
  padding-top: 0 !important;
}
.cid-tVbFEQfn16 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tVbFEQfn16 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tVbFEQfn16 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tVbFEQfn16 .modal-open {
  overflow: hidden;
}
.cid-tVbFEQfn16 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tVbFEQfn16 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tVbFEQfn16 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tVbFEQfn16 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tVbFEQfn16 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tVbFEQfn16 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tVbFEQfn16 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tVbFEQfn16 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tVbFEQfn16 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tVbFEQfn16 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tVbFEQfn16 .modal-backdrop.fade {
  opacity: 0;
}
.cid-tVbFEQfn16 .modal-backdrop.show {
  opacity: .5;
}
.cid-tVbFEQfn16 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tVbFEQfn16 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tVbFEQfn16 .modal-header {
    padding: 1rem;
  }
}
.cid-tVbFEQfn16 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tVbFEQfn16 .modal-header .close svg {
  fill: #353535;
}
.cid-tVbFEQfn16 .modal-header .close:hover {
  opacity: 1;
}
.cid-tVbFEQfn16 .modal-header .close:focus {
  outline: none;
}
.cid-tVbFEQfn16 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tVbFEQfn16 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tVbFEQfn16 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tVbFEQfn16 .modal-body {
    padding: 1rem;
  }
}
.cid-tVbFEQfn16 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tVbFEQfn16 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tVbFEQfn16 .modal-footer {
    padding: 1rem;
  }
}
.cid-tVbFEQfn16 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tVbFEQfn16 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tVbFEQfn16 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tVbFEQfn16 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tVbFEQfn16 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tVbFEQfn16 .modal-lg,
  .cid-tVbFEQfn16 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tVbFEQfn16 .modal-xl {
    max-width: 1140px;
  }
}
.cid-tVbFEQfn16 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tVbFEQfn16 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tVbFEQfn16 .form-group {
  margin-bottom: 1rem;
}
.cid-tVbFEQfn16 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tVbFEQfn16 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tVbFEQfn16 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tVbFEQfn16 .mbr-section-btn {
  margin: 0;
}
.cid-tVbFEQfn16 .mbr-section-btn .btn {
  margin: 0;
}
.cid-tVbFEQAR0B {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/391-2000x1502.jpg");
  position: relative;
  overflow: hidden;
}
.cid-tVbFEQAR0B .container {
  max-width: 1400px;
}
.cid-tVbFEQAR0B .card-img2 span {
  padding-top: 6px;
}
.cid-tVbFEQAR0B .soc-item a {
  padding-top: 5px;
}
.cid-tVbFEQAR0B .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-tVbFEQAR0B .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-tVbFEQAR0B .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-tVbFEQAR0B .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tVbFEQAR0B svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-tVbFEQAR0B #e2_shape {
  fill: #ffffff !important;
}
.cid-tVbFEQAR0B .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-tVbFEQAR0B .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-tVbFEQAR0B .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tVbFEQAR0B .card-img {
  width: auto;
}
.cid-tVbFEQAR0B .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-tVbFEQAR0B .soc-item span {
  font-size: 1.4rem;
}
.cid-tVbFEQAR0B .soc-item:hover span {
  color: #ff8a73 !important;
}
.cid-tVbFEQAR0B .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-tVbFEQAR0B .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-tVbFEQAR0B .media-wrap {
  margin-bottom: 1rem;
}
.cid-tVbFEQAR0B .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tVbFEQAR0B img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-tVbFEQAR0B .item {
    justify-content: center;
  }
  .cid-tVbFEQAR0B .quote::after {
    left: 60px;
  }
}
.cid-tVbFEQAR0B .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-tVbFEQAR0B .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tVbFEQAR0B .text1 {
  color: #ffffff;
}
.cid-tVbFEQAR0B .item-title {
  color: #ffffff;
}
.cid-tVbFEQAR0B H5 {
  color: #ffffff;
}
.cid-tVbFEQAR0B .theme {
  color: #ffffff;
}
.cid-tVbFEQAR0B .copyright > p {
  color: #ff3366;
}
.cid-tVbFEQAR0B .text2 {
  color: #ffffff;
}
