.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}

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

:focus {
  outline: none;
}

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

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

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

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

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

figure {
  margin-bottom: 0;
}

body {
  color: #777777;
}

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

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: #111111;
}

.mbr-primary {
  color: #c1f7d5;
}

.mbr-info {
  color: #354463;
}

.mbr-secondary {
  color: #4a4c70;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

figure {
  overflow: hidden;
}

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

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

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

.card-box {
  width: 100%;
}

.card-img {
  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-right: .5rem;
  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 (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 100vh;
  }
  .menu .navbar-collapse.show {
    overflow: visible;
  }
}

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

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

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

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

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

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

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

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

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

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

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

.media {
  display: -webkit-flex;
}

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

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

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

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

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

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

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

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}

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

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

.carousel-item img {
  margin: auto;
}

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

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

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

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

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

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

@media (min-width: 576px) {
  .navbar-toggleable {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable .navbar-nav {
    flex-direction: row;
  }
  .navbar-toggleable .navbar-nav .nav-link {
    padding-right: .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;
}

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

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

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

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

.btn {
  font-weight: 700 !important;
  font-style: normal;
  margin: .4rem .4rem;
  white-space: normal;
  transition: all .3s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  display: -webkit-inline-flex;
}

.btn:hover {
  box-shadow: 0 20px 38px rgba(0, 0, 0, 0.16);
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

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

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

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  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: #f5f5f5;
  box-shadow: none;
  color: #565656;
  line-height: 1.43;
  padding: 2rem;
}

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

.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: Quicksand;
}
.display-1 {
  font-family: 'Quicksand', sans-serif;
  font-size: 4rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -4.5px;
}
.display-1 > .mbr-iconfont {
  font-size: 6.4rem;
}
.display-2 {
  font-family: 'Quicksand', sans-serif;
  font-size: 2.75rem;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -2.8px;
}
.display-2 > .mbr-iconfont {
  font-size: 4.4rem;
}
.display-4 {
  font-family: 'Quicksand', sans-serif;
  font-size: 0.75rem;
  line-height: 1.7;
  font-weight: 700;
  letter-spacing: 0.6px;
}
.display-4 > .mbr-iconfont {
  font-size: 1.2rem;
}
.display-5 {
  font-family: 'Quicksand', sans-serif;
  font-size: 1.6rem;
  line-height: 1.1;
  font-weight: 700;
}
.display-5 > .mbr-iconfont {
  font-size: 2.56rem;
}
.display-7 {
  font-family: 'Quicksand', sans-serif;
  font-size: 1.2rem;
  line-height: 1.7;
  font-weight: 500;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.2rem;
    font-size: calc( 1.6125rem + (2.75 - 1.6125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.6125rem + (2.75 - 1.6125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 2.5rem;
  border-radius: 50px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 8px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 8px;
}
.bg-primary {
  background-color: #555555 !important;
}
.bg-success {
  background-color: #383838 !important;
}
.bg-info {
  background-color: #333333 !important;
}
.bg-warning {
  background-color: #5d5d5d !important;
}
.bg-danger {
  background-color: #efefef !important;
}
.btn-primary {
  border: 0px !important;
  color: #ffffff;
  color: #ffffff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #555555 !important;
  border-color: #555555 !important;
  color: #333333 !important;
}
.btn-primary:hover {
  color: #333333 !important;
  background-color: #2f2f2f !important;
  border-color: #2f2f2f !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #333333 !important;
  background-color: #2f2f2f !important;
  border-color: #2f2f2f !important;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-primary:hover {
  background-color: #6f6f6f !important;
}
.btn-secondary {
  border: 0px !important;
  color: #ffffff;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #a8a8a8 !important;
  border-color: #a8a8a8 !important;
  color: #333333 !important;
}
.btn-secondary:hover {
  color: #333333 !important;
  background-color: #828282 !important;
  border-color: #828282 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #333333 !important;
  background-color: #828282 !important;
  border-color: #828282 !important;
}
.btn-secondary:hover,
.btn-secondary:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-info {
  border: 0px !important;
  color: #ffffff;
}
.btn-info,
.btn-info:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #333333 !important;
}
.btn-info:hover {
  color: #333333 !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #333333 !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-info:hover,
.btn-info:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-success {
  border: 0px !important;
  color: #ffffff;
}
.btn-success,
.btn-success:active {
  background-color: #383838 !important;
  border-color: #383838 !important;
  color: #333333 !important;
}
.btn-success:hover {
  color: #333333 !important;
  background-color: #121212 !important;
  border-color: #121212 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #333333 !important;
  background-color: #121212 !important;
  border-color: #121212 !important;
}
.btn-success:hover,
.btn-success:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-warning {
  border: 0px !important;
  color: #ffffff;
}
.btn-warning,
.btn-warning:active {
  background-color: #5d5d5d !important;
  border-color: #5d5d5d !important;
  color: #333333 !important;
}
.btn-warning:hover {
  color: #333333 !important;
  background-color: #373737 !important;
  border-color: #373737 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #333333 !important;
  background-color: #373737 !important;
  border-color: #373737 !important;
}
.btn-warning:hover,
.btn-warning:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-danger {
  border: 0px !important;
  color: #ffffff;
}
.btn-danger,
.btn-danger:active {
  background-color: #efefef !important;
  border-color: #efefef !important;
  color: #333333 !important;
}
.btn-danger:hover {
  color: #333333 !important;
  background-color: #c9c9c9 !important;
  border-color: #c9c9c9 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #333333 !important;
  background-color: #c9c9c9 !important;
  border-color: #c9c9c9 !important;
}
.btn-danger:hover,
.btn-danger:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-white {
  border: 0px !important;
  color: #ffffff;
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #333333 !important;
}
.btn-white:hover {
  color: #333333 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #333333 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white:hover,
.btn-white:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-black {
  border: 0px !important;
  color: #ffffff;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #333333 !important;
}
.btn-black:hover {
  color: #333333 !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #333333 !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black:hover,
.btn-black:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-primary-outline {
  background-color: transparent !important;
  border: 2px solid #555555 !important;
  color: #ffffff !important;
  color: #555555 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #555555;
  color: #555555;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #555555;
  border-color: #555555;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #555555 !important;
  border-color: #555555 !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus {
  background-color: #555555 !important;
  color: #333333 !important;
}
.btn-primary-outline:hover {
  color: #333333 !important;
}
.btn-secondary-outline {
  background-color: transparent !important;
  border: 2px solid #a8a8a8 !important;
  color: #ffffff !important;
  color: #a8a8a8 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #a8a8a8;
  color: #a8a8a8;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #a8a8a8;
  border-color: #a8a8a8;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #a8a8a8 !important;
  border-color: #a8a8a8 !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus {
  background-color: #a8a8a8 !important;
  color: #333333 !important;
}
.btn-secondary-outline:hover {
  color: #ffffff !important;
}
.btn-info-outline {
  background-color: transparent !important;
  border: 2px solid #333333 !important;
  color: #ffffff !important;
  color: #333333 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #333333;
  color: #333333;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus {
  background-color: #333333 !important;
  color: #333333 !important;
}
.btn-info-outline:hover {
  color: #ffffff !important;
}
.btn-success-outline {
  background-color: transparent !important;
  border: 2px solid #383838 !important;
  color: #ffffff !important;
  color: #383838 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #383838;
  color: #383838;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #383838;
  border-color: #383838;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #383838 !important;
  border-color: #383838 !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus {
  background-color: #383838 !important;
  color: #333333 !important;
}
.btn-success-outline:hover {
  color: #ffffff !important;
}
.btn-warning-outline {
  background-color: transparent !important;
  border: 2px solid #5d5d5d !important;
  color: #ffffff !important;
  color: #5d5d5d !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #5d5d5d;
  color: #5d5d5d;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #5d5d5d;
  border-color: #5d5d5d;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #5d5d5d !important;
  border-color: #5d5d5d !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus {
  background-color: #5d5d5d !important;
  color: #333333 !important;
}
.btn-warning-outline:hover {
  color: #ffffff !important;
}
.btn-danger-outline {
  background-color: transparent !important;
  border: 2px solid #efefef !important;
  color: #ffffff !important;
  color: #efefef !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #efefef;
  color: #efefef;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #707070;
  background-color: #efefef;
  border-color: #efefef;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #707070 !important;
  background-color: #efefef !important;
  border-color: #efefef !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus {
  background-color: #efefef !important;
  color: #333333 !important;
}
.btn-danger-outline:hover {
  color: #ffffff !important;
}
.btn-black-outline {
  background-color: transparent !important;
  border: 2px solid #333333 !important;
  color: #ffffff !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #333333;
  color: #333333;
}
.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-black-outline:hover,
.btn-black-outline:focus {
  background-color: #333333 !important;
  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: #555555 !important;
}
.text-secondary {
  color: #a8a8a8 !important;
}
.text-success {
  color: #383838 !important;
}
.text-info {
  color: #333333 !important;
}
.text-warning {
  color: #5d5d5d !important;
}
.text-danger {
  color: #efefef !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #888888 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #dbdbdb !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #6b6b6b !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #333333 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #909090 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #ffffff !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #555555;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #333333;
}
.alert-warning {
  background-color: #5d5d5d;
}
.alert-danger {
  background-color: #efefef;
}
.mbr-gallery-filter li.active .btn {
  background-color: #555555;
  border-color: #555555;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #555555;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #c8c8c8;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ababab;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #a6a6a6;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #9d9d9d;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Quicksand', sans-serif;
  font-size: 1.2rem;
  line-height: 1.7;
  font-weight: 500;
}
.form-control > .mbr-iconfont {
  font-size: 1.92rem;
}
blockquote {
  border-color: #555555;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #555555;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #555555;
  border-bottom-color: #555555;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #555555 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #a8a8a8 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23555555' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-rUTuXtqKzG {
  min-height: 80px !important;
  position: static;
}
.cid-rUTuXtqKzG .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rUTuXtqKzG .nav-item:focus,
.cid-rUTuXtqKzG .nav-link:focus {
  outline: none;
}
.cid-rUTuXtqKzG .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-rUTuXtqKzG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rUTuXtqKzG .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-rUTuXtqKzG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rUTuXtqKzG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rUTuXtqKzG .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #efefef;
}
.cid-rUTuXtqKzG .navbar.opened {
  transition: all .3s;
  background: #efefef !important;
}
.cid-rUTuXtqKzG .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rUTuXtqKzG .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rUTuXtqKzG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rUTuXtqKzG .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rUTuXtqKzG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rUTuXtqKzG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rUTuXtqKzG .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-rUTuXtqKzG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rUTuXtqKzG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rUTuXtqKzG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rUTuXtqKzG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rUTuXtqKzG .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rUTuXtqKzG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rUTuXtqKzG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rUTuXtqKzG .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-rUTuXtqKzG .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rUTuXtqKzG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rUTuXtqKzG .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rUTuXtqKzG .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rUTuXtqKzG .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rUTuXtqKzG .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rUTuXtqKzG .navbar.navbar-short {
  background: #efefef;
}
.cid-rUTuXtqKzG .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-rUTuXtqKzG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rUTuXtqKzG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rUTuXtqKzG .dropdown-item.active,
.cid-rUTuXtqKzG .dropdown-item:active {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-rUTuXtqKzG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rUTuXtqKzG .nav-dropdown .link.dropdown-toggle {
  margin: 0rem 1.3rem;
}
.cid-rUTuXtqKzG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin: 0rem 1.3rem;
}
.cid-rUTuXtqKzG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #555555;
}
.cid-rUTuXtqKzG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rUTuXtqKzG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rUTuXtqKzG ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rUTuXtqKzG .navbar-nav {
  margin: auto;
}
.cid-rUTuXtqKzG .navbar-buttons {
  text-align: center;
}
.cid-rUTuXtqKzG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rUTuXtqKzG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b6a188;
}
.cid-rUTuXtqKzG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rUTuXtqKzG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rUTuXtqKzG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rUTuXtqKzG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rUTuXtqKzG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rUTuXtqKzG nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rUTuXtqKzG nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rUTuXtqKzG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rUTuXtqKzG .navbar-dropdown {
  padding-left: 0rem;
  position: fixed;
}
.cid-rUTuXtqKzG a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rUTuXtqKzG .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rUTuXtqKzG .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-rUTuXtqKzG .icons-menu span {
  font-size: 20px;
  color: #354463;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rUTuXtqKzG .navbar {
    height: 77px;
  }
  .cid-rUTuXtqKzG .navbar.opened {
    height: auto;
  }
}
.cid-rUTuXtqKzG .btn {
  border-radius: 0px;
  margin: 0 !important;
}
.cid-rUTuXtqKzG .text-btn {
  transition: transform 0.3s;
}
.cid-rUTuXtqKzG .btn:hover {
  transform: scale(0.8);
}
.cid-rUTuXtqKzG .btn:hover .text-btn {
  transform: scale(1.2);
}
.cid-rUTuXtqKzG .nav-link {
  position: relative;
  display: inline-block;
}
.cid-rUTuXtqKzG .nav-link::before {
  content: "";
  width: 0%;
  display: block;
  height: 3px;
  background: #b6a188;
  position: absolute;
  top: 2px;
  left: 0;
  -webkit-transition: width .3s;
  -o-transition: width .3s;
  transition: width .3s;
}
.cid-rUTuXtqKzG .nav-link:hover::before {
  width: 100%;
}
.cid-rUTuXtqKzG .dropdown-menu > a {
  position: relative !important;
  display: inline-block;
}
.cid-rUTuXtqKzG .dropdown-menu > a:hover {
  color: #c4c4c4 !important;
}
.cid-rUTuXtqKzG .link {
  margin: 0rem 1.2rem;
}
.cid-rUTuXtqKzG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: .7rem;
  content: "";
  pointer-events: none;
  display: inline-block;
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background: #777;
  right: -15px;
  top: 7px;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
  border: none !important;
}
.cid-rUTuXtqKzG .dropdown-menu > a::after {
  content: "";
  display: block;
  position: relative !important;
  width: 0%;
  height: 2px;
  background-color: #b6a188;
  margin-top: 4px !important;
  transition: width .3s;
  top: 83% !important;
  right: auto !important;
}
.cid-rUTuXtqKzG .dropdown-menu > a:hover::after {
  width: 100%;
}
.cid-rUTuXtqKzG .dropdown-menu::before {
  content: "";
  display: inline-block;
  border: 15px solid transparent;
  border-top: 20px solid #555555;
  position: absolute;
  top: -15px;
  left: 40px;
  transform: rotate(-90deg);
}
.cid-rUTuXtqKzG .navbar-caption {
  font-family: 'Quicksand', sans-serif;
}
@media (max-width: 992px) {
  .cid-rUTuXtqKzG .nav-dropdown .link {
    padding: 0.5rem 0rem !important;
  }
  .cid-rUTuXtqKzG .navbar .navbar-collapse {
    padding: 1rem 0;
  }
  .cid-rUTuXtqKzG .dropdown-menu::before {
    display: none !important;
  }
  .cid-rUTuXtqKzG .btn:hover {
    background-color: #555555 !important;
    color: #333333 !important;
  }
  .cid-rUTuXtqKzG .dropdown-menu > a::after {
    display: none;
  }
  .cid-rUTuXtqKzG .navbar .dropdown.open > .dropdown-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-rUTuXtqKzG .nav-link::before {
    display: none;
  }
  .cid-rUTuXtqKzG .dropdown-menu > a {
    color: #354463 !important;
  }
  .cid-rUTuXtqKzG .mbr-section-btn {
    margin-top: 1.5rem;
  }
  .cid-rUTuXtqKzG .btn {
    padding: 1.8rem 4rem;
    width: 100%;
  }
  .cid-rUTuXtqKzG .dropdown-menu .dropdown-toggle {
    color: #354463 !important;
  }
  .cid-rUTuXtqKzG .nav-dropdown .dropdown-item:focus,
  .cid-rUTuXtqKzG .nav-dropdown .dropdown-item:hover {
    color: #354463 !important;
  }
}
@media (max-width: 767px) {
  .cid-rUTuXtqKzG .container-fluid {
    padding: 1rem 1rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-rUTuXtqKzG .container-fluid {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-rUTuXtqKzG .container-fluid {
    padding-right: 0rem;
  }
  .cid-rUTuXtqKzG .nav-dropdown .link {
    padding: 1.8rem 0rem !important;
  }
  .cid-rUTuXtqKzG .btn {
    padding: 1.8rem 6rem;
  }
  .cid-rUTuXtqKzG .btn:hover {
    background-color: #333333 !important;
    color: #555555 !important;
  }
  .cid-rUTuXtqKzG .dropdown-menu > a {
    color: #ffffff !important;
  }
  .cid-rUTuXtqKzG .dropdown-menu > a:active {
    color: #ffffff !important;
  }
  .cid-rUTuXtqKzG .dropdown-menu .dropdown-toggle {
    color: #ffffff !important;
  }
  .cid-rUTuXtqKzG .nav-dropdown .dropdown-item:focus,
  .cid-rUTuXtqKzG .nav-dropdown .dropdown-item:hover {
    color: #ffffff !important;
  }
}
.cid-rUTuXtqKzG .btn-primary {
  color: #333333 !important;
}
.cid-rUTuXtqKzG .btn-primary:focus {
  background-color: #ffffff !important;
}
.cid-rUTuXtqKzG .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem !important;
}
.cid-rUTuXtqKzG .navbar-dropdown.navbar-short .navbar-brand {
  padding: 0rem;
}
.cid-tJ5hyZUyCo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tJ5hyZUyCo .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJ5hyZUyCo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tJ5hyZUyCo .title-wrapper {
    margin-bottom: 60px;
  }
}
.cid-tJ5hyZUyCo .title-wrapper .mbr-section-title {
  margin-bottom: 36px;
}
.cid-tJ5hyZUyCo .title-wrapper .mbr-text {
  margin-bottom: 36px;
}
.cid-tJ5hyZUyCo .image-wrapper img {
  width: 100%;
  height: 700px;
  object-fit: cover;
}
.cid-tJ5hyZUyCo .mbr-section-title {
  color: #E0BDB6;
}
.cid-tJ5hyZUyCo .mbr-text {
  color: #747474;
}
.cid-tJ5hyZUyCo .mbr-section-title,
.cid-tJ5hyZUyCo .mbr-section-btn {
  color: #555555;
  text-align: left;
}
.cid-rUTuXZN8eM {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #333333;
}
.cid-rUTuXZN8eM .mbr-text {
  margin-bottom: 2.5rem;
}
.cid-rUTuXZN8eM .mbr-section-title {
  color: #efefef;
  margin-bottom: 1.2rem;
  letter-spacing: -2.8px;
  text-align: justify;
}
.cid-rUTuXZN8eM img {
  height: 100%;
  object-fit: cover;
  filter: grayscale(1);
}
.cid-rUTuXZN8eM .mbr-figure {
  height: 100%;
}
.cid-rUTuXZN8eM .row {
  margin: 0;
  align-items: center;
}
.cid-rUTuXZN8eM .btn {
  margin-left: 0rem;
}
@media (max-width: 767px) {
  .cid-rUTuXZN8eM .img-block {
    margin-top: 1rem;
    padding: 0;
  }
  .cid-rUTuXZN8eM .text-block {
    margin-bottom: 1rem;
    padding: 0;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-rUTuXZN8eM .img-block {
    margin-top: 1rem;
    padding: 0;
  }
  .cid-rUTuXZN8eM .text-block {
    margin-bottom: 1rem;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-rUTuXZN8eM .container {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .cid-rUTuXZN8eM .img-block {
    padding-left: 6rem;
  }
}
.cid-rUTuXZN8eM .mbr-section-subtitle {
  font-weight: 700 !important;
}
.cid-rUTuXZN8eM .mbr-text,
.cid-rUTuXZN8eM .mbr-section-btn {
  color: #efefef;
  text-align: justify;
}
.cid-rUTuYpCHRC {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rUTuYpCHRC .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
}
.cid-rUTuYpCHRC .mbr-text {
  color: #777777;
  margin-top: 1.2rem;
}
.cid-rUTuYpCHRC H2 {
  color: #555555;
}
.cid-rUTuYKc51E {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rUTuYKc51E .mbr-iconfont {
  color: #555555;
  font-size: 6.3rem;
}
.cid-rUTuYKc51E .card-inner {
  background-color: transparent;
  transition: 0.7s;
}
.cid-rUTuYKc51E .btn {
  margin-left: 0rem;
}
.cid-rUTuYKc51E .row {
  padding-bottom: 8rem;
}
.cid-rUTuYKc51E .link {
  margin: 0;
}
.cid-rUTuYKc51E .card-title {
  position: relative;
}
.cid-rUTuYKc51E .mbr-text {
  margin-bottom: 1.5rem;
}
.cid-rUTuYKc51E .card-box {
  position: relative;
}
.cid-rUTuYKc51E .card-img {
  margin-bottom: 2rem;
}
.cid-rUTuYKc51E .media-container-row {
  align-items: flex-end;
}
.cid-rUTuYKc51E .mbr-section-title {
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .cid-rUTuYKc51E .card {
    padding: 0rem;
    margin-bottom: 3rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-rUTuYKc51E .row {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-rUTuYKc51E .card {
    margin-bottom: 3rem;
  }
  .cid-rUTuYKc51E .container {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-rUTuYKc51E .row {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-rUTuYKc51E .container {
    padding: 0;
  }
}
.cid-rUTuYKc51E .card-title,
.cid-rUTuYKc51E .card-img {
  color: #555555;
  text-align: center;
}
.cid-rUTuYKc51E .mbr-text,
.cid-rUTuYKc51E .link {
  color: #555555;
  text-align: center;
}
.cid-tHU7lN8ql7 {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tHU7lN8ql7 .mbr-iconfont {
  color: #555555;
  font-size: 6.3rem;
}
.cid-tHU7lN8ql7 .card-inner {
  background-color: transparent;
  transition: 0.7s;
}
.cid-tHU7lN8ql7 .btn {
  margin-left: 0rem;
}
.cid-tHU7lN8ql7 .row {
  padding-bottom: 8rem;
}
.cid-tHU7lN8ql7 .link {
  margin: 0;
}
.cid-tHU7lN8ql7 .card-title {
  position: relative;
}
.cid-tHU7lN8ql7 .mbr-text {
  margin-bottom: 1.5rem;
}
.cid-tHU7lN8ql7 .card-box {
  position: relative;
}
.cid-tHU7lN8ql7 .card-img {
  margin-bottom: 2rem;
}
.cid-tHU7lN8ql7 .media-container-row {
  align-items: flex-end;
}
.cid-tHU7lN8ql7 .mbr-section-title {
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .cid-tHU7lN8ql7 .card {
    padding: 0rem;
    margin-bottom: 3rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-tHU7lN8ql7 .row {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-tHU7lN8ql7 .card {
    margin-bottom: 3rem;
  }
  .cid-tHU7lN8ql7 .container {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-tHU7lN8ql7 .row {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-tHU7lN8ql7 .container {
    padding: 0;
  }
}
.cid-tHU7lN8ql7 .card-title,
.cid-tHU7lN8ql7 .card-img {
  color: #555555;
  text-align: center;
}
.cid-tHU7lN8ql7 .mbr-text,
.cid-tHU7lN8ql7 .link {
  color: #555555;
  text-align: center;
}
.cid-tIZhBgPp6E {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tIZhBgPp6E .mbr-iconfont {
  color: #555555;
  font-size: 6.3rem;
}
.cid-tIZhBgPp6E .card-inner {
  background-color: transparent;
  transition: 0.7s;
}
.cid-tIZhBgPp6E .btn {
  margin-left: 0rem;
}
.cid-tIZhBgPp6E .row {
  padding-bottom: 8rem;
}
.cid-tIZhBgPp6E .link {
  margin: 0;
}
.cid-tIZhBgPp6E .card-title {
  position: relative;
}
.cid-tIZhBgPp6E .mbr-text {
  margin-bottom: 1.5rem;
}
.cid-tIZhBgPp6E .card-box {
  position: relative;
}
.cid-tIZhBgPp6E .card-img {
  margin-bottom: 2rem;
}
.cid-tIZhBgPp6E .media-container-row {
  align-items: flex-end;
}
.cid-tIZhBgPp6E .mbr-section-title {
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .cid-tIZhBgPp6E .card {
    padding: 0rem;
    margin-bottom: 3rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-tIZhBgPp6E .row {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-tIZhBgPp6E .card {
    margin-bottom: 3rem;
  }
  .cid-tIZhBgPp6E .container {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-tIZhBgPp6E .row {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-tIZhBgPp6E .container {
    padding: 0;
  }
}
.cid-tIZhBgPp6E .card-title,
.cid-tIZhBgPp6E .card-img {
  color: #555555;
  text-align: center;
}
.cid-tIZhBgPp6E .mbr-text,
.cid-tIZhBgPp6E .link {
  color: #555555;
  text-align: center;
}
.cid-tHmLv3t1v9 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #333333;
}
.cid-tHmLv3t1v9 .title {
  background: #ffffff;
  width: fit-content;
  display: inline-block;
  padding: 1rem 2rem;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.08);
}
.cid-tHmLv3t1v9 .mbr-section-subtitle {
  color: #efefef;
  text-align: center;
}
.cid-tHmLv3t1v9 p {
  margin: 0;
  padding: 0;
}
.cid-tHmLv3t1v9 .card {
  margin-bottom: 2rem;
}
.cid-tHmLv3t1v9 .card-block {
  letter-spacing: 0.03em;
  position: relative;
  background: #ffffff;
  color: #444444;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.08);
  padding: 2rem;
}
.cid-tHmLv3t1v9 .card-block:before {
  content: '';
  position: absolute;
  bottom: -15px;
  right: 0;
  left: 30px;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-top: 15px solid #ffffff;
  border-right: 15px solid transparent;
}
.cid-tHmLv3t1v9 .mbr-author-img {
  width: 50px;
  height: 50px;
  display: inline-block;
  border-radius: 100%;
  margin-left: 0rem;
  margin-right: 1.5rem;
}
.cid-tHmLv3t1v9 .mbr-author-img img {
  width: 100%;
  border-radius: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-tHmLv3t1v9 .name-wrap {
  display: inline-block;
}
.cid-tHmLv3t1v9 .card-footer {
  margin-top: 1rem;
  display: flex;
  border-top: none;
  background: none;
  padding: 0.75rem 1.25rem 1.25rem 1.25rem;
}
.cid-tHmLv3t1v9 .mbr-author-desc {
  color: #9e9e9e;
}
.cid-tHmLv3t1v9 .card-block P {
  color: #9e9e9e;
  text-align: justify;
}
.cid-tHmLv3t1v9 .mbr-author-name {
  color: #efefef;
}
.cid-tHmLv3t1v9 .mbr-section-title,
.cid-tHmLv3t1v9 .title DIV {
  color: #232323;
  text-align: center;
}
.cid-rUTv0xmWvE {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #ffffff;
}
.cid-rUTv0xmWvE .card-title,
.cid-rUTv0xmWvE .mbr-role {
  transition: 0.3s;
}
.cid-rUTv0xmWvE .main-heading {
  margin-bottom: 1.3rem;
}
.cid-rUTv0xmWvE .mbr-section-title {
  margin-bottom: 0.2rem;
}
.cid-rUTv0xmWvE .mbr-section-subtitle {
  color: #a8a8a8;
  font-weight: 700;
}
.cid-rUTv0xmWvE .mbr-role {
  margin-bottom: 0rem;
  color: #a8a8a8;
}
.cid-rUTv0xmWvE .social-list {
  position: absolute;
  top: 0.6rem;
  padding: 0.6rem;
  margin-bottom: 1.5rem;
  background-color: #555555;
  transition: all .3s;
  transform: translateX(-100%);
  opacity: 0;
}
.cid-rUTv0xmWvE .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  padding-bottom: 1rem;
}
.cid-rUTv0xmWvE .team-card:hover .card-wrap {
  background: #555555;
  box-shadow: 0 3px 15px 2px rgba(0, 0, 0, 0.1);
}
.cid-rUTv0xmWvE .team-card:hover .mbr-section-title {
  color: #ffffff;
}
.cid-rUTv0xmWvE .team-card:hover .mbr-section-subtitle {
  color: #ffffff;
}
.cid-rUTv0xmWvE .team-card:hover .social-list {
  transform: translateX(0%);
  opacity: 1;
}
.cid-rUTv0xmWvE .image-wrap {
  overflow: hidden;
  position: relative;
}
.cid-rUTv0xmWvE a {
  color: #ffffff;
  transition: 0.3s;
}
.cid-rUTv0xmWvE a:hover {
  color: #a8a8a8 !important;
}
.cid-rUTv0xmWvE .card-wrap {
  padding: 5px;
  background: #ffffff;
  transition: all .3s;
  box-shadow: 0 3px 15px 2px rgba(0, 0, 0, 0.1);
}
.cid-rUTv0xmWvE .card-wrap .image-wrap img {
  width: 100%;
}
.cid-rUTv0xmWvE .card-wrap .content-wrap {
  padding: 1.7rem 1.3rem 1.2rem;
}
.cid-rUTv0xmWvE .card-wrap .content-wrap .mbr-section-btn {
  padding-top: 1rem;
}
.cid-rUTv0xmWvE .card-wrap .content-wrap .mbr-section-btn .btn {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-rUTv0xmWvE .team-card.last-card {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-rUTv0xmWvE .team-card.last-row-card {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .cid-rUTv0xmWvE .team-card:not(.first-row-card) {
    margin-bottom: 0;
  }
}
.cid-rUTv0xmWvE .main-title {
  color: #555555;
  text-align: center;
}
.cid-rUTv0xmWvE .card-title {
  color: #161616;
}
.cid-tHrTkmjlgI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #333333;
  border-top: 2px solid #efefef;
  border-bottom: 2px solid #efefef;
  margin-top: -2px;
}
.cid-tHrTkmjlgI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHrTkmjlgI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tHrTkmjlgI .container {
    padding: 0 20px;
  }
}
.cid-tHrTkmjlgI .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tHrTkmjlgI .card {
    margin-bottom: 50px;
  }
}
.cid-tHrTkmjlgI .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-tHrTkmjlgI .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-tHrTkmjlgI .contacts-wrap {
  padding-bottom: 32px;
}
.cid-tHrTkmjlgI .contacts-wrap .mbr-desc {
  margin-bottom: 16px;
}
.cid-tHrTkmjlgI .contacts-wrap a {
  display: block;
}
.cid-tHrTkmjlgI .contacts-wrap a:hover .mbr-link {
  opacity: .7;
}
.cid-tHrTkmjlgI .contacts-wrap a .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-out;
}
.cid-tHrTkmjlgI .contacts-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-tHrTkmjlgI .contacts-address {
  border-top: 1px solid #efefef;
  padding-top: 32px;
  padding-bottom: 0;
}
.cid-tHrTkmjlgI .mbr-section-btn {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-tHrTkmjlgI .mbr-section-btn {
    margin-top: 50px;
  }
}
.cid-tHrTkmjlgI .dragArea.row {
  margin: 0 100px;
  padding: 64px;
  border: 1px solid #efefef;
}
@media (max-width: 1200px) {
  .cid-tHrTkmjlgI .dragArea.row {
    padding: 20px;
  }
}
@media (max-width: 992px) {
  .cid-tHrTkmjlgI .dragArea.row {
    margin: 0;
    padding: 50px;
  }
}
@media (max-width: 768px) {
  .cid-tHrTkmjlgI .dragArea.row {
    margin: 0;
    padding: 20px;
  }
}
.cid-tHrTkmjlgI .dragArea.row .mbr-section-title {
  margin-bottom: 64px !important;
}
@media (max-width: 992px) {
  .cid-tHrTkmjlgI .dragArea.row .mbr-section-title {
    margin-bottom: 50px !important;
  }
}
.cid-tHrTkmjlgI .dragArea.row .mbr-text {
  margin-bottom: 64px !important;
}
@media (max-width: 992px) {
  .cid-tHrTkmjlgI .dragArea.row .mbr-text {
    margin-bottom: 50px !important;
  }
}
.cid-tHrTkmjlgI .dragArea.row .form-group {
  margin-bottom: 32px !important;
}
.cid-tHrTkmjlgI .dragArea.row .form-group .form-control {
  border: none !important;
  border-bottom: 1px solid #efefef !important;
  border-radius: 0;
  padding: 16px 0;
  box-shadow: none;
  background-color: transparent;
}
.cid-tHrTkmjlgI .dragArea.row .form-group .form-control::placeholder {
  color: #efefef;
}
.cid-tHrTkmjlgI .dragArea.row .form-group .form-control:hover,
.cid-tHrTkmjlgI .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none;
}
.cid-tHrTkmjlgI .dragArea.row .form-group .form-control-label {
  margin-bottom: 8px !important;
}
.cid-tHrTkmjlgI .dragArea.row .form-group .form-check {
  margin-bottom: 8px;
}
.cid-tHrTkmjlgI .dragArea.row .form-group .form-check .form-check-input {
  background-color: #efefef;
  border-color: #efefef;
}
.cid-tHrTkmjlgI .dragArea.row .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-tHrTkmjlgI .dragArea.row .mbr-section-btn {
    margin-top: 18px;
  }
}
.cid-tHrTkmjlgI .dragArea.row .mbr-section-btn .btn {
  display: inline-flex;
}
.cid-tHrTkmjlgI .mbr-section-title {
  color: #1d1d1d;
}
.cid-tHrTkmjlgI .mbr-desc {
  color: #706f6d;
}
.cid-tHrTkmjlgI .mbr-text {
  color: #1d1d1d;
}
.cid-tHrTkmjlgI label {
  color: #1d1d1d;
}
.cid-tHrTkmjlgI .mbr-section-title,
.cid-tHrTkmjlgI .mbr-section-btn {
  color: #efefef;
}
.cid-tHrTkmjlgI .mbr-link {
  color: #efefef;
}
.cid-rUTv2HcR2Y {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #111111;
}
.cid-rUTv2HcR2Y .media-container-row {
  align-items: center;
}
.cid-rUTv2HcR2Y .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-rUTv2HcR2Y .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-rUTv2HcR2Y .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-rUTv2HcR2Y .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-rUTv2HcR2Y .foot-menu-item {
  transform: 0.2s;
}
.cid-rUTv2HcR2Y .mbr-text {
  color: #8e99b1;
}
@media (max-width: 992px) {
  .cid-rUTv2HcR2Y .foot-menu {
    justify-content: center;
  }
  .cid-rUTv2HcR2Y .mbr-text {
    text-align: center;
  }
  .cid-rUTv2HcR2Y .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-rUTv2HcR2Y .foot-menu {
    justify-content: flex-end;
  }
}
.cid-rUTv2HcR2Y .link:hover {
  text-decoration: underline;
}
.cid-rUTv2HcR2Y .link {
  padding-left: 1rem;
  color: #8e99b1;
  border-left: 2px solid #a3a3a3;
}
.cid-rUTv2HcR2Y .link-1 {
  border-left: none;
}
@media (min-width: 767px) {
  .cid-rUTv2HcR2Y .container {
    padding: 0;
  }
}
.cid-rUTv2HcR2Y .media-container-row .mbr-text {
  color: #838383;
}
.cid-tHrP6tGjMU.popup-builder {
  background-color: #ffffff;
}
.cid-tHrP6tGjMU.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tHrP6tGjMU.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tHrP6tGjMU .modal-content,
.cid-tHrP6tGjMU .modal-dialog {
  height: auto;
}
.cid-tHrP6tGjMU .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tHrP6tGjMU .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tHrP6tGjMU .form-wrapper .mbr-form .form-group,
  .cid-tHrP6tGjMU .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tHrP6tGjMU .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tHrP6tGjMU .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-tHrP6tGjMU .mbr-text {
  text-align: justify;
}
.cid-tHrP6tGjMU .pt-0 {
  padding-top: 0 !important;
}
.cid-tHrP6tGjMU .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tHrP6tGjMU .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tHrP6tGjMU .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tHrP6tGjMU .modal-open {
  overflow: hidden;
}
.cid-tHrP6tGjMU .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tHrP6tGjMU .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tHrP6tGjMU .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tHrP6tGjMU .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-tHrP6tGjMU .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tHrP6tGjMU .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tHrP6tGjMU .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tHrP6tGjMU .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-tHrP6tGjMU .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tHrP6tGjMU .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tHrP6tGjMU .modal-backdrop.fade {
  opacity: 0;
}
.cid-tHrP6tGjMU .modal-backdrop.show {
  opacity: .5;
}
.cid-tHrP6tGjMU .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-tHrP6tGjMU .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tHrP6tGjMU .modal-header {
    padding: 1rem;
  }
}
.cid-tHrP6tGjMU .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tHrP6tGjMU .modal-header .close svg {
  fill: #353535;
}
.cid-tHrP6tGjMU .modal-header .close:hover {
  opacity: 1;
}
.cid-tHrP6tGjMU .modal-header .close:focus {
  outline: none;
}
.cid-tHrP6tGjMU .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tHrP6tGjMU .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tHrP6tGjMU .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tHrP6tGjMU .modal-body {
    padding: 1rem;
  }
}
.cid-tHrP6tGjMU .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: justify;
}
@media (min-width: 992px) {
  .cid-tHrP6tGjMU .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tHrP6tGjMU .modal-footer {
    padding: 1rem;
  }
}
.cid-tHrP6tGjMU .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tHrP6tGjMU .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tHrP6tGjMU .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tHrP6tGjMU .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tHrP6tGjMU .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tHrP6tGjMU .modal-lg,
  .cid-tHrP6tGjMU .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tHrP6tGjMU .modal-xl {
    max-width: 1140px;
  }
}
.cid-tHrP6tGjMU .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tHrP6tGjMU .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-tHrP6tGjMU .form-group {
  margin-bottom: 1rem;
}
.cid-tHrP6tGjMU .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tHrP6tGjMU .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tHrP6tGjMU .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-tHrP6tGjMU .mbr-section-btn {
  margin: 0;
}
.cid-tHrP6tGjMU .mbr-section-btn .btn {
  margin: 0;
}
.cid-rUTuXtqKzG {
  min-height: 80px !important;
  position: static;
}
.cid-rUTuXtqKzG .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rUTuXtqKzG .nav-item:focus,
.cid-rUTuXtqKzG .nav-link:focus {
  outline: none;
}
.cid-rUTuXtqKzG .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-rUTuXtqKzG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rUTuXtqKzG .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-rUTuXtqKzG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rUTuXtqKzG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rUTuXtqKzG .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #efefef;
}
.cid-rUTuXtqKzG .navbar.opened {
  transition: all .3s;
  background: #efefef !important;
}
.cid-rUTuXtqKzG .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rUTuXtqKzG .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rUTuXtqKzG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rUTuXtqKzG .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rUTuXtqKzG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rUTuXtqKzG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rUTuXtqKzG .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-rUTuXtqKzG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rUTuXtqKzG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rUTuXtqKzG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rUTuXtqKzG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rUTuXtqKzG .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rUTuXtqKzG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rUTuXtqKzG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rUTuXtqKzG .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-rUTuXtqKzG .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rUTuXtqKzG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rUTuXtqKzG .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rUTuXtqKzG .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rUTuXtqKzG .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rUTuXtqKzG .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rUTuXtqKzG .navbar.navbar-short {
  background: #efefef;
}
.cid-rUTuXtqKzG .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-rUTuXtqKzG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rUTuXtqKzG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rUTuXtqKzG .dropdown-item.active,
.cid-rUTuXtqKzG .dropdown-item:active {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-rUTuXtqKzG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rUTuXtqKzG .nav-dropdown .link.dropdown-toggle {
  margin: 0rem 1.3rem;
}
.cid-rUTuXtqKzG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin: 0rem 1.3rem;
}
.cid-rUTuXtqKzG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #555555;
}
.cid-rUTuXtqKzG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rUTuXtqKzG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rUTuXtqKzG ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rUTuXtqKzG .navbar-nav {
  margin: auto;
}
.cid-rUTuXtqKzG .navbar-buttons {
  text-align: center;
}
.cid-rUTuXtqKzG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rUTuXtqKzG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b6a188;
}
.cid-rUTuXtqKzG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rUTuXtqKzG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rUTuXtqKzG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rUTuXtqKzG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rUTuXtqKzG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rUTuXtqKzG nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rUTuXtqKzG nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rUTuXtqKzG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rUTuXtqKzG .navbar-dropdown {
  padding-left: 0rem;
  position: fixed;
}
.cid-rUTuXtqKzG a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rUTuXtqKzG .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rUTuXtqKzG .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-rUTuXtqKzG .icons-menu span {
  font-size: 20px;
  color: #354463;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rUTuXtqKzG .navbar {
    height: 77px;
  }
  .cid-rUTuXtqKzG .navbar.opened {
    height: auto;
  }
}
.cid-rUTuXtqKzG .btn {
  border-radius: 0px;
  margin: 0 !important;
}
.cid-rUTuXtqKzG .text-btn {
  transition: transform 0.3s;
}
.cid-rUTuXtqKzG .btn:hover {
  transform: scale(0.8);
}
.cid-rUTuXtqKzG .btn:hover .text-btn {
  transform: scale(1.2);
}
.cid-rUTuXtqKzG .nav-link {
  position: relative;
  display: inline-block;
}
.cid-rUTuXtqKzG .nav-link::before {
  content: "";
  width: 0%;
  display: block;
  height: 3px;
  background: #b6a188;
  position: absolute;
  top: 2px;
  left: 0;
  -webkit-transition: width .3s;
  -o-transition: width .3s;
  transition: width .3s;
}
.cid-rUTuXtqKzG .nav-link:hover::before {
  width: 100%;
}
.cid-rUTuXtqKzG .dropdown-menu > a {
  position: relative !important;
  display: inline-block;
}
.cid-rUTuXtqKzG .dropdown-menu > a:hover {
  color: #c4c4c4 !important;
}
.cid-rUTuXtqKzG .link {
  margin: 0rem 1.2rem;
}
.cid-rUTuXtqKzG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: .7rem;
  content: "";
  pointer-events: none;
  display: inline-block;
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background: #777;
  right: -15px;
  top: 7px;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
  border: none !important;
}
.cid-rUTuXtqKzG .dropdown-menu > a::after {
  content: "";
  display: block;
  position: relative !important;
  width: 0%;
  height: 2px;
  background-color: #b6a188;
  margin-top: 4px !important;
  transition: width .3s;
  top: 83% !important;
  right: auto !important;
}
.cid-rUTuXtqKzG .dropdown-menu > a:hover::after {
  width: 100%;
}
.cid-rUTuXtqKzG .dropdown-menu::before {
  content: "";
  display: inline-block;
  border: 15px solid transparent;
  border-top: 20px solid #555555;
  position: absolute;
  top: -15px;
  left: 40px;
  transform: rotate(-90deg);
}
.cid-rUTuXtqKzG .navbar-caption {
  font-family: 'Quicksand', sans-serif;
}
@media (max-width: 992px) {
  .cid-rUTuXtqKzG .nav-dropdown .link {
    padding: 0.5rem 0rem !important;
  }
  .cid-rUTuXtqKzG .navbar .navbar-collapse {
    padding: 1rem 0;
  }
  .cid-rUTuXtqKzG .dropdown-menu::before {
    display: none !important;
  }
  .cid-rUTuXtqKzG .btn:hover {
    background-color: #555555 !important;
    color: #333333 !important;
  }
  .cid-rUTuXtqKzG .dropdown-menu > a::after {
    display: none;
  }
  .cid-rUTuXtqKzG .navbar .dropdown.open > .dropdown-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-rUTuXtqKzG .nav-link::before {
    display: none;
  }
  .cid-rUTuXtqKzG .dropdown-menu > a {
    color: #354463 !important;
  }
  .cid-rUTuXtqKzG .mbr-section-btn {
    margin-top: 1.5rem;
  }
  .cid-rUTuXtqKzG .btn {
    padding: 1.8rem 4rem;
    width: 100%;
  }
  .cid-rUTuXtqKzG .dropdown-menu .dropdown-toggle {
    color: #354463 !important;
  }
  .cid-rUTuXtqKzG .nav-dropdown .dropdown-item:focus,
  .cid-rUTuXtqKzG .nav-dropdown .dropdown-item:hover {
    color: #354463 !important;
  }
}
@media (max-width: 767px) {
  .cid-rUTuXtqKzG .container-fluid {
    padding: 1rem 1rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-rUTuXtqKzG .container-fluid {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-rUTuXtqKzG .container-fluid {
    padding-right: 0rem;
  }
  .cid-rUTuXtqKzG .nav-dropdown .link {
    padding: 1.8rem 0rem !important;
  }
  .cid-rUTuXtqKzG .btn {
    padding: 1.8rem 6rem;
  }
  .cid-rUTuXtqKzG .btn:hover {
    background-color: #333333 !important;
    color: #555555 !important;
  }
  .cid-rUTuXtqKzG .dropdown-menu > a {
    color: #ffffff !important;
  }
  .cid-rUTuXtqKzG .dropdown-menu > a:active {
    color: #ffffff !important;
  }
  .cid-rUTuXtqKzG .dropdown-menu .dropdown-toggle {
    color: #ffffff !important;
  }
  .cid-rUTuXtqKzG .nav-dropdown .dropdown-item:focus,
  .cid-rUTuXtqKzG .nav-dropdown .dropdown-item:hover {
    color: #ffffff !important;
  }
}
.cid-rUTuXtqKzG .btn-primary {
  color: #333333 !important;
}
.cid-rUTuXtqKzG .btn-primary:focus {
  background-color: #ffffff !important;
}
.cid-rUTuXtqKzG .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem !important;
}
.cid-rUTuXtqKzG .navbar-dropdown.navbar-short .navbar-brand {
  padding: 0rem;
}
.cid-tHrYwT6GJu {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #333333;
}
@media (max-width: 992px) {
  .cid-tHrYwT6GJu {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 576px) {
  .cid-tHrYwT6GJu {
    padding-top: 21px;
    padding-bottom: 21px;
  }
}
.cid-tHrYwT6GJu .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-tHrYwT6GJu .mbr-section-subtitle {
  font-weight: 700;
  margin-bottom: 0.5rem;
}
@media (min-width: 767px) {
  .cid-tHrYwT6GJu .row {
    padding: 0;
  }
}
.cid-tHrYwT6GJu .btn {
  margin-left: 0rem;
}
@media (max-width: 767px) {
  .cid-tHrYwT6GJu .mbr-section-text {
    margin-top: 1.5rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-tHrYwT6GJu .mbr-section-text {
    margin-top: 1.5rem;
  }
}
.cid-tHrYwT6GJu .btn-primary-outline {
  color: #ffffff !important;
}
.cid-rUTv2HcR2Y {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #111111;
}
.cid-rUTv2HcR2Y .media-container-row {
  align-items: center;
}
.cid-rUTv2HcR2Y .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-rUTv2HcR2Y .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-rUTv2HcR2Y .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-rUTv2HcR2Y .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-rUTv2HcR2Y .foot-menu-item {
  transform: 0.2s;
}
.cid-rUTv2HcR2Y .mbr-text {
  color: #8e99b1;
}
@media (max-width: 992px) {
  .cid-rUTv2HcR2Y .foot-menu {
    justify-content: center;
  }
  .cid-rUTv2HcR2Y .mbr-text {
    text-align: center;
  }
  .cid-rUTv2HcR2Y .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-rUTv2HcR2Y .foot-menu {
    justify-content: flex-end;
  }
}
.cid-rUTv2HcR2Y .link:hover {
  text-decoration: underline;
}
.cid-rUTv2HcR2Y .link {
  padding-left: 1rem;
  color: #8e99b1;
  border-left: 2px solid #a3a3a3;
}
.cid-rUTv2HcR2Y .link-1 {
  border-left: none;
}
@media (min-width: 767px) {
  .cid-rUTv2HcR2Y .container {
    padding: 0;
  }
}
.cid-rUTv2HcR2Y .media-container-row .mbr-text {
  color: #838383;
}
