@import url(https://fonts.googleapis.com/css?family=Be+Vietnam:100,100i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i&display=swap);





body {
  font-family: Be Vietnam;
}
.display-1 {
  font-family: 'Be Vietnam', 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: 'Be Vietnam', 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: 'Be Vietnam', sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.65;
}
.display-4 > .mbr-iconfont {
  font-size: 1rem;
}
.display-5 {
  font-family: 'Be Vietnam', 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: 'Be Vietnam', 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: #444345 !important;
}
.bg-success {
  background-color: #3dc84b !important;
}
.bg-info {
  background-color: #c79d00 !important;
}
.bg-warning {
  background-color: #283742 !important;
}
.bg-danger {
  background-color: #ebeaed !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #444345 !important;
  border-color: #444345 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #444345;
  border-color: #444345;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #444345 !important;
  border-color: #444345 !important;
}
.btn-primary:hover {
  background-color: #2b2a2b !important;
  border-color: #2b2a2b !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: #444345 !important;
  border-color: #444345 !important;
}
.btn-info,
.btn-info:active {
  background-color: #c79d00 !important;
  border-color: #c79d00 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #c79d00;
  border-color: #c79d00;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #c79d00 !important;
  border-color: #c79d00 !important;
}
.btn-info:hover {
  background-color: #947500 !important;
  border-color: #947500 !important;
}
.btn-success,
.btn-success:active {
  background-color: #3dc84b !important;
  border-color: #3dc84b !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #3dc84b;
  border-color: #3dc84b;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #3dc84b !important;
  border-color: #3dc84b !important;
}
.btn-success:hover {
  background-color: #2ea43a !important;
  border-color: #2ea43a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #283742 !important;
  border-color: #283742 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #283742;
  border-color: #283742;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #283742 !important;
  border-color: #283742 !important;
}
.btn-warning:hover {
  background-color: #151d22 !important;
  border-color: #151d22 !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: #444345;
  color: #444345;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background: #444345 !important;
  border-color: #444345;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #444345 !important;
  border-color: #444345 !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: #444345 !important;
  border-color: #444345 !important;
}
.btn-info-outline {
  border: 1px solid;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #c79d00;
  color: #c79d00;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background: #c79d00 !important;
  border-color: #c79d00;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #c79d00 !important;
  border-color: #c79d00 !important;
}
.btn-success-outline {
  border: 1px solid;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #3dc84b;
  color: #3dc84b;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background: #3dc84b !important;
  border-color: #3dc84b;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3dc84b !important;
  border-color: #3dc84b !important;
}
.btn-warning-outline {
  border: 1px solid;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #283742;
  color: #283742;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background: #283742 !important;
  border-color: #283742;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #283742 !important;
  border-color: #283742 !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: #444345 !important;
}
.text-secondary {
  color: #17161a !important;
}
.text-success {
  color: #3dc84b !important;
}
.text-info {
  color: #c79d00 !important;
}
.text-warning {
  color: #283742 !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: #111111 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #237c2c !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #614d00 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #020202 !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: #444345 !important;
}
.alert-success {
  background-color: #3dc84b;
}
.alert-info {
  background-color: #c79d00;
}
.alert-warning {
  background-color: #283742;
}
.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: #444345;
  border-color: #444345;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #444345;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b7b6b8;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0e4a7;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffd847;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #92abbd;
}
.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: 'Be Vietnam', 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: #444345;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #444345;
  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: #444345;
  border-bottom-color: #444345;
}
.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: #444345 !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-sc4M4AnFwV {
  overflow: hidden;
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/angie-chawira-banner-v1-2-2000x1079.jpg");
}
.cid-sc4M4AnFwV .container {
  margin: 0 auto;
  padding: 0 25px;
}
.cid-sc4M4AnFwV .wrap {
  padding: 0 25px;
}
.cid-sc4M4AnFwV .wrap:before {
  content: '';
  position: absolute;
  width: 680px;
  height: 680px;
  border-radius: 50%;
  mix-blend-mode: multiply;
  background-color: #ffffff;
  top: 0px;
  right: 0px;
}
.cid-sc4M4AnFwV .wrap:before {
  content: '';
  position: absolute;
  width: 680px;
  height: 680px;
  border-radius: 50%;
  mix-blend-mode: multiply;
  background-color: #ffffff;
  top: 0px;
  left: -100px;
}
.cid-sc4M4AnFwV .title__block {
  padding: 90px 0;
  display: flex;
  flex-direction: column;
  z-index: 1;
  position: relative;
}
.cid-sc4M4AnFwV .mbr-text {
  margin-bottom: 20px;
}
.cid-sc4M4AnFwV .mbr-section-btn {
  margin-top: 10px;
}
.cid-sc4M4AnFwV .mbr-media {
  display: inline-block;
}
.cid-sc4M4AnFwV .mbr-figure {
  align-self: flex-start;
  margin-bottom: 20px;
  width: 100%;
}
.cid-sc4M4AnFwV .anim {
  width: 62px;
  height: 62px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  position: relative;
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 50%;
}
.cid-sc4M4AnFwV .anim span {
  color: #000000;
  font-size: 18px;
  cursor: pointer;
  width: 62px;
  height: 62px;
  line-height: 62px;
  position: relative;
  display: inline-block;
  margin-left: 2px;
}
.cid-sc4M4AnFwV .anim span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-sc4M4AnFwV .anim:before {
  content: '';
  border-color: inherit;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  background: rgba(255, 255, 255, 0.5);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-duration: 1.2s;
  animation-name: popup__video;
  animation-iteration-count: infinite;
  animation-delay: 1s;
}
.cid-sc4M4AnFwV .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: #191f23;
  width: 100%;
  height: 100%;
}
.cid-sc4M4AnFwV .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sc4M4AnFwV .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-sc4M4AnFwV a.close {
  position: absolute;
  right: 100px;
  top: 50px;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  padding: 10px;
  transition: all 0.2s;
}
.cid-sc4M4AnFwV a.close:hover {
  color: #ffffff;
}
@keyframes popup__video {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@media (max-width: 1199px) {
  .cid-sc4M4AnFwV .title__block {
    padding: 80px 0;
  }
}
@media (max-width: 991px) {
  .cid-sc4M4AnFwV .container,
  .cid-sc4M4AnFwV .row {
    margin: 0;
    padding: 0;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-sc4M4AnFwV .title__block {
    padding: 50px 0;
  }
}
@media (max-width: 575px) {
  .cid-sc4M4AnFwV a.close {
    right: 50px;
    top: 25px;
  }
  .cid-sc4M4AnFwV .modalWindow .modalWindow-video {
    height: calc(90vw / 1.778);
    width: 90vw;
    margin: 0 auto;
  }
}
.cid-sfnKH4Z9sU {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/conference22.jpg");
}
.cid-sfnKH4Z9sU .box1 {
  background-image: url("../../../assets/images/mock18-1270x794.jpg");
  background-size: cover;
  background-position: center;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.cid-sfnKH4Z9sU .box2 {
  background-image: url("../../../assets/images/61661a3c-db40-424e-a0ce-a7dd1655b5de-760x506.jpg");
  background-size: cover;
  background-position: center;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.cid-sfnKH4Z9sU .icon-wrap {
  background-color: #d90a2c !important;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-sfnKH4Z9sU .icon-wrap:hover {
  transform: scale(1.1);
}
.cid-sfnKH4Z9sU .icon-wrap span {
  padding-left: 8px;
}
.cid-sfnKH4Z9sU .mbr-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-sfnKH4Z9sU .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-sfnKH4Z9sU .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sfnKH4Z9sU .modalWindow .modalWindow-container {
  transform: translateY(50vh) translateY(-22vw);
}
.cid-sfnKH4Z9sU .modalWindow .modalWindow-video {
  height: 44.9943757vw;
  width: 80vw;
  margin: 0 auto;
}
.cid-sfnKH4Z9sU a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-sfnKH4Z9sU a.close:hover {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-sfnKH4Z9sU {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .cid-sfnKH4Z9sU .box1 {
    margin-bottom: 1rem;
  }
}
@media (max-width: 576px) {
  .cid-sfnKH4Z9sU {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .cid-sfnKH4Z9sU .box1,
  .cid-sfnKH4Z9sU .box2 {
    height: 250px;
  }
}
.cid-sdGmYuJPVO {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/conference22.jpg");
}
.cid-sdGmYuJPVO .wrap {
  height: 500px;
}
.cid-sdGmYuJPVO .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 10px;
  color: #ffffff;
}
.cid-sdGmYuJPVO .mbr-text {
  color: #000000;
  margin-top: 30px;
  margin-bottom: 0;
}
.cid-sdGmYuJPVO .parallax__wrap {
  transform: translate3d(0px, -115px, 0px);
  background-position: center center;
  width: 100%;
  backface-visibility: hidden;
  will-change: transform;
}
.cid-sdGmYuJPVO .content__block {
  min-width: 1200px;
  transform: translateX(-45%);
}
.cid-sdGmYuJPVO .group__content {
  padding-bottom: 30px;
  position: relative;
}
.cid-sdGmYuJPVO .parallax__image {
  perspective: 700px;
}
.cid-sdGmYuJPVO .image {
  margin: 0;
  width: 100%;
  height: 230px;
  transition: transform .5s;
}
.cid-sdGmYuJPVO .image:hover {
  transform: rotateX(-10deg);
}
.cid-sdGmYuJPVO .image img {
  border-radius: 6px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sdGmYuJPVO .minwidth {
  background-image: url("../../../assets/images/conference2.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 300px;
}
@media (max-width: 575px) {
  .cid-sdGmYuJPVO .minwidth {
    height: 200px;
  }
}
.cid-sdGmYuJPVO .btn {
  margin-top: 20px;
}
@media (min-width: 1200px) {
  .cid-sdGmYuJPVO .push-lg {
    left: 8.33333333%;
  }
  .cid-sdGmYuJPVO .push {
    left: 3%;
  }
}
@media (max-width: 991px) {
  .cid-sdGmYuJPVO .wrap {
    height: auto;
  }
  .cid-sdGmYuJPVO .parallax__wrap {
    transform: translate3d(0px, 0, 0px);
  }
  .cid-sdGmYuJPVO .minwidth {
    margin-bottom: 30px;
  }
}
.cid-sdGmYuJPVO .mbr-section-title {
  color: #ffffff;
}
.cid-sdGmYuJPVO .mbr-text,
.cid-sdGmYuJPVO .mbr-section-btn {
  color: #ffffff;
}
.cid-sdGpj3JsXH {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/conference22.jpg");
}
.cid-sdGpj3JsXH .image img {
  width: 100%;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-sdGpj3JsXH .image {
    margin-bottom: 30px;
  }
}
.cid-sdGpj3JsXH .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 15px;
  color: #ffffff;
}
.cid-sdGpj3JsXH .mbr-text {
  margin-bottom: 20px;
}
.cid-sdGpj3JsXH .mbr-section-btn {
  margin-bottom: 30px;
}
.cid-sdGpj3JsXH .progress {
  width: 100%;
  border-radius: 4px ;
}
.cid-sdGpj3JsXH progress {
  height: 8px;
}
.cid-sdGpj3JsXH .progress_value {
  position: absolute;
  color: #ffffff;
  background-color: #17161A;
  padding: 0 8px;
  border-radius: 4px;
  border-bottom-right-radius: 0px;
  height: 24px;
  line-height: 24px;
  right: 25%;
  font-weight: 600;
  width: 45px;
  font-size: 11px;
}
.cid-sdGpj3JsXH .progress_value::before {
  content: '';
  border-top: 6px solid #17161A;
  border-left: 8px solid transparent;
  position: absolute;
  right: 0;
  bottom: -5px;
}
.cid-sdGpj3JsXH .progress_value .progressbar-number,
.cid-sdGpj3JsXH .progress_value span {
  font-weight: 600;
}
.cid-sdGpj3JsXH .progress_value span {
  padding-left: 0;
  vertical-align: bottom;
  right: 8px;
  position: absolute;
}
.cid-sdGpj3JsXH .progress_elements {
  margin: 0 auto;
}
.cid-sdGpj3JsXH .progressbar-title p {
  margin: 5px 0;
  font-weight: 600;
}
.cid-sdGpj3JsXH .title-wrap {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.cid-sdGpj3JsXH .progress1 .progressbar-number:before {
  position: absolute;
  right: 20px;
  top: 0;
  content: '75';
}
.cid-sdGpj3JsXH progress[value]::-webkit-progress-bar {
  background-color: rgba(136, 136, 136, 0.1) !important;
}
.cid-sdGpj3JsXH progress::-webkit-progress-value {
  background: #191f23;
  border-radius: 4px;
}
.cid-sdGpj3JsXH progress[value]::-moz-progress-bar {
  background: #191f23;
  border-radius: 4px;
}
.cid-sdGpj3JsXH progress::-ms-fill {
  background: #191f23;
  border-radius: 4px;
}
.cid-sdGpj3JsXH .progress-primary {
  background-color: rgba(136, 136, 136, 0.1) !important;
  border: none;
  outline: none;
}
.cid-sdGpj3JsXH .progress-primary::-webkit-progress-bar {
  background-color: rgba(136, 136, 136, 0.1) !important;
}
.cid-sdGpj3JsXH .progress1 {
  padding-bottom: 20px;
}
.cid-sdGpj3JsXH .mbr-section-title {
  color: #ffffff;
}
.cid-sdGpj3JsXH .mbr-text,
.cid-sdGpj3JsXH .mbr-section-btn {
  color: #ffffff;
}
.cid-sdGpj3JsXH .progressbar-title {
  color: #ffffff;
}
.cid-scgkjkCLrH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-scgkjkCLrH .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 15px;
}
.cid-scgkjkCLrH .block__left,
.cid-scgkjkCLrH .block__right {
  padding: 80px;
  height: 100%;
}
@media (max-width: 575px) {
  .cid-scgkjkCLrH .block__left,
  .cid-scgkjkCLrH .block__right {
    padding: 30px;
  }
}
.cid-scgkjkCLrH .title__block {
  position: relative;
  z-index: 2;
}
.cid-scgkjkCLrH .left__image {
  background-image: url("../../../assets/images/angie-chawira-banner-v1-2-2000x1079.jpeg");
}
.cid-scgkjkCLrH .block__left > .mbr-overlay {
  background-color: #191f23;
  opacity: 0.5;
  z-index: 1;
}
.cid-scgkjkCLrH .block__right > .mbr-overlay {
  background-color: #d90a2c;
  opacity: 0.3;
  z-index: 1;
}
.cid-scgkjkCLrH .right__image {
  background-image: url("../../../assets/images/conference22.jpg");
}
.cid-scgkjkCLrH .left__image,
.cid-scgkjkCLrH .right__image {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 991px) {
  .cid-scgkjkCLrH .container,
  .cid-scgkjkCLrH .container-fluid,
  .cid-scgkjkCLrH .row {
    margin: 0;
    padding: 0;
    max-width: 100%;
  }
  .cid-scgkjkCLrH .wrap_left,
  .cid-scgkjkCLrH .wrap_right {
    padding: 0;
  }
}
.cid-rRN6AT2slz {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f5f7fd;
}
.cid-rRN6AT2slz .image img {
  width: 100%;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-rRN6AT2slz .image {
    margin-bottom: 30px;
  }
}
.cid-rRN6AT2slz .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 15px;
}
.cid-rRN6AT2slz .mbr-text {
  margin-bottom: 30px;
}
.cid-rRN6AT2slz .mbr-section-btn {
  margin-bottom: 30px;
}
.cid-rRN6AT2slz .wrap {
  width: 110px;
  height: 110px;
}
.cid-rRN6AT2slz .card__block {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.cid-rRN6AT2slz ellipse {
  stroke: rgba(35, 34, 38, 0.03);
}
.cid-rRN6AT2slz path {
  stroke: #199bfc;
}
.cid-rRN6AT2slz .pie_progress__number {
  letter-spacing: -0.3px;
  margin: 0;
  color: #283742;
}
.cid-rRN6AT2slz .card-title {
  padding-left: 20px;
  margin: 5px 0;
  color: #283742;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-rRN6AT2slz .card {
    -webkit-flex-basis: 33%;
    flex-basis: 33%;
  }
}
.cid-rRN6AT2slz .mbr-section-title {
  color: #000000;
}
.cid-rRN6AT2slz .mbr-text,
.cid-rRN6AT2slz .mbr-section-btn {
  color: #000000;
}
.cid-sfnOs34FCj {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/conference22.jpg");
}
.cid-sfnOs34FCj .box1 {
  background-image: url("../../../assets/images/mock39-890x1333.jpg");
  background-size: cover;
  background-position: center;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.cid-sfnOs34FCj .box2 {
  background-image: url("../../../assets/images/49ba7a85-b151-4237-b990-e9aec0154966-1050x700.jpg");
  background-size: cover;
  background-position: center;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.cid-sfnOs34FCj .icon-wrap {
  background-color: #d90a2c !important;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-sfnOs34FCj .icon-wrap:hover {
  transform: scale(1.1);
}
.cid-sfnOs34FCj .icon-wrap span {
  padding-left: 8px;
}
.cid-sfnOs34FCj .mbr-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-sfnOs34FCj .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-sfnOs34FCj .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sfnOs34FCj .modalWindow .modalWindow-container {
  transform: translateY(50vh) translateY(-22vw);
}
.cid-sfnOs34FCj .modalWindow .modalWindow-video {
  height: 44.9943757vw;
  width: 80vw;
  margin: 0 auto;
}
.cid-sfnOs34FCj a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-sfnOs34FCj a.close:hover {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-sfnOs34FCj {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .cid-sfnOs34FCj .box1 {
    margin-bottom: 1rem;
  }
}
@media (max-width: 576px) {
  .cid-sfnOs34FCj {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .cid-sfnOs34FCj .box1,
  .cid-sfnOs34FCj .box2 {
    height: 250px;
  }
}
.cid-rRN6EiXnPa {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-rRN6EiXnPa .content__block {
  padding: 30px 15px;
}
.cid-rRN6EiXnPa .mbr-text {
  margin-bottom: 30px;
}
.cid-rRN6EiXnPa .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 20px;
}
.cid-rRN6EiXnPa .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 15px 0;
  opacity: .6;
}
.cid-rRN6EiXnPa .bottom__text {
  margin: 10px 0;
}
.cid-rRN6EiXnPa .btn {
  margin-top: 0;
}
.cid-rRN6EiXnPa .btn:hover {
  background-color: #444345 !important;
  border-color: #444345 !important;
}
.cid-rRN6EiXnPa .image {
  width: 100%;
}
.cid-rRN6EiXnPa .image img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-rRN6EiXnPa .image {
    margin-bottom: 10px;
  }
  .cid-rRN6EiXnPa .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-rRN6EiXnPa .mbr-section-title {
  color: #283742;
}
.cid-rRN6EiXnPa .mbr-text,
.cid-rRN6EiXnPa .mbr-section-btn {
  color: #6a696c;
}
.cid-rRO2jZbHBk {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #efbc00;
}
.cid-rRO2jZbHBk .logo__image {
  width: 60px;
  object-fit: cover;
}
.cid-rRO2jZbHBk .footer__content {
  margin-bottom: 30px;
}
.cid-rRO2jZbHBk .footer__content:last-child {
  margin-bottom: 0;
}
.cid-rRO2jZbHBk .title__adress {
  margin-bottom: 20px;
}
.cid-rRO2jZbHBk .privacy {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-rRO2jZbHBk .privacy {
    text-align: left;
  }
}
.cid-rRO2jZbHBk .divider {
  background-color: #888888;
  opacity: .1;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-rRO2jZbHBk .form-group {
  margin-bottom: 0;
  padding-right: 0;
}
.cid-rRO2jZbHBk .form-control {
  height: 50px;
  border: none;
  padding: 14px 18px;
  background-color: rgba(23, 22, 26, 0.04) !important;
  font-size: 16px;
  color: #191f23;
}
.cid-rRO2jZbHBk .input-group-btn {
  padding-left: 0;
}
.cid-rRO2jZbHBk .input-group-btn .btn {
  height: 50px;
  font-weight: 600;
  padding: 14px 18px;
  border-radius: 4px;
}
.cid-rRO2jZbHBk .mbr-form .input-group-btn .btn {
  border-radius: 4px !important;
}
.cid-rRO2jZbHBk .mbr-form .btn {
  margin: 0;
}
.cid-rRO2jZbHBk input::-webkit-input-placeholder {
  color: #191f23;
  opacity: .8;
}
.cid-rRO2jZbHBk input::-moz-placeholder {
  color: #191f23;
  opacity: .8;
}
@media (max-width: 991px) {
  .cid-rRO2jZbHBk .wrap {
    padding-bottom: 25px;
  }
  .cid-rRO2jZbHBk .divider {
    margin: 0 0 20px;
  }
}
.cid-s2FuKi0lWv {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #efbc00;
}
.cid-s2FuKi0lWv .nav-item,
.cid-s2FuKi0lWv .nav-link,
.cid-s2FuKi0lWv .navbar-caption {
  font-weight: normal;
}
.cid-s2FuKi0lWv .navbar-nav {
  counter-reset: number;
}
.cid-s2FuKi0lWv .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-s2FuKi0lWv .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-s2FuKi0lWv .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-s2FuKi0lWv .btn {
    white-space: nowrap;
  }
  .cid-s2FuKi0lWv .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-s2FuKi0lWv .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-s2FuKi0lWv .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-s2FuKi0lWv .dropdown-toggle::after,
  .cid-s2FuKi0lWv .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-s2FuKi0lWv .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-s2FuKi0lWv .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-s2FuKi0lWv .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-s2FuKi0lWv .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-s2FuKi0lWv .dropdown-menu .dropdown-item:hover {
  color: #444345 !important;
  background-color: #fafafa;
}
.cid-s2FuKi0lWv .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-s2FuKi0lWv .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-s2FuKi0lWv .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-s2FuKi0lWv .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-s2FuKi0lWv .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-s2FuKi0lWv .nav-item:focus,
.cid-s2FuKi0lWv .nav-link:focus {
  outline: none;
}
.cid-s2FuKi0lWv .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-s2FuKi0lWv .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-s2FuKi0lWv .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-s2FuKi0lWv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s2FuKi0lWv .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-s2FuKi0lWv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s2FuKi0lWv ul.navbar-nav li {
  margin: auto;
}
.cid-s2FuKi0lWv .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #efbc00;
}
.cid-s2FuKi0lWv .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #efbc00 !important;
}
.cid-s2FuKi0lWv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-s2FuKi0lWv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s2FuKi0lWv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s2FuKi0lWv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-s2FuKi0lWv .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-s2FuKi0lWv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s2FuKi0lWv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-s2FuKi0lWv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s2FuKi0lWv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s2FuKi0lWv .navbar .container-fluid,
  .cid-s2FuKi0lWv .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-s2FuKi0lWv .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s2FuKi0lWv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s2FuKi0lWv .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-s2FuKi0lWv .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-s2FuKi0lWv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s2FuKi0lWv .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-s2FuKi0lWv .navbar.navbar-short {
  background: #efbc00 !important;
  min-height: 90px;
}
.cid-s2FuKi0lWv .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s2FuKi0lWv .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s2FuKi0lWv .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-s2FuKi0lWv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s2FuKi0lWv .dropdown-item.active,
.cid-s2FuKi0lWv .dropdown-item:active {
  background-color: transparent;
}
.cid-s2FuKi0lWv .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s2FuKi0lWv .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-s2FuKi0lWv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efbc00;
}
.cid-s2FuKi0lWv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-s2FuKi0lWv .navbar-buttons {
  text-align: center;
}
.cid-s2FuKi0lWv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s2FuKi0lWv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #283742;
}
.cid-s2FuKi0lWv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s2FuKi0lWv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s2FuKi0lWv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s2FuKi0lWv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s2FuKi0lWv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s2FuKi0lWv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s2FuKi0lWv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s2FuKi0lWv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s2FuKi0lWv .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-s2FuKi0lWv a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-s2FuKi0lWv a.nav-link:hover {
  color: #444345 !important;
}
.is-builder .cid-s2FuKi0lWv .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-s2FuKi0lWv .navbar {
    height: 77px;
  }
  .cid-s2FuKi0lWv .navbar.opened {
    height: auto;
  }
  .cid-s2FuKi0lWv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sdboNVgoBJ {
  background-image: url("../../../assets/images/angie-chawira-banner-v1-2-2000x1079.jpeg");
}
.cid-sdboNVgoBJ .btn {
  padding: 10px 15px 10px 15px;
  font-weight: bold;
}
.cid-sdboNVgoBJ .mbr-section-title {
  letter-spacing: .1em;
}
.cid-sdboNVgoBJ .icon-description {
  padding-top: 1rem;
  color: #ffffff;
}
.cid-sdboNVgoBJ .mbr-media {
  height: 70px;
}
.cid-sdboNVgoBJ .mbr-media span {
  font-size: 48px;
  cursor: pointer;
  border-radius: 50%;
  width: 6rem;
  height: 6rem;
  line-height: 6rem;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: white;
}
.cid-sdboNVgoBJ .mbr-media span:hover {
  opacity: 0.7;
}
.cid-sdboNVgoBJ .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-sdboNVgoBJ .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sdboNVgoBJ .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sdboNVgoBJ .modalWindow .modalWindow-video {
  height: 44.9943757vw;
  width: 80vw;
  margin: 0 auto;
}
.cid-sdboNVgoBJ a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-sdboNVgoBJ a.close:hover {
  color: #ffffff;
}
.cid-sdboNVgoBJ .mbr-text,
.cid-sdboNVgoBJ .mbr-section-btn {
  color: #efefef;
}
.cid-sdbo9cpRkX {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/conference22.jpg");
}
.cid-sdbo9cpRkX .mbr-text {
  color: #ffffff;
  letter-spacing: 0.03em;
  line-height: 1.8;
}
.cid-sdbo9cpRkX .card-img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-sdbo9cpRkX .card-title {
  margin-bottom: 2rem;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.1em;
}
.cid-sdbo9cpRkX .card-title,
.cid-sdbo9cpRkX .card-img {
  color: #ffffff;
}
.cid-rRO2jZbHBk {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #efbc00;
}
.cid-rRO2jZbHBk .logo__image {
  width: 60px;
  object-fit: cover;
}
.cid-rRO2jZbHBk .footer__content {
  margin-bottom: 30px;
}
.cid-rRO2jZbHBk .footer__content:last-child {
  margin-bottom: 0;
}
.cid-rRO2jZbHBk .title__adress {
  margin-bottom: 20px;
}
.cid-rRO2jZbHBk .privacy {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-rRO2jZbHBk .privacy {
    text-align: left;
  }
}
.cid-rRO2jZbHBk .divider {
  background-color: #888888;
  opacity: .1;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-rRO2jZbHBk .form-group {
  margin-bottom: 0;
  padding-right: 0;
}
.cid-rRO2jZbHBk .form-control {
  height: 50px;
  border: none;
  padding: 14px 18px;
  background-color: rgba(23, 22, 26, 0.04) !important;
  font-size: 16px;
  color: #191f23;
}
.cid-rRO2jZbHBk .input-group-btn {
  padding-left: 0;
}
.cid-rRO2jZbHBk .input-group-btn .btn {
  height: 50px;
  font-weight: 600;
  padding: 14px 18px;
  border-radius: 4px;
}
.cid-rRO2jZbHBk .mbr-form .input-group-btn .btn {
  border-radius: 4px !important;
}
.cid-rRO2jZbHBk .mbr-form .btn {
  margin: 0;
}
.cid-rRO2jZbHBk input::-webkit-input-placeholder {
  color: #191f23;
  opacity: .8;
}
.cid-rRO2jZbHBk input::-moz-placeholder {
  color: #191f23;
  opacity: .8;
}
@media (max-width: 991px) {
  .cid-rRO2jZbHBk .wrap {
    padding-bottom: 25px;
  }
  .cid-rRO2jZbHBk .divider {
    margin: 0 0 20px;
  }
}
.cid-s2FuKi0lWv {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #efbc00;
}
.cid-s2FuKi0lWv .nav-item,
.cid-s2FuKi0lWv .nav-link,
.cid-s2FuKi0lWv .navbar-caption {
  font-weight: normal;
}
.cid-s2FuKi0lWv .navbar-nav {
  counter-reset: number;
}
.cid-s2FuKi0lWv .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-s2FuKi0lWv .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-s2FuKi0lWv .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-s2FuKi0lWv .btn {
    white-space: nowrap;
  }
  .cid-s2FuKi0lWv .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-s2FuKi0lWv .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-s2FuKi0lWv .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-s2FuKi0lWv .dropdown-toggle::after,
  .cid-s2FuKi0lWv .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-s2FuKi0lWv .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-s2FuKi0lWv .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-s2FuKi0lWv .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-s2FuKi0lWv .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-s2FuKi0lWv .dropdown-menu .dropdown-item:hover {
  color: #444345 !important;
  background-color: #fafafa;
}
.cid-s2FuKi0lWv .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-s2FuKi0lWv .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-s2FuKi0lWv .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-s2FuKi0lWv .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-s2FuKi0lWv .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-s2FuKi0lWv .nav-item:focus,
.cid-s2FuKi0lWv .nav-link:focus {
  outline: none;
}
.cid-s2FuKi0lWv .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-s2FuKi0lWv .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-s2FuKi0lWv .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-s2FuKi0lWv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s2FuKi0lWv .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-s2FuKi0lWv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s2FuKi0lWv ul.navbar-nav li {
  margin: auto;
}
.cid-s2FuKi0lWv .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #efbc00;
}
.cid-s2FuKi0lWv .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #efbc00 !important;
}
.cid-s2FuKi0lWv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-s2FuKi0lWv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s2FuKi0lWv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s2FuKi0lWv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-s2FuKi0lWv .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-s2FuKi0lWv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s2FuKi0lWv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-s2FuKi0lWv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s2FuKi0lWv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s2FuKi0lWv .navbar .container-fluid,
  .cid-s2FuKi0lWv .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-s2FuKi0lWv .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s2FuKi0lWv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s2FuKi0lWv .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-s2FuKi0lWv .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-s2FuKi0lWv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s2FuKi0lWv .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-s2FuKi0lWv .navbar.navbar-short {
  background: #efbc00 !important;
  min-height: 90px;
}
.cid-s2FuKi0lWv .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s2FuKi0lWv .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s2FuKi0lWv .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-s2FuKi0lWv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s2FuKi0lWv .dropdown-item.active,
.cid-s2FuKi0lWv .dropdown-item:active {
  background-color: transparent;
}
.cid-s2FuKi0lWv .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s2FuKi0lWv .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-s2FuKi0lWv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efbc00;
}
.cid-s2FuKi0lWv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-s2FuKi0lWv .navbar-buttons {
  text-align: center;
}
.cid-s2FuKi0lWv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s2FuKi0lWv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #283742;
}
.cid-s2FuKi0lWv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s2FuKi0lWv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s2FuKi0lWv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s2FuKi0lWv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s2FuKi0lWv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s2FuKi0lWv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s2FuKi0lWv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s2FuKi0lWv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s2FuKi0lWv .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-s2FuKi0lWv a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-s2FuKi0lWv a.nav-link:hover {
  color: #444345 !important;
}
.is-builder .cid-s2FuKi0lWv .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-s2FuKi0lWv .navbar {
    height: 77px;
  }
  .cid-s2FuKi0lWv .navbar.opened {
    height: auto;
  }
  .cid-s2FuKi0lWv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sdbkimNrgy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ff2121;
}
.cid-sdbkimNrgy .content__block {
  padding: 50px 15px;
}
.cid-sdbkimNrgy .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #444345;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-sdbkimNrgy .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-sdbkimNrgy .mbr-text {
  opacity: .6;
  margin-bottom: 25px;
}
.cid-sdbkimNrgy .image {
  perspective: 3500px;
  position: relative;
}
.cid-sdbkimNrgy .image:before {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 33, 33, 0.99));
  z-index: 1;
  pointer-events: none;
  left: 0;
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(255, 33, 33, 0.99));
}
.cid-sdbkimNrgy .image img {
  transition: transform .5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sdbkimNrgy .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-sdbkimNrgy .mbr-section-btn .btn-white-outline:hover {
  color: #444345 !important;
}
@media (max-width: 991px) {
  .cid-sdbkimNrgy .content__block {
    padding: 30px 15px;
  }
  .cid-sdbkimNrgy .mbr-figure {
    padding: 0;
  }
  .cid-sdbkimNrgy .image:before {
    width: 100%;
    height: 50%;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 33, 33, 0.99));
  }
}
@media (min-width: 992px) {
  .cid-sdbkimNrgy .lg-push {
    right: 9%;
  }
  .cid-sdbkimNrgy .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .cid-sdbkimNrgy .row:hover .image img {
    transform: rotateY(8deg);
  }
  .cid-sdbkimNrgy .lg-push {
    left: 9%;
  }
  .cid-sdbkimNrgy .row:hover .image img {
    transform: rotateY(-8deg);
  }
}
.cid-sdblwuyxs8 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/conference22.jpg");
}
.cid-sdblwuyxs8 .mbr-overlay {
  background: linear-gradient(90deg, #ff2121, #ff1503);
}
.cid-sdblwuyxs8 h2,
.cid-sdblwuyxs8 h3,
.cid-sdblwuyxs8 h4,
.cid-sdblwuyxs8 p {
  color: #ffffff;
}
.cid-sdblwuyxs8 .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-sdblwuyxs8 .text-block {
  border-bottom: 1px solid #767676;
}
.cid-sdblwuyxs8 .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-sdblwuyxs8 .form-control {
  box-shadow: none;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-sdblwuyxs8 .form-control:focus,
.cid-sdblwuyxs8 .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-sdblwuyxs8 .form-group {
  margin-bottom: 1rem;
}
.cid-sdblwuyxs8 input::-webkit-input-placeholder,
.cid-sdblwuyxs8 textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-sdblwuyxs8 input:-moz-placeholder,
.cid-sdblwuyxs8 textarea:-moz-placeholder {
  color: #656565;
}
.cid-sdblwuyxs8 .jq-selectbox li,
.cid-sdblwuyxs8 .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-sdblwuyxs8 .jq-selectbox li:hover,
.cid-sdblwuyxs8 .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-sdblwuyxs8 .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-sdblwuyxs8 .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-sdblwuyxs8 .mbr-text {
  color: #767676;
}
.cid-sdblwuyxs8 a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-sdblwuyxs8 .multi-horizontal {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sdblwuyxs8 .input-group-btn {
  display: block;
  text-align: center;
}
.cid-sdblwuyxs8 textarea.form-control {
  resize: none;
}
@media (max-width: 767px) {
  .cid-sdblwuyxs8 h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-sdblwuyxs8 .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-sdblwuyxs8 .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .cid-sdblwuyxs8 .google-map {
    padding-bottom: 2rem;
  }
}
.cid-sd5RealvV2 {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #efbc00;
}
.cid-sd5RealvV2 .logo__image {
  width: 60px;
  object-fit: cover;
}
.cid-sd5RealvV2 .footer__content {
  margin-bottom: 30px;
}
.cid-sd5RealvV2 .footer__content:last-child {
  margin-bottom: 0;
}
.cid-sd5RealvV2 .title__adress {
  margin-bottom: 20px;
}
.cid-sd5RealvV2 .privacy {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-sd5RealvV2 .privacy {
    text-align: left;
  }
}
.cid-sd5RealvV2 .divider {
  background-color: #888888;
  opacity: .1;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-sd5RealvV2 .form-group {
  margin-bottom: 0;
  padding-right: 0;
}
.cid-sd5RealvV2 .form-control {
  height: 50px;
  border: none;
  padding: 14px 18px;
  background-color: rgba(23, 22, 26, 0.04) !important;
  font-size: 16px;
  color: #191f23;
}
.cid-sd5RealvV2 .input-group-btn {
  padding-left: 0;
}
.cid-sd5RealvV2 .input-group-btn .btn {
  height: 50px;
  font-weight: 600;
  padding: 14px 18px;
  border-radius: 4px;
}
.cid-sd5RealvV2 .mbr-form .input-group-btn .btn {
  border-radius: 4px !important;
}
.cid-sd5RealvV2 .mbr-form .btn {
  margin: 0;
}
.cid-sd5RealvV2 input::-webkit-input-placeholder {
  color: #191f23;
  opacity: .8;
}
.cid-sd5RealvV2 input::-moz-placeholder {
  color: #191f23;
  opacity: .8;
}
@media (max-width: 991px) {
  .cid-sd5RealvV2 .wrap {
    padding-bottom: 25px;
  }
  .cid-sd5RealvV2 .divider {
    margin: 0 0 20px;
  }
}
.cid-sd5ReaZOE0 {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #efbc00;
}
.cid-sd5ReaZOE0 .nav-item,
.cid-sd5ReaZOE0 .nav-link,
.cid-sd5ReaZOE0 .navbar-caption {
  font-weight: normal;
}
.cid-sd5ReaZOE0 .navbar-nav {
  counter-reset: number;
}
.cid-sd5ReaZOE0 .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-sd5ReaZOE0 .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-sd5ReaZOE0 .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-sd5ReaZOE0 .btn {
    white-space: nowrap;
  }
  .cid-sd5ReaZOE0 .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-sd5ReaZOE0 .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-sd5ReaZOE0 .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-sd5ReaZOE0 .dropdown-toggle::after,
  .cid-sd5ReaZOE0 .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-sd5ReaZOE0 .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-sd5ReaZOE0 .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-sd5ReaZOE0 .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-sd5ReaZOE0 .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-sd5ReaZOE0 .dropdown-menu .dropdown-item:hover {
  color: #444345 !important;
  background-color: #fafafa;
}
.cid-sd5ReaZOE0 .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-sd5ReaZOE0 .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-sd5ReaZOE0 .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-sd5ReaZOE0 .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-sd5ReaZOE0 .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-sd5ReaZOE0 .nav-item:focus,
.cid-sd5ReaZOE0 .nav-link:focus {
  outline: none;
}
.cid-sd5ReaZOE0 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-sd5ReaZOE0 .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-sd5ReaZOE0 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sd5ReaZOE0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sd5ReaZOE0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-sd5ReaZOE0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sd5ReaZOE0 ul.navbar-nav li {
  margin: auto;
}
.cid-sd5ReaZOE0 .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #efbc00;
}
.cid-sd5ReaZOE0 .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #efbc00 !important;
}
.cid-sd5ReaZOE0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sd5ReaZOE0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sd5ReaZOE0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sd5ReaZOE0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-sd5ReaZOE0 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sd5ReaZOE0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sd5ReaZOE0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sd5ReaZOE0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sd5ReaZOE0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sd5ReaZOE0 .navbar .container-fluid,
  .cid-sd5ReaZOE0 .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-sd5ReaZOE0 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sd5ReaZOE0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sd5ReaZOE0 .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-sd5ReaZOE0 .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-sd5ReaZOE0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sd5ReaZOE0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sd5ReaZOE0 .navbar.navbar-short {
  background: #efbc00 !important;
  min-height: 90px;
}
.cid-sd5ReaZOE0 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sd5ReaZOE0 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sd5ReaZOE0 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-sd5ReaZOE0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sd5ReaZOE0 .dropdown-item.active,
.cid-sd5ReaZOE0 .dropdown-item:active {
  background-color: transparent;
}
.cid-sd5ReaZOE0 .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sd5ReaZOE0 .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-sd5ReaZOE0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efbc00;
}
.cid-sd5ReaZOE0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-sd5ReaZOE0 .navbar-buttons {
  text-align: center;
}
.cid-sd5ReaZOE0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sd5ReaZOE0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #283742;
}
.cid-sd5ReaZOE0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sd5ReaZOE0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sd5ReaZOE0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sd5ReaZOE0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sd5ReaZOE0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sd5ReaZOE0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sd5ReaZOE0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sd5ReaZOE0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sd5ReaZOE0 .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-sd5ReaZOE0 a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sd5ReaZOE0 a.nav-link:hover {
  color: #444345 !important;
}
.is-builder .cid-sd5ReaZOE0 .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-sd5ReaZOE0 .navbar {
    height: 77px;
  }
  .cid-sd5ReaZOE0 .navbar.opened {
    height: auto;
  }
  .cid-sd5ReaZOE0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sdc0EfvXY0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ff2121;
}
.cid-sdc0EfvXY0 .content__block {
  padding: 50px 15px;
}
.cid-sdc0EfvXY0 .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #444345;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-sdc0EfvXY0 .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-sdc0EfvXY0 .mbr-text {
  opacity: .6;
  margin-bottom: 25px;
}
.cid-sdc0EfvXY0 .image {
  perspective: 3500px;
  position: relative;
}
.cid-sdc0EfvXY0 .image:before {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 33, 33, 0.99));
  z-index: 1;
  pointer-events: none;
  left: 0;
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(255, 33, 33, 0.99));
}
.cid-sdc0EfvXY0 .image img {
  transition: transform .5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sdc0EfvXY0 .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-sdc0EfvXY0 .mbr-section-btn .btn-white-outline:hover {
  color: #444345 !important;
}
@media (max-width: 991px) {
  .cid-sdc0EfvXY0 .content__block {
    padding: 30px 15px;
  }
  .cid-sdc0EfvXY0 .mbr-figure {
    padding: 0;
  }
  .cid-sdc0EfvXY0 .image:before {
    width: 100%;
    height: 50%;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 33, 33, 0.99));
  }
}
@media (min-width: 992px) {
  .cid-sdc0EfvXY0 .lg-push {
    right: 9%;
  }
  .cid-sdc0EfvXY0 .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .cid-sdc0EfvXY0 .row:hover .image img {
    transform: rotateY(8deg);
  }
  .cid-sdc0EfvXY0 .lg-push {
    left: 9%;
  }
  .cid-sdc0EfvXY0 .row:hover .image img {
    transform: rotateY(-8deg);
  }
}
.cid-sdc0bccdbD {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #ff2121;
}
.cid-sdc0bccdbD .list-group-item {
  padding: .5rem 3.25rem;
}
.cid-sdc0bccdbD h4 {
  margin: 0;
}
.cid-sdc0bccdbD .plan-body .mbr-section-btn .btn-sm {
  padding: 0.6rem 4.4rem;
}
.cid-sdc0bccdbD .plan-body {
  padding-bottom: 2rem;
}
.cid-sdc0bccdbD .plan-header {
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sdc0bccdbD .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #c79d00;
  transition: background 0.3s;
  margin-bottom: 1.5rem;
}
.cid-sdc0bccdbD .line2 {
  background: #255085;
}
.cid-sdc0bccdbD .plan {
  word-break: break-word;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  max-width: 300px;
  padding-right: 0;
  padding-left: 0;
}
.cid-sdc0bccdbD .plan .list-group-item {
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  border: 0;
}
.cid-sdc0bccdbD .plan .list-group-item::after {
  position: absolute;
  bottom: 0;
  left: 20%;
  width: 60%;
  height: 2px;
  content: "";
  background-color: #eaeaea;
}
.cid-sdc0bccdbD .plan .list-group-item:last-child::after {
  display: none;
}
.cid-sdc0bccdbD .plan-header,
.cid-sdc0bccdbD .plan-body {
  background-color: #fff;
}
.cid-sdc0bccdbD .price-figure {
  font-weight: 700;
}
.cid-sdc0bccdbD .price-value {
  font-weight: 700;
  vertical-align: top;
}
@media (max-width: 550px) {
  .cid-sdc0bccdbD .price-figure {
    font-size: 4.25rem;
  }
}
.cid-sdc0bccdbD .color1 {
  color: #283742;
}
.cid-sdc0bccdbD .color2 {
  color: #c79d00;
}
.cid-sdc0bccdbD LI {
  color: #767676;
}
.cid-sdc0bccdbD .price-term {
  color: #767676;
}
.cid-sd5R9eP2Fk {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #efbc00;
}
.cid-sd5R9eP2Fk .logo__image {
  width: 60px;
  object-fit: cover;
}
.cid-sd5R9eP2Fk .footer__content {
  margin-bottom: 30px;
}
.cid-sd5R9eP2Fk .footer__content:last-child {
  margin-bottom: 0;
}
.cid-sd5R9eP2Fk .title__adress {
  margin-bottom: 20px;
}
.cid-sd5R9eP2Fk .privacy {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-sd5R9eP2Fk .privacy {
    text-align: left;
  }
}
.cid-sd5R9eP2Fk .divider {
  background-color: #888888;
  opacity: .1;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-sd5R9eP2Fk .form-group {
  margin-bottom: 0;
  padding-right: 0;
}
.cid-sd5R9eP2Fk .form-control {
  height: 50px;
  border: none;
  padding: 14px 18px;
  background-color: rgba(23, 22, 26, 0.04) !important;
  font-size: 16px;
  color: #191f23;
}
.cid-sd5R9eP2Fk .input-group-btn {
  padding-left: 0;
}
.cid-sd5R9eP2Fk .input-group-btn .btn {
  height: 50px;
  font-weight: 600;
  padding: 14px 18px;
  border-radius: 4px;
}
.cid-sd5R9eP2Fk .mbr-form .input-group-btn .btn {
  border-radius: 4px !important;
}
.cid-sd5R9eP2Fk .mbr-form .btn {
  margin: 0;
}
.cid-sd5R9eP2Fk input::-webkit-input-placeholder {
  color: #191f23;
  opacity: .8;
}
.cid-sd5R9eP2Fk input::-moz-placeholder {
  color: #191f23;
  opacity: .8;
}
@media (max-width: 991px) {
  .cid-sd5R9eP2Fk .wrap {
    padding-bottom: 25px;
  }
  .cid-sd5R9eP2Fk .divider {
    margin: 0 0 20px;
  }
}
.cid-sd5R9gkJUQ {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #efbc00;
}
.cid-sd5R9gkJUQ .nav-item,
.cid-sd5R9gkJUQ .nav-link,
.cid-sd5R9gkJUQ .navbar-caption {
  font-weight: normal;
}
.cid-sd5R9gkJUQ .navbar-nav {
  counter-reset: number;
}
.cid-sd5R9gkJUQ .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-sd5R9gkJUQ .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-sd5R9gkJUQ .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-sd5R9gkJUQ .btn {
    white-space: nowrap;
  }
  .cid-sd5R9gkJUQ .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-sd5R9gkJUQ .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-sd5R9gkJUQ .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-sd5R9gkJUQ .dropdown-toggle::after,
  .cid-sd5R9gkJUQ .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-sd5R9gkJUQ .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-sd5R9gkJUQ .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-sd5R9gkJUQ .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-sd5R9gkJUQ .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-sd5R9gkJUQ .dropdown-menu .dropdown-item:hover {
  color: #444345 !important;
  background-color: #fafafa;
}
.cid-sd5R9gkJUQ .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-sd5R9gkJUQ .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-sd5R9gkJUQ .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-sd5R9gkJUQ .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-sd5R9gkJUQ .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-sd5R9gkJUQ .nav-item:focus,
.cid-sd5R9gkJUQ .nav-link:focus {
  outline: none;
}
.cid-sd5R9gkJUQ .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-sd5R9gkJUQ .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-sd5R9gkJUQ .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sd5R9gkJUQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sd5R9gkJUQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-sd5R9gkJUQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sd5R9gkJUQ ul.navbar-nav li {
  margin: auto;
}
.cid-sd5R9gkJUQ .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #efbc00;
}
.cid-sd5R9gkJUQ .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #efbc00 !important;
}
.cid-sd5R9gkJUQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sd5R9gkJUQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sd5R9gkJUQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sd5R9gkJUQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-sd5R9gkJUQ .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sd5R9gkJUQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sd5R9gkJUQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sd5R9gkJUQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sd5R9gkJUQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sd5R9gkJUQ .navbar .container-fluid,
  .cid-sd5R9gkJUQ .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-sd5R9gkJUQ .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sd5R9gkJUQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sd5R9gkJUQ .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-sd5R9gkJUQ .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-sd5R9gkJUQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sd5R9gkJUQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sd5R9gkJUQ .navbar.navbar-short {
  background: #efbc00 !important;
  min-height: 90px;
}
.cid-sd5R9gkJUQ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sd5R9gkJUQ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sd5R9gkJUQ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-sd5R9gkJUQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sd5R9gkJUQ .dropdown-item.active,
.cid-sd5R9gkJUQ .dropdown-item:active {
  background-color: transparent;
}
.cid-sd5R9gkJUQ .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sd5R9gkJUQ .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-sd5R9gkJUQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efbc00;
}
.cid-sd5R9gkJUQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-sd5R9gkJUQ .navbar-buttons {
  text-align: center;
}
.cid-sd5R9gkJUQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sd5R9gkJUQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #283742;
}
.cid-sd5R9gkJUQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sd5R9gkJUQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sd5R9gkJUQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sd5R9gkJUQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sd5R9gkJUQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sd5R9gkJUQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sd5R9gkJUQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sd5R9gkJUQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sd5R9gkJUQ .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-sd5R9gkJUQ a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sd5R9gkJUQ a.nav-link:hover {
  color: #444345 !important;
}
.is-builder .cid-sd5R9gkJUQ .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-sd5R9gkJUQ .navbar {
    height: 77px;
  }
  .cid-sd5R9gkJUQ .navbar.opened {
    height: auto;
  }
  .cid-sd5R9gkJUQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sd8H8Ft5HH {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/conference22.jpg");
}
.cid-sd8H8Ft5HH .mbr-section-title,
.cid-sd8H8Ft5HH .mbr-section-subtitle {
  color: #000000;
}
.cid-sd8H8Ft5HH .mbr-section-text {
  color: #232323;
}
.cid-sd8H8Ft5HH .mbr-text,
.cid-sd8H8Ft5HH .typed-text,
.cid-sd8H8Ft5HH .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-sd8H8Ft5HH .btn {
  margin-left: 4px !important;
}
.cid-sd8H8Ft5HH .animated-element {
  color: #ffffff;
}
.cid-sd8H8Ft5HH .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ffffff;
}
.cid-sd8H8Ft5HH .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-sd8H8Ft5HH .typed-text,
  .cid-sd8H8Ft5HH .mbr-section-subtitle,
  .cid-sd8H8Ft5HH .mbr-section-text,
  .cid-sd8H8Ft5HH .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-sd8H8Ft5HH .mbr-section-subtitle,
.cid-sd8H8Ft5HH .typed-text {
  color: #ffffff;
}
.cid-sd8H8Ft5HH .mbr-section-text,
.cid-sd8H8Ft5HH .mbr-section-btn {
  color: #ffffff;
}
.cid-sdd7JvPpdI {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/conference22.jpg");
}
.cid-sdd7JvPpdI .title__block {
  margin-bottom: 40px;
}
.cid-sdd7JvPpdI .mbr-text {
  margin-bottom: 0;
}
.cid-sdd7JvPpdI .carousel-item {
  justify-content: center;
}
.cid-sdd7JvPpdI .carousel-control-prev {
  left: -8%;
  justify-content: flex-start !important;
  width: 10%;
}
.cid-sdd7JvPpdI .carousel-control-next {
  justify-content: flex-end !important;
  right: -8%;
  width: 10%;
}
.cid-sdd7JvPpdI .carousel-controls a span {
  width: 56px;
  height: 56px;
  line-height: 36px;
  font-size: 18px;
  position: absolute;
  padding: 10px;
  border-radius: 50%;
  color: #ffffff;
  background: rgba(25, 31, 35, 0.3);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sdd7JvPpdI .carousel-controls a:hover span {
  background: rgba(25, 31, 35, 0.6);
}
.cid-sdd7JvPpdI .user_image {
  display: flex;
  width: 100%;
  height: 540px;
  margin: auto;
  perspective: 900px;
}
.cid-sdd7JvPpdI .user_image img {
  transition: transform .5s;
  width: 100%;
  height: 95%;
  object-fit: cover;
  border-radius: 6px;
}
.cid-sdd7JvPpdI .user_image img:hover {
  transform: rotateX(-3deg);
}
@media (max-width: 1350px) {
  .cid-sdd7JvPpdI .user {
    max-width: 87%;
  }
  .cid-sdd7JvPpdI .carousel-control-prev {
    justify-content: center !important;
    left: -3%;
  }
  .cid-sdd7JvPpdI .carousel-control-next {
    justify-content: center !important;
    right: -3%;
  }
}
@media (max-width: 991px) {
  .cid-sdd7JvPpdI .user {
    max-width: 100%;
  }
  .cid-sdd7JvPpdI .carousel-control-prev {
    left: -5%;
  }
  .cid-sdd7JvPpdI .carousel-control-next {
    right: -5%;
  }
  .cid-sdd7JvPpdI .user_image {
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-sdd7JvPpdI .title__block {
    margin-bottom: 20px;
  }
  .cid-sdd7JvPpdI .carousel-controls {
    display: none;
  }
}
.cid-sdd7JvPpdI .mbr-section-title {
  color: #ffffff;
}
.cid-sd5RNG9w2k {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sd5RNG9w2k .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 15px;
}
.cid-sd5RNG9w2k .block__left,
.cid-sd5RNG9w2k .block__right {
  padding: 80px;
  height: 100%;
}
@media (max-width: 575px) {
  .cid-sd5RNG9w2k .block__left,
  .cid-sd5RNG9w2k .block__right {
    padding: 30px;
  }
}
.cid-sd5RNG9w2k .title__block {
  position: relative;
  z-index: 2;
}
.cid-sd5RNG9w2k .left__image {
  background-image: url("../../../assets/images/angie-chawira-banner-v1-2-2000x1079.jpeg");
}
.cid-sd5RNG9w2k .block__left > .mbr-overlay {
  background-color: #191f23;
  opacity: 0.5;
  z-index: 1;
}
.cid-sd5RNG9w2k .block__right > .mbr-overlay {
  background-color: #d90a2c;
  opacity: 0.3;
  z-index: 1;
}
.cid-sd5RNG9w2k .right__image {
  background-image: url("../../../assets/images/conference22.jpg");
}
.cid-sd5RNG9w2k .left__image,
.cid-sd5RNG9w2k .right__image {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 991px) {
  .cid-sd5RNG9w2k .container,
  .cid-sd5RNG9w2k .container-fluid,
  .cid-sd5RNG9w2k .row {
    margin: 0;
    padding: 0;
    max-width: 100%;
  }
  .cid-sd5RNG9w2k .wrap_left,
  .cid-sd5RNG9w2k .wrap_right {
    padding: 0;
  }
}
.cid-sd5RNI4FID {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #efbc00;
}
.cid-sd5RNI4FID .logo__image {
  width: 60px;
  object-fit: cover;
}
.cid-sd5RNI4FID .footer__content {
  margin-bottom: 30px;
}
.cid-sd5RNI4FID .footer__content:last-child {
  margin-bottom: 0;
}
.cid-sd5RNI4FID .title__adress {
  margin-bottom: 20px;
}
.cid-sd5RNI4FID .privacy {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-sd5RNI4FID .privacy {
    text-align: left;
  }
}
.cid-sd5RNI4FID .divider {
  background-color: #888888;
  opacity: .1;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-sd5RNI4FID .form-group {
  margin-bottom: 0;
  padding-right: 0;
}
.cid-sd5RNI4FID .form-control {
  height: 50px;
  border: none;
  padding: 14px 18px;
  background-color: rgba(23, 22, 26, 0.04) !important;
  font-size: 16px;
  color: #191f23;
}
.cid-sd5RNI4FID .input-group-btn {
  padding-left: 0;
}
.cid-sd5RNI4FID .input-group-btn .btn {
  height: 50px;
  font-weight: 600;
  padding: 14px 18px;
  border-radius: 4px;
}
.cid-sd5RNI4FID .mbr-form .input-group-btn .btn {
  border-radius: 4px !important;
}
.cid-sd5RNI4FID .mbr-form .btn {
  margin: 0;
}
.cid-sd5RNI4FID input::-webkit-input-placeholder {
  color: #191f23;
  opacity: .8;
}
.cid-sd5RNI4FID input::-moz-placeholder {
  color: #191f23;
  opacity: .8;
}
@media (max-width: 991px) {
  .cid-sd5RNI4FID .wrap {
    padding-bottom: 25px;
  }
  .cid-sd5RNI4FID .divider {
    margin: 0 0 20px;
  }
}
.cid-sd5RNIzWIn {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #efbc00;
}
.cid-sd5RNIzWIn .nav-item,
.cid-sd5RNIzWIn .nav-link,
.cid-sd5RNIzWIn .navbar-caption {
  font-weight: normal;
}
.cid-sd5RNIzWIn .navbar-nav {
  counter-reset: number;
}
.cid-sd5RNIzWIn .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-sd5RNIzWIn .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-sd5RNIzWIn .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-sd5RNIzWIn .btn {
    white-space: nowrap;
  }
  .cid-sd5RNIzWIn .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-sd5RNIzWIn .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-sd5RNIzWIn .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-sd5RNIzWIn .dropdown-toggle::after,
  .cid-sd5RNIzWIn .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-sd5RNIzWIn .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-sd5RNIzWIn .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-sd5RNIzWIn .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-sd5RNIzWIn .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-sd5RNIzWIn .dropdown-menu .dropdown-item:hover {
  color: #444345 !important;
  background-color: #fafafa;
}
.cid-sd5RNIzWIn .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-sd5RNIzWIn .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-sd5RNIzWIn .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-sd5RNIzWIn .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-sd5RNIzWIn .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-sd5RNIzWIn .nav-item:focus,
.cid-sd5RNIzWIn .nav-link:focus {
  outline: none;
}
.cid-sd5RNIzWIn .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-sd5RNIzWIn .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-sd5RNIzWIn .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sd5RNIzWIn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sd5RNIzWIn .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-sd5RNIzWIn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sd5RNIzWIn ul.navbar-nav li {
  margin: auto;
}
.cid-sd5RNIzWIn .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #efbc00;
}
.cid-sd5RNIzWIn .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #efbc00 !important;
}
.cid-sd5RNIzWIn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sd5RNIzWIn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sd5RNIzWIn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sd5RNIzWIn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-sd5RNIzWIn .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sd5RNIzWIn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sd5RNIzWIn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sd5RNIzWIn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sd5RNIzWIn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sd5RNIzWIn .navbar .container-fluid,
  .cid-sd5RNIzWIn .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-sd5RNIzWIn .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sd5RNIzWIn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sd5RNIzWIn .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-sd5RNIzWIn .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-sd5RNIzWIn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sd5RNIzWIn .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sd5RNIzWIn .navbar.navbar-short {
  background: #efbc00 !important;
  min-height: 90px;
}
.cid-sd5RNIzWIn .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sd5RNIzWIn .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sd5RNIzWIn .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-sd5RNIzWIn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sd5RNIzWIn .dropdown-item.active,
.cid-sd5RNIzWIn .dropdown-item:active {
  background-color: transparent;
}
.cid-sd5RNIzWIn .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sd5RNIzWIn .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-sd5RNIzWIn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efbc00;
}
.cid-sd5RNIzWIn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-sd5RNIzWIn .navbar-buttons {
  text-align: center;
}
.cid-sd5RNIzWIn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sd5RNIzWIn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #283742;
}
.cid-sd5RNIzWIn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sd5RNIzWIn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sd5RNIzWIn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sd5RNIzWIn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sd5RNIzWIn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sd5RNIzWIn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sd5RNIzWIn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sd5RNIzWIn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sd5RNIzWIn .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-sd5RNIzWIn a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sd5RNIzWIn a.nav-link:hover {
  color: #444345 !important;
}
.is-builder .cid-sd5RNIzWIn .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-sd5RNIzWIn .navbar {
    height: 77px;
  }
  .cid-sd5RNIzWIn .navbar.opened {
    height: auto;
  }
  .cid-sd5RNIzWIn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sdGswIgTsM {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/67f42357-10a1-4e78-b765-5845655334fd-1050x700.jpg");
}
.cid-sdGswIgTsM .mbr-section-subtitle ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}
.cid-sdGswIgTsM .mbr-section-subtitle ul li:before {
  content: "— ";
  font-weight: bold;
  font-size: inherit;
}
@media (max-width: 768px) {
  .cid-sdGswIgTsM .mbr-text,
  .cid-sdGswIgTsM .mbr-section-subtitle,
  .cid-sdGswIgTsM .mbr-section-title {
    text-align: center !important;
  }
}
.cid-sdGD9DhUqE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-sdGD9DhUqE .title__block {
  padding: 50px 15px;
}
.cid-sdGD9DhUqE .image {
  display: block;
  position: relative;
  display: flex !important;
  justify-content: flex-end;
}
.cid-sdGD9DhUqE .image img {
  height: 100vh;
  object-fit: cover;
}
.cid-sdGD9DhUqE .widget {
  position: absolute;
  left: 0;
  bottom: 0;
  margin-left: 87px;
  width: 100%;
  overflow: hidden;
}
.cid-sdGD9DhUqE .widget .widget__item {
  padding: 40px 10px 10px 40px;
  background-color: rgba(40, 55, 66, 0.98);
}
.cid-sdGD9DhUqE .widget .widget__item:hover .mbr-iconfont {
  color: #444345;
}
.cid-sdGD9DhUqE .widget .widget__item:nth-child(2) {
  background-color: rgba(35, 34, 38, 0.98);
}
.cid-sdGD9DhUqE .widget .mbr-iconfont {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  margin-right: 10px;
}
.cid-sdGD9DhUqE .widget .widget__text {
  margin: 5px 0;
}
.cid-sdGD9DhUqE .mbr-section-btn {
  margin-top: 20px;
}
.cid-sdGD9DhUqE .btn {
  margin-top: 0;
}
.cid-sdGD9DhUqE .popup__text {
  display: inline-block;
  margin-left: 10px;
}
.cid-sdGD9DhUqE .mbr-media {
  display: inline-block;
}
.cid-sdGD9DhUqE .mbr-figure {
  align-self: flex-start;
  margin-bottom: 30px;
  width: 100%;
}
.cid-sdGD9DhUqE .anim {
  width: 62px;
  height: 62px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  position: relative;
  background-color: rgba(25, 31, 35, 0.95);
  border-radius: 50%;
}
.cid-sdGD9DhUqE .anim span {
  color: #ffffff;
  font-size: 18px;
  cursor: pointer;
  width: 62px;
  height: 62px;
  line-height: 62px;
  position: relative;
  display: inline-block;
  margin-left: 2px;
}
.cid-sdGD9DhUqE .anim span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-sdGD9DhUqE .anim:before {
  content: '';
  border-color: inherit;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  background: rgba(25, 31, 35, 0.5);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-duration: 1.2s;
  animation-name: popup__video;
  animation-iteration-count: infinite;
  animation-delay: 1s;
}
.cid-sdGD9DhUqE .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: #191f23;
  width: 100%;
  height: 100%;
}
.cid-sdGD9DhUqE .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sdGD9DhUqE .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-sdGD9DhUqE a.close {
  position: absolute;
  right: 100px;
  top: 50px;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  padding: 10px;
  transition: all 0.2s;
}
.cid-sdGD9DhUqE a.close:hover {
  color: #ffffff;
}
@keyframes popup__video {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@media (min-width: 768px) {
  .cid-sdGD9DhUqE .push__left {
    margin-right: 8.33333%;
  }
}
@media (max-width: 991px) {
  .cid-sdGD9DhUqE .image {
    padding: 0;
  }
  .cid-sdGD9DhUqE .container,
  .cid-sdGD9DhUqE .row {
    margin: 0;
    padding: 0;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-sdGD9DhUqE .widget {
    margin-left: 0;
  }
  .cid-sdGD9DhUqE .widget .widget__item {
    padding: 15px;
  }
}
@media (max-width: 575px) {
  .cid-sdGD9DhUqE a.close {
    right: 50px;
    top: 25px;
  }
  .cid-sdGD9DhUqE .modalWindow .modalWindow-video {
    height: calc(90vw / 1.778);
    width: 90vw;
    margin: 0 auto;
  }
  .cid-sdGD9DhUqE .image img {
    max-height: 400px;
  }
}
.cid-sdGqsHM6oz {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/conference22.jpg");
}
.cid-sdGqsHM6oz .title__block {
  margin-bottom: 40px;
}
.cid-sdGqsHM6oz .mbr-text {
  margin-bottom: 0;
}
.cid-sdGqsHM6oz .carousel-item {
  justify-content: center;
}
.cid-sdGqsHM6oz .carousel-control-prev {
  left: -8%;
  justify-content: flex-start !important;
  width: 10%;
}
.cid-sdGqsHM6oz .carousel-control-next {
  justify-content: flex-end !important;
  right: -8%;
  width: 10%;
}
.cid-sdGqsHM6oz .carousel-controls a span {
  width: 56px;
  height: 56px;
  line-height: 36px;
  font-size: 18px;
  position: absolute;
  padding: 10px;
  border-radius: 50%;
  color: #ffffff;
  background: rgba(25, 31, 35, 0.3);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sdGqsHM6oz .carousel-controls a:hover span {
  background: rgba(25, 31, 35, 0.6);
}
.cid-sdGqsHM6oz .user_image {
  display: flex;
  width: 100%;
  height: 540px;
  margin: auto;
  perspective: 900px;
}
.cid-sdGqsHM6oz .user_image img {
  transition: transform .5s;
  width: 100%;
  height: 95%;
  object-fit: cover;
  border-radius: 6px;
}
.cid-sdGqsHM6oz .user_image img:hover {
  transform: rotateX(-3deg);
}
@media (max-width: 1350px) {
  .cid-sdGqsHM6oz .user {
    max-width: 87%;
  }
  .cid-sdGqsHM6oz .carousel-control-prev {
    justify-content: center !important;
    left: -3%;
  }
  .cid-sdGqsHM6oz .carousel-control-next {
    justify-content: center !important;
    right: -3%;
  }
}
@media (max-width: 991px) {
  .cid-sdGqsHM6oz .user {
    max-width: 100%;
  }
  .cid-sdGqsHM6oz .carousel-control-prev {
    left: -5%;
  }
  .cid-sdGqsHM6oz .carousel-control-next {
    right: -5%;
  }
  .cid-sdGqsHM6oz .user_image {
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-sdGqsHM6oz .title__block {
    margin-bottom: 20px;
  }
  .cid-sdGqsHM6oz .carousel-controls {
    display: none;
  }
}
.cid-sdGqsHM6oz .mbr-section-title {
  color: #ffffff;
}
.cid-sdGqsO3cpG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sdGqsO3cpG .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 15px;
}
.cid-sdGqsO3cpG .block__left,
.cid-sdGqsO3cpG .block__right {
  padding: 80px;
  height: 100%;
}
@media (max-width: 575px) {
  .cid-sdGqsO3cpG .block__left,
  .cid-sdGqsO3cpG .block__right {
    padding: 30px;
  }
}
.cid-sdGqsO3cpG .title__block {
  position: relative;
  z-index: 2;
}
.cid-sdGqsO3cpG .left__image {
  background-image: url("../../../assets/images/angie-chawira-banner-v1-2-2000x1079.jpeg");
}
.cid-sdGqsO3cpG .block__left > .mbr-overlay {
  background-color: #191f23;
  opacity: 0.5;
  z-index: 1;
}
.cid-sdGqsO3cpG .block__right > .mbr-overlay {
  background-color: #d90a2c;
  opacity: 0.3;
  z-index: 1;
}
.cid-sdGqsO3cpG .right__image {
  background-image: url("../../../assets/images/conference22.jpg");
}
.cid-sdGqsO3cpG .left__image,
.cid-sdGqsO3cpG .right__image {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 991px) {
  .cid-sdGqsO3cpG .container,
  .cid-sdGqsO3cpG .container-fluid,
  .cid-sdGqsO3cpG .row {
    margin: 0;
    padding: 0;
    max-width: 100%;
  }
  .cid-sdGqsO3cpG .wrap_left,
  .cid-sdGqsO3cpG .wrap_right {
    padding: 0;
  }
}
.cid-sdGqsPtumE {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #efbc00;
}
.cid-sdGqsPtumE .logo__image {
  width: 60px;
  object-fit: cover;
}
.cid-sdGqsPtumE .footer__content {
  margin-bottom: 30px;
}
.cid-sdGqsPtumE .footer__content:last-child {
  margin-bottom: 0;
}
.cid-sdGqsPtumE .title__adress {
  margin-bottom: 20px;
}
.cid-sdGqsPtumE .privacy {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-sdGqsPtumE .privacy {
    text-align: left;
  }
}
.cid-sdGqsPtumE .divider {
  background-color: #888888;
  opacity: .1;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-sdGqsPtumE .form-group {
  margin-bottom: 0;
  padding-right: 0;
}
.cid-sdGqsPtumE .form-control {
  height: 50px;
  border: none;
  padding: 14px 18px;
  background-color: rgba(23, 22, 26, 0.04) !important;
  font-size: 16px;
  color: #191f23;
}
.cid-sdGqsPtumE .input-group-btn {
  padding-left: 0;
}
.cid-sdGqsPtumE .input-group-btn .btn {
  height: 50px;
  font-weight: 600;
  padding: 14px 18px;
  border-radius: 4px;
}
.cid-sdGqsPtumE .mbr-form .input-group-btn .btn {
  border-radius: 4px !important;
}
.cid-sdGqsPtumE .mbr-form .btn {
  margin: 0;
}
.cid-sdGqsPtumE input::-webkit-input-placeholder {
  color: #191f23;
  opacity: .8;
}
.cid-sdGqsPtumE input::-moz-placeholder {
  color: #191f23;
  opacity: .8;
}
@media (max-width: 991px) {
  .cid-sdGqsPtumE .wrap {
    padding-bottom: 25px;
  }
  .cid-sdGqsPtumE .divider {
    margin: 0 0 20px;
  }
}
.cid-sdGqsRTBe1 {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #efbc00;
}
.cid-sdGqsRTBe1 .nav-item,
.cid-sdGqsRTBe1 .nav-link,
.cid-sdGqsRTBe1 .navbar-caption {
  font-weight: normal;
}
.cid-sdGqsRTBe1 .navbar-nav {
  counter-reset: number;
}
.cid-sdGqsRTBe1 .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-sdGqsRTBe1 .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-sdGqsRTBe1 .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-sdGqsRTBe1 .btn {
    white-space: nowrap;
  }
  .cid-sdGqsRTBe1 .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-sdGqsRTBe1 .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-sdGqsRTBe1 .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-sdGqsRTBe1 .dropdown-toggle::after,
  .cid-sdGqsRTBe1 .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-sdGqsRTBe1 .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-sdGqsRTBe1 .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-sdGqsRTBe1 .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-sdGqsRTBe1 .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-sdGqsRTBe1 .dropdown-menu .dropdown-item:hover {
  color: #444345 !important;
  background-color: #fafafa;
}
.cid-sdGqsRTBe1 .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-sdGqsRTBe1 .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-sdGqsRTBe1 .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-sdGqsRTBe1 .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-sdGqsRTBe1 .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-sdGqsRTBe1 .nav-item:focus,
.cid-sdGqsRTBe1 .nav-link:focus {
  outline: none;
}
.cid-sdGqsRTBe1 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-sdGqsRTBe1 .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-sdGqsRTBe1 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sdGqsRTBe1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sdGqsRTBe1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-sdGqsRTBe1 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sdGqsRTBe1 ul.navbar-nav li {
  margin: auto;
}
.cid-sdGqsRTBe1 .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #efbc00;
}
.cid-sdGqsRTBe1 .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #efbc00 !important;
}
.cid-sdGqsRTBe1 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sdGqsRTBe1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sdGqsRTBe1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sdGqsRTBe1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-sdGqsRTBe1 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sdGqsRTBe1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sdGqsRTBe1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sdGqsRTBe1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sdGqsRTBe1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sdGqsRTBe1 .navbar .container-fluid,
  .cid-sdGqsRTBe1 .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-sdGqsRTBe1 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sdGqsRTBe1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sdGqsRTBe1 .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-sdGqsRTBe1 .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-sdGqsRTBe1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sdGqsRTBe1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sdGqsRTBe1 .navbar.navbar-short {
  background: #efbc00 !important;
  min-height: 90px;
}
.cid-sdGqsRTBe1 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sdGqsRTBe1 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sdGqsRTBe1 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-sdGqsRTBe1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sdGqsRTBe1 .dropdown-item.active,
.cid-sdGqsRTBe1 .dropdown-item:active {
  background-color: transparent;
}
.cid-sdGqsRTBe1 .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sdGqsRTBe1 .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-sdGqsRTBe1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efbc00;
}
.cid-sdGqsRTBe1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-sdGqsRTBe1 .navbar-buttons {
  text-align: center;
}
.cid-sdGqsRTBe1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sdGqsRTBe1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #283742;
}
.cid-sdGqsRTBe1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sdGqsRTBe1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sdGqsRTBe1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sdGqsRTBe1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sdGqsRTBe1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sdGqsRTBe1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sdGqsRTBe1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sdGqsRTBe1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sdGqsRTBe1 .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-sdGqsRTBe1 a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sdGqsRTBe1 a.nav-link:hover {
  color: #444345 !important;
}
.is-builder .cid-sdGqsRTBe1 .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-sdGqsRTBe1 .navbar {
    height: 77px;
  }
  .cid-sdGqsRTBe1 .navbar.opened {
    height: auto;
  }
  .cid-sdGqsRTBe1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sdGE4yVUDm {
  overflow: hidden;
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/angie-chawira-banner-v1-2-2000x1079.jpg");
}
.cid-sdGE4yVUDm .container {
  margin: 0 auto;
  padding: 0 25px;
}
.cid-sdGE4yVUDm .wrap {
  padding: 0 25px;
}
.cid-sdGE4yVUDm .wrap:before {
  content: '';
  position: absolute;
  width: 680px;
  height: 680px;
  border-radius: 50%;
  mix-blend-mode: multiply;
  background-color: #ffffff;
  top: 0px;
  right: 0px;
}
.cid-sdGE4yVUDm .wrap:before {
  content: '';
  position: absolute;
  width: 680px;
  height: 680px;
  border-radius: 50%;
  mix-blend-mode: multiply;
  background-color: #ffffff;
  top: 0px;
  left: -100px;
}
.cid-sdGE4yVUDm .title__block {
  padding: 90px 0;
  display: flex;
  flex-direction: column;
  z-index: 1;
  position: relative;
}
.cid-sdGE4yVUDm .mbr-text {
  margin-bottom: 20px;
}
.cid-sdGE4yVUDm .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 1199px) {
  .cid-sdGE4yVUDm .title__block {
    padding: 80px 0;
  }
}
@media (max-width: 991px) {
  .cid-sdGE4yVUDm .container,
  .cid-sdGE4yVUDm .row {
    margin: 0;
    padding: 0;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-sdGE4yVUDm .title__block {
    padding: 50px 0;
  }
}
@media (max-width: 575px) {
  .cid-sdGE4yVUDm a.close {
    right: 50px;
    top: 25px;
  }
  .cid-sdGE4yVUDm .modalWindow .modalWindow-video {
    height: calc(90vw / 1.778);
    width: 90vw;
    margin: 0 auto;
  }
}
.cid-sdGE4CavdQ {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/conference22.jpg");
}
.cid-sdGE4CavdQ .wrap {
  height: 500px;
}
.cid-sdGE4CavdQ .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 10px;
  color: #ffffff;
}
.cid-sdGE4CavdQ .mbr-text {
  color: #000000;
  margin-top: 30px;
  margin-bottom: 0;
}
.cid-sdGE4CavdQ .parallax__wrap {
  transform: translate3d(0px, -115px, 0px);
  background-position: center center;
  width: 100%;
  backface-visibility: hidden;
  will-change: transform;
}
.cid-sdGE4CavdQ .content__block {
  min-width: 1200px;
  transform: translateX(-45%);
}
.cid-sdGE4CavdQ .group__content {
  padding-bottom: 30px;
  position: relative;
}
.cid-sdGE4CavdQ .parallax__image {
  perspective: 700px;
}
.cid-sdGE4CavdQ .image {
  margin: 0;
  width: 100%;
  height: 230px;
  transition: transform .5s;
}
.cid-sdGE4CavdQ .image:hover {
  transform: rotateX(-10deg);
}
.cid-sdGE4CavdQ .image img {
  border-radius: 6px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sdGE4CavdQ .minwidth {
  background-image: url("../../../assets/images/conference2.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 300px;
}
@media (max-width: 575px) {
  .cid-sdGE4CavdQ .minwidth {
    height: 200px;
  }
}
.cid-sdGE4CavdQ .btn {
  margin-top: 20px;
}
@media (min-width: 1200px) {
  .cid-sdGE4CavdQ .push-lg {
    left: 8.33333333%;
  }
  .cid-sdGE4CavdQ .push {
    left: 3%;
  }
}
@media (max-width: 991px) {
  .cid-sdGE4CavdQ .wrap {
    height: auto;
  }
  .cid-sdGE4CavdQ .parallax__wrap {
    transform: translate3d(0px, 0, 0px);
  }
  .cid-sdGE4CavdQ .minwidth {
    margin-bottom: 30px;
  }
}
.cid-sdGE4CavdQ .mbr-section-title {
  color: #ffffff;
}
.cid-sdGE4CavdQ .mbr-text,
.cid-sdGE4CavdQ .mbr-section-btn {
  color: #ffffff;
}
.cid-sdGE4Fic1M {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sdGE4Fic1M .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 15px;
}
.cid-sdGE4Fic1M .block__left,
.cid-sdGE4Fic1M .block__right {
  padding: 80px;
  height: 100%;
}
@media (max-width: 575px) {
  .cid-sdGE4Fic1M .block__left,
  .cid-sdGE4Fic1M .block__right {
    padding: 30px;
  }
}
.cid-sdGE4Fic1M .title__block {
  position: relative;
  z-index: 2;
}
.cid-sdGE4Fic1M .left__image {
  background-image: url("../../../assets/images/angie-chawira-banner-v1-2-2000x1079.jpeg");
}
.cid-sdGE4Fic1M .block__left > .mbr-overlay {
  background-color: #191f23;
  opacity: 0.5;
  z-index: 1;
}
.cid-sdGE4Fic1M .block__right > .mbr-overlay {
  background-color: #d90a2c;
  opacity: 0.3;
  z-index: 1;
}
.cid-sdGE4Fic1M .right__image {
  background-image: url("../../../assets/images/conference22.jpg");
}
.cid-sdGE4Fic1M .left__image,
.cid-sdGE4Fic1M .right__image {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 991px) {
  .cid-sdGE4Fic1M .container,
  .cid-sdGE4Fic1M .container-fluid,
  .cid-sdGE4Fic1M .row {
    margin: 0;
    padding: 0;
    max-width: 100%;
  }
  .cid-sdGE4Fic1M .wrap_left,
  .cid-sdGE4Fic1M .wrap_right {
    padding: 0;
  }
}
.cid-sdGE4IMAJd {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #ff2121;
}
.cid-sdGE4IMAJd .list-group-item {
  padding: .5rem 3.25rem;
}
.cid-sdGE4IMAJd h4 {
  margin: 0;
}
.cid-sdGE4IMAJd .plan-body .mbr-section-btn .btn-sm {
  padding: 0.6rem 4.4rem;
}
.cid-sdGE4IMAJd .plan-body {
  padding-bottom: 2rem;
}
.cid-sdGE4IMAJd .plan-header {
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sdGE4IMAJd .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #c79d00;
  transition: background 0.3s;
  margin-bottom: 1.5rem;
}
.cid-sdGE4IMAJd .line2 {
  background: #255085;
}
.cid-sdGE4IMAJd .plan {
  word-break: break-word;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  max-width: 300px;
  padding-right: 0;
  padding-left: 0;
}
.cid-sdGE4IMAJd .plan .list-group-item {
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  border: 0;
}
.cid-sdGE4IMAJd .plan .list-group-item::after {
  position: absolute;
  bottom: 0;
  left: 20%;
  width: 60%;
  height: 2px;
  content: "";
  background-color: #eaeaea;
}
.cid-sdGE4IMAJd .plan .list-group-item:last-child::after {
  display: none;
}
.cid-sdGE4IMAJd .plan-header,
.cid-sdGE4IMAJd .plan-body {
  background-color: #fff;
}
.cid-sdGE4IMAJd .price-figure {
  font-weight: 700;
}
.cid-sdGE4IMAJd .price-value {
  font-weight: 700;
  vertical-align: top;
}
@media (max-width: 550px) {
  .cid-sdGE4IMAJd .price-figure {
    font-size: 4.25rem;
  }
}
.cid-sdGE4IMAJd .color1 {
  color: #283742;
}
.cid-sdGE4IMAJd .color2 {
  color: #c79d00;
}
.cid-sdGE4IMAJd LI {
  color: #767676;
}
.cid-sdGE4IMAJd .price-term {
  color: #767676;
}
.cid-sdGE4MqvtG {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #efbc00;
}
.cid-sdGE4MqvtG .logo__image {
  width: 60px;
  object-fit: cover;
}
.cid-sdGE4MqvtG .footer__content {
  margin-bottom: 30px;
}
.cid-sdGE4MqvtG .footer__content:last-child {
  margin-bottom: 0;
}
.cid-sdGE4MqvtG .title__adress {
  margin-bottom: 20px;
}
.cid-sdGE4MqvtG .privacy {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-sdGE4MqvtG .privacy {
    text-align: left;
  }
}
.cid-sdGE4MqvtG .divider {
  background-color: #888888;
  opacity: .1;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-sdGE4MqvtG .form-group {
  margin-bottom: 0;
  padding-right: 0;
}
.cid-sdGE4MqvtG .form-control {
  height: 50px;
  border: none;
  padding: 14px 18px;
  background-color: rgba(23, 22, 26, 0.04) !important;
  font-size: 16px;
  color: #191f23;
}
.cid-sdGE4MqvtG .input-group-btn {
  padding-left: 0;
}
.cid-sdGE4MqvtG .input-group-btn .btn {
  height: 50px;
  font-weight: 600;
  padding: 14px 18px;
  border-radius: 4px;
}
.cid-sdGE4MqvtG .mbr-form .input-group-btn .btn {
  border-radius: 4px !important;
}
.cid-sdGE4MqvtG .mbr-form .btn {
  margin: 0;
}
.cid-sdGE4MqvtG input::-webkit-input-placeholder {
  color: #191f23;
  opacity: .8;
}
.cid-sdGE4MqvtG input::-moz-placeholder {
  color: #191f23;
  opacity: .8;
}
@media (max-width: 991px) {
  .cid-sdGE4MqvtG .wrap {
    padding-bottom: 25px;
  }
  .cid-sdGE4MqvtG .divider {
    margin: 0 0 20px;
  }
}
.cid-sdGE4ORNej {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #efbc00;
}
.cid-sdGE4ORNej .nav-item,
.cid-sdGE4ORNej .nav-link,
.cid-sdGE4ORNej .navbar-caption {
  font-weight: normal;
}
.cid-sdGE4ORNej .navbar-nav {
  counter-reset: number;
}
.cid-sdGE4ORNej .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-sdGE4ORNej .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-sdGE4ORNej .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-sdGE4ORNej .btn {
    white-space: nowrap;
  }
  .cid-sdGE4ORNej .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-sdGE4ORNej .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-sdGE4ORNej .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-sdGE4ORNej .dropdown-toggle::after,
  .cid-sdGE4ORNej .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-sdGE4ORNej .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-sdGE4ORNej .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-sdGE4ORNej .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-sdGE4ORNej .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-sdGE4ORNej .dropdown-menu .dropdown-item:hover {
  color: #444345 !important;
  background-color: #fafafa;
}
.cid-sdGE4ORNej .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-sdGE4ORNej .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-sdGE4ORNej .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-sdGE4ORNej .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-sdGE4ORNej .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-sdGE4ORNej .nav-item:focus,
.cid-sdGE4ORNej .nav-link:focus {
  outline: none;
}
.cid-sdGE4ORNej .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-sdGE4ORNej .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-sdGE4ORNej .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sdGE4ORNej .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sdGE4ORNej .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-sdGE4ORNej ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sdGE4ORNej ul.navbar-nav li {
  margin: auto;
}
.cid-sdGE4ORNej .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #efbc00;
}
.cid-sdGE4ORNej .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #efbc00 !important;
}
.cid-sdGE4ORNej .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sdGE4ORNej .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sdGE4ORNej .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sdGE4ORNej .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-sdGE4ORNej .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sdGE4ORNej .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sdGE4ORNej .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sdGE4ORNej .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sdGE4ORNej .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sdGE4ORNej .navbar .container-fluid,
  .cid-sdGE4ORNej .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-sdGE4ORNej .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sdGE4ORNej .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sdGE4ORNej .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-sdGE4ORNej .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-sdGE4ORNej .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sdGE4ORNej .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sdGE4ORNej .navbar.navbar-short {
  background: #efbc00 !important;
  min-height: 90px;
}
.cid-sdGE4ORNej .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sdGE4ORNej .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sdGE4ORNej .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-sdGE4ORNej .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sdGE4ORNej .dropdown-item.active,
.cid-sdGE4ORNej .dropdown-item:active {
  background-color: transparent;
}
.cid-sdGE4ORNej .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sdGE4ORNej .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-sdGE4ORNej .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efbc00;
}
.cid-sdGE4ORNej .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-sdGE4ORNej .navbar-buttons {
  text-align: center;
}
.cid-sdGE4ORNej button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sdGE4ORNej button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #283742;
}
.cid-sdGE4ORNej button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sdGE4ORNej button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sdGE4ORNej button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sdGE4ORNej button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sdGE4ORNej nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sdGE4ORNej nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sdGE4ORNej nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sdGE4ORNej nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sdGE4ORNej .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-sdGE4ORNej a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sdGE4ORNej a.nav-link:hover {
  color: #444345 !important;
}
.is-builder .cid-sdGE4ORNej .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-sdGE4ORNej .navbar {
    height: 77px;
  }
  .cid-sdGE4ORNej .navbar.opened {
    height: auto;
  }
  .cid-sdGE4ORNej .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
