body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 5.5rem;
  line-height: 1.2;
}
.display-1 > .mbr-iconfont {
  font-size: 8.8rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 2.8rem;
  line-height: 1.4;
}
.display-2 > .mbr-iconfont {
  font-size: 4.48rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 1.6rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 2.56rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.4;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.85rem;
    font-size: calc( 2.5749999999999997rem + (5.5 - 2.5749999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.5749999999999997rem + (5.5 - 2.5749999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.9rem !important;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 0px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #db1356 !important;
}
.bg-success {
  background-color: #b2d133 !important;
}
.bg-info {
  background-color: #f58634 !important;
}
.bg-warning {
  background-color: #db1356 !important;
}
.bg-danger {
  background-color: #f2b817 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #db1356 !important;
  border-color: #db1356 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #950d3a !important;
  border-color: #950d3a !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #950d3a !important;
  border-color: #950d3a !important;
}
.btn-primary:hover {
  background-color: #db1356 !important;
  border-color: #db1356 !important;
}
.btn-primary:hover,
.btn-primary:focus {
  background: linear-gradient(to left, #51c9c0, #db1356);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #51c9c0 !important;
  border-color: #51c9c0 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #319d95 !important;
  border-color: #319d95 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #319d95 !important;
  border-color: #319d95 !important;
}
.btn-secondary:hover {
  background-color: #db1356 !important;
  border-color: #db1356 !important;
}
.btn-secondary:hover,
.btn-secondary:focus {
  background: linear-gradient(to left, #51c9c0, #51c9c0);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-info,
.btn-info:active {
  background-color: #f58634 !important;
  border-color: #f58634 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #d25f0a !important;
  border-color: #d25f0a !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #d25f0a !important;
  border-color: #d25f0a !important;
}
.btn-info:hover {
  background-color: #db1356 !important;
  border-color: #db1356 !important;
}
.btn-info:hover,
.btn-info:focus {
  background: linear-gradient(to left, #51c9c0, #f58634);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-success,
.btn-success:active {
  background-color: #b2d133 !important;
  border-color: #b2d133 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #7f9622 !important;
  border-color: #7f9622 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #7f9622 !important;
  border-color: #7f9622 !important;
}
.btn-success:hover {
  background-color: #db1356 !important;
  border-color: #db1356 !important;
}
.btn-success:hover,
.btn-success:focus {
  background: linear-gradient(to left, #51c9c0, #b2d133);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-warning,
.btn-warning:active {
  background-color: #db1356 !important;
  border-color: #db1356 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #950d3a !important;
  border-color: #950d3a !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #950d3a !important;
  border-color: #950d3a !important;
}
.btn-warning:hover {
  background-color: #db1356 !important;
  border-color: #db1356 !important;
}
.btn-warning:hover,
.btn-warning:focus {
  background: linear-gradient(to left, #51c9c0, #db1356);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-danger,
.btn-danger:active {
  background-color: #f2b817 !important;
  border-color: #f2b817 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #b2860a !important;
  border-color: #b2860a !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #b2860a !important;
  border-color: #b2860a !important;
}
.btn-danger:hover {
  background-color: #db1356 !important;
  border-color: #db1356 !important;
}
.btn-danger:hover,
.btn-danger:focus {
  background: linear-gradient(to left, #51c9c0, #f2b817);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-white,
.btn-white:active {
  background-color: #f3f3f3 !important;
  border-color: #f3f3f3 !important;
  color: #737373 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #737373 !important;
  background-color: #cdcdcd !important;
  border-color: #cdcdcd !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #737373 !important;
  background-color: #cdcdcd !important;
  border-color: #cdcdcd !important;
}
.btn-white:hover {
  background-color: #db1356 !important;
  border-color: #db1356 !important;
}
.btn-white:hover,
.btn-white:focus {
  background: linear-gradient(to left, #51c9c0, #f3f3f3);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-white:hover {
  color: white!important;
}
.btn-black,
.btn-black:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black:hover {
  background-color: #db1356 !important;
  border-color: #db1356 !important;
}
.btn-black:hover,
.btn-black:focus {
  background: linear-gradient(to left, #51c9c0, #000000);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-primary-outline {
  color: white!important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #db1356;
  color: #db1356;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #db1356;
  border-color: #db1356;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #db1356 !important;
  border-color: #db1356 !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus {
  background: linear-gradient(to left, #51c9c0, #db1356);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-secondary-outline {
  color: white!important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #51c9c0;
  color: #51c9c0;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #51c9c0;
  border-color: #51c9c0;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #51c9c0 !important;
  border-color: #51c9c0 !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus {
  background: linear-gradient(to left, #51c9c0, #51c9c0);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-info-outline {
  color: white!important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #f58634;
  color: #f58634;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #f58634;
  border-color: #f58634;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #f58634 !important;
  border-color: #f58634 !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus {
  background: linear-gradient(to left, #51c9c0, #f58634);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-success-outline {
  color: white!important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #b2d133;
  color: #b2d133;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #b2d133;
  border-color: #b2d133;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #b2d133 !important;
  border-color: #b2d133 !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus {
  background: linear-gradient(to left, #51c9c0, #b2d133);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-warning-outline {
  color: white!important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #db1356;
  color: #db1356;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #db1356;
  border-color: #db1356;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #db1356 !important;
  border-color: #db1356 !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus {
  background: linear-gradient(to left, #51c9c0, #db1356);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-danger-outline {
  color: white!important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #f2b817;
  color: #f2b817;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #f2b817;
  border-color: #f2b817;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #f2b817 !important;
  border-color: #f2b817 !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus {
  background: linear-gradient(to left, #51c9c0, #f2b817);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-black-outline {
  color: white!important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #333333;
  color: #333333;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus {
  background: linear-gradient(to left, #51c9c0, #333333);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-white-outline {
  color: white!important;
}
.btn-white-outline,
.btn-white-outline:active {
  background: none;
  border-color: #f3f3f3;
  color: #f3f3f3;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #737373;
  background-color: #f3f3f3;
  border-color: #f3f3f3;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #737373 !important;
  background-color: #f3f3f3 !important;
  border-color: #f3f3f3 !important;
}
.btn-white-outline:hover,
.btn-white-outline:focus {
  background: linear-gradient(to left, #51c9c0, #f3f3f3);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.text-primary {
  color: #db1356 !important;
}
.text-secondary {
  color: #51c9c0 !important;
}
.text-success {
  color: #b2d133 !important;
}
.text-info {
  color: #f58634 !important;
}
.text-warning {
  color: #db1356 !important;
}
.text-danger {
  color: #f2b817 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #f16392 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #9fe1dc !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d1e486 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #fac095 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #f16392 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #f7d678 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #f58634;
}
.alert-warning {
  background-color: #db1356;
}
.alert-danger {
  background-color: #f2b817;
}
.mbr-gallery-filter li.active .btn {
  background-color: #db1356;
  border-color: #db1356;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #db1356;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fac0d4;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #f1f7d9;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #fffaf6;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fac0d4;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fdf3d8;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
blockquote {
  border-color: #db1356;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #db1356;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #db1356;
  border-bottom-color: #db1356;
}
.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: #db1356 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #51c9c0 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23db1356' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.btn {
  transition: none;
}
.cid-s1YNw91RvB .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s1YNw91RvB .btn {
  white-space: nowrap;
}
.cid-s1YNw91RvB .nav-link,
.cid-s1YNw91RvB .icons-menu .mbr-iconfont,
.cid-s1YNw91RvB .dropdown-item {
  transition: all 0.1s;
}
.cid-s1YNw91RvB .nav-link:hover,
.cid-s1YNw91RvB .icons-menu .mbr-iconfont:hover,
.cid-s1YNw91RvB .dropdown-item:hover {
  color: #51c9c0 !important;
}
@media (max-width: 992px) {
  .cid-s1YNw91RvB .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-s1YNw91RvB .container {
  display: flex;
  margin: auto;
}
.cid-s1YNw91RvB .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #040402;
}
.cid-s1YNw91RvB .navbar.opened {
  transition: all .3s;
}
.cid-s1YNw91RvB .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-s1YNw91RvB .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-s1YNw91RvB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s1YNw91RvB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s1YNw91RvB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s1YNw91RvB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s1YNw91RvB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s1YNw91RvB .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-s1YNw91RvB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s1YNw91RvB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s1YNw91RvB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s1YNw91RvB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s1YNw91RvB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s1YNw91RvB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s1YNw91RvB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s1YNw91RvB .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s1YNw91RvB .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s1YNw91RvB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s1YNw91RvB .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s1YNw91RvB .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-s1YNw91RvB .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s1YNw91RvB .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s1YNw91RvB .navbar.navbar-short {
  background: #040402 !important;
  min-height: 60px;
}
.cid-s1YNw91RvB .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s1YNw91RvB .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s1YNw91RvB .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-s1YNw91RvB .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-s1YNw91RvB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s1YNw91RvB .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s1YNw91RvB .navbar-caption {
  padding-right: 4rem;
}
.cid-s1YNw91RvB .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-s1YNw91RvB .dropdown-menu,
.cid-s1YNw91RvB .navbar.opened {
  background: #191919 !important;
}
.cid-s1YNw91RvB .nav-item:focus,
.cid-s1YNw91RvB .nav-link:focus {
  outline: none;
}
.cid-s1YNw91RvB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s1YNw91RvB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s1YNw91RvB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s1YNw91RvB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s1YNw91RvB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s1YNw91RvB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-s1YNw91RvB .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s1YNw91RvB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s1YNw91RvB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s1YNw91RvB .dropdown-item.active,
.cid-s1YNw91RvB .dropdown-item:active {
  background-color: transparent;
}
.cid-s1YNw91RvB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s1YNw91RvB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s1YNw91RvB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s1YNw91RvB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #040402;
}
.cid-s1YNw91RvB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s1YNw91RvB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s1YNw91RvB ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s1YNw91RvB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s1YNw91RvB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s1YNw91RvB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-s1YNw91RvB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s1YNw91RvB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s1YNw91RvB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s1YNw91RvB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s1YNw91RvB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1YNw91RvB nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s1YNw91RvB nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s1YNw91RvB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1YNw91RvB .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-s1YNw91RvB a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s1YNw91RvB .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-s1YNw91RvB .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s1YNw91RvB .navbar {
    height: 77px;
  }
  .cid-s1YNw91RvB .navbar.opened {
    height: auto;
  }
  .cid-s1YNw91RvB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s1YNw91RvB .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-s1YNmF9EpW {
  padding-top: 165px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/medya-mesa.webp");
}
.cid-s1YNmF9EpW H1 {
  color: #b2d133;
}
.cid-s1YNmF9EpW h1 {
  background: linear-gradient(to left, #51c9c0, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-s1YNmF9EpW .mbr-text,
.cid-s1YNmF9EpW .mbr-section-btn {
  color: #ffffff;
}
.cid-s1YNzGfN84 {
  padding-top: 105px;
  padding-bottom: 75px;
  background-color: #111111;
}
.cid-s1YNzGfN84 img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-s1YNzGfN84 .link-wrapper {
  margin-bottom: 1rem;
}
.cid-s1YNzGfN84 .link-wrapper .mbr-iconfont {
  border: 1px solid #999999;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem;
  color: #999999;
}
.cid-s1YNzGfN84 .img-wrapper .mbr-iconfont {
  font-size: 3rem;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding-bottom: 1rem;
  background: linear-gradient(to left, #51c9c0, #db1356);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-s1YNzGfN84 .card-wrapper {
  background: #191919;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-s1YNzGfN84 .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-s1YNzGfN84 .first:hover:before {
  content: none;
}
.cid-s1YNzGfN84 .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 200px;
  background: linear-gradient(to left, #51c9c0, #db1356);
  content: '';
}
.cid-s1YNzGfN84 .last:hover:after {
  content: none;
}
.cid-s1YNzGfN84 .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 200px;
  background: linear-gradient(to left, #51c9c0, #db1356);
  content: '';
}
.cid-s1YNzGfN84 .mbr-section-text {
  color: #999999;
}
.cid-s1YNzGfN84 .card {
  z-index: 1;
  min-height: 200px;
  margin-bottom: 2rem;
  position: relative;
  transition: all 0.3s;
}
.cid-s1YNzGfN84 .card .img-wrapper {
  overflow: hidden;
}
.cid-s1YNzGfN84 .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-s1YNzGfN84 .card:hover .mbr-iconfont {
  color: #ffffff !important;
  border-color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-s1YNzGfN84 .card:hover .card-wrapper {
  background: linear-gradient(to left, #51c9c0, #db1356);
  color: #ffffff !important;
}
.cid-s1YNzGfN84 .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
.cid-sxGry8EJ84 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #191919;
}
.cid-sxGry8EJ84 .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #51c9c0, #db1356);
}
.cid-sxGry8EJ84 .mbr-text,
.cid-sxGry8EJ84 .mbr-section-btn {
  color: #999999;
}
.cid-stOy7Mat0c {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #111111;
}
.cid-stOy7Mat0c h3 {
  background: linear-gradient(to left, #51c9c0, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-stOy7Mat0c .count,
.cid-stOy7Mat0c .card-img {
  color: #f2b817;
}
.cid-stOy7Mat0c .mbr-subtitle {
  color: #999999;
}
.cid-sxGqo9SmIY {
  padding-top: 135px;
  padding-bottom: 135px;
  background-color: #040402;
}
.cid-sxGqo9SmIY .card-wrapper {
  display: flex;
  padding: 0 1.5rem;
}
@media (max-width: 1600px) {
  .cid-sxGqo9SmIY .card-wrapper {
    padding: 0;
  }
}
.cid-sxGqo9SmIY .row {
  flex-direction: row-reverse;
}
.cid-sxGqo9SmIY .form-control,
.cid-sxGqo9SmIY .field-input {
  padding: 1rem;
}
.cid-sxGqo9SmIY .form-row > .col,
.cid-sxGqo9SmIY .col-auto {
  padding-right: 8px;
  padding-left: 8px;
}
.cid-sxGqo9SmIY .btn {
  margin: 0!important;
  height: 56px;
  border-radius: 3px!important;
  padding: 0 1.5rem;
}
.cid-sxGqo9SmIY .btn span {
  font-size: 1rem;
}
.cid-sxGqo9SmIY .form-control,
.cid-sxGqo9SmIY .field-input {
  padding: 1rem;
  background-color: #040402;
  border-color: #555555;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sxGqo9SmIY .form-control::-webkit-input-placeholder,
.cid-sxGqo9SmIY .field-input::-webkit-input-placeholder,
.cid-sxGqo9SmIY .form-control::-webkit-input-placeholder,
.cid-sxGqo9SmIY .field-input::-webkit-input-placeholder {
  color: #999999;
}
.cid-sxGqo9SmIY .form-control:-moz-placeholder,
.cid-sxGqo9SmIY .field-input:-moz-placeholder,
.cid-sxGqo9SmIY .form-control:-moz-placeholder,
.cid-sxGqo9SmIY .field-input:-moz-placeholder {
  color: #999999;
}
.cid-sxGqo9SmIY .form-control:hover,
.cid-sxGqo9SmIY .field-input:hover,
.cid-sxGqo9SmIY .form-control:focus,
.cid-sxGqo9SmIY .field-input:focus {
  background-color: #040402;
  border-color: #555555;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-sxGqo9SmIY .form-control:hover::-webkit-input-placeholder,
.cid-sxGqo9SmIY .field-input:hover::-webkit-input-placeholder,
.cid-sxGqo9SmIY .form-control:focus::-webkit-input-placeholder,
.cid-sxGqo9SmIY .field-input:focus::-webkit-input-placeholder,
.cid-sxGqo9SmIY .form-control:hover::-webkit-input-placeholder,
.cid-sxGqo9SmIY .field-input:hover::-webkit-input-placeholder,
.cid-sxGqo9SmIY .form-control:focus::-webkit-input-placeholder,
.cid-sxGqo9SmIY .field-input:focus::-webkit-input-placeholder {
  color: #999999;
}
.cid-sxGqo9SmIY .form-control:hover:-moz-placeholder,
.cid-sxGqo9SmIY .field-input:hover:-moz-placeholder,
.cid-sxGqo9SmIY .form-control:focus:-moz-placeholder,
.cid-sxGqo9SmIY .field-input:focus:-moz-placeholder,
.cid-sxGqo9SmIY .form-control:hover:-moz-placeholder,
.cid-sxGqo9SmIY .field-input:hover:-moz-placeholder,
.cid-sxGqo9SmIY .form-control:focus:-moz-placeholder,
.cid-sxGqo9SmIY .field-input:focus:-moz-placeholder {
  color: #999999;
}
.cid-sxGqo9SmIY .jq-number__spin:hover,
.cid-sxGqo9SmIY .jq-number__spin:focus {
  background-color: #040402;
  border-color: #555555;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-sxGqo9SmIY .jq-number__spin {
  background-color: #040402;
  border-color: #555555;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sxGqo9SmIY .jq-selectbox li,
.cid-sxGqo9SmIY .jq-selectbox li {
  background-color: #040402;
  color: #ffffff;
}
.cid-sxGqo9SmIY .jq-selectbox li:hover,
.cid-sxGqo9SmIY .jq-selectbox li.selected {
  background-color: #040402;
  color: #ffffff;
}
.cid-sxGqo9SmIY .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-sxGqo9SmIY .jq-number__spin.minus:hover:after,
.cid-sxGqo9SmIY .jq-number__spin.plus:hover:after {
  border-top-color: #040402;
  border-bottom-color: #040402;
}
.cid-sxGqo9SmIY .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-sxGqo9SmIY .jq-number__spin.minus:after,
.cid-sxGqo9SmIY .jq-number__spin.plus:after {
  border-top-color: #040402;
  border-bottom-color: #040402;
}
.cid-sxGqo9SmIY input::-webkit-clear-button {
  display: none;
}
.cid-sxGqo9SmIY input::-webkit-inner-spin-button {
  display: none;
}
.cid-sxGqo9SmIY input::-webkit-outer-spin-button {
  display: none;
}
.cid-sxGqo9SmIY input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-sxGqo9SmIY H4 {
  color: #ffffff;
}
.cid-sxGqo9SmIY P {
  color: #999999;
}
@media (max-width: 767px) {
  .cid-sxGqo9SmIY .col {
    min-width: 100%;
  }
  .cid-sxGqo9SmIY .col-auto {
    margin: auto;
  }
  .cid-sxGqo9SmIY .card-wrapper {
    flex-direction: column;
    margin: auto;
    text-align: center;
  }
  .cid-sxGqo9SmIY .card-wrapper .icon-wrapper {
    margin: 0 auto;
    margin-bottom: 1rem;
  }
}
.cid-sxGqo9SmIY .content {
  padding: 0 3rem;
}
@media (max-width: 1600px) {
  .cid-sxGqo9SmIY .content {
    padding: 0 1rem;
  }
}
.cid-sxGqo9SmIY .img-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-sxGqo9SmIY .img-wrapper:before {
  content: '';
  position: absolute;
  width: 600px;
  height: 600px;
  right: -300px;
  border-radius: 50%;
  bottom: -350px;
  opacity: 0.3;
  background: #db1356;
  z-index: 2;
  pointer-events: none;
}
.cid-sxGqo9SmIY img {
  width: 100%;
}
.cid-sxGqo9SmIY .card-wrapper .mbr-iconfont {
  font-size: 3rem;
  background: linear-gradient(to left, #51c9c0, #db1356);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-sxGqo9SmIY .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #51c9c0, #db1356);
}
.cid-sxGqo9SmIY .icon-wrapper {
  margin: auto;
  margin-right: 1.5rem;
  display: flex;
  justify-content: center;
  border-radius: 50%;
}
.cid-sxGqo9SmIY h4 {
  margin: 0;
}
.cid-sxGqo9SmIY .card-text {
  color: #999999;
}
.cid-sxGqo9SmIY .mbr-text {
  color: #000000;
}
.cid-sxGqo9SmIY .card-title {
  color: #ffffff;
}
@media (min-width: 1200px) {
  .cid-sxGqo9SmIY .mbr-text {
    max-width: 600px;
  }
}
@media (max-width: 991px) {
  .cid-sxGqo9SmIY .mbr-text {
    padding-bottom: 2rem;
    max-width: 100%;
  }
}
.cid-sxGqo9SmIY .icon-wrap {
  background: linear-gradient(to left, #51c9c0, #db1356);
  width: 100px;
  height: 100px;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 5;
  position: absolute;
  bottom: 3rem;
  right: 3rem;
}
.cid-sxGqo9SmIY .icon-wrap .mbr-iconfont {
  font-size: 2.6rem;
  color: white;
  padding-left: 10px;
}
.cid-sxGqo9SmIY H3 {
  color: #787324;
}
.cid-sxGqo9SmIY .mbr-section-title,
.cid-sxGqo9SmIY .title-wrapper {
  color: #ffffff;
}
.cid-sxGqo9SmIY .mbr-text,
.cid-sxGqo9SmIY .mbr-section-btn {
  color: #999999;
}
.cid-sxGqo9SmIY .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sxGqo9SmIY .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sxGqo9SmIY .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sxGqo9SmIY a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-sxGqo9SmIY a.close:hover {
  color: #ffffff;
}
.cid-s1YPyUn2on {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #000000;
}
.cid-s1YPyUn2on img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-s1YPyUn2on .link-wrapper {
  margin-bottom: 1rem;
}
.cid-s1YPyUn2on .link-wrapper .mbr-iconfont {
  border: 1px solid #999999;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem;
  color: #999999;
}
.cid-s1YPyUn2on .img-wrapper .mbr-iconfont {
  font-size: 3rem;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding-bottom: 1rem;
  background: linear-gradient(to left, #51c9c0, #db1356);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-s1YPyUn2on .card-wrapper {
  background: #191919;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-s1YPyUn2on .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-s1YPyUn2on .first:hover:before {
  content: none;
}
.cid-s1YPyUn2on .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 200px;
  background: linear-gradient(to left, #51c9c0, #db1356);
  content: '';
}
.cid-s1YPyUn2on .last:hover:after {
  content: none;
}
.cid-s1YPyUn2on .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 200px;
  background: linear-gradient(to left, #51c9c0, #db1356);
  content: '';
}
.cid-s1YPyUn2on .mbr-section-text {
  color: #999999;
}
.cid-s1YPyUn2on .card {
  z-index: 1;
  min-height: 200px;
  margin-bottom: 2rem;
  position: relative;
  transition: all 0.3s;
}
.cid-s1YPyUn2on .card .img-wrapper {
  overflow: hidden;
}
.cid-s1YPyUn2on .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-s1YPyUn2on .card:hover .mbr-iconfont {
  color: #ffffff !important;
  border-color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-s1YPyUn2on .card:hover .card-wrapper {
  background: linear-gradient(to left, #51c9c0, #db1356);
  color: #ffffff !important;
}
.cid-s1YPyUn2on .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
.cid-s1YPqSpOCZ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #040402;
}
.cid-s1YPqSpOCZ .mbr-text1 {
  color: #999999;
}
.cid-s1YPqSpOCZ .mbr-text2 {
  color: #999999;
}
.cid-s1YPqSpOCZ p {
  margin: 0;
}
.cid-sx3EDO8Rsl .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sx3EDO8Rsl .btn {
  white-space: nowrap;
}
.cid-sx3EDO8Rsl .nav-link,
.cid-sx3EDO8Rsl .icons-menu .mbr-iconfont,
.cid-sx3EDO8Rsl .dropdown-item {
  transition: all 0.1s;
}
.cid-sx3EDO8Rsl .nav-link:hover,
.cid-sx3EDO8Rsl .icons-menu .mbr-iconfont:hover,
.cid-sx3EDO8Rsl .dropdown-item:hover {
  color: #51c9c0 !important;
}
@media (max-width: 992px) {
  .cid-sx3EDO8Rsl .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-sx3EDO8Rsl .container {
  display: flex;
  margin: auto;
}
.cid-sx3EDO8Rsl .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #040402;
}
.cid-sx3EDO8Rsl .navbar.opened {
  transition: all .3s;
}
.cid-sx3EDO8Rsl .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sx3EDO8Rsl .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-sx3EDO8Rsl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sx3EDO8Rsl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sx3EDO8Rsl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sx3EDO8Rsl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sx3EDO8Rsl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sx3EDO8Rsl .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sx3EDO8Rsl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sx3EDO8Rsl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sx3EDO8Rsl .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sx3EDO8Rsl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sx3EDO8Rsl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sx3EDO8Rsl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sx3EDO8Rsl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sx3EDO8Rsl .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sx3EDO8Rsl .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sx3EDO8Rsl .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sx3EDO8Rsl .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sx3EDO8Rsl .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sx3EDO8Rsl .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sx3EDO8Rsl .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sx3EDO8Rsl .navbar.navbar-short {
  background: #040402 !important;
  min-height: 60px;
}
.cid-sx3EDO8Rsl .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sx3EDO8Rsl .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sx3EDO8Rsl .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-sx3EDO8Rsl .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-sx3EDO8Rsl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sx3EDO8Rsl .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sx3EDO8Rsl .navbar-caption {
  padding-right: 4rem;
}
.cid-sx3EDO8Rsl .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-sx3EDO8Rsl .dropdown-menu,
.cid-sx3EDO8Rsl .navbar.opened {
  background: #191919 !important;
}
.cid-sx3EDO8Rsl .nav-item:focus,
.cid-sx3EDO8Rsl .nav-link:focus {
  outline: none;
}
.cid-sx3EDO8Rsl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sx3EDO8Rsl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sx3EDO8Rsl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sx3EDO8Rsl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sx3EDO8Rsl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sx3EDO8Rsl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-sx3EDO8Rsl .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sx3EDO8Rsl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sx3EDO8Rsl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sx3EDO8Rsl .dropdown-item.active,
.cid-sx3EDO8Rsl .dropdown-item:active {
  background-color: transparent;
}
.cid-sx3EDO8Rsl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sx3EDO8Rsl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sx3EDO8Rsl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sx3EDO8Rsl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #040402;
}
.cid-sx3EDO8Rsl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sx3EDO8Rsl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sx3EDO8Rsl ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sx3EDO8Rsl .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sx3EDO8Rsl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sx3EDO8Rsl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sx3EDO8Rsl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sx3EDO8Rsl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sx3EDO8Rsl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sx3EDO8Rsl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sx3EDO8Rsl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sx3EDO8Rsl nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sx3EDO8Rsl nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sx3EDO8Rsl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sx3EDO8Rsl .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-sx3EDO8Rsl a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sx3EDO8Rsl .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-sx3EDO8Rsl .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sx3EDO8Rsl .navbar {
    height: 77px;
  }
  .cid-sx3EDO8Rsl .navbar.opened {
    height: auto;
  }
  .cid-sx3EDO8Rsl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sx3EDO8Rsl .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-sx3EDOMA3i {
  padding-top: 165px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/medya-mesa.webp");
}
.cid-sx3EDOMA3i H1 {
  color: #b2d133;
}
.cid-sx3EDOMA3i h1 {
  background: linear-gradient(to left, #51c9c0, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-sx3EDOMA3i .mbr-text,
.cid-sx3EDOMA3i .mbr-section-btn {
  color: #999999;
}
.cid-sx3ISX83XL {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #040402;
}
.cid-sx3ISX83XL .mbr-iconfont {
  font-size: 3rem;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding-bottom: 1rem;
  background: linear-gradient(to left, #51c9c0, #db1356);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-sx3ISX83XL .card-wrapper {
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .cid-sx3ISX83XL .card-wrapper {
    padding: 0;
  }
}
.cid-sx3ISX83XL .card-text {
  color: #999999;
}
.cid-sx4jenOWJF {
  padding-top: 90px;
  padding-bottom: 90px;
  background: #111111;
}
.cid-sx4jenOWJF img {
  width: 120px;
  margin: auto;
}
.cid-sx4jenOWJF .card {
  height: fit-content;
  cursor: pointer;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
.cid-sx4jenOWJF .card img {
  filter: brightness(2);
}
@media (min-width: 992px) {
  .cid-sx4jenOWJF .card {
    max-width: 20%;
  }
}
.cid-sx4lzx1qeR {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #040402;
}
.cid-sx4lzx1qeR .mbr-iconfont {
  font-size: 3rem;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding-bottom: 1rem;
  background: linear-gradient(to left, #51c9c0, #db1356);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-sx4lzx1qeR .card-wrapper {
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .cid-sx4lzx1qeR .card-wrapper {
    padding: 0;
  }
}
.cid-sx4lzx1qeR .card-text {
  color: #999999;
}
.cid-sx4n0ev7Hp {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #111111;
}
.cid-sx4n0ev7Hp .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #51c9c0, #db1356);
}
.cid-sx4n0ev7Hp .btn-col {
  align-items: flex-end;
  justify-content: flex-end;
  display: flex;
}
@media (max-width: 767px) {
  .cid-sx4n0ev7Hp .btn-col {
    justify-content: center;
  }
}
.cid-sx4n0ev7Hp .mbr-text,
.cid-sx4n0ev7Hp .mbr-section-btn {
  color: #999999;
}
.cid-sx4n0ev7Hp p {
  margin: 0;
}
.cid-sx4kIcaV22 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sx4kIcaV22 .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #51c9c0, #db1356);
}
.cid-sx4kIcaV22 .mbr-text,
.cid-sx4kIcaV22 .mbr-section-btn {
  color: #040402;
}
.cid-sx4kIcaV22 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sx4kIcaV22 img {
    width: 96%;
  }
}
.cid-sx4kIcaV22 .mbr-section-title,
.cid-sx4kIcaV22 .title-wrapper {
  color: #db1356;
}
.cid-sx4nJmCy9B {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sx4nJmCy9B .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #51c9c0, #db1356);
}
.cid-sx4nJmCy9B .mbr-text,
.cid-sx4nJmCy9B .mbr-section-btn {
  color: #040402;
}
.cid-sx4nJmCy9B img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sx4nJmCy9B img {
    width: 96%;
  }
}
.cid-sx4nJmCy9B .mbr-section-title,
.cid-sx4nJmCy9B .title-wrapper {
  color: #db1356;
}
.cid-sx4nLIcl19 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sx4nLIcl19 .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #51c9c0, #db1356);
}
.cid-sx4nLIcl19 .mbr-text,
.cid-sx4nLIcl19 .mbr-section-btn {
  color: #040402;
}
.cid-sx4nLIcl19 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sx4nLIcl19 img {
    width: 96%;
  }
}
.cid-sx4nLIcl19 .mbr-section-title,
.cid-sx4nLIcl19 .title-wrapper {
  color: #db1356;
}
.cid-sx4p0YQrZj {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #111111;
}
.cid-sx4p0YQrZj .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #51c9c0, #db1356);
}
.cid-sx4p0YQrZj .btn-col {
  align-items: flex-end;
  justify-content: flex-end;
  display: flex;
}
@media (max-width: 767px) {
  .cid-sx4p0YQrZj .btn-col {
    justify-content: center;
  }
}
.cid-sx4p0YQrZj .mbr-text,
.cid-sx4p0YQrZj .mbr-section-btn {
  color: #999999;
}
.cid-sx4p0YQrZj p {
  margin: 0;
}
.cid-sx4pdc9MxO {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #191919;
}
.cid-sx4pdc9MxO .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #51c9c0, #db1356);
}
.cid-sx4pdc9MxO .mbr-text,
.cid-sx4pdc9MxO .mbr-section-btn {
  color: #999999;
}
.cid-sx4pdc9MxO img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sx4pdc9MxO img {
    width: 96%;
  }
}
.cid-sx4pdMLt17 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #191919;
}
.cid-sx4pdMLt17 .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #51c9c0, #db1356);
}
.cid-sx4pdMLt17 .mbr-text,
.cid-sx4pdMLt17 .mbr-section-btn {
  color: #999999;
}
.cid-sx4pdMLt17 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sx4pdMLt17 img {
    width: 96%;
  }
}
.cid-sx4pegxi1l {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #191919;
}
.cid-sx4pegxi1l .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #51c9c0, #db1356);
}
.cid-sx4pegxi1l .mbr-text,
.cid-sx4pegxi1l .mbr-section-btn {
  color: #999999;
}
.cid-sx4pegxi1l img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sx4pegxi1l img {
    width: 96%;
  }
}
.cid-sx3EDQqUnF {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #111111;
}
.cid-sx3EDQqUnF .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #51c9c0, #db1356);
}
.cid-sx3EDQqUnF .btn-col {
  align-items: flex-end;
  justify-content: flex-end;
  display: flex;
}
@media (max-width: 767px) {
  .cid-sx3EDQqUnF .btn-col {
    justify-content: center;
  }
}
.cid-sx3EDQqUnF .mbr-text,
.cid-sx3EDQqUnF .mbr-section-btn {
  color: #999999;
}
.cid-sx3EDQqUnF p {
  margin: 0;
}
.cid-sx3EDRCXb8 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #191919;
}
.cid-sx3EDRCXb8 .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #51c9c0, #db1356);
}
.cid-sx3EDRCXb8 .mbr-text,
.cid-sx3EDRCXb8 .mbr-section-btn {
  color: #999999;
}
.cid-sx3EDRCXb8 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sx3EDRCXb8 img {
    width: 96%;
  }
}
.cid-sx3EDRR6A4 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #111111;
}
.cid-sx3EDRR6A4 h3 {
  background: linear-gradient(to left, #51c9c0, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-sx3EDRR6A4 .count,
.cid-sx3EDRR6A4 .card-img {
  color: #f2b817;
}
.cid-sx3EDRR6A4 .mbr-subtitle {
  color: #999999;
}
.cid-sx3EDSic3Q {
  padding-top: 135px;
  padding-bottom: 135px;
  background-color: #040402;
}
.cid-sx3EDSic3Q .card-wrapper {
  display: flex;
  padding: 0 1.5rem;
}
@media (max-width: 1600px) {
  .cid-sx3EDSic3Q .card-wrapper {
    padding: 0;
  }
}
.cid-sx3EDSic3Q .row {
  flex-direction: row-reverse;
}
.cid-sx3EDSic3Q .form-control,
.cid-sx3EDSic3Q .field-input {
  padding: 1rem;
}
.cid-sx3EDSic3Q .form-row > .col,
.cid-sx3EDSic3Q .col-auto {
  padding-right: 8px;
  padding-left: 8px;
}
.cid-sx3EDSic3Q .btn {
  margin: 0!important;
  height: 56px;
  border-radius: 3px!important;
  padding: 0 1.5rem;
}
.cid-sx3EDSic3Q .btn span {
  font-size: 1rem;
}
.cid-sx3EDSic3Q .form-control,
.cid-sx3EDSic3Q .field-input {
  padding: 1rem;
  background-color: #040402;
  border-color: #555555;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sx3EDSic3Q .form-control::-webkit-input-placeholder,
.cid-sx3EDSic3Q .field-input::-webkit-input-placeholder,
.cid-sx3EDSic3Q .form-control::-webkit-input-placeholder,
.cid-sx3EDSic3Q .field-input::-webkit-input-placeholder {
  color: #999999;
}
.cid-sx3EDSic3Q .form-control:-moz-placeholder,
.cid-sx3EDSic3Q .field-input:-moz-placeholder,
.cid-sx3EDSic3Q .form-control:-moz-placeholder,
.cid-sx3EDSic3Q .field-input:-moz-placeholder {
  color: #999999;
}
.cid-sx3EDSic3Q .form-control:hover,
.cid-sx3EDSic3Q .field-input:hover,
.cid-sx3EDSic3Q .form-control:focus,
.cid-sx3EDSic3Q .field-input:focus {
  background-color: #040402;
  border-color: #555555;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-sx3EDSic3Q .form-control:hover::-webkit-input-placeholder,
.cid-sx3EDSic3Q .field-input:hover::-webkit-input-placeholder,
.cid-sx3EDSic3Q .form-control:focus::-webkit-input-placeholder,
.cid-sx3EDSic3Q .field-input:focus::-webkit-input-placeholder,
.cid-sx3EDSic3Q .form-control:hover::-webkit-input-placeholder,
.cid-sx3EDSic3Q .field-input:hover::-webkit-input-placeholder,
.cid-sx3EDSic3Q .form-control:focus::-webkit-input-placeholder,
.cid-sx3EDSic3Q .field-input:focus::-webkit-input-placeholder {
  color: #999999;
}
.cid-sx3EDSic3Q .form-control:hover:-moz-placeholder,
.cid-sx3EDSic3Q .field-input:hover:-moz-placeholder,
.cid-sx3EDSic3Q .form-control:focus:-moz-placeholder,
.cid-sx3EDSic3Q .field-input:focus:-moz-placeholder,
.cid-sx3EDSic3Q .form-control:hover:-moz-placeholder,
.cid-sx3EDSic3Q .field-input:hover:-moz-placeholder,
.cid-sx3EDSic3Q .form-control:focus:-moz-placeholder,
.cid-sx3EDSic3Q .field-input:focus:-moz-placeholder {
  color: #999999;
}
.cid-sx3EDSic3Q .jq-number__spin:hover,
.cid-sx3EDSic3Q .jq-number__spin:focus {
  background-color: #040402;
  border-color: #555555;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-sx3EDSic3Q .jq-number__spin {
  background-color: #040402;
  border-color: #555555;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sx3EDSic3Q .jq-selectbox li,
.cid-sx3EDSic3Q .jq-selectbox li {
  background-color: #040402;
  color: #ffffff;
}
.cid-sx3EDSic3Q .jq-selectbox li:hover,
.cid-sx3EDSic3Q .jq-selectbox li.selected {
  background-color: #040402;
  color: #ffffff;
}
.cid-sx3EDSic3Q .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-sx3EDSic3Q .jq-number__spin.minus:hover:after,
.cid-sx3EDSic3Q .jq-number__spin.plus:hover:after {
  border-top-color: #040402;
  border-bottom-color: #040402;
}
.cid-sx3EDSic3Q .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-sx3EDSic3Q .jq-number__spin.minus:after,
.cid-sx3EDSic3Q .jq-number__spin.plus:after {
  border-top-color: #040402;
  border-bottom-color: #040402;
}
.cid-sx3EDSic3Q input::-webkit-clear-button {
  display: none;
}
.cid-sx3EDSic3Q input::-webkit-inner-spin-button {
  display: none;
}
.cid-sx3EDSic3Q input::-webkit-outer-spin-button {
  display: none;
}
.cid-sx3EDSic3Q input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-sx3EDSic3Q H4 {
  color: #ffffff;
}
.cid-sx3EDSic3Q P {
  color: #999999;
}
@media (max-width: 767px) {
  .cid-sx3EDSic3Q .col {
    min-width: 100%;
  }
  .cid-sx3EDSic3Q .col-auto {
    margin: auto;
  }
  .cid-sx3EDSic3Q .card-wrapper {
    flex-direction: column;
    margin: auto;
    text-align: center;
  }
  .cid-sx3EDSic3Q .card-wrapper .icon-wrapper {
    margin: 0 auto;
    margin-bottom: 1rem;
  }
}
.cid-sx3EDSic3Q .content {
  padding: 0 3rem;
}
@media (max-width: 1600px) {
  .cid-sx3EDSic3Q .content {
    padding: 0 1rem;
  }
}
.cid-sx3EDSic3Q .img-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-sx3EDSic3Q .img-wrapper:before {
  content: '';
  position: absolute;
  width: 600px;
  height: 600px;
  right: -300px;
  border-radius: 50%;
  bottom: -350px;
  opacity: 0.3;
  background: #db1356;
  z-index: 2;
  pointer-events: none;
}
.cid-sx3EDSic3Q img {
  width: 100%;
}
.cid-sx3EDSic3Q .card-wrapper .mbr-iconfont {
  font-size: 3rem;
  background: linear-gradient(to left, #51c9c0, #db1356);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-sx3EDSic3Q .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #51c9c0, #db1356);
}
.cid-sx3EDSic3Q .icon-wrapper {
  margin: auto;
  margin-right: 1.5rem;
  display: flex;
  justify-content: center;
  border-radius: 50%;
}
.cid-sx3EDSic3Q h4 {
  margin: 0;
}
.cid-sx3EDSic3Q .card-text {
  color: #999999;
}
.cid-sx3EDSic3Q .mbr-text {
  color: #000000;
}
.cid-sx3EDSic3Q .card-title {
  color: #ffffff;
}
@media (min-width: 1200px) {
  .cid-sx3EDSic3Q .mbr-text {
    max-width: 600px;
  }
}
@media (max-width: 991px) {
  .cid-sx3EDSic3Q .mbr-text {
    padding-bottom: 2rem;
    max-width: 100%;
  }
}
.cid-sx3EDSic3Q .icon-wrap {
  background: linear-gradient(to left, #51c9c0, #db1356);
  width: 100px;
  height: 100px;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 5;
  position: absolute;
  bottom: 3rem;
  right: 3rem;
}
.cid-sx3EDSic3Q .icon-wrap .mbr-iconfont {
  font-size: 2.6rem;
  color: white;
  padding-left: 10px;
}
.cid-sx3EDSic3Q H3 {
  color: #787324;
}
.cid-sx3EDSic3Q .mbr-section-title,
.cid-sx3EDSic3Q .title-wrapper {
  color: #ffffff;
}
.cid-sx3EDSic3Q .mbr-text,
.cid-sx3EDSic3Q .mbr-section-btn {
  color: #999999;
}
.cid-sx3EDSic3Q .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sx3EDSic3Q .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sx3EDSic3Q .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sx3EDSic3Q a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-sx3EDSic3Q a.close:hover {
  color: #ffffff;
}
.cid-sx3EDSJtxk {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #000000;
}
.cid-sx3EDSJtxk img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-sx3EDSJtxk .link-wrapper {
  margin-bottom: 1rem;
}
.cid-sx3EDSJtxk .link-wrapper .mbr-iconfont {
  border: 1px solid #999999;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem;
  color: #999999;
}
.cid-sx3EDSJtxk .img-wrapper .mbr-iconfont {
  font-size: 3rem;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding-bottom: 1rem;
  background: linear-gradient(to left, #51c9c0, #db1356);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-sx3EDSJtxk .card-wrapper {
  background: #191919;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-sx3EDSJtxk .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-sx3EDSJtxk .first:hover:before {
  content: none;
}
.cid-sx3EDSJtxk .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 200px;
  background: linear-gradient(to left, #51c9c0, #db1356);
  content: '';
}
.cid-sx3EDSJtxk .last:hover:after {
  content: none;
}
.cid-sx3EDSJtxk .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 200px;
  background: linear-gradient(to left, #51c9c0, #db1356);
  content: '';
}
.cid-sx3EDSJtxk .mbr-section-text {
  color: #999999;
}
.cid-sx3EDSJtxk .card {
  z-index: 1;
  min-height: 200px;
  margin-bottom: 2rem;
  position: relative;
  transition: all 0.3s;
}
.cid-sx3EDSJtxk .card .img-wrapper {
  overflow: hidden;
}
.cid-sx3EDSJtxk .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-sx3EDSJtxk .card:hover .mbr-iconfont {
  color: #ffffff !important;
  border-color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-sx3EDSJtxk .card:hover .card-wrapper {
  background: linear-gradient(to left, #51c9c0, #db1356);
  color: #ffffff !important;
}
.cid-sx3EDSJtxk .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
.cid-sx3EDTd6ir {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #040402;
}
.cid-sx3EDTd6ir .mbr-text1 {
  color: #999999;
}
.cid-sx3EDTd6ir .mbr-text2 {
  color: #999999;
}
.cid-sx3EDTd6ir p {
  margin: 0;
}
.cid-sAyVx0rpvc .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sAyVx0rpvc .btn {
  white-space: nowrap;
}
.cid-sAyVx0rpvc .nav-link,
.cid-sAyVx0rpvc .icons-menu .mbr-iconfont,
.cid-sAyVx0rpvc .dropdown-item {
  transition: all 0.1s;
}
.cid-sAyVx0rpvc .nav-link:hover,
.cid-sAyVx0rpvc .icons-menu .mbr-iconfont:hover,
.cid-sAyVx0rpvc .dropdown-item:hover {
  color: #51c9c0 !important;
}
@media (max-width: 992px) {
  .cid-sAyVx0rpvc .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-sAyVx0rpvc .container {
  display: flex;
  margin: auto;
}
.cid-sAyVx0rpvc .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #040402;
}
.cid-sAyVx0rpvc .navbar.opened {
  transition: all .3s;
}
.cid-sAyVx0rpvc .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sAyVx0rpvc .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-sAyVx0rpvc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sAyVx0rpvc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sAyVx0rpvc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sAyVx0rpvc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sAyVx0rpvc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sAyVx0rpvc .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sAyVx0rpvc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sAyVx0rpvc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sAyVx0rpvc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sAyVx0rpvc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sAyVx0rpvc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sAyVx0rpvc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sAyVx0rpvc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sAyVx0rpvc .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sAyVx0rpvc .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sAyVx0rpvc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sAyVx0rpvc .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sAyVx0rpvc .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sAyVx0rpvc .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sAyVx0rpvc .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sAyVx0rpvc .navbar.navbar-short {
  background: #040402 !important;
  min-height: 60px;
}
.cid-sAyVx0rpvc .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sAyVx0rpvc .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sAyVx0rpvc .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-sAyVx0rpvc .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-sAyVx0rpvc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sAyVx0rpvc .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sAyVx0rpvc .navbar-caption {
  padding-right: 4rem;
}
.cid-sAyVx0rpvc .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-sAyVx0rpvc .dropdown-menu,
.cid-sAyVx0rpvc .navbar.opened {
  background: #191919 !important;
}
.cid-sAyVx0rpvc .nav-item:focus,
.cid-sAyVx0rpvc .nav-link:focus {
  outline: none;
}
.cid-sAyVx0rpvc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sAyVx0rpvc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sAyVx0rpvc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sAyVx0rpvc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sAyVx0rpvc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sAyVx0rpvc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-sAyVx0rpvc .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sAyVx0rpvc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sAyVx0rpvc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sAyVx0rpvc .dropdown-item.active,
.cid-sAyVx0rpvc .dropdown-item:active {
  background-color: transparent;
}
.cid-sAyVx0rpvc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sAyVx0rpvc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sAyVx0rpvc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sAyVx0rpvc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #040402;
}
.cid-sAyVx0rpvc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sAyVx0rpvc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sAyVx0rpvc ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sAyVx0rpvc .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sAyVx0rpvc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sAyVx0rpvc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sAyVx0rpvc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sAyVx0rpvc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sAyVx0rpvc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sAyVx0rpvc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sAyVx0rpvc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sAyVx0rpvc nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sAyVx0rpvc nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sAyVx0rpvc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sAyVx0rpvc .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-sAyVx0rpvc a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sAyVx0rpvc .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-sAyVx0rpvc .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sAyVx0rpvc .navbar {
    height: 77px;
  }
  .cid-sAyVx0rpvc .navbar.opened {
    height: auto;
  }
  .cid-sAyVx0rpvc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sAyVx0rpvc .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-sACIxGNjHp {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #0b0b0b;
}
.cid-sACIxGNjHp .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #51c9c0, #db1356);
}
.cid-sACIxGNjHp .btn-col {
  align-items: flex-end;
  justify-content: flex-end;
  display: flex;
}
@media (max-width: 767px) {
  .cid-sACIxGNjHp .btn-col {
    justify-content: center;
  }
}
.cid-sACIxGNjHp .mbr-text,
.cid-sACIxGNjHp .mbr-section-btn {
  color: #999999;
}
.cid-sACIxGNjHp p {
  margin: 0;
}
.cid-sAyZX6rqmZ {
  background-color: #040402;
}
.cid-sAyZX6rqmZ H1 {
  color: #b2d133;
}
.cid-sAyZX6rqmZ h1 {
  background: linear-gradient(to left, #51c9c0, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-sAyZX6rqmZ img {
  width: 100%;
}
.cid-sAyZX6rqmZ .mbr-text,
.cid-sAyZX6rqmZ .mbr-section-btn {
  color: #999999;
}
.cid-sAz1Mvku8i {
  background-color: #191919;
}
.cid-sAz1Mvku8i .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-sAz1Mvku8i .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-sAz1Mvku8i .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sAz1Mvku8i .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (min-width: 1200px) {
  .cid-sAz1Mvku8i .image-element {
    padding-left: 0;
  }
}
.cid-sAz1Mvku8i .text-element {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 2rem;
}
.cid-sAz1Mvku8i .mbr-text {
  color: #cccccc;
  line-height: 27px;
}
.cid-sAz1Mvku8i .brown {
  color: #db1356;
}
.cid-sAz1Mvku8i .paragraphs-wrapper {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sAz1Mvku8i .paragraphs-wrapper .first-paragraph,
.cid-sAz1Mvku8i .paragraphs-wrapper .second-paragraph {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-sAz1Mvku8i .image-element {
    padding-top: 1rem;
  }
  .cid-sAz1Mvku8i .paragraphs-wrapper {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sAz1Mvku8i .paragraphs-wrapper .first-paragraph,
  .cid-sAz1Mvku8i .paragraphs-wrapper .second-paragraph {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .cid-sAz1Mvku8i .first-paragraph,
  .cid-sAz1Mvku8i .second-paragraph {
    width: 50%;
  }
  .cid-sAz1Mvku8i .first-paragraph {
    padding-right: .5rem;
  }
  .cid-sAz1Mvku8i .second-paragraph {
    padding-left: .5rem;
  }
  .cid-sAz1Mvku8i .text-element {
    padding: 6rem;
  }
}
@media (max-width: 767px) {
  .cid-sAz1Mvku8i .mbr-section-title,
  .cid-sAz1Mvku8i .mbr-section-btn {
    text-align: left;
  }
}
.cid-sAz1Mvku8i .mbr-text,
.cid-sAz1Mvku8i .mbr-section-btn {
  color: #cccccc;
}
.cid-sAz1Mvku8i .title,
.cid-sAz1Mvku8i .brown {
  color: #51c9c0;
}
.cid-sAyVx1heaq {
  padding-top: 105px;
  padding-bottom: 75px;
  background-color: #111111;
}
.cid-sAyVx1heaq img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-sAyVx1heaq .link-wrapper {
  margin-bottom: 1rem;
}
.cid-sAyVx1heaq .link-wrapper .mbr-iconfont {
  border: 1px solid #999999;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem;
  color: #999999;
}
.cid-sAyVx1heaq .img-wrapper .mbr-iconfont {
  font-size: 3rem;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding-bottom: 1rem;
  background: linear-gradient(to left, #51c9c0, #db1356);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-sAyVx1heaq .card-wrapper {
  background: #191919;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-sAyVx1heaq .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-sAyVx1heaq .first:hover:before {
  content: none;
}
.cid-sAyVx1heaq .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 200px;
  background: linear-gradient(to left, #51c9c0, #db1356);
  content: '';
}
.cid-sAyVx1heaq .last:hover:after {
  content: none;
}
.cid-sAyVx1heaq .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 200px;
  background: linear-gradient(to left, #51c9c0, #db1356);
  content: '';
}
.cid-sAyVx1heaq .mbr-section-text {
  color: #999999;
}
.cid-sAyVx1heaq .card {
  z-index: 1;
  min-height: 200px;
  margin-bottom: 2rem;
  position: relative;
  transition: all 0.3s;
}
.cid-sAyVx1heaq .card .img-wrapper {
  overflow: hidden;
}
.cid-sAyVx1heaq .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-sAyVx1heaq .card:hover .mbr-iconfont {
  color: #ffffff !important;
  border-color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-sAyVx1heaq .card:hover .card-wrapper {
  background: linear-gradient(to left, #51c9c0, #db1356);
  color: #ffffff !important;
}
.cid-sAyVx1heaq .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
.cid-sAz3ZJvpMl {
  background-color: #000000;
}
.cid-sAz3ZJvpMl H1 {
  color: #e2090d;
}
.cid-sAz3ZJvpMl h1 {
  background: linear-gradient(to left, #51c9c0, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-sAz4kZh4JM {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #040402;
}
.cid-sAz4kZh4JM .mbr-iconfont {
  font-size: 3rem;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding-bottom: 1rem;
  background: linear-gradient(to left, #51c9c0, #db1356);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-sAz4kZh4JM .card-wrapper {
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .cid-sAz4kZh4JM .card-wrapper {
    padding: 0;
  }
}
.cid-sAz4kZh4JM .card-text {
  color: #999999;
}
.cid-sAz5IJgNK2 {
  padding-top: 4rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #040402;
}
.cid-sAz5IJgNK2 [class*="col"] {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.cid-sAz5IJgNK2 .container-fluid {
  padding: 0 !important;
  margin: 3rem 0;
}
.cid-sAz5IJgNK2 .carousel-item {
  justify-content: center;
  text-align: left;
  transition: none;
}
@media (min-width: 992px) {
  .cid-sAz5IJgNK2 .carousel-item {
    width: calc(100% + 100% / 4);
    left: calc(-100% / (2 * 4));
    margin-right: calc(-100% - 100% / 4);
  }
}
.cid-sAz5IJgNK2 .carousel-item .media-container-row {
  flex-grow: 1;
}
.cid-sAz5IJgNK2 .carousel-item .slider__image {
  height: 500px;
  width: 100%;
  overflow: hidden;
}
.cid-sAz5IJgNK2 .carousel-item .slider__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .5s;
}
.cid-sAz5IJgNK2 .carousel-item .slider__image:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-sAz5IJgNK2 .slider__content .slider__title {
  margin-top: 2rem;
}
@media (max-width: 992px) {
  .cid-sAz5IJgNK2 .slider__title {
    margin-left: 2rem;
  }
}
.cid-sAz5IJgNK2 .carousel-item.active,
.cid-sAz5IJgNK2 .carousel-item-next,
.cid-sAz5IJgNK2 .carousel-item-prev {
  display: flex;
}
.cid-sAz5IJgNK2 .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sAz5IJgNK2 .carousel-control-next,
.cid-sAz5IJgNK2 .carousel-control-prev {
  opacity: 1 !important;
}
.cid-sAz5IJgNK2 .carousel-control-next:hover,
.cid-sAz5IJgNK2 .carousel-control-prev:hover {
  opacity: 1 !important;
}
.cid-sAz5IJgNK2 .carousel-controls {
  width: 100%;
  position: absolute;
  z-index: 20;
  top: 43.3%;
  transform: translateY(-50%);
}
.cid-sAz5IJgNK2 .carousel-controls a span {
  width: 95.7px;
  height: 95.7px;
  line-height: 75.7px;
  font-size: 20px;
  position: absolute;
  padding: 10px;
  border-radius: 50%;
  color: #ffffff;
  background: #b2d133;
}
.cid-sAz5IJgNK2 .carousel-controls a span:hover {
  transform: scale(1.07);
  transform-origin: center;
  transition: transform 0.2s ease 0s;
}
.cid-sAz5IJgNK2 .col-lg-15 {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sAz5IJgNK2 .col-lg-15 {
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-sAz5IJgNK2 .carousel-inner {
    padding-bottom: 3px;
  }
}
@media (max-width: 991px) {
  .cid-sAz5IJgNK2 .carousel-item .slider__item {
    margin-right: 0;
  }
  .cid-sAz5IJgNK2 .cloneditem-1,
  .cid-sAz5IJgNK2 .cloneditem-2,
  .cid-sAz5IJgNK2 .cloneditem-3 {
    display: none;
  }
}
@media (max-width: 767px) {
  .cid-sAz5IJgNK2 .carousel-controls {
    display: none;
  }
  .cid-sAz5IJgNK2 .mbr-text,
  .cid-sAz5IJgNK2 .mbr-section-title {
    padding: 0 1rem;
  }
}
.cid-sAz5IJgNK2 .mbr-section-title {
  color: #ffffff;
}
.cid-sAz5IJgNK2 .mbr-text {
  color: #ffffff;
}
.cid-sABpRsfnlU {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #111111;
}
.cid-sABpRsfnlU .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #51c9c0, #db1356);
}
.cid-sABpRsfnlU .btn-col {
  align-items: flex-end;
  justify-content: flex-end;
  display: flex;
}
@media (max-width: 767px) {
  .cid-sABpRsfnlU .btn-col {
    justify-content: center;
  }
}
.cid-sABpRsfnlU .mbr-text,
.cid-sABpRsfnlU .mbr-section-btn {
  color: #999999;
}
.cid-sABpRsfnlU p {
  margin: 0;
}
.cid-sBLuaoGLOB {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #0b0b0b;
}
.cid-sBLuaoGLOB .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-sBLuaoGLOB .team-card:hover {
  transform: translateY(-10px);
}
.cid-sBLuaoGLOB .card-wrap {
  background: #191919;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-sBLuaoGLOB .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-sBLuaoGLOB .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-sBLuaoGLOB .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sBLuaoGLOB .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-sBLuaoGLOB .social-row {
  text-align: center;
}
.cid-sBLuaoGLOB .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #b2d133;
  transition: all 0.3s;
}
.cid-sBLuaoGLOB .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #b2d133;
  font-size: 1.5rem;
}
.cid-sBLuaoGLOB .social-row .soc-item:hover {
  background-color: #b2d133;
}
.cid-sBLuaoGLOB .social-row .soc-item:hover .mbr-iconfont {
  color: #000000;
}
.cid-sBLuaoGLOB .mbr-section-title {
  color: #db1356;
}
.cid-sBLuaoGLOB .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sBLuaoGLOB .mbr-role,
.cid-sBLuaoGLOB .social-row {
  color: #ffffff;
}
.cid-sBLuaoGLOB .card-text,
.cid-sBLuaoGLOB .mbr-section-btn,
.cid-sBLuaoGLOB .social-row {
  color: #ffffff;
}
.cid-sBhqVaEzIh {
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-sBhqVaEzIh H1 {
  color: #e2090d;
}
.cid-sBhqVaEzIh h1 {
  background: linear-gradient(to left, #51c9c0, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-sBhqVaEzIh .mbr-text,
.cid-sBhqVaEzIh .mbr-section-btn {
  color: #ffffff;
}
.cid-sAyVx2dSGd {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #111111;
}
.cid-sAyVx2dSGd h3 {
  background: linear-gradient(to left, #51c9c0, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-sAyVx2dSGd .count,
.cid-sAyVx2dSGd .card-img {
  color: #f2b817;
}
.cid-sAyVx2dSGd .mbr-subtitle {
  color: #999999;
}
.cid-sAyVx2Gm27 {
  padding-top: 135px;
  padding-bottom: 135px;
  background-color: #040402;
}
.cid-sAyVx2Gm27 .card-wrapper {
  display: flex;
  padding: 0 1.5rem;
}
@media (max-width: 1600px) {
  .cid-sAyVx2Gm27 .card-wrapper {
    padding: 0;
  }
}
.cid-sAyVx2Gm27 .row {
  flex-direction: row-reverse;
}
.cid-sAyVx2Gm27 .form-control,
.cid-sAyVx2Gm27 .field-input {
  padding: 1rem;
}
.cid-sAyVx2Gm27 .form-row > .col,
.cid-sAyVx2Gm27 .col-auto {
  padding-right: 8px;
  padding-left: 8px;
}
.cid-sAyVx2Gm27 .btn {
  margin: 0!important;
  height: 56px;
  border-radius: 3px!important;
  padding: 0 1.5rem;
}
.cid-sAyVx2Gm27 .btn span {
  font-size: 1rem;
}
.cid-sAyVx2Gm27 .form-control,
.cid-sAyVx2Gm27 .field-input {
  padding: 1rem;
  background-color: #040402;
  border-color: #555555;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sAyVx2Gm27 .form-control::-webkit-input-placeholder,
.cid-sAyVx2Gm27 .field-input::-webkit-input-placeholder,
.cid-sAyVx2Gm27 .form-control::-webkit-input-placeholder,
.cid-sAyVx2Gm27 .field-input::-webkit-input-placeholder {
  color: #999999;
}
.cid-sAyVx2Gm27 .form-control:-moz-placeholder,
.cid-sAyVx2Gm27 .field-input:-moz-placeholder,
.cid-sAyVx2Gm27 .form-control:-moz-placeholder,
.cid-sAyVx2Gm27 .field-input:-moz-placeholder {
  color: #999999;
}
.cid-sAyVx2Gm27 .form-control:hover,
.cid-sAyVx2Gm27 .field-input:hover,
.cid-sAyVx2Gm27 .form-control:focus,
.cid-sAyVx2Gm27 .field-input:focus {
  background-color: #040402;
  border-color: #555555;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-sAyVx2Gm27 .form-control:hover::-webkit-input-placeholder,
.cid-sAyVx2Gm27 .field-input:hover::-webkit-input-placeholder,
.cid-sAyVx2Gm27 .form-control:focus::-webkit-input-placeholder,
.cid-sAyVx2Gm27 .field-input:focus::-webkit-input-placeholder,
.cid-sAyVx2Gm27 .form-control:hover::-webkit-input-placeholder,
.cid-sAyVx2Gm27 .field-input:hover::-webkit-input-placeholder,
.cid-sAyVx2Gm27 .form-control:focus::-webkit-input-placeholder,
.cid-sAyVx2Gm27 .field-input:focus::-webkit-input-placeholder {
  color: #999999;
}
.cid-sAyVx2Gm27 .form-control:hover:-moz-placeholder,
.cid-sAyVx2Gm27 .field-input:hover:-moz-placeholder,
.cid-sAyVx2Gm27 .form-control:focus:-moz-placeholder,
.cid-sAyVx2Gm27 .field-input:focus:-moz-placeholder,
.cid-sAyVx2Gm27 .form-control:hover:-moz-placeholder,
.cid-sAyVx2Gm27 .field-input:hover:-moz-placeholder,
.cid-sAyVx2Gm27 .form-control:focus:-moz-placeholder,
.cid-sAyVx2Gm27 .field-input:focus:-moz-placeholder {
  color: #999999;
}
.cid-sAyVx2Gm27 .jq-number__spin:hover,
.cid-sAyVx2Gm27 .jq-number__spin:focus {
  background-color: #040402;
  border-color: #555555;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-sAyVx2Gm27 .jq-number__spin {
  background-color: #040402;
  border-color: #555555;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sAyVx2Gm27 .jq-selectbox li,
.cid-sAyVx2Gm27 .jq-selectbox li {
  background-color: #040402;
  color: #ffffff;
}
.cid-sAyVx2Gm27 .jq-selectbox li:hover,
.cid-sAyVx2Gm27 .jq-selectbox li.selected {
  background-color: #040402;
  color: #ffffff;
}
.cid-sAyVx2Gm27 .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-sAyVx2Gm27 .jq-number__spin.minus:hover:after,
.cid-sAyVx2Gm27 .jq-number__spin.plus:hover:after {
  border-top-color: #040402;
  border-bottom-color: #040402;
}
.cid-sAyVx2Gm27 .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-sAyVx2Gm27 .jq-number__spin.minus:after,
.cid-sAyVx2Gm27 .jq-number__spin.plus:after {
  border-top-color: #040402;
  border-bottom-color: #040402;
}
.cid-sAyVx2Gm27 input::-webkit-clear-button {
  display: none;
}
.cid-sAyVx2Gm27 input::-webkit-inner-spin-button {
  display: none;
}
.cid-sAyVx2Gm27 input::-webkit-outer-spin-button {
  display: none;
}
.cid-sAyVx2Gm27 input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-sAyVx2Gm27 H4 {
  color: #ffffff;
}
.cid-sAyVx2Gm27 P {
  color: #999999;
}
@media (max-width: 767px) {
  .cid-sAyVx2Gm27 .col {
    min-width: 100%;
  }
  .cid-sAyVx2Gm27 .col-auto {
    margin: auto;
  }
  .cid-sAyVx2Gm27 .card-wrapper {
    flex-direction: column;
    margin: auto;
    text-align: center;
  }
  .cid-sAyVx2Gm27 .card-wrapper .icon-wrapper {
    margin: 0 auto;
    margin-bottom: 1rem;
  }
}
.cid-sAyVx2Gm27 .content {
  padding: 0 3rem;
}
@media (max-width: 1600px) {
  .cid-sAyVx2Gm27 .content {
    padding: 0 1rem;
  }
}
.cid-sAyVx2Gm27 .img-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-sAyVx2Gm27 .img-wrapper:before {
  content: '';
  position: absolute;
  width: 600px;
  height: 600px;
  right: -300px;
  border-radius: 50%;
  bottom: -350px;
  opacity: 0.3;
  background: #db1356;
  z-index: 2;
  pointer-events: none;
}
.cid-sAyVx2Gm27 img {
  width: 100%;
}
.cid-sAyVx2Gm27 .card-wrapper .mbr-iconfont {
  font-size: 3rem;
  background: linear-gradient(to left, #51c9c0, #db1356);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-sAyVx2Gm27 .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #51c9c0, #db1356);
}
.cid-sAyVx2Gm27 .icon-wrapper {
  margin: auto;
  margin-right: 1.5rem;
  display: flex;
  justify-content: center;
  border-radius: 50%;
}
.cid-sAyVx2Gm27 h4 {
  margin: 0;
}
.cid-sAyVx2Gm27 .card-text {
  color: #999999;
}
.cid-sAyVx2Gm27 .mbr-text {
  color: #000000;
}
.cid-sAyVx2Gm27 .card-title {
  color: #ffffff;
}
@media (min-width: 1200px) {
  .cid-sAyVx2Gm27 .mbr-text {
    max-width: 600px;
  }
}
@media (max-width: 991px) {
  .cid-sAyVx2Gm27 .mbr-text {
    padding-bottom: 2rem;
    max-width: 100%;
  }
}
.cid-sAyVx2Gm27 .icon-wrap {
  background: linear-gradient(to left, #51c9c0, #db1356);
  width: 100px;
  height: 100px;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 5;
  position: absolute;
  bottom: 3rem;
  right: 3rem;
}
.cid-sAyVx2Gm27 .icon-wrap .mbr-iconfont {
  font-size: 2.6rem;
  color: white;
  padding-left: 10px;
}
.cid-sAyVx2Gm27 H3 {
  color: #787324;
}
.cid-sAyVx2Gm27 .mbr-section-title,
.cid-sAyVx2Gm27 .title-wrapper {
  color: #ffffff;
}
.cid-sAyVx2Gm27 .mbr-text,
.cid-sAyVx2Gm27 .mbr-section-btn {
  color: #999999;
}
.cid-sAyVx2Gm27 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sAyVx2Gm27 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sAyVx2Gm27 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sAyVx2Gm27 a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-sAyVx2Gm27 a.close:hover {
  color: #ffffff;
}
.cid-sAyVx3eidH {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #000000;
}
.cid-sAyVx3eidH img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-sAyVx3eidH .link-wrapper {
  margin-bottom: 1rem;
}
.cid-sAyVx3eidH .link-wrapper .mbr-iconfont {
  border: 1px solid #999999;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem;
  color: #999999;
}
.cid-sAyVx3eidH .img-wrapper .mbr-iconfont {
  font-size: 3rem;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding-bottom: 1rem;
  background: linear-gradient(to left, #51c9c0, #db1356);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-sAyVx3eidH .card-wrapper {
  background: #191919;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-sAyVx3eidH .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-sAyVx3eidH .first:hover:before {
  content: none;
}
.cid-sAyVx3eidH .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 200px;
  background: linear-gradient(to left, #51c9c0, #db1356);
  content: '';
}
.cid-sAyVx3eidH .last:hover:after {
  content: none;
}
.cid-sAyVx3eidH .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 200px;
  background: linear-gradient(to left, #51c9c0, #db1356);
  content: '';
}
.cid-sAyVx3eidH .mbr-section-text {
  color: #999999;
}
.cid-sAyVx3eidH .card {
  z-index: 1;
  min-height: 200px;
  margin-bottom: 2rem;
  position: relative;
  transition: all 0.3s;
}
.cid-sAyVx3eidH .card .img-wrapper {
  overflow: hidden;
}
.cid-sAyVx3eidH .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-sAyVx3eidH .card:hover .mbr-iconfont {
  color: #ffffff !important;
  border-color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-sAyVx3eidH .card:hover .card-wrapper {
  background: linear-gradient(to left, #51c9c0, #db1356);
  color: #ffffff !important;
}
.cid-sAyVx3eidH .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
.cid-sAyVx3FUPh {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #040402;
}
.cid-sAyVx3FUPh .mbr-text1 {
  color: #999999;
}
.cid-sAyVx3FUPh .mbr-text2 {
  color: #999999;
}
.cid-sAyVx3FUPh p {
  margin: 0;
}
.cid-suXYjOagkE .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-suXYjOagkE .btn {
  white-space: nowrap;
}
.cid-suXYjOagkE .nav-link,
.cid-suXYjOagkE .icons-menu .mbr-iconfont,
.cid-suXYjOagkE .dropdown-item {
  transition: all 0.1s;
}
.cid-suXYjOagkE .nav-link:hover,
.cid-suXYjOagkE .icons-menu .mbr-iconfont:hover,
.cid-suXYjOagkE .dropdown-item:hover {
  color: #51c9c0 !important;
}
@media (max-width: 992px) {
  .cid-suXYjOagkE .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-suXYjOagkE .container {
  display: flex;
  margin: auto;
}
.cid-suXYjOagkE .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #040402;
}
.cid-suXYjOagkE .navbar.opened {
  transition: all .3s;
}
.cid-suXYjOagkE .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-suXYjOagkE .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-suXYjOagkE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-suXYjOagkE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-suXYjOagkE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-suXYjOagkE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-suXYjOagkE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-suXYjOagkE .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-suXYjOagkE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-suXYjOagkE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-suXYjOagkE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-suXYjOagkE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-suXYjOagkE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-suXYjOagkE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-suXYjOagkE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-suXYjOagkE .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-suXYjOagkE .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-suXYjOagkE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-suXYjOagkE .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-suXYjOagkE .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-suXYjOagkE .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-suXYjOagkE .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-suXYjOagkE .navbar.navbar-short {
  background: #040402 !important;
  min-height: 60px;
}
.cid-suXYjOagkE .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-suXYjOagkE .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-suXYjOagkE .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-suXYjOagkE .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-suXYjOagkE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-suXYjOagkE .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-suXYjOagkE .navbar-caption {
  padding-right: 4rem;
}
.cid-suXYjOagkE .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-suXYjOagkE .dropdown-menu,
.cid-suXYjOagkE .navbar.opened {
  background: #191919 !important;
}
.cid-suXYjOagkE .nav-item:focus,
.cid-suXYjOagkE .nav-link:focus {
  outline: none;
}
.cid-suXYjOagkE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-suXYjOagkE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-suXYjOagkE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-suXYjOagkE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-suXYjOagkE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-suXYjOagkE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-suXYjOagkE .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-suXYjOagkE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-suXYjOagkE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-suXYjOagkE .dropdown-item.active,
.cid-suXYjOagkE .dropdown-item:active {
  background-color: transparent;
}
.cid-suXYjOagkE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-suXYjOagkE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-suXYjOagkE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-suXYjOagkE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #040402;
}
.cid-suXYjOagkE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-suXYjOagkE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-suXYjOagkE ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-suXYjOagkE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-suXYjOagkE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-suXYjOagkE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-suXYjOagkE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-suXYjOagkE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-suXYjOagkE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-suXYjOagkE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-suXYjOagkE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-suXYjOagkE nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-suXYjOagkE nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-suXYjOagkE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-suXYjOagkE .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-suXYjOagkE a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-suXYjOagkE .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-suXYjOagkE .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-suXYjOagkE .navbar {
    height: 77px;
  }
  .cid-suXYjOagkE .navbar.opened {
    height: auto;
  }
  .cid-suXYjOagkE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-suXYjOagkE .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-suXYjRyMzR {
  padding-top: 165px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/medya-mesa.webp");
}
.cid-suXYjRyMzR H1 {
  color: #b2d133;
}
.cid-suXYjRyMzR h1 {
  background: linear-gradient(to left, #51c9c0, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-suXYjRyMzR .mbr-text,
.cid-suXYjRyMzR .mbr-section-btn {
  color: #999999;
}
.cid-sw5DNIsiBJ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #111111;
}
.cid-sw5DNIsiBJ .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #51c9c0, #db1356);
}
.cid-sw5DNIsiBJ .btn-col {
  align-items: flex-end;
  justify-content: flex-end;
  display: flex;
}
@media (max-width: 767px) {
  .cid-sw5DNIsiBJ .btn-col {
    justify-content: center;
  }
}
.cid-sw5DNIsiBJ .mbr-text,
.cid-sw5DNIsiBJ .mbr-section-btn {
  color: #999999;
}
.cid-sw5DNIsiBJ p {
  margin: 0;
}
.cid-sAyS9aUv4S {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-sAyS9aUv4S .row {
  align-items: stretch;
  justify-content: center;
  padding: 0rem 0.5rem;
}
.cid-sAyS9aUv4S .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  padding: 1rem;
  justify-content: center;
  width: 100%;
}
.cid-sAyS9aUv4S .row .img-item img {
  width: 100%;
  object-fit: cover;
  height: 350px;
}
@media (max-height: 767px) {
  .cid-sAyS9aUv4S .row .img-item img {
    height: 250px;
  }
}
@media (max-width: 992px) {
  .cid-sAyS9aUv4S .row .img-item {
    padding: 0rem;
  }
}
.cid-sAyS9aUv4S .big {
  transform: scale(1.1);
}
@media (max-width: 992px) {
  .cid-sAyS9aUv4S .big {
    transform: scale(1);
  }
}
.cid-sAyS9aUv4S P {
  color: #ffffff;
}
.cid-szu2u9Bzd5 {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #000000;
}
.cid-szu2u9Bzd5 .card {
  margin-bottom: .75rem;
  padding: 1rem 2.5rem;
  background-color: #000000;
  width: 100%;
  border-radius: 0 !important;
}
.cid-szu2u9Bzd5 .card img {
  height: 59px;
  width: 100%;
  object-fit: contain;
}
.cid-szu2u9Bzd5 .mbr-section-subtitle {
  margin-top: .75rem;
  color: #000000;
  text-align: center;
}
.cid-szu2u9Bzd5 .logo-container {
  justify-content: space-around;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
@media (min-width: 992px) {
  .cid-szu2u9Bzd5 .col-lg-1 {
    flex: 0 0 19.7%;
    max-width: 19.7%;
  }
}
.cid-szu2u9Bzd5 H2 {
  color: #ffffff;
  text-align: center;
}
.cid-szu2u9Bzd5 .mbr-section-subtitle,
.cid-szu2u9Bzd5 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-szu2N3ulKo {
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-szu2N3ulKo H1 {
  color: #b2d133;
}
.cid-szu2N3ulKo h1 {
  background: linear-gradient(to left, #51c9c0, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-suY3iYbbP6 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #040402;
}
.cid-suY3iYbbP6 h3 {
  text-align: center;
  letter-spacing: 0;
}
.cid-suY3iYbbP6 .wrap {
  width: 130px;
  height: 130px;
  margin: 0 auto;
}
.cid-suY3iYbbP6 .pie_progress__number {
  font-weight: 600;
  text-align: center !important;
  color: #999999;
}
.cid-suY3iYbbP6 .mbr-section-subtitle {
  color: #999999;
}
.cid-suY3iYbbP6 .card-title {
  margin-bottom: 0;
}
.cid-suY3iYbbP6 .card {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-suY3iYbbP6 .svg-gradient {
  position: absolute;
}
.cid-suY3iYbbP6 svg {
  overflow: visible;
}
.cid-suY3iYbbP6 ellipse {
  stroke: rgba(206, 206, 206, 0.4);
  stroke-width: 14px;
}
.cid-suY3iYbbP6 path {
  stroke-width: 14px;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-suY3iYbbP6 .card {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
.cid-suY3LgvKE0 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #111111;
}
.cid-suY3LgvKE0 .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #51c9c0, #db1356);
}
.cid-suY3LgvKE0 .btn-col {
  align-items: flex-end;
  justify-content: flex-end;
  display: flex;
}
@media (max-width: 767px) {
  .cid-suY3LgvKE0 .btn-col {
    justify-content: center;
  }
}
.cid-suY3LgvKE0 .mbr-text,
.cid-suY3LgvKE0 .mbr-section-btn {
  color: #999999;
}
.cid-suY3LgvKE0 p {
  margin: 0;
}
.cid-sw5tccOHke {
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-sw5tccOHke H1 {
  color: #db1356;
}
.cid-sw5tccOHke h1 {
  background: linear-gradient(to left, #51c9c0, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-sw5tccOHke .mbr-text,
.cid-sw5tccOHke .mbr-section-btn {
  color: #ffffff;
}
.cid-suY4mWlxMF {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #111111;
}
.cid-suY4mWlxMF img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 767px) {
  .cid-suY4mWlxMF .container-fluid {
    padding: 0 2rem;
  }
}
.cid-suY4mWlxMF .card-wrapper {
  background: #191919;
  padding: 3rem;
}
.cid-suY4mWlxMF .card-wrapper:hover {
  background: linear-gradient(to left, #51c9c0, #db1356);
}
.cid-suY4mWlxMF .text-wrap {
  display: flex;
  justify-content: center;
  padding-top: 2rem;
}
.cid-suY4mWlxMF .icon-wrapper {
  padding: 0 0.6rem;
}
.cid-suY4mWlxMF .card-box {
  padding-top: 2rem;
}
.cid-suY4mWlxMF .link-icon {
  font-size: 1.5rem;
  background: linear-gradient(to left, #51c9c0, #db1356);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-suY4mWlxMF .card-title {
  color: #999999;
}
.cid-suY4mWlxMF .mbr-subtitle {
  color: #ffffff;
}
.cid-suY4mWlxMF .main-title {
  color: #ffffff;
}
.cid-suY4mWlxMF .main-subtitle {
  color: #999999;
}
.cid-suY4mWlxMF .card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-suY4mWlxMF .card:hover {
  transform: translateY(-10px);
}
.cid-suY4mWlxMF .card:hover .link-icon {
  color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-suY4mWlxMF .card:hover .card-title,
.cid-suY4mWlxMF .card:hover .mbr-subtitle {
  color: #ffffff !important;
}
@media (min-width: 1600px) {
  .cid-suY4mWlxMF .card {
    max-width: 20%;
  }
}
@media (max-width: 1600px) {
  .cid-suY4mWlxMF .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-suXYjTVS3Z {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #191919;
}
.cid-suXYjTVS3Z .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #51c9c0, #db1356);
}
.cid-suXYjTVS3Z .mbr-text,
.cid-suXYjTVS3Z .mbr-section-btn {
  color: #999999;
}
.cid-suXYjTVS3Z img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-suXYjTVS3Z img {
    width: 96%;
  }
}
.cid-szu1EgznS9 {
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-szu1EgznS9 H1 {
  color: #e2090d;
}
.cid-szu1EgznS9 h1 {
  background: linear-gradient(to left, #51c9c0, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-szu1EgznS9 .mbr-text,
.cid-szu1EgznS9 .mbr-section-btn {
  color: #ffffff;
}
.cid-suXYjUlsvI {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #111111;
}
.cid-suXYjUlsvI h3 {
  background: linear-gradient(to left, #51c9c0, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-suXYjUlsvI .count,
.cid-suXYjUlsvI .card-img {
  color: #f2b817;
}
.cid-suXYjUlsvI .mbr-subtitle {
  color: #999999;
}
.cid-suXYjV6vyb {
  padding-top: 135px;
  padding-bottom: 135px;
  background-color: #040402;
}
.cid-suXYjV6vyb .card-wrapper {
  display: flex;
  padding: 0 1.5rem;
}
@media (max-width: 1600px) {
  .cid-suXYjV6vyb .card-wrapper {
    padding: 0;
  }
}
.cid-suXYjV6vyb .row {
  flex-direction: row-reverse;
}
.cid-suXYjV6vyb .form-control,
.cid-suXYjV6vyb .field-input {
  padding: 1rem;
}
.cid-suXYjV6vyb .form-row > .col,
.cid-suXYjV6vyb .col-auto {
  padding-right: 8px;
  padding-left: 8px;
}
.cid-suXYjV6vyb .btn {
  margin: 0!important;
  height: 56px;
  border-radius: 3px!important;
  padding: 0 1.5rem;
}
.cid-suXYjV6vyb .btn span {
  font-size: 1rem;
}
.cid-suXYjV6vyb .form-control,
.cid-suXYjV6vyb .field-input {
  padding: 1rem;
  background-color: #040402;
  border-color: #555555;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-suXYjV6vyb .form-control::-webkit-input-placeholder,
.cid-suXYjV6vyb .field-input::-webkit-input-placeholder,
.cid-suXYjV6vyb .form-control::-webkit-input-placeholder,
.cid-suXYjV6vyb .field-input::-webkit-input-placeholder {
  color: #999999;
}
.cid-suXYjV6vyb .form-control:-moz-placeholder,
.cid-suXYjV6vyb .field-input:-moz-placeholder,
.cid-suXYjV6vyb .form-control:-moz-placeholder,
.cid-suXYjV6vyb .field-input:-moz-placeholder {
  color: #999999;
}
.cid-suXYjV6vyb .form-control:hover,
.cid-suXYjV6vyb .field-input:hover,
.cid-suXYjV6vyb .form-control:focus,
.cid-suXYjV6vyb .field-input:focus {
  background-color: #040402;
  border-color: #555555;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-suXYjV6vyb .form-control:hover::-webkit-input-placeholder,
.cid-suXYjV6vyb .field-input:hover::-webkit-input-placeholder,
.cid-suXYjV6vyb .form-control:focus::-webkit-input-placeholder,
.cid-suXYjV6vyb .field-input:focus::-webkit-input-placeholder,
.cid-suXYjV6vyb .form-control:hover::-webkit-input-placeholder,
.cid-suXYjV6vyb .field-input:hover::-webkit-input-placeholder,
.cid-suXYjV6vyb .form-control:focus::-webkit-input-placeholder,
.cid-suXYjV6vyb .field-input:focus::-webkit-input-placeholder {
  color: #999999;
}
.cid-suXYjV6vyb .form-control:hover:-moz-placeholder,
.cid-suXYjV6vyb .field-input:hover:-moz-placeholder,
.cid-suXYjV6vyb .form-control:focus:-moz-placeholder,
.cid-suXYjV6vyb .field-input:focus:-moz-placeholder,
.cid-suXYjV6vyb .form-control:hover:-moz-placeholder,
.cid-suXYjV6vyb .field-input:hover:-moz-placeholder,
.cid-suXYjV6vyb .form-control:focus:-moz-placeholder,
.cid-suXYjV6vyb .field-input:focus:-moz-placeholder {
  color: #999999;
}
.cid-suXYjV6vyb .jq-number__spin:hover,
.cid-suXYjV6vyb .jq-number__spin:focus {
  background-color: #040402;
  border-color: #555555;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-suXYjV6vyb .jq-number__spin {
  background-color: #040402;
  border-color: #555555;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-suXYjV6vyb .jq-selectbox li,
.cid-suXYjV6vyb .jq-selectbox li {
  background-color: #040402;
  color: #ffffff;
}
.cid-suXYjV6vyb .jq-selectbox li:hover,
.cid-suXYjV6vyb .jq-selectbox li.selected {
  background-color: #040402;
  color: #ffffff;
}
.cid-suXYjV6vyb .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-suXYjV6vyb .jq-number__spin.minus:hover:after,
.cid-suXYjV6vyb .jq-number__spin.plus:hover:after {
  border-top-color: #040402;
  border-bottom-color: #040402;
}
.cid-suXYjV6vyb .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-suXYjV6vyb .jq-number__spin.minus:after,
.cid-suXYjV6vyb .jq-number__spin.plus:after {
  border-top-color: #040402;
  border-bottom-color: #040402;
}
.cid-suXYjV6vyb input::-webkit-clear-button {
  display: none;
}
.cid-suXYjV6vyb input::-webkit-inner-spin-button {
  display: none;
}
.cid-suXYjV6vyb input::-webkit-outer-spin-button {
  display: none;
}
.cid-suXYjV6vyb input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-suXYjV6vyb H4 {
  color: #ffffff;
}
.cid-suXYjV6vyb P {
  color: #999999;
}
@media (max-width: 767px) {
  .cid-suXYjV6vyb .col {
    min-width: 100%;
  }
  .cid-suXYjV6vyb .col-auto {
    margin: auto;
  }
  .cid-suXYjV6vyb .card-wrapper {
    flex-direction: column;
    margin: auto;
    text-align: center;
  }
  .cid-suXYjV6vyb .card-wrapper .icon-wrapper {
    margin: 0 auto;
    margin-bottom: 1rem;
  }
}
.cid-suXYjV6vyb .content {
  padding: 0 3rem;
}
@media (max-width: 1600px) {
  .cid-suXYjV6vyb .content {
    padding: 0 1rem;
  }
}
.cid-suXYjV6vyb .img-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-suXYjV6vyb .img-wrapper:before {
  content: '';
  position: absolute;
  width: 600px;
  height: 600px;
  right: -300px;
  border-radius: 50%;
  bottom: -350px;
  opacity: 0.3;
  background: #db1356;
  z-index: 2;
  pointer-events: none;
}
.cid-suXYjV6vyb img {
  width: 100%;
}
.cid-suXYjV6vyb .card-wrapper .mbr-iconfont {
  font-size: 3rem;
  background: linear-gradient(to left, #51c9c0, #db1356);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-suXYjV6vyb .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #51c9c0, #db1356);
}
.cid-suXYjV6vyb .icon-wrapper {
  margin: auto;
  margin-right: 1.5rem;
  display: flex;
  justify-content: center;
  border-radius: 50%;
}
.cid-suXYjV6vyb h4 {
  margin: 0;
}
.cid-suXYjV6vyb .card-text {
  color: #999999;
}
.cid-suXYjV6vyb .mbr-text {
  color: #000000;
}
.cid-suXYjV6vyb .card-title {
  color: #ffffff;
}
@media (min-width: 1200px) {
  .cid-suXYjV6vyb .mbr-text {
    max-width: 600px;
  }
}
@media (max-width: 991px) {
  .cid-suXYjV6vyb .mbr-text {
    padding-bottom: 2rem;
    max-width: 100%;
  }
}
.cid-suXYjV6vyb .icon-wrap {
  background: linear-gradient(to left, #51c9c0, #db1356);
  width: 100px;
  height: 100px;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 5;
  position: absolute;
  bottom: 3rem;
  right: 3rem;
}
.cid-suXYjV6vyb .icon-wrap .mbr-iconfont {
  font-size: 2.6rem;
  color: white;
  padding-left: 10px;
}
.cid-suXYjV6vyb H3 {
  color: #787324;
}
.cid-suXYjV6vyb .mbr-section-title,
.cid-suXYjV6vyb .title-wrapper {
  color: #ffffff;
}
.cid-suXYjV6vyb .mbr-text,
.cid-suXYjV6vyb .mbr-section-btn {
  color: #999999;
}
.cid-suXYjV6vyb .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-suXYjV6vyb .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-suXYjV6vyb .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-suXYjV6vyb a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-suXYjV6vyb a.close:hover {
  color: #ffffff;
}
.cid-suXYjVR1Xv {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #000000;
}
.cid-suXYjVR1Xv img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-suXYjVR1Xv .link-wrapper {
  margin-bottom: 1rem;
}
.cid-suXYjVR1Xv .link-wrapper .mbr-iconfont {
  border: 1px solid #999999;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem;
  color: #999999;
}
.cid-suXYjVR1Xv .img-wrapper .mbr-iconfont {
  font-size: 3rem;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding-bottom: 1rem;
  background: linear-gradient(to left, #51c9c0, #db1356);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-suXYjVR1Xv .card-wrapper {
  background: #191919;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-suXYjVR1Xv .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-suXYjVR1Xv .first:hover:before {
  content: none;
}
.cid-suXYjVR1Xv .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 200px;
  background: linear-gradient(to left, #51c9c0, #db1356);
  content: '';
}
.cid-suXYjVR1Xv .last:hover:after {
  content: none;
}
.cid-suXYjVR1Xv .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 200px;
  background: linear-gradient(to left, #51c9c0, #db1356);
  content: '';
}
.cid-suXYjVR1Xv .mbr-section-text {
  color: #999999;
}
.cid-suXYjVR1Xv .card {
  z-index: 1;
  min-height: 200px;
  margin-bottom: 2rem;
  position: relative;
  transition: all 0.3s;
}
.cid-suXYjVR1Xv .card .img-wrapper {
  overflow: hidden;
}
.cid-suXYjVR1Xv .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-suXYjVR1Xv .card:hover .mbr-iconfont {
  color: #ffffff !important;
  border-color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-suXYjVR1Xv .card:hover .card-wrapper {
  background: linear-gradient(to left, #51c9c0, #db1356);
  color: #ffffff !important;
}
.cid-suXYjVR1Xv .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
.cid-suXYjWu06c {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #040402;
}
.cid-suXYjWu06c .mbr-text1 {
  color: #999999;
}
.cid-suXYjWu06c .mbr-text2 {
  color: #999999;
}
.cid-suXYjWu06c p {
  margin: 0;
}
.cid-swMP4zxgnx .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-swMP4zxgnx .btn {
  white-space: nowrap;
}
.cid-swMP4zxgnx .nav-link,
.cid-swMP4zxgnx .icons-menu .mbr-iconfont,
.cid-swMP4zxgnx .dropdown-item {
  transition: all 0.1s;
}
.cid-swMP4zxgnx .nav-link:hover,
.cid-swMP4zxgnx .icons-menu .mbr-iconfont:hover,
.cid-swMP4zxgnx .dropdown-item:hover {
  color: #51c9c0 !important;
}
@media (max-width: 992px) {
  .cid-swMP4zxgnx .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-swMP4zxgnx .container {
  display: flex;
  margin: auto;
}
.cid-swMP4zxgnx .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #040402;
}
.cid-swMP4zxgnx .navbar.opened {
  transition: all .3s;
}
.cid-swMP4zxgnx .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-swMP4zxgnx .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-swMP4zxgnx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-swMP4zxgnx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-swMP4zxgnx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-swMP4zxgnx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-swMP4zxgnx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-swMP4zxgnx .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-swMP4zxgnx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-swMP4zxgnx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-swMP4zxgnx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-swMP4zxgnx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-swMP4zxgnx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-swMP4zxgnx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-swMP4zxgnx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-swMP4zxgnx .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-swMP4zxgnx .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-swMP4zxgnx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-swMP4zxgnx .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-swMP4zxgnx .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-swMP4zxgnx .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-swMP4zxgnx .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-swMP4zxgnx .navbar.navbar-short {
  background: #040402 !important;
  min-height: 60px;
}
.cid-swMP4zxgnx .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-swMP4zxgnx .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-swMP4zxgnx .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-swMP4zxgnx .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-swMP4zxgnx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-swMP4zxgnx .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-swMP4zxgnx .navbar-caption {
  padding-right: 4rem;
}
.cid-swMP4zxgnx .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-swMP4zxgnx .dropdown-menu,
.cid-swMP4zxgnx .navbar.opened {
  background: #191919 !important;
}
.cid-swMP4zxgnx .nav-item:focus,
.cid-swMP4zxgnx .nav-link:focus {
  outline: none;
}
.cid-swMP4zxgnx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-swMP4zxgnx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-swMP4zxgnx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-swMP4zxgnx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-swMP4zxgnx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-swMP4zxgnx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-swMP4zxgnx .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-swMP4zxgnx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-swMP4zxgnx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-swMP4zxgnx .dropdown-item.active,
.cid-swMP4zxgnx .dropdown-item:active {
  background-color: transparent;
}
.cid-swMP4zxgnx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-swMP4zxgnx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-swMP4zxgnx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-swMP4zxgnx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #040402;
}
.cid-swMP4zxgnx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-swMP4zxgnx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-swMP4zxgnx ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-swMP4zxgnx .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-swMP4zxgnx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-swMP4zxgnx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-swMP4zxgnx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-swMP4zxgnx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-swMP4zxgnx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-swMP4zxgnx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-swMP4zxgnx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-swMP4zxgnx nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-swMP4zxgnx nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-swMP4zxgnx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-swMP4zxgnx .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-swMP4zxgnx a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-swMP4zxgnx .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-swMP4zxgnx .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-swMP4zxgnx .navbar {
    height: 77px;
  }
  .cid-swMP4zxgnx .navbar.opened {
    height: auto;
  }
  .cid-swMP4zxgnx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-swMP4zxgnx .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-swMP4AsdHW {
  padding-top: 165px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/medya-mesa.webp");
}
.cid-swMP4AsdHW H1 {
  color: #b2d133;
}
.cid-swMP4AsdHW h1 {
  background: linear-gradient(to left, #51c9c0, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-swMP4AsdHW .mbr-text,
.cid-swMP4AsdHW .mbr-section-btn {
  color: #999999;
}
.cid-swMXbTD6A2 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #040402;
}
.cid-swMXbTD6A2 .wrapper {
  overflow: hidden;
  position: relative;
}
.cid-swMXbTD6A2 .mbr-media {
  z-index: 2;
}
.cid-swMXbTD6A2 .box {
  height: 400px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.cid-swMXbTD6A2 .box:before {
  background-image: url("../../../assets/images/mbr-1920x1275.jpg");
  background-size: cover;
  background-position: center;
  position: absolute;
  content: "";
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  left: 0;
}
.cid-swMXbTD6A2 .box:hover span {
  transform: scale(1.2);
}
.cid-swMXbTD6A2 .box:hover:before {
  filter: contrast(1.2) brightness(0.8);
}
.cid-swMXbTD6A2 .icon-wrap {
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.cid-swMXbTD6A2 .icon-wrap span {
  padding-left: 4px;
}
.cid-swMXbTD6A2 .mbr-media span {
  font-size: 6rem;
  cursor: pointer;
  position: relative;
  display: flex;
  transition: all 0.3s;
  justify-content: center;
  align-items: center;
  opacity: 1;
  background: linear-gradient(to left, #51c9c0, #db1356);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-swMXbTD6A2 .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-swMXbTD6A2 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-swMXbTD6A2 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-swMXbTD6A2 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-swMXbTD6A2 a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-swMXbTD6A2 a.close:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-swMXbTD6A2 .box {
    height: 250px;
  }
}
.cid-swMXbTD6A2 .mbr-section-title {
  color: #ffffff;
}
.cid-swMXbTD6A2 H4 {
  color: #000000;
}
.cid-swMXbTD6A2 P {
  color: #b2d133;
}
.cid-swN0OqVjmW {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #111111;
}
.cid-swN0OqVjmW .card-wrapper {
  z-index: 3;
}
.cid-swN0OqVjmW .card-wrapper .mbr-section-title {
  letter-spacing: 1px;
  transition: all 2.5s cubic-bezier(0, 0.74, 0.52, 1.2);
}
.cid-swN0OqVjmW:hover .mbr-section-title {
  letter-spacing: 10px;
}
.cid-swN0OqVjmW .full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-swN0OqVjmW .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-swN0OqVjmW H2 {
  text-align: center;
}
.cid-swN1Bl7n7B {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #040402;
}
.cid-swN1Bl7n7B .mbr-iconfont {
  font-size: 3rem;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding-bottom: 1rem;
  background: linear-gradient(to left, #51c9c0, #db1356);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-swN1Bl7n7B .card-wrapper {
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .cid-swN1Bl7n7B .card-wrapper {
    padding: 0;
  }
}
.cid-swN1Bl7n7B .card-text {
  color: #999999;
}
.cid-swMP4BWtpA {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #191919;
}
.cid-swMP4BWtpA .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #51c9c0, #db1356);
}
.cid-swMP4BWtpA .mbr-text,
.cid-swMP4BWtpA .mbr-section-btn {
  color: #999999;
}
.cid-swMP4BWtpA img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-swMP4BWtpA img {
    width: 96%;
  }
}
.cid-swMP4CeZaJ {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #111111;
}
.cid-swMP4CeZaJ h3 {
  background: linear-gradient(to left, #51c9c0, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-swMP4CeZaJ .count,
.cid-swMP4CeZaJ .card-img {
  color: #f2b817;
}
.cid-swMP4CeZaJ .mbr-subtitle {
  color: #999999;
}
.cid-swMP4CTxkJ {
  padding-top: 135px;
  padding-bottom: 135px;
  background-color: #040402;
}
.cid-swMP4CTxkJ .card-wrapper {
  display: flex;
  padding: 0 1.5rem;
}
@media (max-width: 1600px) {
  .cid-swMP4CTxkJ .card-wrapper {
    padding: 0;
  }
}
.cid-swMP4CTxkJ .row {
  flex-direction: row-reverse;
}
.cid-swMP4CTxkJ .form-control,
.cid-swMP4CTxkJ .field-input {
  padding: 1rem;
}
.cid-swMP4CTxkJ .form-row > .col,
.cid-swMP4CTxkJ .col-auto {
  padding-right: 8px;
  padding-left: 8px;
}
.cid-swMP4CTxkJ .btn {
  margin: 0!important;
  height: 56px;
  border-radius: 3px!important;
  padding: 0 1.5rem;
}
.cid-swMP4CTxkJ .btn span {
  font-size: 1rem;
}
.cid-swMP4CTxkJ .form-control,
.cid-swMP4CTxkJ .field-input {
  padding: 1rem;
  background-color: #040402;
  border-color: #555555;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-swMP4CTxkJ .form-control::-webkit-input-placeholder,
.cid-swMP4CTxkJ .field-input::-webkit-input-placeholder,
.cid-swMP4CTxkJ .form-control::-webkit-input-placeholder,
.cid-swMP4CTxkJ .field-input::-webkit-input-placeholder {
  color: #999999;
}
.cid-swMP4CTxkJ .form-control:-moz-placeholder,
.cid-swMP4CTxkJ .field-input:-moz-placeholder,
.cid-swMP4CTxkJ .form-control:-moz-placeholder,
.cid-swMP4CTxkJ .field-input:-moz-placeholder {
  color: #999999;
}
.cid-swMP4CTxkJ .form-control:hover,
.cid-swMP4CTxkJ .field-input:hover,
.cid-swMP4CTxkJ .form-control:focus,
.cid-swMP4CTxkJ .field-input:focus {
  background-color: #040402;
  border-color: #555555;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-swMP4CTxkJ .form-control:hover::-webkit-input-placeholder,
.cid-swMP4CTxkJ .field-input:hover::-webkit-input-placeholder,
.cid-swMP4CTxkJ .form-control:focus::-webkit-input-placeholder,
.cid-swMP4CTxkJ .field-input:focus::-webkit-input-placeholder,
.cid-swMP4CTxkJ .form-control:hover::-webkit-input-placeholder,
.cid-swMP4CTxkJ .field-input:hover::-webkit-input-placeholder,
.cid-swMP4CTxkJ .form-control:focus::-webkit-input-placeholder,
.cid-swMP4CTxkJ .field-input:focus::-webkit-input-placeholder {
  color: #999999;
}
.cid-swMP4CTxkJ .form-control:hover:-moz-placeholder,
.cid-swMP4CTxkJ .field-input:hover:-moz-placeholder,
.cid-swMP4CTxkJ .form-control:focus:-moz-placeholder,
.cid-swMP4CTxkJ .field-input:focus:-moz-placeholder,
.cid-swMP4CTxkJ .form-control:hover:-moz-placeholder,
.cid-swMP4CTxkJ .field-input:hover:-moz-placeholder,
.cid-swMP4CTxkJ .form-control:focus:-moz-placeholder,
.cid-swMP4CTxkJ .field-input:focus:-moz-placeholder {
  color: #999999;
}
.cid-swMP4CTxkJ .jq-number__spin:hover,
.cid-swMP4CTxkJ .jq-number__spin:focus {
  background-color: #040402;
  border-color: #555555;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-swMP4CTxkJ .jq-number__spin {
  background-color: #040402;
  border-color: #555555;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-swMP4CTxkJ .jq-selectbox li,
.cid-swMP4CTxkJ .jq-selectbox li {
  background-color: #040402;
  color: #ffffff;
}
.cid-swMP4CTxkJ .jq-selectbox li:hover,
.cid-swMP4CTxkJ .jq-selectbox li.selected {
  background-color: #040402;
  color: #ffffff;
}
.cid-swMP4CTxkJ .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-swMP4CTxkJ .jq-number__spin.minus:hover:after,
.cid-swMP4CTxkJ .jq-number__spin.plus:hover:after {
  border-top-color: #040402;
  border-bottom-color: #040402;
}
.cid-swMP4CTxkJ .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-swMP4CTxkJ .jq-number__spin.minus:after,
.cid-swMP4CTxkJ .jq-number__spin.plus:after {
  border-top-color: #040402;
  border-bottom-color: #040402;
}
.cid-swMP4CTxkJ input::-webkit-clear-button {
  display: none;
}
.cid-swMP4CTxkJ input::-webkit-inner-spin-button {
  display: none;
}
.cid-swMP4CTxkJ input::-webkit-outer-spin-button {
  display: none;
}
.cid-swMP4CTxkJ input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-swMP4CTxkJ H4 {
  color: #ffffff;
}
.cid-swMP4CTxkJ P {
  color: #999999;
}
@media (max-width: 767px) {
  .cid-swMP4CTxkJ .col {
    min-width: 100%;
  }
  .cid-swMP4CTxkJ .col-auto {
    margin: auto;
  }
  .cid-swMP4CTxkJ .card-wrapper {
    flex-direction: column;
    margin: auto;
    text-align: center;
  }
  .cid-swMP4CTxkJ .card-wrapper .icon-wrapper {
    margin: 0 auto;
    margin-bottom: 1rem;
  }
}
.cid-swMP4CTxkJ .content {
  padding: 0 3rem;
}
@media (max-width: 1600px) {
  .cid-swMP4CTxkJ .content {
    padding: 0 1rem;
  }
}
.cid-swMP4CTxkJ .img-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-swMP4CTxkJ .img-wrapper:before {
  content: '';
  position: absolute;
  width: 600px;
  height: 600px;
  right: -300px;
  border-radius: 50%;
  bottom: -350px;
  opacity: 0.3;
  background: #db1356;
  z-index: 2;
  pointer-events: none;
}
.cid-swMP4CTxkJ img {
  width: 100%;
}
.cid-swMP4CTxkJ .card-wrapper .mbr-iconfont {
  font-size: 3rem;
  background: linear-gradient(to left, #51c9c0, #db1356);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-swMP4CTxkJ .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #51c9c0, #db1356);
}
.cid-swMP4CTxkJ .icon-wrapper {
  margin: auto;
  margin-right: 1.5rem;
  display: flex;
  justify-content: center;
  border-radius: 50%;
}
.cid-swMP4CTxkJ h4 {
  margin: 0;
}
.cid-swMP4CTxkJ .card-text {
  color: #999999;
}
.cid-swMP4CTxkJ .mbr-text {
  color: #000000;
}
.cid-swMP4CTxkJ .card-title {
  color: #ffffff;
}
@media (min-width: 1200px) {
  .cid-swMP4CTxkJ .mbr-text {
    max-width: 600px;
  }
}
@media (max-width: 991px) {
  .cid-swMP4CTxkJ .mbr-text {
    padding-bottom: 2rem;
    max-width: 100%;
  }
}
.cid-swMP4CTxkJ .icon-wrap {
  background: linear-gradient(to left, #51c9c0, #db1356);
  width: 100px;
  height: 100px;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 5;
  position: absolute;
  bottom: 3rem;
  right: 3rem;
}
.cid-swMP4CTxkJ .icon-wrap .mbr-iconfont {
  font-size: 2.6rem;
  color: white;
  padding-left: 10px;
}
.cid-swMP4CTxkJ H3 {
  color: #787324;
}
.cid-swMP4CTxkJ .mbr-section-title,
.cid-swMP4CTxkJ .title-wrapper {
  color: #ffffff;
}
.cid-swMP4CTxkJ .mbr-text,
.cid-swMP4CTxkJ .mbr-section-btn {
  color: #999999;
}
.cid-swMP4CTxkJ .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-swMP4CTxkJ .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-swMP4CTxkJ .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-swMP4CTxkJ a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-swMP4CTxkJ a.close:hover {
  color: #ffffff;
}
.cid-swMP4DuII7 {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #000000;
}
.cid-swMP4DuII7 img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-swMP4DuII7 .link-wrapper {
  margin-bottom: 1rem;
}
.cid-swMP4DuII7 .link-wrapper .mbr-iconfont {
  border: 1px solid #999999;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem;
  color: #999999;
}
.cid-swMP4DuII7 .img-wrapper .mbr-iconfont {
  font-size: 3rem;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding-bottom: 1rem;
  background: linear-gradient(to left, #51c9c0, #db1356);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-swMP4DuII7 .card-wrapper {
  background: #191919;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-swMP4DuII7 .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-swMP4DuII7 .first:hover:before {
  content: none;
}
.cid-swMP4DuII7 .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 200px;
  background: linear-gradient(to left, #51c9c0, #db1356);
  content: '';
}
.cid-swMP4DuII7 .last:hover:after {
  content: none;
}
.cid-swMP4DuII7 .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 200px;
  background: linear-gradient(to left, #51c9c0, #db1356);
  content: '';
}
.cid-swMP4DuII7 .mbr-section-text {
  color: #999999;
}
.cid-swMP4DuII7 .card {
  z-index: 1;
  min-height: 200px;
  margin-bottom: 2rem;
  position: relative;
  transition: all 0.3s;
}
.cid-swMP4DuII7 .card .img-wrapper {
  overflow: hidden;
}
.cid-swMP4DuII7 .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-swMP4DuII7 .card:hover .mbr-iconfont {
  color: #ffffff !important;
  border-color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-swMP4DuII7 .card:hover .card-wrapper {
  background: linear-gradient(to left, #51c9c0, #db1356);
  color: #ffffff !important;
}
.cid-swMP4DuII7 .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
.cid-swMP4DX6Eq {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #040402;
}
.cid-swMP4DX6Eq .mbr-text1 {
  color: #999999;
}
.cid-swMP4DX6Eq .mbr-text2 {
  color: #999999;
}
.cid-swMP4DX6Eq p {
  margin: 0;
}
