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

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

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

:focus {
  outline: none; }

@media (max-width: 992px) {
  .md-pb {
    padding-bottom: 2rem !important; } }
a {
  transition: color 0.25s; }

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: #17161a !important;
  font-weight: 400; }

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.display-1,
.display-2,
.display-3,
.display-4 {
  margin-bottom: 0;
  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: #17161a; }

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

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
   {
    text-align: center; } }
/*! Font-weight  */
.mbr-light {
  font-weight: 300 !important; }

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

.mbr-medium {
  font-weight: 500 !important; }

.mbr-semibold {
  font-weight: 600 !important; }

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

.mbr-extrabold {
  font-weight: 800 !important; }

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

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

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

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

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

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

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

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

.card-box {
  width: 100%; }

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

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

.mbr-figure {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: 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; } }
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.8rem;
  margin-right: -0.8rem;
  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; }

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

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

.mbr-fullscreen {
  display: flex;
  display: -webkit-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: 50px;
  width: 50px;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center; }
  .mbr-arrow-up a:hover {
    background-color: rgba(0, 0, 0, 0.4); }
  .mbr-arrow-up a i {
    line-height: 50px; }

.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: 140%;
  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%;
    animation-timing-function: ease-in-out; }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out; } }
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out; }
  to {
    background-position: 100% 0%;
    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; }

@keyframes slidein {
  0% {
    transform: translateX(0%); }
  100% {
    transform: translateX(100%);
    display: none; } }
@keyframes slideout {
  0% {
    width: 0%; }
  100% {
    width: 100%; } }
.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: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox; } }
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh; }
    .menu .navbar-collapse.show {
      overflow: auto; } }
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex; }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important; }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh; }
    .menu .collapsed .navbar-collapse.show {
      overflow: auto; } }
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh; } }

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

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

.nav-dropdown .link {
  margin: 0 15px; }

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

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

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

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

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

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

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

.media {
  display: -webkit-flex; }

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

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

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

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

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

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

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

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

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

.carousel-item img {
  margin: auto; }

.navbar-toggler {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  -webkit-border-radius: 0.25rem;
  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;
  -webkit-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  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 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }

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

  .navbar-toggleable > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    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 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }

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

  .navbar-toggleable-sm > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable-sm .navbar-collapse {
    display: none;
    width: 100%; }

  .navbar-toggleable-sm .navbar-toggler {
    display: none; } }
@media (max-width: 1253px) {
  .navbar-toggleable-md .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

  .navbar-toggleable-md > .container {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 1254px) {
  .navbar-toggleable-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }

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

  .navbar-toggleable-md > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable-md .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    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 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }

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

  .navbar-toggleable-lg > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%; }

  .navbar-toggleable-lg .navbar-toggler {
    display: none; } }
.navbar-toggleable-xl {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  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 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row; }

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

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

.navbar-toggleable-xl .navbar-collapse {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  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;
  -webkit-flex-direction: column; }

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

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

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

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

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

.mbr-section-title {
  font-style: normal;
  margin-bottom: 30px; }

.mbr-text {
  font-style: normal; }

.btn {
  font-weight: 600 !important;
  border-width: 1px;
  line-height: 20px !important;
  font-style: normal;
  letter-spacing: 0;
  margin: 0.4rem 0.8rem;
  white-space: normal;
  vertical-align: middle;
  overflow: hidden;
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -moz-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center; }

.btn-sm {
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -moz-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }

.btn-md {
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -moz-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }

.btn-lg {
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -moz-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }

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

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

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

@media (max-width: 767px) {
  .mbr-arrow {
    display: none; } }
.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0; }

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 0.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 {
  box-shadow: none;
  color: #ffffff;
  min-height: 2.5em;
  font-size: 16px;
  border-radius: 4px; }
  .form-active .form-control:invalid {
    border-color: red; }

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

blockquote {
  font-style: italic;
  padding: 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; }

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

.btn .mbr-iconfont {
  font-size: 15px !important;
  order: 1;
  margin-left: 13px; }

.btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s; }

@keyframes animBtn {
  0% {
    transform: translateX(0px); }
  51% {
    transform: translateX(20px);
    opacity: 1; }
  52% {
    opacity: 0;
    transform: translateX(-20px); }
  53% {
    opacity: 0; }
  54% {
    opacity: 1; }
  100% {
    transform: translateX(0px); } }

/*# sourceMappingURL=style.css.map */
body {
  font-family: Be Vietnam;
}
.display-1 {
  font-family: 'Bai Jamjuree', sans-serif;
  font-size: 4.0625rem;
  line-height: 1;
  letter-spacing: -0.03em;
}
.display-1 > .mbr-iconfont {
  font-size: 6.5rem;
}
.display-2 {
  font-family: 'Bai Jamjuree', sans-serif;
  font-size: 3.1875rem;
  line-height: 1.05;
  letter-spacing: -0.02em;
}
.display-2 > .mbr-iconfont {
  font-size: 5.1rem;
}
.display-4 {
  font-family: 'Bai Jamjuree', sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.65;
}
.display-4 > .mbr-iconfont {
  font-size: 1rem;
}
.display-5 {
  font-family: 'Bai Jamjuree', sans-serif;
  font-size: 2.4375rem;
  line-height: 1.1;
  letter-spacing: -0.01em;
}
.display-5 > .mbr-iconfont {
  font-size: 3.9rem;
}
.display-7 {
  font-family: 'Bai Jamjuree', sans-serif;
  font-size: 1.5625rem;
  line-height: 1.35;
  letter-spacing: -0.01em;
}
.display-7 > .mbr-iconfont {
  font-size: 2.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.25rem;
    font-size: calc( 2.071875rem + (4.0625 - 2.071875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.071875rem + (4.0625 - 2.071875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.55rem;
    font-size: calc( 1.765625rem + (3.1875 - 1.765625) * ((100vw - 20rem) / (48 - 20)));
  }
  .display-5 {
    font-size: 1.95rem;
    font-size: calc( 1.5031249999999998rem + (2.4375 - 1.5031249999999998) * ((100vw - 20rem) / (48 - 20)));
  }
  .display-7 {
    font-size: 1.25rem;
    font-size: calc( 1.196875rem + (1.5625 - 1.196875) * ((100vw - 20rem) / (48 - 20)));
  }
}
/* Buttons */
.btn {
  padding: 14px 18px;
  border-radius: 4px;
}
.btn-sm {
  padding: 7px 15px;
  border-radius: 4px;
}
.btn-md {
  padding: 15px 20px;
  border-radius: 4px;
}
.btn-lg {
  padding: 18px 25px;
  border-radius: 4px;
}
.bg-primary {
  background-color: #489651 !important;
}
.bg-success {
  background-color: #148221 !important;
}
.bg-info {
  background-color: #d90a2c !important;
}
.bg-warning {
  background-color: #8805a4 !important;
}
.bg-danger {
  background-color: #ebeaed !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #489651 !important;
  border-color: #489651 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #489651;
  border-color: #489651;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #489651 !important;
  border-color: #489651 !important;
}
.btn-primary:hover {
  background-color: #37743e !important;
  border-color: #37743e !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #17161a !important;
  border-color: #17161a !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #17161a;
  border-color: #17161a;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-secondary:hover {
  background-color: #489651 !important;
  border-color: #489651 !important;
}
.btn-info,
.btn-info:active {
  background-color: #d90a2c !important;
  border-color: #d90a2c !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #d90a2c;
  border-color: #d90a2c;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #d90a2c !important;
  border-color: #d90a2c !important;
}
.btn-info:hover {
  background-color: #a80822 !important;
  border-color: #a80822 !important;
}
.btn-success,
.btn-success:active {
  background-color: #148221 !important;
  border-color: #148221 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #148221;
  border-color: #148221;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #148221 !important;
  border-color: #148221 !important;
}
.btn-success:hover {
  background-color: #0d5616 !important;
  border-color: #0d5616 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #8805a4 !important;
  border-color: #8805a4 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #8805a4;
  border-color: #8805a4;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #8805a4 !important;
  border-color: #8805a4 !important;
}
.btn-warning:hover {
  background-color: #5f0373 !important;
  border-color: #5f0373 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ebeaed !important;
  border-color: #ebeaed !important;
  color: #696474 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #696474 !important;
  background-color: #ebeaed;
  border-color: #ebeaed;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #696474 !important;
  background-color: #ebeaed !important;
  border-color: #ebeaed !important;
}
.btn-danger:hover {
  background-color: #d1cfd5 !important;
  border-color: #d1cfd5 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white:hover {
  color: #17161a !important;
}
.btn-white.btn {
  color: #17161a !important;
}
.btn-black,
.btn-black:active {
  background-color: #17161a !important;
  border-color: #17161a !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #17161a;
  border-color: #17161a;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-primary-outline {
  border: 1px solid;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #489651;
  color: #489651;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background: #489651 !important;
  border-color: #489651;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #489651 !important;
  border-color: #489651 !important;
}
.btn-secondary-outline {
  border: 1px solid;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #17161a;
  color: #17161a;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background: #17161a !important;
  border-color: #17161a;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-secondary-outline:hover {
  background-color: #489651 !important;
  border-color: #489651 !important;
}
.btn-info-outline {
  border: 1px solid;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #d90a2c;
  color: #d90a2c;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background: #d90a2c !important;
  border-color: #d90a2c;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #d90a2c !important;
  border-color: #d90a2c !important;
}
.btn-success-outline {
  border: 1px solid;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #148221;
  color: #148221;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background: #148221 !important;
  border-color: #148221;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #148221 !important;
  border-color: #148221 !important;
}
.btn-warning-outline {
  border: 1px solid;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #8805a4;
  color: #8805a4;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background: #8805a4 !important;
  border-color: #8805a4;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #8805a4 !important;
  border-color: #8805a4 !important;
}
.btn-danger-outline {
  border: 1px solid;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #ebeaed;
  color: #ebeaed;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #696474 !important;
  background: #ebeaed !important;
  border-color: #ebeaed;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #696474 !important;
  background-color: #ebeaed !important;
  border-color: #ebeaed !important;
}
.btn-black-outline {
  border: 1px solid;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #17161a;
  color: #17161a;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff !important;
  background: #17161a !important;
  border-color: #17161a;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-white-outline {
  border: 1px solid;
}
.btn-white-outline,
.btn-white-outline:active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #808080 !important;
  background: #ffffff !important;
  border-color: #ffffff;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white-outline:hover {
  color: #17161a !important;
}
.text-primary {
  color: #489651 !important;
}
.text-secondary {
  color: #17161a !important;
}
.text-success {
  color: #148221 !important;
}
.text-info {
  color: #d90a2c !important;
}
.text-warning {
  color: #8805a4 !important;
}
.text-danger {
  color: #ebeaed !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #27512c !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #062a0b !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #770618 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #360241 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #b7b3be !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #666666 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #489651 !important;
}
.alert-success {
  background-color: #148221;
}
.alert-info {
  background-color: #d90a2c;
}
.alert-warning {
  background-color: #8805a4;
}
.alert-danger {
  background-color: #ebeaed;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.mbr-gallery-filter li.active .btn {
  background-color: #489651;
  border-color: #489651;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #489651;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #93cb99;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #36e04a;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #fcb3bf;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #d530f9;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Bai Jamjuree', sans-serif;
  font-size: 1.5625rem;
  line-height: 1.35;
  letter-spacing: -0.01em;
}
.form-control > .mbr-iconfont {
  font-size: 2.5rem;
}
blockquote {
  border-color: #489651;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #489651;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #489651;
  border-bottom-color: #489651;
}
.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: #489651 !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: #17161a !important;
  box-shadow: none !important;
}
.sidebar-block .mbr-gallery-item .galleryItem .onsale {
  top: 0px;
}
.sidebar-block .mbr-gallery-item .galleryItem .sidebar_wraper {
  bottom: -35px;
  margin-left: 1rem;
}
.cid-s6fQ7A145u {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-s6fQ7A145u .nav-item,
.cid-s6fQ7A145u .nav-link,
.cid-s6fQ7A145u .navbar-caption {
  font-weight: normal;
}
.cid-s6fQ7A145u .navbar-nav {
  counter-reset: number;
}
@media (min-width: 992px) {
  .cid-s6fQ7A145u .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-s6fQ7A145u .btn {
    white-space: nowrap;
  }
  .cid-s6fQ7A145u .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-s6fQ7A145u .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-s6fQ7A145u .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-s6fQ7A145u .dropdown-toggle::after,
  .cid-s6fQ7A145u .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-s6fQ7A145u .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-s6fQ7A145u .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-s6fQ7A145u .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-s6fQ7A145u .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-s6fQ7A145u .dropdown-menu .dropdown-item:hover {
  color: #489651 !important;
  background-color: #fafafa;
}
.cid-s6fQ7A145u .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-s6fQ7A145u .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-s6fQ7A145u .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-s6fQ7A145u .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-s6fQ7A145u .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-s6fQ7A145u .nav-item:focus,
.cid-s6fQ7A145u .nav-link:focus {
  outline: none;
}
.cid-s6fQ7A145u .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-s6fQ7A145u .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-s6fQ7A145u .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-s6fQ7A145u .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s6fQ7A145u .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-s6fQ7A145u ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s6fQ7A145u ul.navbar-nav li {
  margin: auto;
}
.cid-s6fQ7A145u .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-s6fQ7A145u .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-s6fQ7A145u .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-s6fQ7A145u .navbar .navbar-collapse .navbar-nav {
  display: none !important;
}
.cid-s6fQ7A145u .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s6fQ7A145u .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s6fQ7A145u .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-s6fQ7A145u .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-s6fQ7A145u .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s6fQ7A145u .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-s6fQ7A145u .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s6fQ7A145u .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s6fQ7A145u .navbar .container-fluid,
  .cid-s6fQ7A145u .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-s6fQ7A145u .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s6fQ7A145u .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s6fQ7A145u .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-s6fQ7A145u .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-s6fQ7A145u .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s6fQ7A145u .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-s6fQ7A145u .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-s6fQ7A145u .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s6fQ7A145u .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s6fQ7A145u .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-s6fQ7A145u .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s6fQ7A145u .dropdown-item.active,
.cid-s6fQ7A145u .dropdown-item:active {
  background-color: transparent;
}
.cid-s6fQ7A145u .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s6fQ7A145u .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-s6fQ7A145u .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-s6fQ7A145u .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-s6fQ7A145u .navbar-buttons {
  text-align: center;
}
.cid-s6fQ7A145u button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s6fQ7A145u button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-s6fQ7A145u button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s6fQ7A145u button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s6fQ7A145u button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s6fQ7A145u button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s6fQ7A145u nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s6fQ7A145u nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s6fQ7A145u nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s6fQ7A145u nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s6fQ7A145u .navbar-dropdown {
  position: absolute;
}
.cid-s6fQ7A145u a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-s6fQ7A145u a.nav-link:hover {
  color: #489651 !important;
}
.is-builder .cid-s6fQ7A145u .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s6fQ7A145u .navbar {
    height: 77px;
  }
  .cid-s6fQ7A145u .navbar.opened {
    height: auto;
  }
  .cid-s6fQ7A145u .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-svrshB1aWF {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-1920x1199.webp");
}
.cid-svrshB1aWF .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-svrshB1aWF .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-svrshB1aWF .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-svrshB1aWF .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-svrshB1aWF .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-svrshB1aWF .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-svrshB1aWF .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-s6fQdQLr8v {
  overflow: hidden;
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mbr-1920x1152.webp");
}
.cid-s6fQdQLr8v .container {
  margin: 0 auto;
  padding: 0 25px;
}
.cid-s6fQdQLr8v .wrap {
  padding: 0 25px;
}
.cid-s6fQdQLr8v .wrap:before {
  content: '';
  position: absolute;
  width: 760px;
  height: 760px;
  border-radius: 50%;
  mix-blend-mode: multiply;
  background-color: #148221;
  top: 0px;
  right: 0px;
}
.cid-s6fQdQLr8v .title__block {
  padding: 90px 0;
  display: flex;
  flex-direction: column;
  z-index: 1;
  position: relative;
}
.cid-s6fQdQLr8v .mbr-text {
  margin-bottom: 20px;
}
.cid-s6fQdQLr8v .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 1199px) {
  .cid-s6fQdQLr8v .title__block {
    padding: 80px 0;
  }
}
@media (max-width: 991px) {
  .cid-s6fQdQLr8v .container,
  .cid-s6fQdQLr8v .row {
    margin: 0;
    padding: 0;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-s6fQdQLr8v .title__block {
    padding: 50px 0;
  }
}
@media (max-width: 575px) {
  .cid-s6fQdQLr8v a.close {
    right: 50px;
    top: 25px;
  }
  .cid-s6fQdQLr8v .modalWindow .modalWindow-video {
    height: calc(90vw / 1.778);
    width: 90vw;
    margin: 0 auto;
  }
}
.cid-sii1ws4DJi {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/mbr-1920x1152.webp");
}
@media (min-width: 400px) {
  .cid-sii1ws4DJi h2 {
    margin-right: 1.5rem;
    margin-left: 1.5rem;
  }
}
@media (min-width: 767px) {
  .cid-sii1ws4DJi h2 {
    margin-right: 3rem;
    margin-left: 3rem;
  }
}
.cid-sii1ws4DJi .media-container-row {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-sii1ws4DJi .socicon-bg-facebook {
  color: #3e5b98;
}
.cid-sii1ws4DJi .socicon-bg-twitter {
  color: #4da7de;
}
.cid-sii1ws4DJi .socicon-bg-googleplus {
  color: #dd4b39;
}
.cid-sii1ws4DJi .socicon-bg-vkontakte {
  color: #5a7fa6;
}
.cid-sii1ws4DJi .socicon-bg-odnoklassniki {
  color: #f48420;
}
.cid-sii1ws4DJi .socicon-bg-pinterest {
  color: #c92619;
}
.cid-sii1ws4DJi .socicon-bg-mail {
  color: #134785;
}
.cid-sii1ws4DJi .btn-social {
  border: none !important;
}
.cid-sii1ws4DJi .btn-social:hover {
  color: #ffffff;
  background: #489651;
}
.cid-sii1ws4DJi [class^="socicon-"]:before,
.cid-sii1ws4DJi [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-sii1ws4DJi .btn {
    font-size: 20px !important;
  }
}
.cid-sii1ws4DJi .mbr-section-title {
  color: #f5f7fd;
  text-align: center;
}
.cid-sii1ws4DJi .mbr-section-title DIV {
  text-align: right;
}
.cid-s6fQCKeOOE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #17161a;
}
.cid-s6fQCKeOOE .wrap {
  padding: 0;
}
.cid-s6fQCKeOOE .wrap:hover .image img {
  transform: scale3d(1.02, 1.02, 1);
}
.cid-s6fQCKeOOE .image {
  overflow: hidden;
  height: 600px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.cid-s6fQCKeOOE .image img {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  width: 105%;
  height: 105%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-s6fQCKeOOE .image {
    height: 300px;
  }
}
.cid-s6fQCKeOOE .card__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  left: 0;
  padding: 8%;
  z-index: 5;
  pointer-events: none;
}
.cid-s6fQCKeOOE .card__content > div,
.cid-s6fQCKeOOE .card__content p {
  pointer-events: all;
}
.cid-s6fQCKeOOE .mbr-section-subtitle {
  margin-top: 10px;
}
.cid-s6fQCKeOOE .mbr-section-title {
  margin-top: 10px;
}
.cid-s6fQCKeOOE .mbr-text {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-s6fVsWWX2P {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/mbr-1757x1920.webp");
}
@media (max-width: 767px) {
  .cid-s6fVsWWX2P .mbr-section-btn {
    margin-top: 20px;
    text-align: left;
  }
}
.cid-s6fVsWWX2P .mbr-section-title {
  color: #f5f7fd;
  text-align: center;
}
.cid-s6fVsWWX2P .mbr-text {
  color: #ebeaed;
  text-align: center;
}
.cid-udr7GZHCC8 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-1920x1199.webp");
}
.cid-udr7GZHCC8 .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-udr7GZHCC8 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udr7GZHCC8 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-udr7GZHCC8 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-udr7GZHCC8 .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-udr7GZHCC8 .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-udr7GZHCC8 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vcauJh4cQq {
  background-image: url("../../../assets/images/mbr-2-1920x1200.webp");
}
.cid-vcauJh4cQq .mbr-figure {
  margin: 0 auto;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-vcauJh4cQq .mbr-figure img {
  height: 150px;
  width: 150px;
  margin: 0 auto;
  object-fit: cover;
  margin-bottom: 3rem;
  border-radius: 100%;
}
.cid-vcauJh4cQq .mbr-text,
.cid-vcauJh4cQq .mbr-section-btn {
  color: #283742;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-vcauJh4cQq img {
    height: 250px!important;
    width: 250px!important;
  }
}
.cid-vcauJh4cQq H3 {
  text-align: center;
  color: #191f23;
}
.cid-vcauJh4cQq H1 {
  text-align: center;
  color: #17161a;
}
.cid-vcavbXZoil {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #615d8c;
}
.cid-vcavbXZoil .section-text {
  padding: 2rem 0;
  letter-spacing: 0.03em;
  text-align: left;
}
.cid-vcavbXZoil .inner-container {
  margin: 0 auto;
  position: relative;
}
.cid-vcavbXZoil .inner-container .mbr-iconfont {
  z-index: 1;
  position: absolute;
  font-size: 9rem;
  color: #efefef;
  opacity: .1;
}
.cid-vcavbXZoil .inner-container .mbr-iconfont.left-top {
  left: -1rem;
  top: -1rem;
}
.cid-vcavbXZoil .inner-container .mbr-iconfont.right-down {
  right: -1rem;
  bottom: -1rem;
}
.cid-vcavbXZoil .inner-container .section-text {
  z-index: 3;
  min-height: 10rem;
}
@media (max-width: 767px) {
  .cid-vcavbXZoil .inner-container {
    width: 100% !important;
  }
  .cid-vcavbXZoil .mbr-iconfont {
    font-size: 6rem !important;
  }
}
.cid-s6fZtoElGf {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/conference28-1920.webp");
}
.cid-s6fZtoElGf .logo__image {
  width: 60px;
  object-fit: cover;
}
.cid-s6fZtoElGf .footer__content {
  margin-bottom: 30px;
}
.cid-s6fZtoElGf .footer__content:last-child {
  margin-bottom: 0;
}
.cid-s6fZtoElGf .title__adress {
  margin-bottom: 20px;
}
.cid-s6fZtoElGf .work__adress {
  margin-bottom: 0;
}
.cid-s6fZtoElGf .privacy {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-s6fZtoElGf .privacy {
    text-align: left;
  }
}
.cid-s6fZtoElGf .divider {
  background-color: #888888;
  opacity: .1;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-s6fZtoElGf .form-group {
  margin-bottom: 0;
  padding-right: 0;
}
.cid-s6fZtoElGf .form-control {
  height: 50px;
  border: none;
  padding: 14px 18px;
  background-color: #ebeaed !important;
  font-size: 16px;
  color: #191f23;
}
.cid-s6fZtoElGf .input-group-btn {
  padding-left: 0;
}
.cid-s6fZtoElGf .input-group-btn .btn {
  height: 50px;
  font-weight: 600;
  padding: 14px 18px;
}
.cid-s6fZtoElGf .mbr-form .input-group-btn a.btn {
  border-radius: 4px !important;
}
.cid-s6fZtoElGf .mbr-form .btn {
  margin: 0;
}
.cid-s6fZtoElGf input::-webkit-input-placeholder {
  color: #191f23;
  opacity: .8;
}
.cid-s6fZtoElGf input::-moz-placeholder {
  color: #191f23;
  opacity: .8;
}
@media (max-width: 991px) {
  .cid-s6fZtoElGf .wrap {
    padding-bottom: 25px;
  }
  .cid-s6fZtoElGf .divider {
    margin: 0 0 20px;
  }
}
.cid-sxsdInW9h4 {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-sxsdInW9h4 .nav-item,
.cid-sxsdInW9h4 .nav-link,
.cid-sxsdInW9h4 .navbar-caption {
  font-weight: normal;
}
.cid-sxsdInW9h4 .navbar-nav {
  counter-reset: number;
}
@media (min-width: 992px) {
  .cid-sxsdInW9h4 .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-sxsdInW9h4 .btn {
    white-space: nowrap;
  }
  .cid-sxsdInW9h4 .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-sxsdInW9h4 .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-sxsdInW9h4 .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-sxsdInW9h4 .dropdown-toggle::after,
  .cid-sxsdInW9h4 .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-sxsdInW9h4 .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sxsdInW9h4 .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sxsdInW9h4 .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-sxsdInW9h4 .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sxsdInW9h4 .dropdown-menu .dropdown-item:hover {
  color: #489651 !important;
  background-color: #fafafa;
}
.cid-sxsdInW9h4 .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-sxsdInW9h4 .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-sxsdInW9h4 .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-sxsdInW9h4 .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-sxsdInW9h4 .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-sxsdInW9h4 .nav-item:focus,
.cid-sxsdInW9h4 .nav-link:focus {
  outline: none;
}
.cid-sxsdInW9h4 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-sxsdInW9h4 .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-sxsdInW9h4 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sxsdInW9h4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sxsdInW9h4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-sxsdInW9h4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sxsdInW9h4 ul.navbar-nav li {
  margin: auto;
}
.cid-sxsdInW9h4 .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-sxsdInW9h4 .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-sxsdInW9h4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sxsdInW9h4 .navbar .navbar-collapse .navbar-nav {
  display: none !important;
}
.cid-sxsdInW9h4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sxsdInW9h4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sxsdInW9h4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-sxsdInW9h4 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sxsdInW9h4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sxsdInW9h4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sxsdInW9h4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sxsdInW9h4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sxsdInW9h4 .navbar .container-fluid,
  .cid-sxsdInW9h4 .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-sxsdInW9h4 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sxsdInW9h4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sxsdInW9h4 .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-sxsdInW9h4 .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-sxsdInW9h4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sxsdInW9h4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sxsdInW9h4 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-sxsdInW9h4 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sxsdInW9h4 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sxsdInW9h4 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-sxsdInW9h4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sxsdInW9h4 .dropdown-item.active,
.cid-sxsdInW9h4 .dropdown-item:active {
  background-color: transparent;
}
.cid-sxsdInW9h4 .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sxsdInW9h4 .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-sxsdInW9h4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sxsdInW9h4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-sxsdInW9h4 .navbar-buttons {
  text-align: center;
}
.cid-sxsdInW9h4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sxsdInW9h4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-sxsdInW9h4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sxsdInW9h4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sxsdInW9h4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sxsdInW9h4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sxsdInW9h4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sxsdInW9h4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sxsdInW9h4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sxsdInW9h4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sxsdInW9h4 .navbar-dropdown {
  position: absolute;
}
.cid-sxsdInW9h4 a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sxsdInW9h4 a.nav-link:hover {
  color: #489651 !important;
}
.is-builder .cid-sxsdInW9h4 .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sxsdInW9h4 .navbar {
    height: 77px;
  }
  .cid-sxsdInW9h4 .navbar.opened {
    height: auto;
  }
  .cid-sxsdInW9h4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sxsdItd2mA {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sxsdItd2mA .mbr-figure {
  margin: 0 auto;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sxsdItd2mA .mbr-figure img {
  height: 150px;
  width: 150px;
  margin: 0 auto;
  object-fit: cover;
  margin-bottom: 3rem;
  border-radius: 100%;
}
.cid-sxsdItd2mA .mbr-text,
.cid-sxsdItd2mA .mbr-section-btn {
  color: #283742;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-sxsdItd2mA img {
    height: 250px!important;
    width: 250px!important;
  }
}
.cid-sxsdItd2mA H3 {
  text-align: center;
  color: #191f23;
}
.cid-sxsdItd2mA H1 {
  text-align: center;
  color: #17161a;
}
.cid-sxsdIv242r {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/conference28-1920.webp");
}
.cid-sxsdIv242r .logo__image {
  width: 60px;
  object-fit: cover;
}
.cid-sxsdIv242r .footer__content {
  margin-bottom: 30px;
}
.cid-sxsdIv242r .footer__content:last-child {
  margin-bottom: 0;
}
.cid-sxsdIv242r .title__adress {
  margin-bottom: 20px;
}
.cid-sxsdIv242r .work__adress {
  margin-bottom: 0;
}
.cid-sxsdIv242r .privacy {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-sxsdIv242r .privacy {
    text-align: left;
  }
}
.cid-sxsdIv242r .divider {
  background-color: #888888;
  opacity: .1;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-sxsdIv242r .form-group {
  margin-bottom: 0;
  padding-right: 0;
}
.cid-sxsdIv242r .form-control {
  height: 50px;
  border: none;
  padding: 14px 18px;
  background-color: #ebeaed !important;
  font-size: 16px;
  color: #191f23;
}
.cid-sxsdIv242r .input-group-btn {
  padding-left: 0;
}
.cid-sxsdIv242r .input-group-btn .btn {
  height: 50px;
  font-weight: 600;
  padding: 14px 18px;
}
.cid-sxsdIv242r .mbr-form .input-group-btn a.btn {
  border-radius: 4px !important;
}
.cid-sxsdIv242r .mbr-form .btn {
  margin: 0;
}
.cid-sxsdIv242r input::-webkit-input-placeholder {
  color: #191f23;
  opacity: .8;
}
.cid-sxsdIv242r input::-moz-placeholder {
  color: #191f23;
  opacity: .8;
}
@media (max-width: 991px) {
  .cid-sxsdIv242r .wrap {
    padding-bottom: 25px;
  }
  .cid-sxsdIv242r .divider {
    margin: 0 0 20px;
  }
}
.cid-sxsfka1dQJ {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sxsfka1dQJ .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sxsfka1dQJ H4 {
  text-align: center;
}
.cid-sxsdIqUD5b {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #615d8c;
}
.cid-sxsdIqUD5b .section-text {
  padding: 2rem 0;
  letter-spacing: 0.03em;
  text-align: left;
}
.cid-sxsdIqUD5b .inner-container {
  margin: 0 auto;
  position: relative;
}
.cid-sxsdIqUD5b .inner-container .mbr-iconfont {
  z-index: 1;
  position: absolute;
  font-size: 9rem;
  color: #efefef;
  opacity: .1;
}
.cid-sxsdIqUD5b .inner-container .mbr-iconfont.left-top {
  left: -1rem;
  top: -1rem;
}
.cid-sxsdIqUD5b .inner-container .mbr-iconfont.right-down {
  right: -1rem;
  bottom: -1rem;
}
.cid-sxsdIqUD5b .inner-container .section-text {
  z-index: 3;
  min-height: 10rem;
}
@media (max-width: 767px) {
  .cid-sxsdIqUD5b .inner-container {
    width: 100% !important;
  }
  .cid-sxsdIqUD5b .mbr-iconfont {
    font-size: 6rem !important;
  }
}
.cid-sxsGsgTE84 {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #c3c3c3;
}
.cid-sxsGsgTE84 .mbr-figure {
  margin: 0 auto;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sxsGsgTE84 .mbr-figure img {
  height: 150px;
  width: 150px;
  margin: 0 auto;
  object-fit: cover;
  margin-bottom: 3rem;
  border-radius: 100%;
}
.cid-sxsGsgTE84 .mbr-text,
.cid-sxsGsgTE84 .mbr-section-btn {
  color: #283742;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-sxsGsgTE84 img {
    height: 250px!important;
    width: 250px!important;
  }
}
.cid-sxsGsgTE84 H3 {
  text-align: center;
  color: #191f23;
}
.cid-sxsGsgTE84 H1 {
  text-align: center;
  color: #17161a;
}
.cid-sxsGsWNQdB {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #c3c3c3;
}
.cid-sxsGsWNQdB .section-text {
  padding: 2rem 0;
  letter-spacing: 0.03em;
  text-align: left;
  color: #17161a;
}
.cid-sxsGsWNQdB .inner-container {
  margin: 0 auto;
  position: relative;
}
.cid-sxsGsWNQdB .inner-container .mbr-iconfont {
  z-index: 1;
  position: absolute;
  font-size: 9rem;
  color: #efefef;
  opacity: .1;
}
.cid-sxsGsWNQdB .inner-container .mbr-iconfont.left-top {
  left: -1rem;
  top: -1rem;
}
.cid-sxsGsWNQdB .inner-container .mbr-iconfont.right-down {
  right: -1rem;
  bottom: -1rem;
}
.cid-sxsGsWNQdB .inner-container .section-text {
  z-index: 3;
  min-height: 10rem;
}
@media (max-width: 767px) {
  .cid-sxsGsWNQdB .inner-container {
    width: 100% !important;
  }
  .cid-sxsGsWNQdB .mbr-iconfont {
    font-size: 6rem !important;
  }
}
.cid-sxsCObX4ER {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #c3c3c3;
}
.cid-sxsCObX4ER .mbr-figure {
  margin: 0 auto;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sxsCObX4ER .mbr-figure img {
  height: 150px;
  width: 150px;
  margin: 0 auto;
  object-fit: cover;
  margin-bottom: 3rem;
  border-radius: 100%;
}
.cid-sxsCObX4ER .mbr-text,
.cid-sxsCObX4ER .mbr-section-btn {
  color: #283742;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-sxsCObX4ER img {
    height: 250px!important;
    width: 250px!important;
  }
}
.cid-sxsCObX4ER H3 {
  text-align: center;
  color: #191f23;
}
.cid-sxsCObX4ER H1 {
  text-align: center;
  color: #17161a;
}
.cid-sxsCOW6Ikv {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #c3c3c3;
}
.cid-sxsCOW6Ikv .section-text {
  padding: 2rem 0;
  letter-spacing: 0.03em;
  text-align: left;
  color: #17161a;
}
.cid-sxsCOW6Ikv .inner-container {
  margin: 0 auto;
  position: relative;
}
.cid-sxsCOW6Ikv .inner-container .mbr-iconfont {
  z-index: 1;
  position: absolute;
  font-size: 9rem;
  color: #efefef;
  opacity: .1;
}
.cid-sxsCOW6Ikv .inner-container .mbr-iconfont.left-top {
  left: -1rem;
  top: -1rem;
}
.cid-sxsCOW6Ikv .inner-container .mbr-iconfont.right-down {
  right: -1rem;
  bottom: -1rem;
}
.cid-sxsCOW6Ikv .inner-container .section-text {
  z-index: 3;
  min-height: 10rem;
}
@media (max-width: 767px) {
  .cid-sxsCOW6Ikv .inner-container {
    width: 100% !important;
  }
  .cid-sxsCOW6Ikv .mbr-iconfont {
    font-size: 6rem !important;
  }
}
.cid-sxz4CqMDAg {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-sxz4CqMDAg .nav-item,
.cid-sxz4CqMDAg .nav-link,
.cid-sxz4CqMDAg .navbar-caption {
  font-weight: normal;
}
.cid-sxz4CqMDAg .navbar-nav {
  counter-reset: number;
}
@media (min-width: 992px) {
  .cid-sxz4CqMDAg .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-sxz4CqMDAg .btn {
    white-space: nowrap;
  }
  .cid-sxz4CqMDAg .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-sxz4CqMDAg .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-sxz4CqMDAg .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-sxz4CqMDAg .dropdown-toggle::after,
  .cid-sxz4CqMDAg .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-sxz4CqMDAg .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sxz4CqMDAg .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sxz4CqMDAg .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-sxz4CqMDAg .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sxz4CqMDAg .dropdown-menu .dropdown-item:hover {
  color: #489651 !important;
  background-color: #fafafa;
}
.cid-sxz4CqMDAg .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-sxz4CqMDAg .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-sxz4CqMDAg .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-sxz4CqMDAg .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-sxz4CqMDAg .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-sxz4CqMDAg .nav-item:focus,
.cid-sxz4CqMDAg .nav-link:focus {
  outline: none;
}
.cid-sxz4CqMDAg .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-sxz4CqMDAg .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-sxz4CqMDAg .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sxz4CqMDAg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sxz4CqMDAg .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-sxz4CqMDAg ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sxz4CqMDAg ul.navbar-nav li {
  margin: auto;
}
.cid-sxz4CqMDAg .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-sxz4CqMDAg .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-sxz4CqMDAg .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sxz4CqMDAg .navbar .navbar-collapse .navbar-nav {
  display: none !important;
}
.cid-sxz4CqMDAg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sxz4CqMDAg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sxz4CqMDAg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-sxz4CqMDAg .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sxz4CqMDAg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sxz4CqMDAg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sxz4CqMDAg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sxz4CqMDAg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sxz4CqMDAg .navbar .container-fluid,
  .cid-sxz4CqMDAg .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-sxz4CqMDAg .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sxz4CqMDAg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sxz4CqMDAg .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-sxz4CqMDAg .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-sxz4CqMDAg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sxz4CqMDAg .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sxz4CqMDAg .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-sxz4CqMDAg .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sxz4CqMDAg .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sxz4CqMDAg .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-sxz4CqMDAg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sxz4CqMDAg .dropdown-item.active,
.cid-sxz4CqMDAg .dropdown-item:active {
  background-color: transparent;
}
.cid-sxz4CqMDAg .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sxz4CqMDAg .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-sxz4CqMDAg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sxz4CqMDAg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-sxz4CqMDAg .navbar-buttons {
  text-align: center;
}
.cid-sxz4CqMDAg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sxz4CqMDAg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-sxz4CqMDAg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sxz4CqMDAg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sxz4CqMDAg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sxz4CqMDAg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sxz4CqMDAg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sxz4CqMDAg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sxz4CqMDAg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sxz4CqMDAg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sxz4CqMDAg .navbar-dropdown {
  position: absolute;
}
.cid-sxz4CqMDAg a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sxz4CqMDAg a.nav-link:hover {
  color: #489651 !important;
}
.is-builder .cid-sxz4CqMDAg .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sxz4CqMDAg .navbar {
    height: 77px;
  }
  .cid-sxz4CqMDAg .navbar.opened {
    height: auto;
  }
  .cid-sxz4CqMDAg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sxz4CrB935 {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sxz4CrB935 .mbr-figure {
  margin: 0 auto;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sxz4CrB935 .mbr-figure img {
  height: 150px;
  width: 150px;
  margin: 0 auto;
  object-fit: cover;
  margin-bottom: 3rem;
  border-radius: 100%;
}
.cid-sxz4CrB935 .mbr-text,
.cid-sxz4CrB935 .mbr-section-btn {
  color: #283742;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-sxz4CrB935 img {
    height: 250px!important;
    width: 250px!important;
  }
}
.cid-sxz4CrB935 H1 {
  color: #17161a;
}
.cid-sxz4CrB935 H3 {
  color: #191f23;
}
.cid-sxz4CsM5yW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #615d8c;
}
.cid-sxz4CsM5yW .section-text {
  padding: 2rem 0;
  letter-spacing: 0.03em;
  text-align: left;
}
.cid-sxz4CsM5yW .inner-container {
  margin: 0 auto;
  position: relative;
}
.cid-sxz4CsM5yW .inner-container .mbr-iconfont {
  z-index: 1;
  position: absolute;
  font-size: 9rem;
  color: #efefef;
  opacity: .1;
}
.cid-sxz4CsM5yW .inner-container .mbr-iconfont.left-top {
  left: -1rem;
  top: -1rem;
}
.cid-sxz4CsM5yW .inner-container .mbr-iconfont.right-down {
  right: -1rem;
  bottom: -1rem;
}
.cid-sxz4CsM5yW .inner-container .section-text {
  z-index: 3;
  min-height: 10rem;
}
@media (max-width: 767px) {
  .cid-sxz4CsM5yW .inner-container {
    width: 100% !important;
  }
  .cid-sxz4CsM5yW .mbr-iconfont {
    font-size: 6rem !important;
  }
}
#e-species {
  /* Type valid CSS here */
}
#e-species div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#e-species p {
  font-size: 60px;
  color: #777;
}
.cid-sxzmxvcFV0 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #444345;
}
.cid-sxzmxvcFV0 .section-text {
  padding: 2rem 0;
  letter-spacing: 0.03em;
  text-align: left;
  color: #ffffff;
}
.cid-sxzmxvcFV0 .inner-container {
  margin: 0 auto;
  position: relative;
}
.cid-sxzmxvcFV0 .inner-container .mbr-iconfont {
  z-index: 1;
  position: absolute;
  font-size: 9rem;
  color: #efefef;
  opacity: .1;
}
.cid-sxzmxvcFV0 .inner-container .mbr-iconfont.left-top {
  left: -1rem;
  top: -1rem;
}
.cid-sxzmxvcFV0 .inner-container .mbr-iconfont.right-down {
  right: -1rem;
  bottom: -1rem;
}
.cid-sxzmxvcFV0 .inner-container .section-text {
  z-index: 3;
  min-height: 10rem;
}
@media (max-width: 767px) {
  .cid-sxzmxvcFV0 .inner-container {
    width: 100% !important;
  }
  .cid-sxzmxvcFV0 .mbr-iconfont {
    font-size: 6rem !important;
  }
}
.cid-sxz4CuXoMt {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sxz4CuXoMt .mbr-figure {
  margin: 0 auto;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sxz4CuXoMt .mbr-figure img {
  height: 150px;
  width: 150px;
  margin: 0 auto;
  object-fit: cover;
  margin-bottom: 3rem;
  border-radius: 100%;
}
.cid-sxz4CuXoMt .mbr-text,
.cid-sxz4CuXoMt .mbr-section-btn {
  color: #283742;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-sxz4CuXoMt img {
    height: 250px!important;
    width: 250px!important;
  }
}
.cid-sxz4CuXoMt H3 {
  text-align: left;
  color: #191f23;
}
.cid-sxz4CvxR4P {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/conference28-1920.webp");
}
.cid-sxz4CvxR4P .logo__image {
  width: 60px;
  object-fit: cover;
}
.cid-sxz4CvxR4P .footer__content {
  margin-bottom: 30px;
}
.cid-sxz4CvxR4P .footer__content:last-child {
  margin-bottom: 0;
}
.cid-sxz4CvxR4P .title__adress {
  margin-bottom: 20px;
}
.cid-sxz4CvxR4P .work__adress {
  margin-bottom: 0;
}
.cid-sxz4CvxR4P .privacy {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-sxz4CvxR4P .privacy {
    text-align: left;
  }
}
.cid-sxz4CvxR4P .divider {
  background-color: #888888;
  opacity: .1;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-sxz4CvxR4P .form-group {
  margin-bottom: 0;
  padding-right: 0;
}
.cid-sxz4CvxR4P .form-control {
  height: 50px;
  border: none;
  padding: 14px 18px;
  background-color: #ebeaed !important;
  font-size: 16px;
  color: #191f23;
}
.cid-sxz4CvxR4P .input-group-btn {
  padding-left: 0;
}
.cid-sxz4CvxR4P .input-group-btn .btn {
  height: 50px;
  font-weight: 600;
  padding: 14px 18px;
}
.cid-sxz4CvxR4P .mbr-form .input-group-btn a.btn {
  border-radius: 4px !important;
}
.cid-sxz4CvxR4P .mbr-form .btn {
  margin: 0;
}
.cid-sxz4CvxR4P input::-webkit-input-placeholder {
  color: #191f23;
  opacity: .8;
}
.cid-sxz4CvxR4P input::-moz-placeholder {
  color: #191f23;
  opacity: .8;
}
@media (max-width: 991px) {
  .cid-sxz4CvxR4P .wrap {
    padding-bottom: 25px;
  }
  .cid-sxz4CvxR4P .divider {
    margin: 0 0 20px;
  }
}
.cid-tO2OrpBRO7 {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-tO2OrpBRO7 .nav-item,
.cid-tO2OrpBRO7 .nav-link,
.cid-tO2OrpBRO7 .navbar-caption {
  font-weight: normal;
}
.cid-tO2OrpBRO7 .navbar-nav {
  counter-reset: number;
}
@media (min-width: 992px) {
  .cid-tO2OrpBRO7 .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-tO2OrpBRO7 .btn {
    white-space: nowrap;
  }
  .cid-tO2OrpBRO7 .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-tO2OrpBRO7 .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-tO2OrpBRO7 .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-tO2OrpBRO7 .dropdown-toggle::after,
  .cid-tO2OrpBRO7 .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-tO2OrpBRO7 .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tO2OrpBRO7 .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tO2OrpBRO7 .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-tO2OrpBRO7 .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tO2OrpBRO7 .dropdown-menu .dropdown-item:hover {
  color: #489651 !important;
  background-color: #fafafa;
}
.cid-tO2OrpBRO7 .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-tO2OrpBRO7 .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-tO2OrpBRO7 .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-tO2OrpBRO7 .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-tO2OrpBRO7 .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-tO2OrpBRO7 .nav-item:focus,
.cid-tO2OrpBRO7 .nav-link:focus {
  outline: none;
}
.cid-tO2OrpBRO7 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-tO2OrpBRO7 .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tO2OrpBRO7 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tO2OrpBRO7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tO2OrpBRO7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tO2OrpBRO7 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tO2OrpBRO7 ul.navbar-nav li {
  margin: auto;
}
.cid-tO2OrpBRO7 .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-tO2OrpBRO7 .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-tO2OrpBRO7 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tO2OrpBRO7 .navbar .navbar-collapse .navbar-nav {
  display: none !important;
}
.cid-tO2OrpBRO7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tO2OrpBRO7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tO2OrpBRO7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-tO2OrpBRO7 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tO2OrpBRO7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tO2OrpBRO7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tO2OrpBRO7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tO2OrpBRO7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tO2OrpBRO7 .navbar .container-fluid,
  .cid-tO2OrpBRO7 .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-tO2OrpBRO7 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tO2OrpBRO7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tO2OrpBRO7 .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-tO2OrpBRO7 .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-tO2OrpBRO7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tO2OrpBRO7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tO2OrpBRO7 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-tO2OrpBRO7 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tO2OrpBRO7 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tO2OrpBRO7 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tO2OrpBRO7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tO2OrpBRO7 .dropdown-item.active,
.cid-tO2OrpBRO7 .dropdown-item:active {
  background-color: transparent;
}
.cid-tO2OrpBRO7 .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tO2OrpBRO7 .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-tO2OrpBRO7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tO2OrpBRO7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tO2OrpBRO7 .navbar-buttons {
  text-align: center;
}
.cid-tO2OrpBRO7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tO2OrpBRO7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-tO2OrpBRO7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tO2OrpBRO7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tO2OrpBRO7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tO2OrpBRO7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tO2OrpBRO7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tO2OrpBRO7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tO2OrpBRO7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tO2OrpBRO7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tO2OrpBRO7 .navbar-dropdown {
  position: absolute;
}
.cid-tO2OrpBRO7 a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tO2OrpBRO7 a.nav-link:hover {
  color: #489651 !important;
}
.is-builder .cid-tO2OrpBRO7 .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tO2OrpBRO7 .navbar {
    height: 77px;
  }
  .cid-tO2OrpBRO7 .navbar.opened {
    height: auto;
  }
  .cid-tO2OrpBRO7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tO2OrqlnXY {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tO2OrqlnXY .mbr-figure {
  margin: 0 auto;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tO2OrqlnXY .mbr-figure img {
  height: 150px;
  width: 150px;
  margin: 0 auto;
  object-fit: cover;
  margin-bottom: 3rem;
  border-radius: 100%;
}
.cid-tO2OrqlnXY .mbr-text,
.cid-tO2OrqlnXY .mbr-section-btn {
  color: #283742;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tO2OrqlnXY img {
    height: 250px!important;
    width: 250px!important;
  }
}
.cid-tO2OrqlnXY H1 {
  color: #17161a;
}
.cid-tO2OrqlnXY H3 {
  color: #191f23;
}
.cid-tO2OrtGeGJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/conference28-1920.webp");
}
.cid-tO2OrtGeGJ .logo__image {
  width: 60px;
  object-fit: cover;
}
.cid-tO2OrtGeGJ .footer__content {
  margin-bottom: 30px;
}
.cid-tO2OrtGeGJ .footer__content:last-child {
  margin-bottom: 0;
}
.cid-tO2OrtGeGJ .title__adress {
  margin-bottom: 20px;
}
.cid-tO2OrtGeGJ .work__adress {
  margin-bottom: 0;
}
.cid-tO2OrtGeGJ .privacy {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-tO2OrtGeGJ .privacy {
    text-align: left;
  }
}
.cid-tO2OrtGeGJ .divider {
  background-color: #888888;
  opacity: .1;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-tO2OrtGeGJ .form-group {
  margin-bottom: 0;
  padding-right: 0;
}
.cid-tO2OrtGeGJ .form-control {
  height: 50px;
  border: none;
  padding: 14px 18px;
  background-color: #ebeaed !important;
  font-size: 16px;
  color: #191f23;
}
.cid-tO2OrtGeGJ .input-group-btn {
  padding-left: 0;
}
.cid-tO2OrtGeGJ .input-group-btn .btn {
  height: 50px;
  font-weight: 600;
  padding: 14px 18px;
}
.cid-tO2OrtGeGJ .mbr-form .input-group-btn a.btn {
  border-radius: 4px !important;
}
.cid-tO2OrtGeGJ .mbr-form .btn {
  margin: 0;
}
.cid-tO2OrtGeGJ input::-webkit-input-placeholder {
  color: #191f23;
  opacity: .8;
}
.cid-tO2OrtGeGJ input::-moz-placeholder {
  color: #191f23;
  opacity: .8;
}
@media (max-width: 991px) {
  .cid-tO2OrtGeGJ .wrap {
    padding-bottom: 25px;
  }
  .cid-tO2OrtGeGJ .divider {
    margin: 0 0 20px;
  }
}
.cid-tO2PT0Vsim {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-tO2PT0Vsim .nav-item,
.cid-tO2PT0Vsim .nav-link,
.cid-tO2PT0Vsim .navbar-caption {
  font-weight: normal;
}
.cid-tO2PT0Vsim .navbar-nav {
  counter-reset: number;
}
@media (min-width: 992px) {
  .cid-tO2PT0Vsim .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-tO2PT0Vsim .btn {
    white-space: nowrap;
  }
  .cid-tO2PT0Vsim .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-tO2PT0Vsim .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-tO2PT0Vsim .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-tO2PT0Vsim .dropdown-toggle::after,
  .cid-tO2PT0Vsim .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-tO2PT0Vsim .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tO2PT0Vsim .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tO2PT0Vsim .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-tO2PT0Vsim .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tO2PT0Vsim .dropdown-menu .dropdown-item:hover {
  color: #489651 !important;
  background-color: #fafafa;
}
.cid-tO2PT0Vsim .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-tO2PT0Vsim .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-tO2PT0Vsim .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-tO2PT0Vsim .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-tO2PT0Vsim .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-tO2PT0Vsim .nav-item:focus,
.cid-tO2PT0Vsim .nav-link:focus {
  outline: none;
}
.cid-tO2PT0Vsim .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-tO2PT0Vsim .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tO2PT0Vsim .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tO2PT0Vsim .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tO2PT0Vsim .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tO2PT0Vsim ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tO2PT0Vsim ul.navbar-nav li {
  margin: auto;
}
.cid-tO2PT0Vsim .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-tO2PT0Vsim .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-tO2PT0Vsim .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tO2PT0Vsim .navbar .navbar-collapse .navbar-nav {
  display: none !important;
}
.cid-tO2PT0Vsim .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tO2PT0Vsim .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tO2PT0Vsim .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-tO2PT0Vsim .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tO2PT0Vsim .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tO2PT0Vsim .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tO2PT0Vsim .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tO2PT0Vsim .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tO2PT0Vsim .navbar .container-fluid,
  .cid-tO2PT0Vsim .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-tO2PT0Vsim .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tO2PT0Vsim .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tO2PT0Vsim .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-tO2PT0Vsim .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-tO2PT0Vsim .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tO2PT0Vsim .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tO2PT0Vsim .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-tO2PT0Vsim .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tO2PT0Vsim .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tO2PT0Vsim .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tO2PT0Vsim .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tO2PT0Vsim .dropdown-item.active,
.cid-tO2PT0Vsim .dropdown-item:active {
  background-color: transparent;
}
.cid-tO2PT0Vsim .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tO2PT0Vsim .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-tO2PT0Vsim .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tO2PT0Vsim .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tO2PT0Vsim .navbar-buttons {
  text-align: center;
}
.cid-tO2PT0Vsim button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tO2PT0Vsim button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-tO2PT0Vsim button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tO2PT0Vsim button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tO2PT0Vsim button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tO2PT0Vsim button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tO2PT0Vsim nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tO2PT0Vsim nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tO2PT0Vsim nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tO2PT0Vsim nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tO2PT0Vsim .navbar-dropdown {
  position: absolute;
}
.cid-tO2PT0Vsim a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tO2PT0Vsim a.nav-link:hover {
  color: #489651 !important;
}
.is-builder .cid-tO2PT0Vsim .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tO2PT0Vsim .navbar {
    height: 77px;
  }
  .cid-tO2PT0Vsim .navbar.opened {
    height: auto;
  }
  .cid-tO2PT0Vsim .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tO2PT24TEw {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tO2PT24TEw .mbr-figure {
  margin: 0 auto;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tO2PT24TEw .mbr-figure img {
  height: 175px;
  width: 175px;
  margin: 0 auto;
  object-fit: cover;
  margin-bottom: 3rem;
  border-radius: 100%;
}
.cid-tO2PT24TEw .mbr-text,
.cid-tO2PT24TEw .mbr-section-btn {
  color: #283742;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tO2PT24TEw img {
    height: 250px!important;
    width: 250px!important;
  }
}
.cid-tO2PT24TEw H1 {
  color: #17161a;
}
.cid-tO2PT24TEw H3 {
  color: #191f23;
}
.cid-tO2PT4OOez {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/conference28-1920.webp");
}
.cid-tO2PT4OOez .logo__image {
  width: 60px;
  object-fit: cover;
}
.cid-tO2PT4OOez .footer__content {
  margin-bottom: 30px;
}
.cid-tO2PT4OOez .footer__content:last-child {
  margin-bottom: 0;
}
.cid-tO2PT4OOez .title__adress {
  margin-bottom: 20px;
}
.cid-tO2PT4OOez .work__adress {
  margin-bottom: 0;
}
.cid-tO2PT4OOez .privacy {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-tO2PT4OOez .privacy {
    text-align: left;
  }
}
.cid-tO2PT4OOez .divider {
  background-color: #888888;
  opacity: .1;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-tO2PT4OOez .form-group {
  margin-bottom: 0;
  padding-right: 0;
}
.cid-tO2PT4OOez .form-control {
  height: 50px;
  border: none;
  padding: 14px 18px;
  background-color: #ebeaed !important;
  font-size: 16px;
  color: #191f23;
}
.cid-tO2PT4OOez .input-group-btn {
  padding-left: 0;
}
.cid-tO2PT4OOez .input-group-btn .btn {
  height: 50px;
  font-weight: 600;
  padding: 14px 18px;
}
.cid-tO2PT4OOez .mbr-form .input-group-btn a.btn {
  border-radius: 4px !important;
}
.cid-tO2PT4OOez .mbr-form .btn {
  margin: 0;
}
.cid-tO2PT4OOez input::-webkit-input-placeholder {
  color: #191f23;
  opacity: .8;
}
.cid-tO2PT4OOez input::-moz-placeholder {
  color: #191f23;
  opacity: .8;
}
@media (max-width: 991px) {
  .cid-tO2PT4OOez .wrap {
    padding-bottom: 25px;
  }
  .cid-tO2PT4OOez .divider {
    margin: 0 0 20px;
  }
}
.cid-tO2PZIHsD6 {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-tO2PZIHsD6 .nav-item,
.cid-tO2PZIHsD6 .nav-link,
.cid-tO2PZIHsD6 .navbar-caption {
  font-weight: normal;
}
.cid-tO2PZIHsD6 .navbar-nav {
  counter-reset: number;
}
@media (min-width: 992px) {
  .cid-tO2PZIHsD6 .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-tO2PZIHsD6 .btn {
    white-space: nowrap;
  }
  .cid-tO2PZIHsD6 .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-tO2PZIHsD6 .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-tO2PZIHsD6 .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-tO2PZIHsD6 .dropdown-toggle::after,
  .cid-tO2PZIHsD6 .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-tO2PZIHsD6 .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tO2PZIHsD6 .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tO2PZIHsD6 .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-tO2PZIHsD6 .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tO2PZIHsD6 .dropdown-menu .dropdown-item:hover {
  color: #489651 !important;
  background-color: #fafafa;
}
.cid-tO2PZIHsD6 .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-tO2PZIHsD6 .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-tO2PZIHsD6 .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-tO2PZIHsD6 .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-tO2PZIHsD6 .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-tO2PZIHsD6 .nav-item:focus,
.cid-tO2PZIHsD6 .nav-link:focus {
  outline: none;
}
.cid-tO2PZIHsD6 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-tO2PZIHsD6 .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tO2PZIHsD6 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tO2PZIHsD6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tO2PZIHsD6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tO2PZIHsD6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tO2PZIHsD6 ul.navbar-nav li {
  margin: auto;
}
.cid-tO2PZIHsD6 .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-tO2PZIHsD6 .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-tO2PZIHsD6 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tO2PZIHsD6 .navbar .navbar-collapse .navbar-nav {
  display: none !important;
}
.cid-tO2PZIHsD6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tO2PZIHsD6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tO2PZIHsD6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-tO2PZIHsD6 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tO2PZIHsD6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tO2PZIHsD6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tO2PZIHsD6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tO2PZIHsD6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tO2PZIHsD6 .navbar .container-fluid,
  .cid-tO2PZIHsD6 .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-tO2PZIHsD6 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tO2PZIHsD6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tO2PZIHsD6 .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-tO2PZIHsD6 .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-tO2PZIHsD6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tO2PZIHsD6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tO2PZIHsD6 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-tO2PZIHsD6 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tO2PZIHsD6 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tO2PZIHsD6 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tO2PZIHsD6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tO2PZIHsD6 .dropdown-item.active,
.cid-tO2PZIHsD6 .dropdown-item:active {
  background-color: transparent;
}
.cid-tO2PZIHsD6 .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tO2PZIHsD6 .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-tO2PZIHsD6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tO2PZIHsD6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tO2PZIHsD6 .navbar-buttons {
  text-align: center;
}
.cid-tO2PZIHsD6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tO2PZIHsD6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-tO2PZIHsD6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tO2PZIHsD6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tO2PZIHsD6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tO2PZIHsD6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tO2PZIHsD6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tO2PZIHsD6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tO2PZIHsD6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tO2PZIHsD6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tO2PZIHsD6 .navbar-dropdown {
  position: absolute;
}
.cid-tO2PZIHsD6 a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tO2PZIHsD6 a.nav-link:hover {
  color: #489651 !important;
}
.is-builder .cid-tO2PZIHsD6 .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tO2PZIHsD6 .navbar {
    height: 77px;
  }
  .cid-tO2PZIHsD6 .navbar.opened {
    height: auto;
  }
  .cid-tO2PZIHsD6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tO2PZJNVYO {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #615d8c;
}
.cid-tO2PZJNVYO .section-text {
  padding: 2rem 0;
  letter-spacing: 0.03em;
  text-align: left;
}
.cid-tO2PZJNVYO .inner-container {
  margin: 0 auto;
  position: relative;
}
.cid-tO2PZJNVYO .inner-container .mbr-iconfont {
  z-index: 1;
  position: absolute;
  font-size: 9rem;
  color: #efefef;
  opacity: .1;
}
.cid-tO2PZJNVYO .inner-container .mbr-iconfont.left-top {
  left: -1rem;
  top: -1rem;
}
.cid-tO2PZJNVYO .inner-container .mbr-iconfont.right-down {
  right: -1rem;
  bottom: -1rem;
}
.cid-tO2PZJNVYO .inner-container .section-text {
  z-index: 3;
  min-height: 10rem;
}
@media (max-width: 767px) {
  .cid-tO2PZJNVYO .inner-container {
    width: 100% !important;
  }
  .cid-tO2PZJNVYO .mbr-iconfont {
    font-size: 6rem !important;
  }
}
.cid-tO2PZLVywE {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/conference28-1920.webp");
}
.cid-tO2PZLVywE .logo__image {
  width: 60px;
  object-fit: cover;
}
.cid-tO2PZLVywE .footer__content {
  margin-bottom: 30px;
}
.cid-tO2PZLVywE .footer__content:last-child {
  margin-bottom: 0;
}
.cid-tO2PZLVywE .title__adress {
  margin-bottom: 20px;
}
.cid-tO2PZLVywE .work__adress {
  margin-bottom: 0;
}
.cid-tO2PZLVywE .privacy {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-tO2PZLVywE .privacy {
    text-align: left;
  }
}
.cid-tO2PZLVywE .divider {
  background-color: #888888;
  opacity: .1;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-tO2PZLVywE .form-group {
  margin-bottom: 0;
  padding-right: 0;
}
.cid-tO2PZLVywE .form-control {
  height: 50px;
  border: none;
  padding: 14px 18px;
  background-color: #ebeaed !important;
  font-size: 16px;
  color: #191f23;
}
.cid-tO2PZLVywE .input-group-btn {
  padding-left: 0;
}
.cid-tO2PZLVywE .input-group-btn .btn {
  height: 50px;
  font-weight: 600;
  padding: 14px 18px;
}
.cid-tO2PZLVywE .mbr-form .input-group-btn a.btn {
  border-radius: 4px !important;
}
.cid-tO2PZLVywE .mbr-form .btn {
  margin: 0;
}
.cid-tO2PZLVywE input::-webkit-input-placeholder {
  color: #191f23;
  opacity: .8;
}
.cid-tO2PZLVywE input::-moz-placeholder {
  color: #191f23;
  opacity: .8;
}
@media (max-width: 991px) {
  .cid-tO2PZLVywE .wrap {
    padding-bottom: 25px;
  }
  .cid-tO2PZLVywE .divider {
    margin: 0 0 20px;
  }
}
.cid-tO2Q3Lo5Zi {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-tO2Q3Lo5Zi .nav-item,
.cid-tO2Q3Lo5Zi .nav-link,
.cid-tO2Q3Lo5Zi .navbar-caption {
  font-weight: normal;
}
.cid-tO2Q3Lo5Zi .navbar-nav {
  counter-reset: number;
}
@media (min-width: 992px) {
  .cid-tO2Q3Lo5Zi .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-tO2Q3Lo5Zi .btn {
    white-space: nowrap;
  }
  .cid-tO2Q3Lo5Zi .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-tO2Q3Lo5Zi .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-tO2Q3Lo5Zi .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-tO2Q3Lo5Zi .dropdown-toggle::after,
  .cid-tO2Q3Lo5Zi .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-tO2Q3Lo5Zi .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tO2Q3Lo5Zi .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tO2Q3Lo5Zi .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-tO2Q3Lo5Zi .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tO2Q3Lo5Zi .dropdown-menu .dropdown-item:hover {
  color: #489651 !important;
  background-color: #fafafa;
}
.cid-tO2Q3Lo5Zi .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-tO2Q3Lo5Zi .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-tO2Q3Lo5Zi .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-tO2Q3Lo5Zi .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-tO2Q3Lo5Zi .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-tO2Q3Lo5Zi .nav-item:focus,
.cid-tO2Q3Lo5Zi .nav-link:focus {
  outline: none;
}
.cid-tO2Q3Lo5Zi .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-tO2Q3Lo5Zi .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tO2Q3Lo5Zi .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tO2Q3Lo5Zi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tO2Q3Lo5Zi .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tO2Q3Lo5Zi ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tO2Q3Lo5Zi ul.navbar-nav li {
  margin: auto;
}
.cid-tO2Q3Lo5Zi .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-tO2Q3Lo5Zi .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-tO2Q3Lo5Zi .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tO2Q3Lo5Zi .navbar .navbar-collapse .navbar-nav {
  display: none !important;
}
.cid-tO2Q3Lo5Zi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tO2Q3Lo5Zi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tO2Q3Lo5Zi .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-tO2Q3Lo5Zi .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tO2Q3Lo5Zi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tO2Q3Lo5Zi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tO2Q3Lo5Zi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tO2Q3Lo5Zi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tO2Q3Lo5Zi .navbar .container-fluid,
  .cid-tO2Q3Lo5Zi .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-tO2Q3Lo5Zi .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tO2Q3Lo5Zi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tO2Q3Lo5Zi .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-tO2Q3Lo5Zi .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-tO2Q3Lo5Zi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tO2Q3Lo5Zi .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tO2Q3Lo5Zi .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-tO2Q3Lo5Zi .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tO2Q3Lo5Zi .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tO2Q3Lo5Zi .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tO2Q3Lo5Zi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tO2Q3Lo5Zi .dropdown-item.active,
.cid-tO2Q3Lo5Zi .dropdown-item:active {
  background-color: transparent;
}
.cid-tO2Q3Lo5Zi .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tO2Q3Lo5Zi .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-tO2Q3Lo5Zi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tO2Q3Lo5Zi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tO2Q3Lo5Zi .navbar-buttons {
  text-align: center;
}
.cid-tO2Q3Lo5Zi button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tO2Q3Lo5Zi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-tO2Q3Lo5Zi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tO2Q3Lo5Zi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tO2Q3Lo5Zi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tO2Q3Lo5Zi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tO2Q3Lo5Zi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tO2Q3Lo5Zi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tO2Q3Lo5Zi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tO2Q3Lo5Zi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tO2Q3Lo5Zi .navbar-dropdown {
  position: absolute;
}
.cid-tO2Q3Lo5Zi a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tO2Q3Lo5Zi a.nav-link:hover {
  color: #489651 !important;
}
.is-builder .cid-tO2Q3Lo5Zi .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tO2Q3Lo5Zi .navbar {
    height: 77px;
  }
  .cid-tO2Q3Lo5Zi .navbar.opened {
    height: auto;
  }
  .cid-tO2Q3Lo5Zi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tO2Q3MvXUf {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tO2Q3MvXUf .mbr-figure {
  margin: 0 auto;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tO2Q3MvXUf .mbr-figure img {
  height: 150px;
  width: 150px;
  margin: 0 auto;
  object-fit: cover;
  margin-bottom: 3rem;
  border-radius: 100%;
}
.cid-tO2Q3MvXUf .mbr-text,
.cid-tO2Q3MvXUf .mbr-section-btn {
  color: #283742;
}
@media (max-width: 767px) {
  .cid-tO2Q3MvXUf img {
    height: 250px!important;
    width: 250px!important;
  }
}
.cid-tO2Q3MvXUf H3 {
  color: #191f23;
}
.cid-tO2Q3MvXUf H1 {
  color: #17161a;
}
.cid-tO2Q3OT05Q {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/conference28-1920.webp");
}
.cid-tO2Q3OT05Q .logo__image {
  width: 60px;
  object-fit: cover;
}
.cid-tO2Q3OT05Q .footer__content {
  margin-bottom: 30px;
}
.cid-tO2Q3OT05Q .footer__content:last-child {
  margin-bottom: 0;
}
.cid-tO2Q3OT05Q .title__adress {
  margin-bottom: 20px;
}
.cid-tO2Q3OT05Q .work__adress {
  margin-bottom: 0;
}
.cid-tO2Q3OT05Q .privacy {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-tO2Q3OT05Q .privacy {
    text-align: left;
  }
}
.cid-tO2Q3OT05Q .divider {
  background-color: #888888;
  opacity: .1;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-tO2Q3OT05Q .form-group {
  margin-bottom: 0;
  padding-right: 0;
}
.cid-tO2Q3OT05Q .form-control {
  height: 50px;
  border: none;
  padding: 14px 18px;
  background-color: #ebeaed !important;
  font-size: 16px;
  color: #191f23;
}
.cid-tO2Q3OT05Q .input-group-btn {
  padding-left: 0;
}
.cid-tO2Q3OT05Q .input-group-btn .btn {
  height: 50px;
  font-weight: 600;
  padding: 14px 18px;
}
.cid-tO2Q3OT05Q .mbr-form .input-group-btn a.btn {
  border-radius: 4px !important;
}
.cid-tO2Q3OT05Q .mbr-form .btn {
  margin: 0;
}
.cid-tO2Q3OT05Q input::-webkit-input-placeholder {
  color: #191f23;
  opacity: .8;
}
.cid-tO2Q3OT05Q input::-moz-placeholder {
  color: #191f23;
  opacity: .8;
}
@media (max-width: 991px) {
  .cid-tO2Q3OT05Q .wrap {
    padding-bottom: 25px;
  }
  .cid-tO2Q3OT05Q .divider {
    margin: 0 0 20px;
  }
}
.cid-tO2Q7pNbVY {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-tO2Q7pNbVY .nav-item,
.cid-tO2Q7pNbVY .nav-link,
.cid-tO2Q7pNbVY .navbar-caption {
  font-weight: normal;
}
.cid-tO2Q7pNbVY .navbar-nav {
  counter-reset: number;
}
@media (min-width: 992px) {
  .cid-tO2Q7pNbVY .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-tO2Q7pNbVY .btn {
    white-space: nowrap;
  }
  .cid-tO2Q7pNbVY .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-tO2Q7pNbVY .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-tO2Q7pNbVY .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-tO2Q7pNbVY .dropdown-toggle::after,
  .cid-tO2Q7pNbVY .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-tO2Q7pNbVY .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tO2Q7pNbVY .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tO2Q7pNbVY .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-tO2Q7pNbVY .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tO2Q7pNbVY .dropdown-menu .dropdown-item:hover {
  color: #489651 !important;
  background-color: #fafafa;
}
.cid-tO2Q7pNbVY .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-tO2Q7pNbVY .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-tO2Q7pNbVY .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-tO2Q7pNbVY .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-tO2Q7pNbVY .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-tO2Q7pNbVY .nav-item:focus,
.cid-tO2Q7pNbVY .nav-link:focus {
  outline: none;
}
.cid-tO2Q7pNbVY .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-tO2Q7pNbVY .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tO2Q7pNbVY .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tO2Q7pNbVY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tO2Q7pNbVY .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tO2Q7pNbVY ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tO2Q7pNbVY ul.navbar-nav li {
  margin: auto;
}
.cid-tO2Q7pNbVY .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-tO2Q7pNbVY .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-tO2Q7pNbVY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tO2Q7pNbVY .navbar .navbar-collapse .navbar-nav {
  display: none !important;
}
.cid-tO2Q7pNbVY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tO2Q7pNbVY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tO2Q7pNbVY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-tO2Q7pNbVY .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tO2Q7pNbVY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tO2Q7pNbVY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tO2Q7pNbVY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tO2Q7pNbVY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tO2Q7pNbVY .navbar .container-fluid,
  .cid-tO2Q7pNbVY .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-tO2Q7pNbVY .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tO2Q7pNbVY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tO2Q7pNbVY .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-tO2Q7pNbVY .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-tO2Q7pNbVY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tO2Q7pNbVY .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tO2Q7pNbVY .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-tO2Q7pNbVY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tO2Q7pNbVY .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tO2Q7pNbVY .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tO2Q7pNbVY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tO2Q7pNbVY .dropdown-item.active,
.cid-tO2Q7pNbVY .dropdown-item:active {
  background-color: transparent;
}
.cid-tO2Q7pNbVY .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tO2Q7pNbVY .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-tO2Q7pNbVY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tO2Q7pNbVY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tO2Q7pNbVY .navbar-buttons {
  text-align: center;
}
.cid-tO2Q7pNbVY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tO2Q7pNbVY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-tO2Q7pNbVY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tO2Q7pNbVY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tO2Q7pNbVY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tO2Q7pNbVY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tO2Q7pNbVY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tO2Q7pNbVY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tO2Q7pNbVY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tO2Q7pNbVY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tO2Q7pNbVY .navbar-dropdown {
  position: absolute;
}
.cid-tO2Q7pNbVY a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tO2Q7pNbVY a.nav-link:hover {
  color: #489651 !important;
}
.is-builder .cid-tO2Q7pNbVY .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tO2Q7pNbVY .navbar {
    height: 77px;
  }
  .cid-tO2Q7pNbVY .navbar.opened {
    height: auto;
  }
  .cid-tO2Q7pNbVY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tO2Q7raLO5 {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tO2Q7raLO5 .mbr-figure {
  margin: 0 auto;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tO2Q7raLO5 .mbr-figure img {
  height: 150px;
  width: 150px;
  margin: 0 auto;
  object-fit: cover;
  margin-bottom: 3rem;
  border-radius: 100%;
}
.cid-tO2Q7raLO5 .mbr-text,
.cid-tO2Q7raLO5 .mbr-section-btn {
  color: #283742;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tO2Q7raLO5 img {
    height: 250px!important;
    width: 250px!important;
  }
}
.cid-tO2Q7raLO5 H3 {
  color: #191f23;
}
.cid-tO2Q7raLO5 H1 {
  color: #17161a;
}
.cid-tO2Q7ukd18 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/conference28-1920.webp");
}
.cid-tO2Q7ukd18 .logo__image {
  width: 60px;
  object-fit: cover;
}
.cid-tO2Q7ukd18 .footer__content {
  margin-bottom: 30px;
}
.cid-tO2Q7ukd18 .footer__content:last-child {
  margin-bottom: 0;
}
.cid-tO2Q7ukd18 .title__adress {
  margin-bottom: 20px;
}
.cid-tO2Q7ukd18 .work__adress {
  margin-bottom: 0;
}
.cid-tO2Q7ukd18 .privacy {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-tO2Q7ukd18 .privacy {
    text-align: left;
  }
}
.cid-tO2Q7ukd18 .divider {
  background-color: #888888;
  opacity: .1;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-tO2Q7ukd18 .form-group {
  margin-bottom: 0;
  padding-right: 0;
}
.cid-tO2Q7ukd18 .form-control {
  height: 50px;
  border: none;
  padding: 14px 18px;
  background-color: #ebeaed !important;
  font-size: 16px;
  color: #191f23;
}
.cid-tO2Q7ukd18 .input-group-btn {
  padding-left: 0;
}
.cid-tO2Q7ukd18 .input-group-btn .btn {
  height: 50px;
  font-weight: 600;
  padding: 14px 18px;
}
.cid-tO2Q7ukd18 .mbr-form .input-group-btn a.btn {
  border-radius: 4px !important;
}
.cid-tO2Q7ukd18 .mbr-form .btn {
  margin: 0;
}
.cid-tO2Q7ukd18 input::-webkit-input-placeholder {
  color: #191f23;
  opacity: .8;
}
.cid-tO2Q7ukd18 input::-moz-placeholder {
  color: #191f23;
  opacity: .8;
}
@media (max-width: 991px) {
  .cid-tO2Q7ukd18 .wrap {
    padding-bottom: 25px;
  }
  .cid-tO2Q7ukd18 .divider {
    margin: 0 0 20px;
  }
}
.cid-tO2Qc5KJ9w {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-tO2Qc5KJ9w .nav-item,
.cid-tO2Qc5KJ9w .nav-link,
.cid-tO2Qc5KJ9w .navbar-caption {
  font-weight: normal;
}
.cid-tO2Qc5KJ9w .navbar-nav {
  counter-reset: number;
}
@media (min-width: 992px) {
  .cid-tO2Qc5KJ9w .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-tO2Qc5KJ9w .btn {
    white-space: nowrap;
  }
  .cid-tO2Qc5KJ9w .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-tO2Qc5KJ9w .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-tO2Qc5KJ9w .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-tO2Qc5KJ9w .dropdown-toggle::after,
  .cid-tO2Qc5KJ9w .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-tO2Qc5KJ9w .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tO2Qc5KJ9w .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tO2Qc5KJ9w .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-tO2Qc5KJ9w .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tO2Qc5KJ9w .dropdown-menu .dropdown-item:hover {
  color: #489651 !important;
  background-color: #fafafa;
}
.cid-tO2Qc5KJ9w .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-tO2Qc5KJ9w .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-tO2Qc5KJ9w .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-tO2Qc5KJ9w .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-tO2Qc5KJ9w .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-tO2Qc5KJ9w .nav-item:focus,
.cid-tO2Qc5KJ9w .nav-link:focus {
  outline: none;
}
.cid-tO2Qc5KJ9w .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-tO2Qc5KJ9w .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tO2Qc5KJ9w .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tO2Qc5KJ9w .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tO2Qc5KJ9w .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tO2Qc5KJ9w ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tO2Qc5KJ9w ul.navbar-nav li {
  margin: auto;
}
.cid-tO2Qc5KJ9w .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-tO2Qc5KJ9w .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-tO2Qc5KJ9w .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tO2Qc5KJ9w .navbar .navbar-collapse .navbar-nav {
  display: none !important;
}
.cid-tO2Qc5KJ9w .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tO2Qc5KJ9w .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tO2Qc5KJ9w .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-tO2Qc5KJ9w .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tO2Qc5KJ9w .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tO2Qc5KJ9w .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tO2Qc5KJ9w .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tO2Qc5KJ9w .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tO2Qc5KJ9w .navbar .container-fluid,
  .cid-tO2Qc5KJ9w .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-tO2Qc5KJ9w .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tO2Qc5KJ9w .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tO2Qc5KJ9w .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-tO2Qc5KJ9w .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-tO2Qc5KJ9w .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tO2Qc5KJ9w .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tO2Qc5KJ9w .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-tO2Qc5KJ9w .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tO2Qc5KJ9w .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tO2Qc5KJ9w .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tO2Qc5KJ9w .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tO2Qc5KJ9w .dropdown-item.active,
.cid-tO2Qc5KJ9w .dropdown-item:active {
  background-color: transparent;
}
.cid-tO2Qc5KJ9w .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tO2Qc5KJ9w .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-tO2Qc5KJ9w .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tO2Qc5KJ9w .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tO2Qc5KJ9w .navbar-buttons {
  text-align: center;
}
.cid-tO2Qc5KJ9w button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tO2Qc5KJ9w button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-tO2Qc5KJ9w button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tO2Qc5KJ9w button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tO2Qc5KJ9w button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tO2Qc5KJ9w button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tO2Qc5KJ9w nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tO2Qc5KJ9w nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tO2Qc5KJ9w nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tO2Qc5KJ9w nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tO2Qc5KJ9w .navbar-dropdown {
  position: absolute;
}
.cid-tO2Qc5KJ9w a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tO2Qc5KJ9w a.nav-link:hover {
  color: #489651 !important;
}
.is-builder .cid-tO2Qc5KJ9w .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tO2Qc5KJ9w .navbar {
    height: 77px;
  }
  .cid-tO2Qc5KJ9w .navbar.opened {
    height: auto;
  }
  .cid-tO2Qc5KJ9w .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tO2Qc723Sp {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tO2Qc723Sp .mbr-figure {
  margin: 0 auto;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tO2Qc723Sp .mbr-figure img {
  height: 150px;
  width: 150px;
  margin: 0 auto;
  object-fit: cover;
  margin-bottom: 3rem;
  border-radius: 100%;
}
.cid-tO2Qc723Sp .mbr-text,
.cid-tO2Qc723Sp .mbr-section-btn {
  color: #283742;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tO2Qc723Sp img {
    height: 250px!important;
    width: 250px!important;
  }
}
.cid-tO2Qc723Sp H3 {
  text-align: center;
  color: #191f23;
}
.cid-tO2Qc723Sp H1 {
  text-align: center;
  color: #17161a;
}
.cid-tO2Qc8aQmJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/conference28-1920.webp");
}
.cid-tO2Qc8aQmJ .logo__image {
  width: 60px;
  object-fit: cover;
}
.cid-tO2Qc8aQmJ .footer__content {
  margin-bottom: 30px;
}
.cid-tO2Qc8aQmJ .footer__content:last-child {
  margin-bottom: 0;
}
.cid-tO2Qc8aQmJ .title__adress {
  margin-bottom: 20px;
}
.cid-tO2Qc8aQmJ .work__adress {
  margin-bottom: 0;
}
.cid-tO2Qc8aQmJ .privacy {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-tO2Qc8aQmJ .privacy {
    text-align: left;
  }
}
.cid-tO2Qc8aQmJ .divider {
  background-color: #888888;
  opacity: .1;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-tO2Qc8aQmJ .form-group {
  margin-bottom: 0;
  padding-right: 0;
}
.cid-tO2Qc8aQmJ .form-control {
  height: 50px;
  border: none;
  padding: 14px 18px;
  background-color: #ebeaed !important;
  font-size: 16px;
  color: #191f23;
}
.cid-tO2Qc8aQmJ .input-group-btn {
  padding-left: 0;
}
.cid-tO2Qc8aQmJ .input-group-btn .btn {
  height: 50px;
  font-weight: 600;
  padding: 14px 18px;
}
.cid-tO2Qc8aQmJ .mbr-form .input-group-btn a.btn {
  border-radius: 4px !important;
}
.cid-tO2Qc8aQmJ .mbr-form .btn {
  margin: 0;
}
.cid-tO2Qc8aQmJ input::-webkit-input-placeholder {
  color: #191f23;
  opacity: .8;
}
.cid-tO2Qc8aQmJ input::-moz-placeholder {
  color: #191f23;
  opacity: .8;
}
@media (max-width: 991px) {
  .cid-tO2Qc8aQmJ .wrap {
    padding-bottom: 25px;
  }
  .cid-tO2Qc8aQmJ .divider {
    margin: 0 0 20px;
  }
}
.cid-tO2QfYnbBa {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-tO2QfYnbBa .nav-item,
.cid-tO2QfYnbBa .nav-link,
.cid-tO2QfYnbBa .navbar-caption {
  font-weight: normal;
}
.cid-tO2QfYnbBa .navbar-nav {
  counter-reset: number;
}
@media (min-width: 992px) {
  .cid-tO2QfYnbBa .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-tO2QfYnbBa .btn {
    white-space: nowrap;
  }
  .cid-tO2QfYnbBa .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-tO2QfYnbBa .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-tO2QfYnbBa .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-tO2QfYnbBa .dropdown-toggle::after,
  .cid-tO2QfYnbBa .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-tO2QfYnbBa .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tO2QfYnbBa .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tO2QfYnbBa .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-tO2QfYnbBa .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tO2QfYnbBa .dropdown-menu .dropdown-item:hover {
  color: #489651 !important;
  background-color: #fafafa;
}
.cid-tO2QfYnbBa .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-tO2QfYnbBa .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-tO2QfYnbBa .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-tO2QfYnbBa .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-tO2QfYnbBa .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-tO2QfYnbBa .nav-item:focus,
.cid-tO2QfYnbBa .nav-link:focus {
  outline: none;
}
.cid-tO2QfYnbBa .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-tO2QfYnbBa .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tO2QfYnbBa .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tO2QfYnbBa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tO2QfYnbBa .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tO2QfYnbBa ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tO2QfYnbBa ul.navbar-nav li {
  margin: auto;
}
.cid-tO2QfYnbBa .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-tO2QfYnbBa .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-tO2QfYnbBa .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tO2QfYnbBa .navbar .navbar-collapse .navbar-nav {
  display: none !important;
}
.cid-tO2QfYnbBa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tO2QfYnbBa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tO2QfYnbBa .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-tO2QfYnbBa .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tO2QfYnbBa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tO2QfYnbBa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tO2QfYnbBa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tO2QfYnbBa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tO2QfYnbBa .navbar .container-fluid,
  .cid-tO2QfYnbBa .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-tO2QfYnbBa .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tO2QfYnbBa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tO2QfYnbBa .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-tO2QfYnbBa .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-tO2QfYnbBa .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tO2QfYnbBa .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tO2QfYnbBa .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-tO2QfYnbBa .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tO2QfYnbBa .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tO2QfYnbBa .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tO2QfYnbBa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tO2QfYnbBa .dropdown-item.active,
.cid-tO2QfYnbBa .dropdown-item:active {
  background-color: transparent;
}
.cid-tO2QfYnbBa .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tO2QfYnbBa .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-tO2QfYnbBa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tO2QfYnbBa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tO2QfYnbBa .navbar-buttons {
  text-align: center;
}
.cid-tO2QfYnbBa button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tO2QfYnbBa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-tO2QfYnbBa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tO2QfYnbBa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tO2QfYnbBa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tO2QfYnbBa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tO2QfYnbBa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tO2QfYnbBa nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tO2QfYnbBa nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tO2QfYnbBa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tO2QfYnbBa .navbar-dropdown {
  position: absolute;
}
.cid-tO2QfYnbBa a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tO2QfYnbBa a.nav-link:hover {
  color: #489651 !important;
}
.is-builder .cid-tO2QfYnbBa .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tO2QfYnbBa .navbar {
    height: 77px;
  }
  .cid-tO2QfYnbBa .navbar.opened {
    height: auto;
  }
  .cid-tO2QfYnbBa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tO2QfZyEM0 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tO2QfZyEM0 .mbr-figure {
  margin: 0 auto;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tO2QfZyEM0 .mbr-figure img {
  height: 150px;
  width: 150px;
  margin: 0 auto;
  object-fit: cover;
  margin-bottom: 3rem;
  border-radius: 100%;
}
.cid-tO2QfZyEM0 .mbr-text,
.cid-tO2QfZyEM0 .mbr-section-btn {
  color: #283742;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tO2QfZyEM0 img {
    height: 250px!important;
    width: 250px!important;
  }
}
.cid-tO2QfZyEM0 H3 {
  text-align: left;
  color: #191f23;
}
.cid-tO2QfZWIVb {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/conference28-1920.webp");
}
.cid-tO2QfZWIVb .logo__image {
  width: 60px;
  object-fit: cover;
}
.cid-tO2QfZWIVb .footer__content {
  margin-bottom: 30px;
}
.cid-tO2QfZWIVb .footer__content:last-child {
  margin-bottom: 0;
}
.cid-tO2QfZWIVb .title__adress {
  margin-bottom: 20px;
}
.cid-tO2QfZWIVb .work__adress {
  margin-bottom: 0;
}
.cid-tO2QfZWIVb .privacy {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-tO2QfZWIVb .privacy {
    text-align: left;
  }
}
.cid-tO2QfZWIVb .divider {
  background-color: #888888;
  opacity: .1;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-tO2QfZWIVb .form-group {
  margin-bottom: 0;
  padding-right: 0;
}
.cid-tO2QfZWIVb .form-control {
  height: 50px;
  border: none;
  padding: 14px 18px;
  background-color: #ebeaed !important;
  font-size: 16px;
  color: #191f23;
}
.cid-tO2QfZWIVb .input-group-btn {
  padding-left: 0;
}
.cid-tO2QfZWIVb .input-group-btn .btn {
  height: 50px;
  font-weight: 600;
  padding: 14px 18px;
}
.cid-tO2QfZWIVb .mbr-form .input-group-btn a.btn {
  border-radius: 4px !important;
}
.cid-tO2QfZWIVb .mbr-form .btn {
  margin: 0;
}
.cid-tO2QfZWIVb input::-webkit-input-placeholder {
  color: #191f23;
  opacity: .8;
}
.cid-tO2QfZWIVb input::-moz-placeholder {
  color: #191f23;
  opacity: .8;
}
@media (max-width: 991px) {
  .cid-tO2QfZWIVb .wrap {
    padding-bottom: 25px;
  }
  .cid-tO2QfZWIVb .divider {
    margin: 0 0 20px;
  }
}
.cid-s6fQ7A145u {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-s6fQ7A145u .nav-item,
.cid-s6fQ7A145u .nav-link,
.cid-s6fQ7A145u .navbar-caption {
  font-weight: normal;
}
.cid-s6fQ7A145u .navbar-nav {
  counter-reset: number;
}
@media (min-width: 992px) {
  .cid-s6fQ7A145u .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-s6fQ7A145u .btn {
    white-space: nowrap;
  }
  .cid-s6fQ7A145u .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-s6fQ7A145u .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-s6fQ7A145u .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-s6fQ7A145u .dropdown-toggle::after,
  .cid-s6fQ7A145u .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-s6fQ7A145u .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-s6fQ7A145u .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-s6fQ7A145u .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-s6fQ7A145u .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-s6fQ7A145u .dropdown-menu .dropdown-item:hover {
  color: #489651 !important;
  background-color: #fafafa;
}
.cid-s6fQ7A145u .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-s6fQ7A145u .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-s6fQ7A145u .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-s6fQ7A145u .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-s6fQ7A145u .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-s6fQ7A145u .nav-item:focus,
.cid-s6fQ7A145u .nav-link:focus {
  outline: none;
}
.cid-s6fQ7A145u .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-s6fQ7A145u .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-s6fQ7A145u .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-s6fQ7A145u .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s6fQ7A145u .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-s6fQ7A145u ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s6fQ7A145u ul.navbar-nav li {
  margin: auto;
}
.cid-s6fQ7A145u .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-s6fQ7A145u .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-s6fQ7A145u .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-s6fQ7A145u .navbar .navbar-collapse .navbar-nav {
  display: none !important;
}
.cid-s6fQ7A145u .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s6fQ7A145u .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s6fQ7A145u .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-s6fQ7A145u .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-s6fQ7A145u .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s6fQ7A145u .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-s6fQ7A145u .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s6fQ7A145u .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s6fQ7A145u .navbar .container-fluid,
  .cid-s6fQ7A145u .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-s6fQ7A145u .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s6fQ7A145u .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s6fQ7A145u .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-s6fQ7A145u .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-s6fQ7A145u .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s6fQ7A145u .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-s6fQ7A145u .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-s6fQ7A145u .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s6fQ7A145u .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s6fQ7A145u .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-s6fQ7A145u .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s6fQ7A145u .dropdown-item.active,
.cid-s6fQ7A145u .dropdown-item:active {
  background-color: transparent;
}
.cid-s6fQ7A145u .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s6fQ7A145u .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-s6fQ7A145u .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-s6fQ7A145u .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-s6fQ7A145u .navbar-buttons {
  text-align: center;
}
.cid-s6fQ7A145u button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s6fQ7A145u button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-s6fQ7A145u button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s6fQ7A145u button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s6fQ7A145u button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s6fQ7A145u button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s6fQ7A145u nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s6fQ7A145u nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s6fQ7A145u nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s6fQ7A145u nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s6fQ7A145u .navbar-dropdown {
  position: absolute;
}
.cid-s6fQ7A145u a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-s6fQ7A145u a.nav-link:hover {
  color: #489651 !important;
}
.is-builder .cid-s6fQ7A145u .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s6fQ7A145u .navbar {
    height: 77px;
  }
  .cid-s6fQ7A145u .navbar.opened {
    height: auto;
  }
  .cid-s6fQ7A145u .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tO2TrDRVno {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tO2TrDRVno .mbr-fallback-image.disabled {
  display: none;
}
.cid-tO2TrDRVno .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-tO2TrDRVno .container {
    padding: 0 30px;
  }
}
.cid-tO2TrDRVno .row {
  justify-content: center;
}
.cid-tO2TrDRVno .title-wrapper {
  margin-bottom: 55px;
}
.cid-tO2TrDRVno .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tO2TrDRVno .title-wrapper .link-wrapper:hover .mbr-link {
  color: #000000;
}
.cid-tO2TrDRVno .title-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-out;
}
.cid-tO2TrDRVno .card {
  padding: 0 8px;
}
.cid-tO2TrDRVno .card:nth-child(2n) {
  padding: 80px 8px 0;
}
@media (max-width: 992px) {
  .cid-tO2TrDRVno .card:nth-child(2n) {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-tO2TrDRVno .card {
    padding: 0 12px;
  }
}
.cid-tO2TrDRVno .card a {
  display: block;
}
.cid-tO2TrDRVno .card a:hover .image-wrapper .mbr-iconfont {
  opacity: 1;
}
.cid-tO2TrDRVno .card a:hover .image-wrapper::before {
  opacity: .5;
}
.cid-tO2TrDRVno .card a .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.cid-tO2TrDRVno .card a .image-wrapper img {
  height: 215px;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-tO2TrDRVno .card a .image-wrapper img {
    height: 250px;
    margin-bottom: 22px;
  }
}
.cid-tO2TrDRVno .card a .image-wrapper .mbr-iconfont {
  position: absolute;
  font-size: 22px;
  color: #ffffff;
  opacity: 0;
  transition: all 0.3s ease-out;
}
.cid-tO2TrDRVno .card a .image-wrapper:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  background-color: #ffffff;
  opacity: 0;
  border-radius: 10px;
  transition: all 0.3s ease-out;
  pointer-events: none;
}
.cid-tO2TrDRVno .text-wrapper {
  margin-top: 44px;
}
.cid-tO2TrDRVno .text-wrapper .mbr-text {
  margin: 0;
}
.cid-tO2TrDRVno .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-tO2TrDRVno .mbr-link {
  color: #000000;
  text-align: center;
}
.cid-tO2TrDRVno .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-tO2Rlo4GHQ {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tO2Rlo4GHQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tO2Rlo4GHQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tO2Rlo4GHQ .container-fluid {
  padding: 0 110px;
}
@media (max-width: 768px) {
  .cid-tO2Rlo4GHQ .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-tO2Rlo4GHQ .container {
    padding: 0 26px;
  }
}
.cid-tO2Rlo4GHQ .row {
  justify-content: center;
}
.cid-tO2Rlo4GHQ .card {
  padding: 0 25px;
}
@media (max-width: 1200px) {
  .cid-tO2Rlo4GHQ .card {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-tO2Rlo4GHQ .card {
    padding: 0 25px;
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .cid-tO2Rlo4GHQ .card {
    padding: 0 12px;
  }
}
.cid-tO2Rlo4GHQ .card .image-wrapper img {
  height: 240px;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-tO2Rlo4GHQ .card .image-wrapper img {
    height: 180px;
  }
}
.cid-tOdqBzjMYs {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tOdqBzjMYs .mbr-figure {
  margin: 0 auto;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tOdqBzjMYs .mbr-figure img {
  height: 150px;
  width: 150px;
  margin: 0 auto;
  object-fit: cover;
  margin-bottom: 3rem;
  border-radius: 100%;
}
.cid-tOdqBzjMYs .mbr-text,
.cid-tOdqBzjMYs .mbr-section-btn {
  color: #283742;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tOdqBzjMYs img {
    height: 250px!important;
    width: 250px!important;
  }
}
.cid-tOdqBzjMYs H3 {
  text-align: left;
  color: #191f23;
}
.cid-s6fZtoElGf {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/conference28-1920.webp");
}
.cid-s6fZtoElGf .logo__image {
  width: 60px;
  object-fit: cover;
}
.cid-s6fZtoElGf .footer__content {
  margin-bottom: 30px;
}
.cid-s6fZtoElGf .footer__content:last-child {
  margin-bottom: 0;
}
.cid-s6fZtoElGf .title__adress {
  margin-bottom: 20px;
}
.cid-s6fZtoElGf .work__adress {
  margin-bottom: 0;
}
.cid-s6fZtoElGf .privacy {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-s6fZtoElGf .privacy {
    text-align: left;
  }
}
.cid-s6fZtoElGf .divider {
  background-color: #888888;
  opacity: .1;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-s6fZtoElGf .form-group {
  margin-bottom: 0;
  padding-right: 0;
}
.cid-s6fZtoElGf .form-control {
  height: 50px;
  border: none;
  padding: 14px 18px;
  background-color: #ebeaed !important;
  font-size: 16px;
  color: #191f23;
}
.cid-s6fZtoElGf .input-group-btn {
  padding-left: 0;
}
.cid-s6fZtoElGf .input-group-btn .btn {
  height: 50px;
  font-weight: 600;
  padding: 14px 18px;
}
.cid-s6fZtoElGf .mbr-form .input-group-btn a.btn {
  border-radius: 4px !important;
}
.cid-s6fZtoElGf .mbr-form .btn {
  margin: 0;
}
.cid-s6fZtoElGf input::-webkit-input-placeholder {
  color: #191f23;
  opacity: .8;
}
.cid-s6fZtoElGf input::-moz-placeholder {
  color: #191f23;
  opacity: .8;
}
@media (max-width: 991px) {
  .cid-s6fZtoElGf .wrap {
    padding-bottom: 25px;
  }
  .cid-s6fZtoElGf .divider {
    margin: 0 0 20px;
  }
}
.cid-v88z2qJYi4 {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-v88z2qJYi4 .nav-item,
.cid-v88z2qJYi4 .nav-link,
.cid-v88z2qJYi4 .navbar-caption {
  font-weight: normal;
}
.cid-v88z2qJYi4 .navbar-nav {
  counter-reset: number;
}
@media (min-width: 992px) {
  .cid-v88z2qJYi4 .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-v88z2qJYi4 .btn {
    white-space: nowrap;
  }
  .cid-v88z2qJYi4 .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-v88z2qJYi4 .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-v88z2qJYi4 .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-v88z2qJYi4 .dropdown-toggle::after,
  .cid-v88z2qJYi4 .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-v88z2qJYi4 .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-v88z2qJYi4 .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-v88z2qJYi4 .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-v88z2qJYi4 .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-v88z2qJYi4 .dropdown-menu .dropdown-item:hover {
  color: #489651 !important;
  background-color: #fafafa;
}
.cid-v88z2qJYi4 .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-v88z2qJYi4 .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-v88z2qJYi4 .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-v88z2qJYi4 .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-v88z2qJYi4 .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-v88z2qJYi4 .nav-item:focus,
.cid-v88z2qJYi4 .nav-link:focus {
  outline: none;
}
.cid-v88z2qJYi4 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-v88z2qJYi4 .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-v88z2qJYi4 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-v88z2qJYi4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v88z2qJYi4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-v88z2qJYi4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v88z2qJYi4 ul.navbar-nav li {
  margin: auto;
}
.cid-v88z2qJYi4 .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-v88z2qJYi4 .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-v88z2qJYi4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v88z2qJYi4 .navbar .navbar-collapse .navbar-nav {
  display: none !important;
}
.cid-v88z2qJYi4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v88z2qJYi4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v88z2qJYi4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-v88z2qJYi4 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-v88z2qJYi4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v88z2qJYi4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-v88z2qJYi4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v88z2qJYi4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v88z2qJYi4 .navbar .container-fluid,
  .cid-v88z2qJYi4 .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-v88z2qJYi4 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-v88z2qJYi4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v88z2qJYi4 .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-v88z2qJYi4 .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-v88z2qJYi4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-v88z2qJYi4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-v88z2qJYi4 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-v88z2qJYi4 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-v88z2qJYi4 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v88z2qJYi4 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-v88z2qJYi4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v88z2qJYi4 .dropdown-item.active,
.cid-v88z2qJYi4 .dropdown-item:active {
  background-color: transparent;
}
.cid-v88z2qJYi4 .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v88z2qJYi4 .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-v88z2qJYi4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v88z2qJYi4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-v88z2qJYi4 .navbar-buttons {
  text-align: center;
}
.cid-v88z2qJYi4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-v88z2qJYi4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-v88z2qJYi4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-v88z2qJYi4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-v88z2qJYi4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-v88z2qJYi4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-v88z2qJYi4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v88z2qJYi4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-v88z2qJYi4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-v88z2qJYi4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v88z2qJYi4 .navbar-dropdown {
  position: absolute;
}
.cid-v88z2qJYi4 a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-v88z2qJYi4 a.nav-link:hover {
  color: #489651 !important;
}
.is-builder .cid-v88z2qJYi4 .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v88z2qJYi4 .navbar {
    height: 77px;
  }
  .cid-v88z2qJYi4 .navbar.opened {
    height: auto;
  }
  .cid-v88z2qJYi4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v88z2r2epK {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-v88z2r2epK .mbr-figure {
  margin: 0 auto;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-v88z2r2epK .mbr-figure img {
  height: 150px;
  width: 150px;
  margin: 0 auto;
  object-fit: cover;
  margin-bottom: 3rem;
  border-radius: 100%;
}
.cid-v88z2r2epK .mbr-text,
.cid-v88z2r2epK .mbr-section-btn {
  color: #283742;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-v88z2r2epK img {
    height: 250px!important;
    width: 250px!important;
  }
}
.cid-v88z2r2epK H1 {
  color: #17161a;
}
.cid-v88z2r2epK H3 {
  color: #191f23;
  text-align: center;
}
.cid-v88z2rgEBY {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-v88z2rgEBY .mbr-figure {
  margin: 0 auto;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-v88z2rgEBY .mbr-figure img {
  height: 175px;
  width: 175px;
  margin: 0 auto;
  object-fit: cover;
  margin-bottom: 3rem;
  border-radius: 100%;
}
.cid-v88z2rgEBY .mbr-text,
.cid-v88z2rgEBY .mbr-section-btn {
  color: #283742;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-v88z2rgEBY img {
    height: 250px!important;
    width: 250px!important;
  }
}
.cid-v88z2rgEBY H1 {
  color: #17161a;
}
.cid-v88z2rgEBY H3 {
  color: #191f23;
}
.cid-v88z2rt1g6 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #615d8c;
}
.cid-v88z2rt1g6 .section-text {
  padding: 2rem 0;
  letter-spacing: 0.03em;
  text-align: left;
}
.cid-v88z2rt1g6 .inner-container {
  margin: 0 auto;
  position: relative;
}
.cid-v88z2rt1g6 .inner-container .mbr-iconfont {
  z-index: 1;
  position: absolute;
  font-size: 9rem;
  color: #efefef;
  opacity: .1;
}
.cid-v88z2rt1g6 .inner-container .mbr-iconfont.left-top {
  left: -1rem;
  top: -1rem;
}
.cid-v88z2rt1g6 .inner-container .mbr-iconfont.right-down {
  right: -1rem;
  bottom: -1rem;
}
.cid-v88z2rt1g6 .inner-container .section-text {
  z-index: 3;
  min-height: 10rem;
}
@media (max-width: 767px) {
  .cid-v88z2rt1g6 .inner-container {
    width: 100% !important;
  }
  .cid-v88z2rt1g6 .mbr-iconfont {
    font-size: 6rem !important;
  }
}
.cid-v88z2rDJAF {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-v88z2rDJAF .mbr-figure {
  margin: 0 auto;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-v88z2rDJAF .mbr-figure img {
  height: 150px;
  width: 150px;
  margin: 0 auto;
  object-fit: cover;
  margin-bottom: 3rem;
  border-radius: 100%;
}
.cid-v88z2rDJAF .mbr-text,
.cid-v88z2rDJAF .mbr-section-btn {
  color: #283742;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-v88z2rDJAF img {
    height: 250px!important;
    width: 250px!important;
  }
}
.cid-v88z2rDJAF H3 {
  color: #191f23;
}
.cid-v88z2rDJAF H1 {
  color: #17161a;
}
.cid-v88z2rOP1e {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-v88z2rOP1e .mbr-figure {
  margin: 0 auto;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-v88z2rOP1e .mbr-figure img {
  height: 150px;
  width: 150px;
  margin: 0 auto;
  object-fit: cover;
  margin-bottom: 3rem;
  border-radius: 100%;
}
.cid-v88z2rOP1e .mbr-text,
.cid-v88z2rOP1e .mbr-section-btn {
  color: #283742;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-v88z2rOP1e img {
    height: 250px!important;
    width: 250px!important;
  }
}
.cid-v88z2rOP1e H3 {
  color: #191f23;
}
.cid-v88z2rOP1e H1 {
  color: #17161a;
}
.cid-v88z2s1m99 {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-v88z2s1m99 .mbr-figure {
  margin: 0 auto;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-v88z2s1m99 .mbr-figure img {
  height: 150px;
  width: 150px;
  margin: 0 auto;
  object-fit: cover;
  margin-bottom: 3rem;
  border-radius: 100%;
}
.cid-v88z2s1m99 .mbr-text,
.cid-v88z2s1m99 .mbr-section-btn {
  color: #283742;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-v88z2s1m99 img {
    height: 250px!important;
    width: 250px!important;
  }
}
.cid-v88z2s1m99 H3 {
  text-align: center;
  color: #191f23;
}
.cid-v88z2s1m99 H1 {
  text-align: center;
  color: #17161a;
}
.cid-v88z2sdEzR {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-v88z2sdEzR .mbr-figure {
  margin: 0 auto;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-v88z2sdEzR .mbr-figure img {
  height: 150px;
  width: 150px;
  margin: 0 auto;
  object-fit: cover;
  margin-bottom: 3rem;
  border-radius: 100%;
}
.cid-v88z2sdEzR .mbr-text,
.cid-v88z2sdEzR .mbr-section-btn {
  color: #283742;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-v88z2sdEzR img {
    height: 250px!important;
    width: 250px!important;
  }
}
.cid-v88z2sdEzR H3 {
  text-align: left;
  color: #191f23;
}
.cid-v88z2sq2iR {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/conference28-1920.webp");
}
.cid-v88z2sq2iR .logo__image {
  width: 60px;
  object-fit: cover;
}
.cid-v88z2sq2iR .footer__content {
  margin-bottom: 30px;
}
.cid-v88z2sq2iR .footer__content:last-child {
  margin-bottom: 0;
}
.cid-v88z2sq2iR .title__adress {
  margin-bottom: 20px;
}
.cid-v88z2sq2iR .work__adress {
  margin-bottom: 0;
}
.cid-v88z2sq2iR .privacy {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-v88z2sq2iR .privacy {
    text-align: left;
  }
}
.cid-v88z2sq2iR .divider {
  background-color: #888888;
  opacity: .1;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-v88z2sq2iR .form-group {
  margin-bottom: 0;
  padding-right: 0;
}
.cid-v88z2sq2iR .form-control {
  height: 50px;
  border: none;
  padding: 14px 18px;
  background-color: #ebeaed !important;
  font-size: 16px;
  color: #191f23;
}
.cid-v88z2sq2iR .input-group-btn {
  padding-left: 0;
}
.cid-v88z2sq2iR .input-group-btn .btn {
  height: 50px;
  font-weight: 600;
  padding: 14px 18px;
}
.cid-v88z2sq2iR .mbr-form .input-group-btn a.btn {
  border-radius: 4px !important;
}
.cid-v88z2sq2iR .mbr-form .btn {
  margin: 0;
}
.cid-v88z2sq2iR input::-webkit-input-placeholder {
  color: #191f23;
  opacity: .8;
}
.cid-v88z2sq2iR input::-moz-placeholder {
  color: #191f23;
  opacity: .8;
}
@media (max-width: 991px) {
  .cid-v88z2sq2iR .wrap {
    padding-bottom: 25px;
  }
  .cid-v88z2sq2iR .divider {
    margin: 0 0 20px;
  }
}
.cid-s6fQ7A145u {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-s6fQ7A145u .nav-item,
.cid-s6fQ7A145u .nav-link,
.cid-s6fQ7A145u .navbar-caption {
  font-weight: normal;
}
.cid-s6fQ7A145u .navbar-nav {
  counter-reset: number;
}
@media (min-width: 992px) {
  .cid-s6fQ7A145u .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-s6fQ7A145u .btn {
    white-space: nowrap;
  }
  .cid-s6fQ7A145u .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-s6fQ7A145u .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-s6fQ7A145u .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-s6fQ7A145u .dropdown-toggle::after,
  .cid-s6fQ7A145u .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-s6fQ7A145u .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-s6fQ7A145u .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-s6fQ7A145u .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-s6fQ7A145u .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-s6fQ7A145u .dropdown-menu .dropdown-item:hover {
  color: #489651 !important;
  background-color: #fafafa;
}
.cid-s6fQ7A145u .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-s6fQ7A145u .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-s6fQ7A145u .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-s6fQ7A145u .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-s6fQ7A145u .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-s6fQ7A145u .nav-item:focus,
.cid-s6fQ7A145u .nav-link:focus {
  outline: none;
}
.cid-s6fQ7A145u .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-s6fQ7A145u .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-s6fQ7A145u .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-s6fQ7A145u .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s6fQ7A145u .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-s6fQ7A145u ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s6fQ7A145u ul.navbar-nav li {
  margin: auto;
}
.cid-s6fQ7A145u .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-s6fQ7A145u .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-s6fQ7A145u .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-s6fQ7A145u .navbar .navbar-collapse .navbar-nav {
  display: none !important;
}
.cid-s6fQ7A145u .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s6fQ7A145u .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s6fQ7A145u .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-s6fQ7A145u .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-s6fQ7A145u .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s6fQ7A145u .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-s6fQ7A145u .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s6fQ7A145u .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s6fQ7A145u .navbar .container-fluid,
  .cid-s6fQ7A145u .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-s6fQ7A145u .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s6fQ7A145u .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s6fQ7A145u .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-s6fQ7A145u .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-s6fQ7A145u .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s6fQ7A145u .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-s6fQ7A145u .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-s6fQ7A145u .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s6fQ7A145u .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s6fQ7A145u .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-s6fQ7A145u .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s6fQ7A145u .dropdown-item.active,
.cid-s6fQ7A145u .dropdown-item:active {
  background-color: transparent;
}
.cid-s6fQ7A145u .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s6fQ7A145u .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-s6fQ7A145u .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-s6fQ7A145u .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-s6fQ7A145u .navbar-buttons {
  text-align: center;
}
.cid-s6fQ7A145u button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s6fQ7A145u button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-s6fQ7A145u button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s6fQ7A145u button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s6fQ7A145u button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s6fQ7A145u button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s6fQ7A145u nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s6fQ7A145u nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s6fQ7A145u nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s6fQ7A145u nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s6fQ7A145u .navbar-dropdown {
  position: absolute;
}
.cid-s6fQ7A145u a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-s6fQ7A145u a.nav-link:hover {
  color: #489651 !important;
}
.is-builder .cid-s6fQ7A145u .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s6fQ7A145u .navbar {
    height: 77px;
  }
  .cid-s6fQ7A145u .navbar.opened {
    height: auto;
  }
  .cid-s6fQ7A145u .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-svrEPcylNp {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-svrEPcylNp .mbr-figure {
  margin: 0 auto;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-svrEPcylNp .mbr-figure img {
  height: 150px;
  width: 150px;
  margin: 0 auto;
  object-fit: cover;
  margin-bottom: 3rem;
  border-radius: 100%;
}
.cid-svrEPcylNp .mbr-text,
.cid-svrEPcylNp .mbr-section-btn {
  color: #283742;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-svrEPcylNp img {
    height: 250px!important;
    width: 250px!important;
  }
}
.cid-svrEPcylNp H1 {
  color: #17161a;
}
.cid-svrEPcylNp H3 {
  color: #191f23;
}
.cid-svrHF32aP0 {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-svrHF32aP0 .mbr-figure {
  margin: 0 auto;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-svrHF32aP0 .mbr-figure img {
  height: 175px;
  width: 175px;
  margin: 0 auto;
  object-fit: cover;
  margin-bottom: 3rem;
  border-radius: 100%;
}
.cid-svrHF32aP0 .mbr-text,
.cid-svrHF32aP0 .mbr-section-btn {
  color: #283742;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-svrHF32aP0 img {
    height: 250px!important;
    width: 250px!important;
  }
}
.cid-svrHF32aP0 H1 {
  color: #17161a;
}
.cid-svrHF32aP0 H3 {
  color: #191f23;
}
.cid-svrJISaHhZ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #615d8c;
}
.cid-svrJISaHhZ .section-text {
  padding: 2rem 0;
  letter-spacing: 0.03em;
  text-align: left;
}
.cid-svrJISaHhZ .inner-container {
  margin: 0 auto;
  position: relative;
}
.cid-svrJISaHhZ .inner-container .mbr-iconfont {
  z-index: 1;
  position: absolute;
  font-size: 9rem;
  color: #efefef;
  opacity: .1;
}
.cid-svrJISaHhZ .inner-container .mbr-iconfont.left-top {
  left: -1rem;
  top: -1rem;
}
.cid-svrJISaHhZ .inner-container .mbr-iconfont.right-down {
  right: -1rem;
  bottom: -1rem;
}
.cid-svrJISaHhZ .inner-container .section-text {
  z-index: 3;
  min-height: 10rem;
}
@media (max-width: 767px) {
  .cid-svrJISaHhZ .inner-container {
    width: 100% !important;
  }
  .cid-svrJISaHhZ .mbr-iconfont {
    font-size: 6rem !important;
  }
}
.cid-svrJqtti5f {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-svrJqtti5f .mbr-figure {
  margin: 0 auto;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-svrJqtti5f .mbr-figure img {
  height: 150px;
  width: 150px;
  margin: 0 auto;
  object-fit: cover;
  margin-bottom: 3rem;
  border-radius: 100%;
}
.cid-svrJqtti5f .mbr-text,
.cid-svrJqtti5f .mbr-section-btn {
  color: #283742;
}
@media (max-width: 767px) {
  .cid-svrJqtti5f img {
    height: 250px!important;
    width: 250px!important;
  }
}
.cid-svrJqtti5f H3 {
  color: #191f23;
}
.cid-svrJqtti5f H1 {
  color: #17161a;
}
.cid-svrL9nPEw7 {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-svrL9nPEw7 .mbr-figure {
  margin: 0 auto;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-svrL9nPEw7 .mbr-figure img {
  height: 150px;
  width: 150px;
  margin: 0 auto;
  object-fit: cover;
  margin-bottom: 3rem;
  border-radius: 100%;
}
.cid-svrL9nPEw7 .mbr-text,
.cid-svrL9nPEw7 .mbr-section-btn {
  color: #283742;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-svrL9nPEw7 img {
    height: 250px!important;
    width: 250px!important;
  }
}
.cid-svrL9nPEw7 H3 {
  color: #191f23;
}
.cid-svrL9nPEw7 H1 {
  color: #17161a;
}
.cid-svrLIxldZq {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-svrLIxldZq .mbr-figure {
  margin: 0 auto;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-svrLIxldZq .mbr-figure img {
  height: 150px;
  width: 150px;
  margin: 0 auto;
  object-fit: cover;
  margin-bottom: 3rem;
  border-radius: 100%;
}
.cid-svrLIxldZq .mbr-text,
.cid-svrLIxldZq .mbr-section-btn {
  color: #283742;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-svrLIxldZq img {
    height: 250px!important;
    width: 250px!important;
  }
}
.cid-svrLIxldZq H3 {
  text-align: center;
  color: #191f23;
}
.cid-svrLIxldZq H1 {
  text-align: center;
  color: #17161a;
}
.cid-svrMEWD67B {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-svrMEWD67B .mbr-figure {
  margin: 0 auto;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-svrMEWD67B .mbr-figure img {
  height: 150px;
  width: 150px;
  margin: 0 auto;
  object-fit: cover;
  margin-bottom: 3rem;
  border-radius: 100%;
}
.cid-svrMEWD67B .mbr-text,
.cid-svrMEWD67B .mbr-section-btn {
  color: #283742;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-svrMEWD67B img {
    height: 250px!important;
    width: 250px!important;
  }
}
.cid-svrMEWD67B H3 {
  text-align: left;
  color: #191f23;
}
.cid-s6fZtoElGf {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/conference28-1920.webp");
}
.cid-s6fZtoElGf .logo__image {
  width: 60px;
  object-fit: cover;
}
.cid-s6fZtoElGf .footer__content {
  margin-bottom: 30px;
}
.cid-s6fZtoElGf .footer__content:last-child {
  margin-bottom: 0;
}
.cid-s6fZtoElGf .title__adress {
  margin-bottom: 20px;
}
.cid-s6fZtoElGf .work__adress {
  margin-bottom: 0;
}
.cid-s6fZtoElGf .privacy {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-s6fZtoElGf .privacy {
    text-align: left;
  }
}
.cid-s6fZtoElGf .divider {
  background-color: #888888;
  opacity: .1;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-s6fZtoElGf .form-group {
  margin-bottom: 0;
  padding-right: 0;
}
.cid-s6fZtoElGf .form-control {
  height: 50px;
  border: none;
  padding: 14px 18px;
  background-color: #ebeaed !important;
  font-size: 16px;
  color: #191f23;
}
.cid-s6fZtoElGf .input-group-btn {
  padding-left: 0;
}
.cid-s6fZtoElGf .input-group-btn .btn {
  height: 50px;
  font-weight: 600;
  padding: 14px 18px;
}
.cid-s6fZtoElGf .mbr-form .input-group-btn a.btn {
  border-radius: 4px !important;
}
.cid-s6fZtoElGf .mbr-form .btn {
  margin: 0;
}
.cid-s6fZtoElGf input::-webkit-input-placeholder {
  color: #191f23;
  opacity: .8;
}
.cid-s6fZtoElGf input::-moz-placeholder {
  color: #191f23;
  opacity: .8;
}
@media (max-width: 991px) {
  .cid-s6fZtoElGf .wrap {
    padding-bottom: 25px;
  }
  .cid-s6fZtoElGf .divider {
    margin: 0 0 20px;
  }
}
.cid-vcaawvJvcr {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-vcaawvJvcr .nav-item,
.cid-vcaawvJvcr .nav-link,
.cid-vcaawvJvcr .navbar-caption {
  font-weight: normal;
}
.cid-vcaawvJvcr .navbar-nav {
  counter-reset: number;
}
@media (min-width: 992px) {
  .cid-vcaawvJvcr .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-vcaawvJvcr .btn {
    white-space: nowrap;
  }
  .cid-vcaawvJvcr .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-vcaawvJvcr .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-vcaawvJvcr .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-vcaawvJvcr .dropdown-toggle::after,
  .cid-vcaawvJvcr .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-vcaawvJvcr .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-vcaawvJvcr .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-vcaawvJvcr .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-vcaawvJvcr .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-vcaawvJvcr .dropdown-menu .dropdown-item:hover {
  color: #489651 !important;
  background-color: #fafafa;
}
.cid-vcaawvJvcr .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-vcaawvJvcr .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-vcaawvJvcr .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-vcaawvJvcr .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-vcaawvJvcr .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-vcaawvJvcr .nav-item:focus,
.cid-vcaawvJvcr .nav-link:focus {
  outline: none;
}
.cid-vcaawvJvcr .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-vcaawvJvcr .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-vcaawvJvcr .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-vcaawvJvcr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vcaawvJvcr .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-vcaawvJvcr ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vcaawvJvcr ul.navbar-nav li {
  margin: auto;
}
.cid-vcaawvJvcr .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-vcaawvJvcr .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-vcaawvJvcr .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vcaawvJvcr .navbar .navbar-collapse .navbar-nav {
  display: none !important;
}
.cid-vcaawvJvcr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vcaawvJvcr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vcaawvJvcr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-vcaawvJvcr .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-vcaawvJvcr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vcaawvJvcr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vcaawvJvcr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vcaawvJvcr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcaawvJvcr .navbar .container-fluid,
  .cid-vcaawvJvcr .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-vcaawvJvcr .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-vcaawvJvcr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcaawvJvcr .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-vcaawvJvcr .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-vcaawvJvcr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vcaawvJvcr .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-vcaawvJvcr .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-vcaawvJvcr .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vcaawvJvcr .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vcaawvJvcr .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-vcaawvJvcr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vcaawvJvcr .dropdown-item.active,
.cid-vcaawvJvcr .dropdown-item:active {
  background-color: transparent;
}
.cid-vcaawvJvcr .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vcaawvJvcr .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-vcaawvJvcr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vcaawvJvcr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-vcaawvJvcr .navbar-buttons {
  text-align: center;
}
.cid-vcaawvJvcr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-vcaawvJvcr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-vcaawvJvcr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vcaawvJvcr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vcaawvJvcr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vcaawvJvcr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vcaawvJvcr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vcaawvJvcr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vcaawvJvcr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vcaawvJvcr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vcaawvJvcr .navbar-dropdown {
  position: absolute;
}
.cid-vcaawvJvcr a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-vcaawvJvcr a.nav-link:hover {
  color: #489651 !important;
}
.is-builder .cid-vcaawvJvcr .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vcaawvJvcr .navbar {
    height: 77px;
  }
  .cid-vcaawvJvcr .navbar.opened {
    height: auto;
  }
  .cid-vcaawvJvcr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcaaww0Tk5 {
  background-image: url("../../../assets/images/mbr-2-1920x1200.webp");
}
.cid-vcaaww0Tk5 .mbr-figure {
  margin: 0 auto;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-vcaaww0Tk5 .mbr-figure img {
  height: 150px;
  width: 150px;
  margin: 0 auto;
  object-fit: cover;
  margin-bottom: 3rem;
  border-radius: 100%;
}
.cid-vcaaww0Tk5 .mbr-text,
.cid-vcaaww0Tk5 .mbr-section-btn {
  color: #283742;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-vcaaww0Tk5 img {
    height: 250px!important;
    width: 250px!important;
  }
}
.cid-vcaaww0Tk5 H3 {
  text-align: center;
  color: #191f23;
}
.cid-vcaaww0Tk5 H1 {
  text-align: center;
  color: #17161a;
}
.cid-vcaawwc3su {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/conference28-1920.webp");
}
.cid-vcaawwc3su .logo__image {
  width: 60px;
  object-fit: cover;
}
.cid-vcaawwc3su .footer__content {
  margin-bottom: 30px;
}
.cid-vcaawwc3su .footer__content:last-child {
  margin-bottom: 0;
}
.cid-vcaawwc3su .title__adress {
  margin-bottom: 20px;
}
.cid-vcaawwc3su .work__adress {
  margin-bottom: 0;
}
.cid-vcaawwc3su .privacy {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-vcaawwc3su .privacy {
    text-align: left;
  }
}
.cid-vcaawwc3su .divider {
  background-color: #888888;
  opacity: .1;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-vcaawwc3su .form-group {
  margin-bottom: 0;
  padding-right: 0;
}
.cid-vcaawwc3su .form-control {
  height: 50px;
  border: none;
  padding: 14px 18px;
  background-color: #ebeaed !important;
  font-size: 16px;
  color: #191f23;
}
.cid-vcaawwc3su .input-group-btn {
  padding-left: 0;
}
.cid-vcaawwc3su .input-group-btn .btn {
  height: 50px;
  font-weight: 600;
  padding: 14px 18px;
}
.cid-vcaawwc3su .mbr-form .input-group-btn a.btn {
  border-radius: 4px !important;
}
.cid-vcaawwc3su .mbr-form .btn {
  margin: 0;
}
.cid-vcaawwc3su input::-webkit-input-placeholder {
  color: #191f23;
  opacity: .8;
}
.cid-vcaawwc3su input::-moz-placeholder {
  color: #191f23;
  opacity: .8;
}
@media (max-width: 991px) {
  .cid-vcaawwc3su .wrap {
    padding-bottom: 25px;
  }
  .cid-vcaawwc3su .divider {
    margin: 0 0 20px;
  }
}
.cid-vcaawwJzwk {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #615d8c;
}
.cid-vcaawwJzwk .section-text {
  padding: 2rem 0;
  letter-spacing: 0.03em;
  text-align: left;
}
.cid-vcaawwJzwk .inner-container {
  margin: 0 auto;
  position: relative;
}
.cid-vcaawwJzwk .inner-container .mbr-iconfont {
  z-index: 1;
  position: absolute;
  font-size: 9rem;
  color: #efefef;
  opacity: .1;
}
.cid-vcaawwJzwk .inner-container .mbr-iconfont.left-top {
  left: -1rem;
  top: -1rem;
}
.cid-vcaawwJzwk .inner-container .mbr-iconfont.right-down {
  right: -1rem;
  bottom: -1rem;
}
.cid-vcaawwJzwk .inner-container .section-text {
  z-index: 3;
  min-height: 10rem;
}
@media (max-width: 767px) {
  .cid-vcaawwJzwk .inner-container {
    width: 100% !important;
  }
  .cid-vcaawwJzwk .mbr-iconfont {
    font-size: 6rem !important;
  }
}
.cid-vcan6MMAiN {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/mbr-4-1920x1280.webp");
}
.cid-vcan6MMAiN .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (max-width: 768px) {
  .cid-vcan6MMAiN .card {
    padding: 0;
  }
}
.cid-vcan6MMAiN .mbr-section-title {
  margin: 0;
}
.cid-vcars59MDW {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/mbr-1-1920x1080.webp");
}
.cid-vcars59MDW .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (max-width: 768px) {
  .cid-vcars59MDW .card {
    padding: 0;
  }
}
.cid-vcars59MDW .mbr-section-title {
  margin: 0;
}
.cid-vcaqMihu20 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/deezer-1-1200x753.webp");
}
.cid-vcaqMihu20 .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (max-width: 768px) {
  .cid-vcaqMihu20 .card {
    padding: 0;
  }
}
.cid-vcaqMihu20 .mbr-section-title {
  margin: 0;
}
.cid-vcarSTeDhJ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/mbr-2-1920x1280.webp");
}
.cid-vcarSTeDhJ .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (max-width: 768px) {
  .cid-vcarSTeDhJ .card {
    padding: 0;
  }
}
.cid-vcarSTeDhJ .mbr-section-title {
  margin: 0;
}
.cid-vcas9g0riS {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/mbr-2-1920x1080.webp");
}
.cid-vcas9g0riS .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (max-width: 768px) {
  .cid-vcas9g0riS .card {
    padding: 0;
  }
}
.cid-vcas9g0riS .mbr-section-title {
  margin: 0;
}
.cid-vcat6zhXX7 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #615d8c;
}
.cid-vcat6zhXX7 .section-text {
  padding: 2rem 0;
  letter-spacing: 0.03em;
  text-align: left;
}
.cid-vcat6zhXX7 .inner-container {
  margin: 0 auto;
  position: relative;
}
.cid-vcat6zhXX7 .inner-container .mbr-iconfont {
  z-index: 1;
  position: absolute;
  font-size: 9rem;
  color: #efefef;
  opacity: .1;
}
.cid-vcat6zhXX7 .inner-container .mbr-iconfont.left-top {
  left: -1rem;
  top: -1rem;
}
.cid-vcat6zhXX7 .inner-container .mbr-iconfont.right-down {
  right: -1rem;
  bottom: -1rem;
}
.cid-vcat6zhXX7 .inner-container .section-text {
  z-index: 3;
  min-height: 10rem;
}
@media (max-width: 767px) {
  .cid-vcat6zhXX7 .inner-container {
    width: 100% !important;
  }
  .cid-vcat6zhXX7 .mbr-iconfont {
    font-size: 6rem !important;
  }
}
