body {
  font-family: Tilt Warp;
}
.display-1 {
  font-family: 'Tilt Warp', sans-serif;
  font-size: 3.44rem;
  line-height: 60px;
  letter-spacing: 6px;
}
.display-1 > .mbr-iconfont {
  font-size: 4.3rem;
}
.display-2 {
  font-family: 'Tilt Warp', sans-serif;
  font-size: 2rem;
  line-height: 1.16em;
  letter-spacing: .06em;
}
.display-2 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-4 {
  font-family: 'Tilt Warp', sans-serif;
  font-size: 1.06rem;
  line-height: 1.8;
  letter-spacing: .02em;
}
.display-4 > .mbr-iconfont {
  font-size: 1.325rem;
}
.display-5 {
  font-family: 'Tilt Warp', sans-serif;
  font-size: 1.56rem;
  line-height: 1.44em;
  letter-spacing: .06em;
}
.display-5 > .mbr-iconfont {
  font-size: 1.95rem;
}
.display-7 {
  font-family: 'Golos Text', sans-serif;
  font-size: 1.125rem;
  line-height: 1.67;
  letter-spacing: normal;
}
.display-7 > .mbr-iconfont {
  font-size: 1.40625rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 2.752rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.408rem;
    font-size: calc( 1.8539999999999999rem + (3.44 - 1.8539999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.8539999999999999rem + (3.44 - 1.8539999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.848rem;
    font-size: calc( 1.021rem + (1.06 - 1.021) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.021rem + (1.06 - 1.021) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.248rem;
    font-size: calc( 1.196rem + (1.56 - 1.196) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.196rem + (1.56 - 1.196) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 0;
}
.bg-primary {
  background-color: #ffffff !important;
}
.bg-success {
  background-color: #6d359d !important;
}
.bg-info {
  background-color: #000000 !important;
}
.bg-warning {
  background-color: #d58219 !important;
}
.bg-danger {
  background-color: #d54f19 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #cacaca !important;
  border-color: #cacaca !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #9f9f9f !important;
  border-color: #9f9f9f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #9f9f9f !important;
  border-color: #9f9f9f !important;
}
.btn-info,
.btn-info:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success,
.btn-success:active {
  background-color: #6d359d !important;
  border-color: #6d359d !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #401f5c !important;
  border-color: #401f5c !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #401f5c !important;
  border-color: #401f5c !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #d58219 !important;
  border-color: #d58219 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #875310 !important;
  border-color: #875310 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #875310 !important;
  border-color: #875310 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #d54f19 !important;
  border-color: #d54f19 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #873210 !important;
  border-color: #873210 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #873210 !important;
  border-color: #873210 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #cacaca;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #9f9f9f !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #cacaca !important;
  border-color: #cacaca !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #000000;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #6d359d;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #401f5c !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #6d359d !important;
  border-color: #6d359d !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #d58219;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #875310 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #d58219 !important;
  border-color: #d58219 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #d54f19;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #873210 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #d54f19 !important;
  border-color: #d54f19 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ffffff !important;
}
.text-secondary {
  color: #cacaca !important;
}
.text-success {
  color: #6d359d !important;
}
.text-info {
  color: #000000 !important;
}
.text-warning {
  color: #d58219 !important;
}
.text-danger {
  color: #d54f19 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #cccccc !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #979797 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #381b51 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #7a4a0e !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #7a2d0e !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #ffffff;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #000000;
}
.alert-warning {
  background-color: #d58219;
}
.alert-danger {
  background-color: #d54f19;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #8c8c8c;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ffffff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ac7ed3;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #f8e0c2;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #f8d2c2;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Tilt Warp', sans-serif;
  font-size: 1.06rem;
  line-height: 1.8;
  letter-spacing: .02em;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.325rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #ffffff !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Tilt Warp', sans-serif;
  font-size: 1.06rem;
  line-height: 1.8;
  letter-spacing: .02em;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.325rem;
}
blockquote {
  border-color: #ffffff;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #ffffff !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: #cacaca !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='%23ffffff' %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;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  position: relative;
  display: inline-flex;
  justify-content: center;
  box-shadow: none;
  padding: 10px 70px;
}
@media (max-width: 768px) {
  .mbr-section-btn .btn,
  .mbr-section-btn-main .btn {
    padding: 10px 40px;
  }
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover,
.mbr-section-btn .btn:focus,
.mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
.mbr-section-btn .btn-primary-outline,
.mbr-section-btn-main .btn-primary-outline {
  border: 2px solid transparent !important;
  outline: 1px solid #ffffff;
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn-primary-outline::after,
.mbr-section-btn-main .btn-primary-outline::after {
  content: '';
  position: absolute;
  bottom: 0;
  height: 5px;
  width: 100%;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn-primary-outline:hover,
.mbr-section-btn-main .btn-primary-outline:hover,
.mbr-section-btn .btn-primary-outline:focus,
.mbr-section-btn-main .btn-primary-outline:focus {
  border: 2px solid transparent !important;
  color: #191919 !important;
  box-shadow: inset 0 -100px 0 0 #ffffff !important;
}
.mbr-section-btn .btn-secondary-outline,
.mbr-section-btn-main .btn-secondary-outline {
  border: 2px solid transparent !important;
  outline: 1px solid #cacaca;
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn-secondary-outline::after,
.mbr-section-btn-main .btn-secondary-outline::after {
  content: '';
  position: absolute;
  bottom: 0;
  height: 5px;
  width: 100%;
  background-color: #cacaca;
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn-secondary-outline:hover,
.mbr-section-btn-main .btn-secondary-outline:hover,
.mbr-section-btn .btn-secondary-outline:focus,
.mbr-section-btn-main .btn-secondary-outline:focus {
  border: 2px solid transparent !important;
  color: #000000 !important;
  box-shadow: inset 0 -100px 0 0 #cacaca !important;
}
.mbr-section-btn .btn-success-outline,
.mbr-section-btn-main .btn-success-outline {
  border: 2px solid transparent !important;
  outline: 1px solid #6d359d;
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn-success-outline::after,
.mbr-section-btn-main .btn-success-outline::after {
  content: '';
  position: absolute;
  bottom: 0;
  height: 5px;
  width: 100%;
  background-color: #6d359d;
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn-success-outline:hover,
.mbr-section-btn-main .btn-success-outline:hover,
.mbr-section-btn .btn-success-outline:focus,
.mbr-section-btn-main .btn-success-outline:focus {
  border: 2px solid transparent !important;
  color: #ffffff !important;
  box-shadow: inset 0 -100px 0 0 #6d359d !important;
}
.mbr-section-btn .btn-info-outline,
.mbr-section-btn-main .btn-info-outline {
  border: 2px solid transparent !important;
  outline: 1px solid #000000;
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn-info-outline::after,
.mbr-section-btn-main .btn-info-outline::after {
  content: '';
  position: absolute;
  bottom: 0;
  height: 5px;
  width: 100%;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn-info-outline:hover,
.mbr-section-btn-main .btn-info-outline:hover,
.mbr-section-btn .btn-info-outline:focus,
.mbr-section-btn-main .btn-info-outline:focus {
  border: 2px solid transparent !important;
  color: #ffffff !important;
  box-shadow: inset 0 -100px 0 0 #000000 !important;
}
.mbr-section-btn .btn-warning-outline,
.mbr-section-btn-main .btn-warning-outline {
  border: 2px solid transparent !important;
  outline: 1px solid #d58219;
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn-warning-outline::after,
.mbr-section-btn-main .btn-warning-outline::after {
  content: '';
  position: absolute;
  bottom: 0;
  height: 5px;
  width: 100%;
  background-color: #d58219;
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn-warning-outline:hover,
.mbr-section-btn-main .btn-warning-outline:hover,
.mbr-section-btn .btn-warning-outline:focus,
.mbr-section-btn-main .btn-warning-outline:focus {
  border: 2px solid transparent !important;
  color: #ffffff !important;
  box-shadow: inset 0 -100px 0 0 #d58219 !important;
}
.mbr-section-btn .btn-danger-outline,
.mbr-section-btn-main .btn-danger-outline {
  border: 2px solid transparent !important;
  outline: 1px solid #d54f19;
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn-danger-outline::after,
.mbr-section-btn-main .btn-danger-outline::after {
  content: '';
  position: absolute;
  bottom: 0;
  height: 5px;
  width: 100%;
  background-color: #d54f19;
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn-danger-outline:hover,
.mbr-section-btn-main .btn-danger-outline:hover,
.mbr-section-btn .btn-danger-outline:focus,
.mbr-section-btn-main .btn-danger-outline:focus {
  border: 2px solid transparent !important;
  color: #ffffff !important;
  box-shadow: inset 0 -100px 0 0 #d54f19 !important;
}
.mbr-section-btn .btn-white-outline,
.mbr-section-btn-main .btn-white-outline {
  border: 2px solid transparent !important;
  outline: 1px solid #ffffff;
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn-white-outline::after,
.mbr-section-btn-main .btn-white-outline::after {
  content: '';
  position: absolute;
  bottom: 0;
  height: 5px;
  width: 100%;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn-white-outline:hover,
.mbr-section-btn-main .btn-white-outline:hover,
.mbr-section-btn .btn-white-outline:focus,
.mbr-section-btn-main .btn-white-outline:focus {
  border: 2px solid transparent !important;
  color: #000000;
  box-shadow: inset 0 -100px 0 0 #ffffff !important;
}
.mbr-section-btn .btn-black-outline,
.mbr-section-btn-main .btn-black-outline {
  border: 2px solid transparent !important;
  outline: 1px solid #000000;
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn-black-outline::after,
.mbr-section-btn-main .btn-black-outline::after {
  content: '';
  position: absolute;
  bottom: 0;
  height: 5px;
  width: 100%;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn-black-outline:hover,
.mbr-section-btn-main .btn-black-outline:hover,
.mbr-section-btn .btn-black-outline:focus,
.mbr-section-btn-main .btn-black-outline:focus {
  border: 2px solid transparent !important;
  color: #ffffff;
  box-shadow: inset 0 -100px 0 0 #000000 !important;
}
.cid-tCxF1RHPcK .navbar-dropdown {
  background-color: #000000 !important;
  padding: 0;
}
.cid-tCxF1RHPcK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #000000 !important;
  background: #000000;
}
.cid-tCxF1RHPcK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tCxF1RHPcK .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tCxF1RHPcK .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tCxF1RHPcK .menu_box .navbar.opened,
  .cid-tCxF1RHPcK .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-tCxF1RHPcK .navbar-dropdown {
  position: relative !important;
}
.cid-tCxF1RHPcK .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-tCxF1RHPcK .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tCxF1RHPcK .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tCxF1RHPcK .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tCxF1RHPcK .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tCxF1RHPcK .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #000000;
  }
  .cid-tCxF1RHPcK .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tCxF1RHPcK .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tCxF1RHPcK .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tCxF1RHPcK .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tCxF1RHPcK .offcanvas-body .mbr-text,
  .cid-tCxF1RHPcK .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tCxF1RHPcK .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tCxF1RHPcK .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tCxF1RHPcK .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-tCxF1RHPcK .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tCxF1RHPcK .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tCxF1RHPcK .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tCxF1RHPcK .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tCxF1RHPcK ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tCxF1RHPcK .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tCxF1RHPcK .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tCxF1RHPcK .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tCxF1RHPcK li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tCxF1RHPcK .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tCxF1RHPcK .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tCxF1RHPcK .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tCxF1RHPcK .nav-item {
    margin: 0 !important;
  }
}
.cid-tCxF1RHPcK .nav-item .nav-link {
  position: relative;
}
.cid-tCxF1RHPcK .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-tCxF1RHPcK .nav-item .nav-link:hover,
.cid-tCxF1RHPcK .nav-item .nav-link:focus {
  opacity: 1;
  color: #ffffff !important;
}
.cid-tCxF1RHPcK .nav-item .nav-link:hover::before,
.cid-tCxF1RHPcK .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-tCxF1RHPcK .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tCxF1RHPcK .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tCxF1RHPcK .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tCxF1RHPcK .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tCxF1RHPcK .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tCxF1RHPcK .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tCxF1RHPcK .offcanvas_box {
    display: none;
  }
}
.cid-tCxF1RHPcK .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tCxF1RHPcK .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tCxF1RHPcK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tCxF1RHPcK .container {
  display: flex;
  margin: auto;
}
.cid-tCxF1RHPcK .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tCxF1RHPcK .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tCxF1RHPcK .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tCxF1RHPcK .navbar-caption {
  color: #ffffff;
}
.cid-tCxF1RHPcK .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tCxF1RHPcK .navbar-nav {
    margin: 0;
  }
}
.cid-tCxF1RHPcK .dropdown-menu,
.cid-tCxF1RHPcK .navbar.opened {
  background-color: false !important;
}
.cid-tCxF1RHPcK .nav-item:focus,
.cid-tCxF1RHPcK .nav-link:focus {
  outline: none;
}
.cid-tCxF1RHPcK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tCxF1RHPcK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tCxF1RHPcK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tCxF1RHPcK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tCxF1RHPcK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tCxF1RHPcK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tCxF1RHPcK .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tCxF1RHPcK .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tCxF1RHPcK .navbar.opened {
  transition: all 0.3s;
}
.cid-tCxF1RHPcK .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tCxF1RHPcK .navbar .navbar-logo img {
  max-width: 50px;
  max-height: 50px;
  object-fit: contain;
}
.cid-tCxF1RHPcK .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-tCxF1RHPcK .navbar.collapsed {
  justify-content: center;
}
.cid-tCxF1RHPcK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tCxF1RHPcK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tCxF1RHPcK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tCxF1RHPcK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tCxF1RHPcK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tCxF1RHPcK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tCxF1RHPcK .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tCxF1RHPcK .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tCxF1RHPcK .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tCxF1RHPcK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tCxF1RHPcK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tCxF1RHPcK .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tCxF1RHPcK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tCxF1RHPcK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tCxF1RHPcK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tCxF1RHPcK .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tCxF1RHPcK .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tCxF1RHPcK .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tCxF1RHPcK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tCxF1RHPcK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tCxF1RHPcK .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tCxF1RHPcK .navbar.navbar-short {
  min-height: 60px;
}
.cid-tCxF1RHPcK .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tCxF1RHPcK .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tCxF1RHPcK .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tCxF1RHPcK .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tCxF1RHPcK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tCxF1RHPcK .dropdown-item.active,
.cid-tCxF1RHPcK .dropdown-item:active {
  background-color: transparent;
}
.cid-tCxF1RHPcK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tCxF1RHPcK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tCxF1RHPcK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tCxF1RHPcK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tCxF1RHPcK ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tCxF1RHPcK .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tCxF1RHPcK button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #000000;
}
.cid-tCxF1RHPcK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tCxF1RHPcK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tCxF1RHPcK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCxF1RHPcK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCxF1RHPcK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tCxF1RHPcK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCxF1RHPcK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tCxF1RHPcK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tCxF1RHPcK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCxF1RHPcK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tCxF1RHPcK .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tCxF1RHPcK .navbar {
    height: 70px;
  }
  .cid-tCxF1RHPcK .navbar.opened {
    height: auto;
  }
  .cid-tCxF1RHPcK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tCxF1RHPcK .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tCxF1RHPcK .container-fluid {
    padding-left: 120px;
    padding-right: 120px;
  }
}
.cid-tCxF1RHPcK .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tCxF1RHPcK .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 145px;
}
@media (max-width: 992px) {
  .cid-tCxF1RHPcK .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
@media (max-width: 1400px) {
  .cid-tCxF1RHPcK .mbr-section-btn-main .btn {
    padding: 10px 20px;
  }
}
.cid-tCxF1RHPcK .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tCxF1RHPcK .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tCxF1RHPcK .text_widget {
  margin-bottom: 32px;
}
.cid-tCxF1RHPcK .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tCxF1RHPcK .text_widget a:hover {
  color: #ffffff !important;
}
.cid-tCxF1RHPcK .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tCxF1RHPcK .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tCxF1RHPcK .mbr-section-subtitle,
.cid-tCxF1RHPcK .text_widget,
.cid-tCxF1RHPcK .mbr-section-btn {
  text-align: center;
}
.cid-tCxF1RHPcK a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tCxF2ldOfY {
  padding: 60px;
  background-color: #000000;
}
@media (max-width: 768px) {
  .cid-tCxF2ldOfY {
    padding: 26px;
  }
}
.cid-tCxF2ldOfY .container-fluid {
  padding: 0 60px;
  padding: 60px;
}
@media (max-width: 768px) {
  .cid-tCxF2ldOfY .container-fluid {
    padding: 26px;
  }
}
@media (max-width: 768px) {
  .cid-tCxF2ldOfY .container-fluid {
    padding: 26px;
  }
}
@media (max-width: 768px) {
  .cid-tCxF2ldOfY .container {
    padding: 26px;
  }
}
.cid-tCxF2ldOfY .container-fluid,
.cid-tCxF2ldOfY .container {
  background-image: url("https://mobirise.com/extensions/gamem5/assets/images/background1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-tCxF2ldOfY .container-fluid .mbr-fallback-image.disabled,
.cid-tCxF2ldOfY .container .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCxF2ldOfY .container-fluid .mbr-fallback-image,
.cid-tCxF2ldOfY .container .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCxF2ldOfY .title-wrapper {
  position: relative;
  padding-top: 35%;
}
.cid-tCxF2ldOfY .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-tCxF2ldOfY .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tCxF2ldOfY .title-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-tCxF2ldOfY .mbr-section-title {
  color: #ffffff;
}
.cid-tCxF2ldOfY .mbr-text {
  color: #ffffff;
}
#custom-html-du img {
  width: 100%;
  height: 100%;
}
.cid-tCxFr7Aewz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tCxFr7Aewz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCxFr7Aewz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCxFr7Aewz .container-fluid {
  padding: 0 110px;
}
@media (max-width: 768px) {
  .cid-tCxFr7Aewz .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-tCxFr7Aewz .container {
    padding: 0 26px;
  }
}
.cid-tCxFr7Aewz .row {
  justify-content: center;
}
.cid-tCxFr7Aewz .title-wrapper {
  margin-bottom: 50px;
}
.cid-tCxFr7Aewz .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tCxFr7Aewz .title-wrapper .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-tCxFr7Aewz .item {
  padding: 0 25px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tCxFr7Aewz .item {
    padding: 0 12px;
  }
}
.cid-tCxFr7Aewz .item .item-wrapper {
  overflow: visible;
}
.cid-tCxFr7Aewz .item .item-wrapper .item-img img {
  height: 650px;
  object-fit: contain;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-tCxFr7Aewz .item .item-wrapper .item-img img {
    height: 450px;
  }
}
.cid-tCxFr7Aewz .item .item-wrapper .item-content .item-name {
  margin-bottom: 18px;
}
.cid-tCxFr7Aewz .item .item-wrapper .item-content .mbr-role {
  margin-bottom: 16px;
}
.cid-tCxFr7Aewz .item .item-wrapper .item-content .soc-wrap .social-row {
  display: inline-flex;
}
.cid-tCxFr7Aewz .item .item-wrapper .item-content .soc-wrap .social-row .soc-item {
  margin-left: 14px;
}
.cid-tCxFr7Aewz .item .item-wrapper .item-content .soc-wrap .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-tCxFr7Aewz .item .item-wrapper .item-content .soc-wrap .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-tCxFr7Aewz .item .item-wrapper .item-content .soc-wrap .social-row .soc-item a .mbr-iconfont {
  font-size: 24px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-tCxFr7Aewz .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tCxFr7Aewz .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-tCxFr7Aewz .item-name {
  color: #ffffff;
}
.cid-tCxFr7Aewz .mbr-role {
  color: #cacaca;
}
.cid-tCxFr7Aewz .item-name,
.cid-tCxFr7Aewz .soc-wrap,
.cid-tCxFr7Aewz .mbr-section-btn {
  text-align: center;
}
.cid-tCxFvTFEze {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tCxFvTFEze .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCxFvTFEze .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCxFvTFEze .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-tCxFvTFEze .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-tCxFvTFEze .container {
    padding: 0 26px;
  }
}
.cid-tCxFvTFEze .title-wrapper .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-tCxFvTFEze .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-tCxFvTFEze .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tCxFvTFEze .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tCxFvTFEze .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tCxFvTFEze .mbr-text {
  color: #cacaca;
}
.cid-tCxFum3WRP {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tCxFum3WRP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCxFum3WRP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCxFum3WRP .container-fluid {
  padding: 0;
}
@media (max-width: 768px) {
  .cid-tCxFum3WRP .container-fluid {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .cid-tCxFum3WRP .container {
    padding: 0 26px;
  }
}
.cid-tCxFum3WRP .video-block .video-wrapper iframe {
  height: 450px !important;
  object-fit: cover;
}
.cid-tCxFum3WRP .video-block .video-wrapper .app-video-wrapper::before {
  color: #ffffff;
  font-size: 85px;
  text-shadow: none;
}
.cid-tCxFum3WRP .video-block .video-wrapper .app-video-wrapper img {
  height: 450px;
  object-fit: cover;
}
.cid-tCxFum3WRP .mbr-section-title {
  color: #ffffff;
}
.cid-tCxFum3WRP .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tCxFum3WRP .mbr-text {
  color: #cacaca;
}
.cid-tCxGt10Ggy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tCxGt10Ggy .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCxGt10Ggy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCxGt10Ggy .container-fluid {
  padding: 0;
}
@media (max-width: 768px) {
  .cid-tCxGt10Ggy .container-fluid {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .cid-tCxGt10Ggy .container {
    padding: 0 26px;
  }
}
.cid-tCxGt10Ggy .image-wrapper img {
  height: 550px;
  object-fit: cover;
}
.cid-tCxGt10Ggy .title-wrapper {
  padding: 0 98px 0 120px;
}
@media (max-width: 992px) {
  .cid-tCxGt10Ggy .title-wrapper {
    padding: 0 120px;
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .cid-tCxGt10Ggy .title-wrapper {
    padding: 0 26px;
  }
}
.cid-tCxGt10Ggy .title-wrapper .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-tCxGt10Ggy .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-tCxGt10Ggy .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tCxGt10Ggy .mbr-section-title {
  color: #ffffff;
}
.cid-tCxGt10Ggy .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tCxGt10Ggy .mbr-text {
  color: #cacaca;
}
.cid-tCxGt10Ggy .mbr-section-title,
.cid-tCxGt10Ggy .mbr-section-btn {
  text-align: center;
}
.cid-tCxGt10Ggy .card {
  justify-content: center;
}
.cid-tCxNvYjS3P {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-tCxNvYjS3P .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCxNvYjS3P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCxNvYjS3P .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-tCxNvYjS3P .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-tCxNvYjS3P .container {
    padding: 0 26px;
  }
}
.cid-tCxNvYjS3P .row {
  padding: 60px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tCxNvYjS3P .row {
    padding: 26px;
  }
}
.cid-tCxNvYjS3P .title-wrapper {
  margin-bottom: 50px;
}
.cid-tCxNvYjS3P .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-tCxNvYjS3P .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-tCxNvYjS3P .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-tCxNvYjS3P .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-tCxNvYjS3P .title-wrapper .title-wrap .logo-wrap img {
  width: 110px;
  height: 100px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-tCxNvYjS3P .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-tCxNvYjS3P .nav-wrapper {
  margin-bottom: 50px;
}
.cid-tCxNvYjS3P .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-tCxNvYjS3P .nav-wrapper .list {
    display: block;
  }
}
.cid-tCxNvYjS3P .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tCxNvYjS3P .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-tCxNvYjS3P .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-tCxNvYjS3P .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-tCxNvYjS3P .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-tCxNvYjS3P .soc-wrapper {
  margin-bottom: 50px;
}
.cid-tCxNvYjS3P .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-tCxNvYjS3P .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-tCxNvYjS3P .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-tCxNvYjS3P .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-tCxNvYjS3P .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-tCxNvYjS3P .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-tCxNvYjS3P .mbr-section-title,
.cid-tCxNvYjS3P .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-tCxNvYjS3P .list {
  color: #ffffff;
}
.cid-tCxNvYjS3P .copyright {
  color: #cacaca;
  text-align: center;
}
.cid-tCxNvYjS3P .list,
.cid-tCxNvYjS3P .nav-wrapper,
.cid-tCxNvYjS3P .soc-wrapper {
  text-align: center;
}
.cid-tCxF1RHPcK .navbar-dropdown {
  background-color: #000000 !important;
  padding: 0;
}
.cid-tCxF1RHPcK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #000000 !important;
  background: #000000;
}
.cid-tCxF1RHPcK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tCxF1RHPcK .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tCxF1RHPcK .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tCxF1RHPcK .menu_box .navbar.opened,
  .cid-tCxF1RHPcK .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-tCxF1RHPcK .navbar-dropdown {
  position: relative !important;
}
.cid-tCxF1RHPcK .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-tCxF1RHPcK .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tCxF1RHPcK .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tCxF1RHPcK .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tCxF1RHPcK .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tCxF1RHPcK .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #000000;
  }
  .cid-tCxF1RHPcK .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tCxF1RHPcK .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tCxF1RHPcK .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tCxF1RHPcK .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tCxF1RHPcK .offcanvas-body .mbr-text,
  .cid-tCxF1RHPcK .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tCxF1RHPcK .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tCxF1RHPcK .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tCxF1RHPcK .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-tCxF1RHPcK .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tCxF1RHPcK .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tCxF1RHPcK .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tCxF1RHPcK .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tCxF1RHPcK ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tCxF1RHPcK .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tCxF1RHPcK .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tCxF1RHPcK .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tCxF1RHPcK li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tCxF1RHPcK .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tCxF1RHPcK .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tCxF1RHPcK .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tCxF1RHPcK .nav-item {
    margin: 0 !important;
  }
}
.cid-tCxF1RHPcK .nav-item .nav-link {
  position: relative;
}
.cid-tCxF1RHPcK .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-tCxF1RHPcK .nav-item .nav-link:hover,
.cid-tCxF1RHPcK .nav-item .nav-link:focus {
  opacity: 1;
  color: #ffffff !important;
}
.cid-tCxF1RHPcK .nav-item .nav-link:hover::before,
.cid-tCxF1RHPcK .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-tCxF1RHPcK .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tCxF1RHPcK .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tCxF1RHPcK .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tCxF1RHPcK .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tCxF1RHPcK .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tCxF1RHPcK .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tCxF1RHPcK .offcanvas_box {
    display: none;
  }
}
.cid-tCxF1RHPcK .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tCxF1RHPcK .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tCxF1RHPcK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tCxF1RHPcK .container {
  display: flex;
  margin: auto;
}
.cid-tCxF1RHPcK .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tCxF1RHPcK .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tCxF1RHPcK .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tCxF1RHPcK .navbar-caption {
  color: #ffffff;
}
.cid-tCxF1RHPcK .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tCxF1RHPcK .navbar-nav {
    margin: 0;
  }
}
.cid-tCxF1RHPcK .dropdown-menu,
.cid-tCxF1RHPcK .navbar.opened {
  background-color: false !important;
}
.cid-tCxF1RHPcK .nav-item:focus,
.cid-tCxF1RHPcK .nav-link:focus {
  outline: none;
}
.cid-tCxF1RHPcK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tCxF1RHPcK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tCxF1RHPcK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tCxF1RHPcK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tCxF1RHPcK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tCxF1RHPcK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tCxF1RHPcK .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tCxF1RHPcK .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tCxF1RHPcK .navbar.opened {
  transition: all 0.3s;
}
.cid-tCxF1RHPcK .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tCxF1RHPcK .navbar .navbar-logo img {
  max-width: 50px;
  max-height: 50px;
  object-fit: contain;
}
.cid-tCxF1RHPcK .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-tCxF1RHPcK .navbar.collapsed {
  justify-content: center;
}
.cid-tCxF1RHPcK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tCxF1RHPcK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tCxF1RHPcK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tCxF1RHPcK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tCxF1RHPcK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tCxF1RHPcK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tCxF1RHPcK .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tCxF1RHPcK .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tCxF1RHPcK .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tCxF1RHPcK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tCxF1RHPcK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tCxF1RHPcK .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tCxF1RHPcK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tCxF1RHPcK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tCxF1RHPcK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tCxF1RHPcK .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tCxF1RHPcK .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tCxF1RHPcK .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tCxF1RHPcK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tCxF1RHPcK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tCxF1RHPcK .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tCxF1RHPcK .navbar.navbar-short {
  min-height: 60px;
}
.cid-tCxF1RHPcK .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tCxF1RHPcK .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tCxF1RHPcK .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tCxF1RHPcK .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tCxF1RHPcK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tCxF1RHPcK .dropdown-item.active,
.cid-tCxF1RHPcK .dropdown-item:active {
  background-color: transparent;
}
.cid-tCxF1RHPcK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tCxF1RHPcK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tCxF1RHPcK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tCxF1RHPcK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tCxF1RHPcK ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tCxF1RHPcK .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tCxF1RHPcK button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #000000;
}
.cid-tCxF1RHPcK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tCxF1RHPcK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tCxF1RHPcK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCxF1RHPcK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCxF1RHPcK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tCxF1RHPcK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCxF1RHPcK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tCxF1RHPcK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tCxF1RHPcK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCxF1RHPcK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tCxF1RHPcK .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tCxF1RHPcK .navbar {
    height: 70px;
  }
  .cid-tCxF1RHPcK .navbar.opened {
    height: auto;
  }
  .cid-tCxF1RHPcK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tCxF1RHPcK .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tCxF1RHPcK .container-fluid {
    padding-left: 120px;
    padding-right: 120px;
  }
}
.cid-tCxF1RHPcK .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tCxF1RHPcK .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 145px;
}
@media (max-width: 992px) {
  .cid-tCxF1RHPcK .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
@media (max-width: 1400px) {
  .cid-tCxF1RHPcK .mbr-section-btn-main .btn {
    padding: 10px 20px;
  }
}
.cid-tCxF1RHPcK .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tCxF1RHPcK .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tCxF1RHPcK .text_widget {
  margin-bottom: 32px;
}
.cid-tCxF1RHPcK .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tCxF1RHPcK .text_widget a:hover {
  color: #ffffff !important;
}
.cid-tCxF1RHPcK .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tCxF1RHPcK .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tCxF1RHPcK .mbr-section-subtitle,
.cid-tCxF1RHPcK .text_widget,
.cid-tCxF1RHPcK .mbr-section-btn {
  text-align: center;
}
.cid-tCxF1RHPcK a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tCxNIVTzlk {
  padding: 60px;
  background-color: #000000;
}
@media (max-width: 768px) {
  .cid-tCxNIVTzlk {
    padding: 26px;
  }
}
.cid-tCxNIVTzlk .container-fluid {
  padding: 0 60px;
  padding: 60px;
}
@media (max-width: 768px) {
  .cid-tCxNIVTzlk .container-fluid {
    padding: 26px;
  }
}
@media (max-width: 768px) {
  .cid-tCxNIVTzlk .container-fluid {
    padding: 26px;
  }
}
@media (max-width: 768px) {
  .cid-tCxNIVTzlk .container {
    padding: 26px;
  }
}
.cid-tCxNIVTzlk .container-fluid,
.cid-tCxNIVTzlk .container {
  background-image: url("https://mobirise.com/extensions/gamem5/assets/images/background1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-tCxNIVTzlk .container-fluid .mbr-fallback-image.disabled,
.cid-tCxNIVTzlk .container .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCxNIVTzlk .container-fluid .mbr-fallback-image,
.cid-tCxNIVTzlk .container .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCxNIVTzlk .title-wrapper {
  position: relative;
  padding-top: 35%;
}
.cid-tCxNIVTzlk .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-tCxNIVTzlk .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tCxNIVTzlk .title-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-tCxNIVTzlk .mbr-section-title {
  color: #ffffff;
}
.cid-tCxNIVTzlk .mbr-text {
  color: #ffffff;
}
.cid-tCxNJaJo0t {
  background-image: url("https://mobirise.com/extensions/gamem5/assets/images/background2.jpg");
}
.cid-tCxNJaJo0t .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCxNJaJo0t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCxNJaJo0t .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-tCxNJaJo0t .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-tCxNJaJo0t .container {
    padding: 0 26px;
  }
}
.cid-tCxNJaJo0t .title-wrapper {
  padding-top: 35%;
}
.cid-tCxNJaJo0t .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-tCxNJaJo0t .title-wrapper .mbr-section-btn {
  margin-bottom: 18px;
}
.cid-tCxNJaJo0t .title-wrapper .icon-wrapper a {
  display: inline-flex;
}
.cid-tCxNJaJo0t .title-wrapper .icon-wrapper a:hover {
  transform: translateY(10px);
  transition: all 0.3s ease-in-out;
}
.cid-tCxNJaJo0t .title-wrapper .icon-wrapper a .mbr-iconfont {
  font-size: 40px;
  color: #ffffff;
}
.cid-tCxNJaJo0t .mbr-section-title {
  color: #ffffff;
}
.cid-tCxNJaJo0t .mbr-text {
  color: #ffffff;
}
.cid-tCxNJaJo0t .mbr-section-title,
.cid-tCxNJaJo0t .icon-wrapper,
.cid-tCxNJaJo0t .mbr-section-btn {
  text-align: center;
}
.cid-tCxNJlVdbc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tCxNJlVdbc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCxNJlVdbc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCxNJlVdbc .container-fluid {
  padding: 0 110px;
}
@media (max-width: 768px) {
  .cid-tCxNJlVdbc .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-tCxNJlVdbc .container {
    padding: 0 26px;
  }
}
.cid-tCxNJlVdbc .row {
  justify-content: center;
}
.cid-tCxNJlVdbc .item {
  padding: 0 25px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tCxNJlVdbc .item {
    padding: 0 12px;
  }
}
.cid-tCxNJlVdbc .item .item-wrapper .item-img img {
  height: 260px;
  object-fit: cover;
  margin-bottom: 30px;
  border: 1px solid #ffffff;
  padding: 20px;
}
.cid-tCxNJlVdbc .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-tCxNJlVdbc .item .item-wrapper .item-content .mbr-desc {
  margin-bottom: 16px;
}
.cid-tCxNJlVdbc .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-tCxNJlVdbc .mbr-desc {
  color: #cacaca;
  text-align: center;
}
.cid-tCxNJxru1y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tCxNJxru1y .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCxNJxru1y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCxNJxru1y .container-fluid {
  padding: 0 110px;
}
@media (max-width: 768px) {
  .cid-tCxNJxru1y .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-tCxNJxru1y .container {
    padding: 0 26px;
  }
}
.cid-tCxNJxru1y .row {
  justify-content: center;
}
.cid-tCxNJxru1y .title-wrapper {
  margin-bottom: 50px;
}
.cid-tCxNJxru1y .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tCxNJxru1y .title-wrapper .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-tCxNJxru1y .item {
  padding: 0 25px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tCxNJxru1y .item {
    padding: 0 12px;
  }
}
.cid-tCxNJxru1y .item .item-wrapper .item-img img {
  height: 380px;
  object-fit: cover;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-tCxNJxru1y .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-tCxNJxru1y .item .item-wrapper .item-content .item-name {
  margin-bottom: 5px;
}
.cid-tCxNJxru1y .item .item-wrapper .item-content .mbr-role {
  margin-bottom: 16px;
}
.cid-tCxNJxru1y .item .item-wrapper .item-content .soc-wrap .social-row {
  display: inline-flex;
}
.cid-tCxNJxru1y .item .item-wrapper .item-content .soc-wrap .social-row .soc-item {
  margin-left: 14px;
}
.cid-tCxNJxru1y .item .item-wrapper .item-content .soc-wrap .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-tCxNJxru1y .item .item-wrapper .item-content .soc-wrap .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-tCxNJxru1y .item .item-wrapper .item-content .soc-wrap .social-row .soc-item a .mbr-iconfont {
  font-size: 24px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-tCxNJxru1y .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-tCxNJxru1y .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-tCxNJxru1y .item-name {
  color: #ffffff;
}
.cid-tCxNJxru1y .mbr-role {
  color: #cacaca;
}
.cid-tCxNJIlUE2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tCxNJIlUE2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCxNJIlUE2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCxNJIlUE2 .container-fluid {
  padding: 0 56px;
}
@media (max-width: 768px) {
  .cid-tCxNJIlUE2 .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-tCxNJIlUE2 .container {
    padding: 0 26px;
  }
}
.cid-tCxNJIlUE2 .row {
  justify-content: center;
}
.cid-tCxNJIlUE2 .item {
  padding: 0 20px;
  margin-bottom: 50px;
}
.cid-tCxNJIlUE2 .item:hover .item-wrapper .item-img img {
  transform: scale(1.06);
}
.cid-tCxNJIlUE2 .item .item-wrapper .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-tCxNJIlUE2 .item .item-wrapper .item-img img {
  height: 260px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-tCxNJIlUE2 .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-tCxNJIlUE2 .item .item-wrapper .item-content a:hover .mbr-desc,
.cid-tCxNJIlUE2 .item .item-wrapper .item-content a:hover .mbr-date {
  opacity: .7;
}
.cid-tCxNJIlUE2 .item .item-wrapper .item-content a .mbr-desc,
.cid-tCxNJIlUE2 .item .item-wrapper .item-content a .mbr-date {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-tCxNJIlUE2 .item-title {
  color: #ffffff;
}
.cid-tCxNJIlUE2 .mbr-date {
  color: #cacaca;
}
.cid-tCxNJIlUE2 .mbr-desc {
  color: #cacaca;
}
.cid-tCxNJTlXWF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tCxNJTlXWF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCxNJTlXWF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCxNJTlXWF .container-fluid {
  padding: 0 125px;
}
@media (max-width: 768px) {
  .cid-tCxNJTlXWF .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-tCxNJTlXWF .container {
    padding: 0 26px;
  }
}
.cid-tCxNJTlXWF .row {
  justify-content: center;
}
.cid-tCxNJTlXWF .title-wrapper {
  margin-bottom: 50px;
}
.cid-tCxNJTlXWF .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tCxNJTlXWF .title-wrapper .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-tCxNJTlXWF .item {
  padding: 0 10px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tCxNJTlXWF .item {
    padding: 0 12px;
  }
}
.cid-tCxNJTlXWF .item .item-wrapper {
  padding: 35px;
  border: 1px solid #ffffff;
  height: 100%;
}
@media (max-width: 1400px) {
  .cid-tCxNJTlXWF .item .item-wrapper {
    padding: 18px;
  }
}
.cid-tCxNJTlXWF .item .item-wrapper .mbr-desc {
  margin-bottom: 18px;
}
.cid-tCxNJTlXWF .item .item-wrapper .item-img img {
  height: 260px;
  object-fit: cover;
  margin-bottom: 30px;
}
.cid-tCxNJTlXWF .item .item-wrapper .item-content .item-title {
  margin-bottom: 15px;
}
.cid-tCxNJTlXWF .item .item-wrapper .item-content .soc-wrap .social-row {
  display: inline-flex;
}
.cid-tCxNJTlXWF .item .item-wrapper .item-content .soc-wrap .social-row .soc-item {
  margin-left: 14px;
}
.cid-tCxNJTlXWF .item .item-wrapper .item-content .soc-wrap .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-tCxNJTlXWF .item .item-wrapper .item-content .soc-wrap .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-tCxNJTlXWF .item .item-wrapper .item-content .soc-wrap .social-row .soc-item a .mbr-iconfont {
  font-size: 24px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-tCxNJTlXWF .mbr-section-title {
  color: #ffffff;
}
.cid-tCxNJTlXWF .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tCxNJTlXWF .item-title {
  color: #ffffff;
}
.cid-tCxNJTlXWF .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-tCxNJTlXWF .item-title,
.cid-tCxNJTlXWF .soc-wrap {
  text-align: center;
}
.cid-tCxNKiguCs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tCxNKiguCs .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCxNKiguCs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCxNKiguCs .container-fluid {
  padding: 0 60px;
}
@media (max-width: 768px) {
  .cid-tCxNKiguCs .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-tCxNKiguCs .container {
    padding: 0 26px;
  }
}
.cid-tCxNKiguCs .row {
  justify-content: center;
}
.cid-tCxNKiguCs .item {
  margin-bottom: 32px;
}
.cid-tCxNKiguCs .item a {
  display: block;
}
.cid-tCxNKiguCs .item a:hover .item-wrapper .item-img::before {
  opacity: .65;
}
.cid-tCxNKiguCs .item a:hover .item-wrapper .item-img .item-content {
  opacity: 1;
  transform: translateX(0);
}
.cid-tCxNKiguCs .item a .item-wrapper .item-img {
  position: relative;
  height: 360px;
  overflow: hidden;
  margin-bottom: 20px;
  padding: 30px;
  display: flex;
  align-items: flex-end;
}
.cid-tCxNKiguCs .item a .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border: 1px solid #ffffff;
  background-color: #000000;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tCxNKiguCs .item a .item-wrapper .item-img::before {
    opacity: .65;
  }
}
.cid-tCxNKiguCs .item a .item-wrapper .item-img img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: visible;
}
.cid-tCxNKiguCs .item a .item-wrapper .item-img .item-content {
  width: 100%;
  opacity: 0;
  transform: translateX(-20px);
  position: relative;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-tCxNKiguCs .item a .item-wrapper .item-img .item-content {
    opacity: 1;
    transform: translateX(0);
  }
}
.cid-tCxNKiguCs .item a .item-wrapper .item-img .item-content .item-title {
  margin-bottom: 0;
}
.cid-tCxNKiguCs .item a .item-wrapper .item-img .item-content .mbr-desc {
  margin-bottom: 0;
}
.cid-tCxNKiguCs .item-title {
  color: #ffffff;
}
.cid-tCxNKiguCs .mbr-date {
  color: #cacaca;
}
.cid-tCxNKiguCs .mbr-desc {
  color: #cacaca;
}
.cid-tCxNKDxdq4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tCxNKDxdq4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCxNKDxdq4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCxNKDxdq4 .container-fluid {
  padding: 0 95px;
}
@media (max-width: 768px) {
  .cid-tCxNKDxdq4 .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-tCxNKDxdq4 .container {
    padding: 0 26px;
  }
}
.cid-tCxNKDxdq4 .row {
  justify-content: center;
}
.cid-tCxNKDxdq4 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tCxNKDxdq4 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-tCxNKDxdq4 .item {
  padding: 0 40px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tCxNKDxdq4 .item {
    padding: 0 12px;
  }
}
.cid-tCxNKDxdq4 .item .item-wrapper .item-img img {
  height: 360px;
  object-fit: cover;
  margin-bottom: 30px;
  border: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-tCxNKDxdq4 .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-tCxNKDxdq4 .item .item-wrapper .item-content .content-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-tCxNKDxdq4 .item .item-wrapper .item-content .content-wrap .item-title {
  margin-bottom: 0;
}
.cid-tCxNKDxdq4 .item .item-wrapper .item-content .content-wrap .mbr-number {
  margin-right: 15px;
  margin-bottom: 0;
}
.cid-tCxNKDxdq4 .mbr-section-title {
  color: #ffffff;
}
.cid-tCxNKDxdq4 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tCxNKDxdq4 .item-title {
  color: #ffffff;
}
.cid-tCxNKDxdq4 .mbr-number {
  color: #cacaca;
}
.cid-tCxNKDxdq4 .mbr-section-btn {
  text-align: right;
}
.cid-tCxNL02POh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tCxNL02POh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCxNL02POh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCxNL02POh .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-tCxNL02POh .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-tCxNL02POh .container {
    padding: 0 26px;
  }
}
.cid-tCxNL02POh .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tCxNL02POh .card {
    margin-bottom: 40px;
  }
  .cid-tCxNL02POh .card:last-child {
    margin-bottom: 0;
  }
}
.cid-tCxNL02POh .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
}
.cid-tCxNL02POh .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-tCxNL02POh .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 18px;
}
.cid-tCxNL02POh .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-tCxNL02POh .image-wrapper a {
  display: block;
  position: relative;
}
.cid-tCxNL02POh .image-wrapper a:hover::before {
  opacity: .65;
}
.cid-tCxNL02POh .image-wrapper a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
  z-index: 1;
}
.cid-tCxNL02POh .image-wrapper a img {
  position: relative;
  height: 450px;
  object-fit: cover;
  border: 1px solid #ffffff;
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-tCxNL02POh .image-wrapper a img {
    height: 300px;
  }
}
.cid-tCxNL02POh .mbr-section-title {
  color: #ffffff;
}
.cid-tCxNL02POh .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tCxNL02POh .mbr-text {
  color: #cacaca;
}
.cid-tCxNLkQFaj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tCxNLkQFaj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCxNLkQFaj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCxNLkQFaj .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-tCxNLkQFaj .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-tCxNLkQFaj .container {
    padding: 0 26px;
  }
}
.cid-tCxNLkQFaj .image-wrapper {
  border: 1px solid #ffffff;
  padding: 20px;
  margin-right: 80px;
}
@media (max-width: 992px) {
  .cid-tCxNLkQFaj .image-wrapper {
    margin: 0 0 50px 0;
  }
}
.cid-tCxNLkQFaj .image-wrapper .mbr-emoji {
  margin-bottom: 18px;
}
.cid-tCxNLkQFaj .image-wrapper img {
  height: 530px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tCxNLkQFaj .image-wrapper img {
    height: 300px;
  }
}
.cid-tCxNLkQFaj .title-wrapper .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-tCxNLkQFaj .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-tCxNLkQFaj .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tCxNLkQFaj .title-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-tCxNLkQFaj .mbr-section-title {
  color: #ffffff;
}
.cid-tCxNLkQFaj .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tCxNLkQFaj .mbr-text {
  color: #cacaca;
}
.cid-tCxNLJCa1y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tCxNLJCa1y .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCxNLJCa1y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCxNLJCa1y .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-tCxNLJCa1y .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-tCxNLJCa1y .container {
    padding: 0 26px;
  }
}
.cid-tCxNLJCa1y .title-wrapper .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-tCxNLJCa1y .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-tCxNLJCa1y .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tCxNLJCa1y .mbr-section-title {
  color: #ffffff;
}
.cid-tCxNLJCa1y .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tCxNLJCa1y .mbr-text {
  color: #cacaca;
}
.cid-tCxNM5OHKu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tCxNM5OHKu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCxNM5OHKu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCxNM5OHKu .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-tCxNM5OHKu .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-tCxNM5OHKu .container {
    padding: 0 26px;
  }
}
.cid-tCxNM5OHKu .row {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tCxNM5OHKu .row {
    margin: 0 -12px;
  }
}
.cid-tCxNM5OHKu .card {
  position: relative;
  padding: 0 50px 0 0;
  justify-content: center;
  border-radius: 0;
}
.cid-tCxNM5OHKu .card:first-child {
  border-right: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-tCxNM5OHKu .card:first-child {
    border: none;
  }
}
.cid-tCxNM5OHKu .card:first-child::before {
  content: '';
  position: absolute;
  right: -8px;
  width: 15px;
  height: 15px;
  background-color: #ffffff;
  border-radius: 50%;
}
@media (max-width: 992px) {
  .cid-tCxNM5OHKu .card:first-child::before {
    display: none;
  }
}
.cid-tCxNM5OHKu .card:last-child {
  padding: 0 0 0 50px;
}
@media (max-width: 992px) {
  .cid-tCxNM5OHKu .card:last-child {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-tCxNM5OHKu .card {
    padding: 0 12px;
  }
}
.cid-tCxNM5OHKu .image-wrapper {
  padding: 40px 0;
}
@media (max-width: 992px) {
  .cid-tCxNM5OHKu .image-wrapper {
    padding: 0 0 40px 0;
  }
}
.cid-tCxNM5OHKu .image-wrapper img {
  height: 420px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tCxNM5OHKu .image-wrapper img {
    height: 300px;
  }
}
.cid-tCxNM5OHKu .title-wrapper .title-wrap {
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-tCxNM5OHKu .title-wrapper .title-wrap {
    padding: 0;
  }
}
.cid-tCxNM5OHKu .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 18px;
}
.cid-tCxNM5OHKu .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-tCxNM5OHKu .mbr-section-title {
  color: #ffffff;
}
.cid-tCxNM5OHKu .mbr-text {
  color: #cacaca;
}
.cid-tCxNMsW37y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("https://mobirise.com/extensions/gamem5/assets/images/background4.jpg");
}
.cid-tCxNMsW37y .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCxNMsW37y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCxNMsW37y .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-tCxNMsW37y .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-tCxNMsW37y .container {
    padding: 0 26px;
  }
}
.cid-tCxNMsW37y .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tCxNMsW37y .title-wrapper .mbr-section-btn {
  margin-top: 50px;
}
.cid-tCxNMsW37y .mbr-section-title {
  color: #ffffff;
}
.cid-tCxNMsW37y .mbr-section-title,
.cid-tCxNMsW37y .mbr-section-btn {
  text-align: center;
}
.cid-tCxNMR0kux {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tCxNMR0kux .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCxNMR0kux .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCxNMR0kux .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-tCxNMR0kux .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-tCxNMR0kux .container {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-tCxNMR0kux .image-wrapper {
    margin-bottom: 50px;
  }
}
.cid-tCxNMR0kux .image-wrapper img {
  height: 640px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tCxNMR0kux .image-wrapper img {
    height: 300px;
  }
}
.cid-tCxNMR0kux .title-wrapper {
  margin: 0 0 50px 70px;
}
@media (max-width: 992px) {
  .cid-tCxNMR0kux .title-wrapper {
    margin: 0 0 50px 0;
  }
}
.cid-tCxNMR0kux .title-wrapper .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-tCxNMR0kux .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-tCxNMR0kux .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tCxNMR0kux .cards-wrapper {
  margin: 0 0 0 70px;
}
@media (max-width: 992px) {
  .cid-tCxNMR0kux .cards-wrapper {
    margin: 0;
  }
}
.cid-tCxNMR0kux .cards-wrapper .cards-wrap {
  display: inline-flex;
}
@media (max-width: 768px) {
  .cid-tCxNMR0kux .cards-wrapper .cards-wrap {
    display: block;
  }
}
.cid-tCxNMR0kux .cards-wrapper .cards-wrap .card:first-child {
  margin-right: 18px;
}
@media (max-width: 768px) {
  .cid-tCxNMR0kux .cards-wrapper .cards-wrap .card:first-child {
    margin-right: 0;
    margin-bottom: 18px;
  }
}
.cid-tCxNMR0kux .cards-wrapper .cards-wrap .card .mbr-card-title {
  margin-bottom: 18px;
}
.cid-tCxNMR0kux .cards-wrapper .cards-wrap .card .mbr-text {
  margin-bottom: 0;
}
.cid-tCxNMR0kux .mbr-section-title {
  color: #ffffff;
}
.cid-tCxNMR0kux .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tCxNMR0kux .mbr-text {
  color: #cacaca;
}
.cid-tCxNMR0kux .mbr-card-title {
  color: #ffffff;
}
.cid-tCxNNfz1sM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tCxNNfz1sM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCxNNfz1sM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCxNNfz1sM .container-fluid {
  padding: 0;
}
@media (max-width: 768px) {
  .cid-tCxNNfz1sM .container-fluid {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .cid-tCxNNfz1sM .container {
    padding: 0 26px;
  }
}
.cid-tCxNNfz1sM .image-wrapper img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tCxNNfz1sM .image-wrapper img {
    height: 300px;
  }
}
.cid-tCxNNfz1sM .title-wrapper {
  padding: 0 98px 0 120px;
}
@media (max-width: 992px) {
  .cid-tCxNNfz1sM .title-wrapper {
    padding: 0 120px;
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .cid-tCxNNfz1sM .title-wrapper {
    padding: 0 26px;
  }
}
.cid-tCxNNfz1sM .title-wrapper .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-tCxNNfz1sM .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-tCxNNfz1sM .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tCxNNfz1sM .mbr-section-title {
  color: #ffffff;
}
.cid-tCxNNfz1sM .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tCxNNfz1sM .mbr-text {
  color: #cacaca;
}
.cid-tCxNNId8KD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  background-image: url("https://mobirise.com/extensions/gamem5/assets/images/background3.jpg");
}
.cid-tCxNNId8KD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCxNNId8KD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCxNNId8KD .container-fluid {
  padding: 0;
}
@media (max-width: 768px) {
  .cid-tCxNNId8KD .container-fluid {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .cid-tCxNNId8KD .container {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-tCxNNId8KD .image-wrapper {
    margin-bottom: 50px;
  }
}
.cid-tCxNNId8KD .image-wrapper img {
  height: 620px;
  object-fit: cover;
  transform: rotate(20deg);
  margin-left: -6rem;
}
@media (max-width: 992px) {
  .cid-tCxNNId8KD .image-wrapper img {
    height: 300px;
    transform: rotate(0);
  }
}
.cid-tCxNNId8KD .title-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-tCxNNId8KD .title-wrapper {
    padding: 0 26px;
  }
}
.cid-tCxNNId8KD .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-tCxNNId8KD .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 18px;
}
.cid-tCxNNId8KD .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-tCxNNId8KD .title-wrapper .title-wrap .mbr-section-btn {
  margin-top: 40px;
}
.cid-tCxNNId8KD .mbr-section-title {
  color: #ffffff;
}
.cid-tCxNNId8KD .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-tCxNNId8KD .mbr-text {
  color: #cacaca;
  text-align: right;
}
.cid-tCxNNId8KD .mbr-section-title,
.cid-tCxNNId8KD .mbr-section-btn {
  text-align: right;
}
.cid-tCxNO7MTDB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tCxNO7MTDB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCxNO7MTDB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCxNO7MTDB .container-fluid {
  padding: 0;
}
@media (max-width: 768px) {
  .cid-tCxNO7MTDB .container-fluid {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .cid-tCxNO7MTDB .container {
    padding: 0 26px;
  }
}
.cid-tCxNO7MTDB .video-block .video-wrapper iframe {
  height: 450px !important;
  object-fit: cover;
}
.cid-tCxNO7MTDB .video-block .video-wrapper .app-video-wrapper::before {
  color: #ffffff;
  font-size: 85px;
  text-shadow: none;
}
.cid-tCxNO7MTDB .video-block .video-wrapper .app-video-wrapper img {
  height: 450px;
  object-fit: cover;
}
.cid-tCxNO7MTDB .mbr-section-title {
  color: #ffffff;
}
.cid-tCxNO7MTDB .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tCxNO7MTDB .mbr-text {
  color: #cacaca;
}
.cid-tCxNOysuKW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tCxNOysuKW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCxNOysuKW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCxNOysuKW .container-fluid {
  padding: 0 110px;
}
@media (max-width: 768px) {
  .cid-tCxNOysuKW .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-tCxNOysuKW .container {
    padding: 0 26px;
  }
}
.cid-tCxNOysuKW .row {
  justify-content: center;
}
.cid-tCxNOysuKW .card {
  padding: 0 25px;
}
@media (max-width: 1200px) {
  .cid-tCxNOysuKW .card {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-tCxNOysuKW .card {
    padding: 0 25px;
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .cid-tCxNOysuKW .card {
    padding: 0 12px;
  }
}
.cid-tCxNOysuKW .card .image-wrapper img {
  height: 240px;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-tCxNOysuKW .card .image-wrapper img {
    height: 180px;
  }
}
.cid-tCxNOWQ8c3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #000000;
}
.cid-tCxNOWQ8c3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCxNOWQ8c3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCxNOWQ8c3 .container-fluid {
  padding: 0;
}
@media (max-width: 768px) {
  .cid-tCxNOWQ8c3 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .cid-tCxNOWQ8c3 .container {
    padding: 0 26px;
  }
}
.cid-tCxNOWQ8c3 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 535px;
  max-width: 535px;
}
@media (max-width: 768px) {
  .cid-tCxNOWQ8c3 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tCxNOWQ8c3 .embla__slide a {
  display: block;
  width: 100%;
}
.cid-tCxNOWQ8c3 .embla__slide a .card-wrap .item-wrapper .image-wrap img {
  height: 380px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tCxNOWQ8c3 .embla__slide a .card-wrap .item-wrapper .image-wrap img {
    height: 300px;
  }
}
.cid-tCxNOWQ8c3 .embla__button--next,
.cid-tCxNOWQ8c3 .embla__button--prev {
  display: flex;
}
.cid-tCxNOWQ8c3 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 50px;
  background-color: transparent;
  color: #ffffff;
  border: none;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tCxNOWQ8c3 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tCxNOWQ8c3 .embla__button:hover {
  background: transparent;
  color: #ffffff;
}
.cid-tCxNOWQ8c3 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 60px;
}
@media (max-width: 992px) {
  .cid-tCxNOWQ8c3 .embla__button.embla__button--prev {
    margin-left: 26px;
  }
}
.cid-tCxNOWQ8c3 .embla__button.embla__button--next {
  right: 0;
  margin-right: 60px;
}
@media (max-width: 992px) {
  .cid-tCxNOWQ8c3 .embla__button.embla__button--next {
    margin-right: 26px;
  }
}
.cid-tCxNOWQ8c3 .embla {
  position: relative;
  width: 100%;
}
.cid-tCxNOWQ8c3 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tCxNOWQ8c3 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tCxNOWQ8c3 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tCxNOWQ8c3 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tCxNPjtDDx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #000000;
}
.cid-tCxNPjtDDx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCxNPjtDDx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCxNPjtDDx .container-fluid {
  padding: 0;
}
@media (max-width: 768px) {
  .cid-tCxNPjtDDx .container-fluid {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .cid-tCxNPjtDDx .container {
    padding: 0 26px;
  }
}
.cid-tCxNPjtDDx .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 710px;
  max-width: 710px;
}
@media (max-width: 768px) {
  .cid-tCxNPjtDDx .embla__slide {
    min-width: 85%;
    max-width: 85%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tCxNPjtDDx .embla__slide a {
  display: block;
  width: 100%;
}
.cid-tCxNPjtDDx .embla__slide a .card-wrap .item-wrapper .image-wrap {
  position: relative;
  min-height: 505px;
  display: flex;
  align-items: flex-end;
}
.cid-tCxNPjtDDx .embla__slide a .card-wrap .item-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-tCxNPjtDDx .embla__slide a .card-wrap .item-wrapper .image-wrap .content-wrap {
  position: relative;
  z-index: 1;
  width: 65%;
  padding: 40px 70px;
  border: 1px solid #ffffff;
  background-color: #000000;
}
@media (max-width: 992px) {
  .cid-tCxNPjtDDx .embla__slide a .card-wrap .item-wrapper .image-wrap .content-wrap {
    padding: 35px 25px;
  }
}
.cid-tCxNPjtDDx .embla__slide a .card-wrap .item-wrapper .image-wrap .content-wrap .card-title {
  margin-bottom: 0;
}
.cid-tCxNPjtDDx .embla__slide a .card-wrap .item-wrapper .image-wrap .content-wrap .card-text {
  margin: 15px 0 0 0;
}
.cid-tCxNPjtDDx .embla__button--next,
.cid-tCxNPjtDDx .embla__button--prev {
  display: flex;
}
.cid-tCxNPjtDDx .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 50px;
  background-color: transparent;
  color: #ffffff;
  border: none;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-tCxNPjtDDx .embla__button {
    display: none;
  }
}
.cid-tCxNPjtDDx .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tCxNPjtDDx .embla__button:hover {
  background: transparent;
  color: #ffffff;
}
.cid-tCxNPjtDDx .embla__button.embla__button--prev {
  left: 0;
  margin-left: 60px;
}
@media (max-width: 992px) {
  .cid-tCxNPjtDDx .embla__button.embla__button--prev {
    margin-left: 26px;
  }
}
.cid-tCxNPjtDDx .embla__button.embla__button--next {
  right: 0;
  margin-right: 60px;
}
@media (max-width: 992px) {
  .cid-tCxNPjtDDx .embla__button.embla__button--next {
    margin-right: 26px;
  }
}
.cid-tCxNPjtDDx .embla {
  position: relative;
  width: 100%;
}
.cid-tCxNPjtDDx .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tCxNPjtDDx .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tCxNPjtDDx .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tCxNPjtDDx .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tCxNPjtDDx .card-title {
  color: #ffffff;
}
.cid-tCxNPjtDDx .card-text {
  color: #cacaca;
}
.cid-tCxNPHmW0m {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #000000;
}
.cid-tCxNPHmW0m .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCxNPHmW0m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCxNPHmW0m .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-tCxNPHmW0m .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-tCxNPHmW0m .container {
    padding: 0 26px;
  }
}
.cid-tCxNPHmW0m .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-tCxNPHmW0m .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tCxNPHmW0m .embla__slide .card-wrap {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-tCxNPHmW0m .embla__slide .card-wrap {
    padding: 0 26px;
  }
}
.cid-tCxNPHmW0m .embla__slide .card-wrap .content-wrap .icon-wrapper {
  margin-bottom: 30px;
}
.cid-tCxNPHmW0m .embla__slide .card-wrap .content-wrap .icon-wrapper .mbr-iconfont {
  font-size: 50px;
  display: inline-flex;
  color: #ffffff;
}
.cid-tCxNPHmW0m .embla__slide .card-wrap .content-wrap .card-text {
  margin-bottom: 30px;
}
.cid-tCxNPHmW0m .embla__slide .card-wrap .content-wrap .mbr-name {
  margin-bottom: 0;
}
.cid-tCxNPHmW0m .embla__slide .card-wrap .content-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-tCxNPHmW0m .embla__button--next,
.cid-tCxNPHmW0m .embla__button--prev {
  display: flex;
}
.cid-tCxNPHmW0m .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 50px;
  background-color: transparent;
  color: #ffffff;
  border: none;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tCxNPHmW0m .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tCxNPHmW0m .embla__button:hover {
  background: transparent;
  color: #ffffff;
}
.cid-tCxNPHmW0m .embla__button.embla__button--prev {
  left: 0;
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-tCxNPHmW0m .embla__button.embla__button--prev {
    left: -2rem;
  }
}
.cid-tCxNPHmW0m .embla__button.embla__button--next {
  right: 0;
  margin-right: 0;
}
@media (max-width: 768px) {
  .cid-tCxNPHmW0m .embla__button.embla__button--next {
    right: -2rem;
  }
}
.cid-tCxNPHmW0m .embla {
  position: relative;
  width: 100%;
}
.cid-tCxNPHmW0m .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tCxNPHmW0m .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tCxNPHmW0m .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tCxNPHmW0m .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tCxNPHmW0m .card-text {
  color: #ffffff;
  text-align: center;
}
.cid-tCxNPHmW0m .mbr-name {
  color: #ffffff;
}
.cid-tCxNPHmW0m .mbr-role {
  color: #cacaca;
  text-align: center;
}
.cid-tCxNPHmW0m .mbr-name,
.cid-tCxNPHmW0m .icon-wrapper {
  text-align: center;
}
.cid-tCxNQ4GOWo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #000000;
}
.cid-tCxNQ4GOWo .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCxNQ4GOWo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCxNQ4GOWo .container-fluid {
  padding: 0;
}
@media (max-width: 768px) {
  .cid-tCxNQ4GOWo .container-fluid {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .cid-tCxNQ4GOWo .container {
    padding: 0 26px;
  }
}
.cid-tCxNQ4GOWo .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 690px;
  max-width: 690px;
}
@media (max-width: 768px) {
  .cid-tCxNQ4GOWo .embla__slide {
    min-width: 85%;
    max-width: 85%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tCxNQ4GOWo .embla__slide a {
  display: block;
  width: 100%;
}
.cid-tCxNQ4GOWo .embla__slide a:hover .card-wrap .item-wrapper .image-wrap::before {
  opacity: .65;
}
.cid-tCxNQ4GOWo .embla__slide a:hover .card-wrap .item-wrapper .image-wrap .content-wrap {
  opacity: 1;
  transform: translateX(0);
}
.cid-tCxNQ4GOWo .embla__slide a .card-wrap .item-wrapper .image-wrap {
  position: relative;
  min-height: 460px;
  display: flex;
  align-items: flex-end;
  padding: 30px;
}
.cid-tCxNQ4GOWo .embla__slide a .card-wrap .item-wrapper .image-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border: 1px solid #ffffff;
  background-color: #000000;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tCxNQ4GOWo .embla__slide a .card-wrap .item-wrapper .image-wrap::before {
    opacity: .65;
  }
}
.cid-tCxNQ4GOWo .embla__slide a .card-wrap .item-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  pointer-events: visible;
}
.cid-tCxNQ4GOWo .embla__slide a .card-wrap .item-wrapper .image-wrap .content-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
  opacity: 0;
  transform: translateX(-20px);
  transition: all 0.3s ease-in-out;
}
.cid-tCxNQ4GOWo .embla__slide a .card-wrap .item-wrapper .image-wrap .content-wrap .card-title {
  margin-bottom: 0;
}
.cid-tCxNQ4GOWo .embla__slide a .card-wrap .item-wrapper .image-wrap .content-wrap .card-desc {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tCxNQ4GOWo .embla__slide a .card-wrap .item-wrapper .image-wrap .content-wrap {
    opacity: 1;
    transform: translateX(0);
  }
}
.cid-tCxNQ4GOWo .embla__button--next,
.cid-tCxNQ4GOWo .embla__button--prev {
  display: flex;
}
.cid-tCxNQ4GOWo .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 50px;
  background-color: transparent;
  color: #ffffff;
  border: none;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-tCxNQ4GOWo .embla__button {
    display: none;
  }
}
.cid-tCxNQ4GOWo .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tCxNQ4GOWo .embla__button:hover {
  background: transparent;
  color: #ffffff;
}
.cid-tCxNQ4GOWo .embla__button.embla__button--prev {
  left: 0;
  margin-left: 60px;
}
@media (max-width: 992px) {
  .cid-tCxNQ4GOWo .embla__button.embla__button--prev {
    margin-left: 26px;
  }
}
.cid-tCxNQ4GOWo .embla__button.embla__button--next {
  right: 0;
  margin-right: 60px;
}
@media (max-width: 992px) {
  .cid-tCxNQ4GOWo .embla__button.embla__button--next {
    margin-right: 26px;
  }
}
.cid-tCxNQ4GOWo .embla {
  position: relative;
  width: 100%;
}
.cid-tCxNQ4GOWo .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tCxNQ4GOWo .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tCxNQ4GOWo .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tCxNQ4GOWo .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tCxNQ4GOWo .card-title {
  color: #ffffff;
}
.cid-tCxNQ4GOWo .card-desc {
  color: #cacaca;
}
.cid-tCxNQsMj10 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tCxNQsMj10 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCxNQsMj10 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCxNQsMj10 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 768px) {
  .cid-tCxNQsMj10 .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-tCxNQsMj10 .container {
    padding: 0 26px;
  }
}
.cid-tCxNQsMj10 .google-map iframe {
  height: 345px;
  filter: invert(1);
}
.cid-tCxNQTs3CH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tCxNQTs3CH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCxNQTs3CH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCxNQTs3CH .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-tCxNQTs3CH .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-tCxNQTs3CH .container {
    padding: 0 26px;
  }
}
.cid-tCxNQTs3CH .title-wrapper {
  margin: 0 0 50px 70px;
}
@media (max-width: 992px) {
  .cid-tCxNQTs3CH .title-wrapper {
    margin: 0 0 50px 0;
  }
}
.cid-tCxNQTs3CH .title-wrapper .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-tCxNQTs3CH .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tCxNQTs3CH .contacts-wrapper {
  margin: 0 0 50px 70px;
}
@media (max-width: 992px) {
  .cid-tCxNQTs3CH .contacts-wrapper {
    margin: 0 0 50px 0;
  }
}
.cid-tCxNQTs3CH .contacts-wrapper .contacts-wrap {
  display: inline-flex;
}
@media (max-width: 768px) {
  .cid-tCxNQTs3CH .contacts-wrapper .contacts-wrap {
    display: block;
  }
}
.cid-tCxNQTs3CH .contacts-wrapper .contacts-wrap .contact-card:first-child {
  margin-right: 80px;
}
@media (max-width: 768px) {
  .cid-tCxNQTs3CH .contacts-wrapper .contacts-wrap .contact-card:first-child {
    margin-right: 0;
    margin-bottom: 18px;
  }
}
.cid-tCxNQTs3CH .contacts-wrapper .contacts-wrap .contact-card .mbr-contact {
  margin-bottom: 18px;
}
.cid-tCxNQTs3CH .contacts-wrapper .contacts-wrap .contact-card a {
  display: block;
}
.cid-tCxNQTs3CH .contacts-wrapper .contacts-wrap .contact-card a:hover .mbr-desc {
  opacity: .5;
}
.cid-tCxNQTs3CH .contacts-wrapper .contacts-wrap .contact-card a .mbr-desc {
  margin-bottom: 0;
}
.cid-tCxNQTs3CH .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-tCxNQTs3CH .dragArea.row .form-group .form-control {
  padding: 10px 14px;
  background-color: transparent;
  border: 1px solid #ffffff !important;
  border-radius: 0;
  color: #ffffff;
}
.cid-tCxNQTs3CH .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  font-family: "Golos Text", sans-serif;
}
.cid-tCxNQTs3CH .dragArea.row .form-group textarea {
  min-height: 260px;
}
.cid-tCxNQTs3CH .dragArea.row .mbr-section-btn .btn {
  width: 100%;
}
.cid-tCxNQTs3CH .mbr-section-title {
  color: #ffffff;
}
.cid-tCxNQTs3CH .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tCxNQTs3CH .mbr-contact {
  color: #ffffff;
}
.cid-tCxNQTs3CH .mbr-desc {
  color: #ffffff;
}
.cid-tCxNRfFmcp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tCxNRfFmcp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCxNRfFmcp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCxNRfFmcp .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-tCxNRfFmcp .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-tCxNRfFmcp .container {
    padding: 0 26px;
  }
}
.cid-tCxNRfFmcp .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tCxNRfFmcp .panel-group {
    margin-bottom: 18px;
  }
}
.cid-tCxNRfFmcp .panel-group .card .card-header {
  padding: 15px 0;
  border-bottom: 1px solid #ffffff;
}
.cid-tCxNRfFmcp .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tCxNRfFmcp .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-tCxNRfFmcp .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 22px;
  display: block;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-tCxNRfFmcp .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-tCxNRfFmcp .panel-group .card .panel-collapse .panel-body {
  padding: 20px 0 40px 0;
}
.cid-tCxNRfFmcp .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-tCxNRfFmcp .image-wrapper {
  padding-left: 50px;
}
@media (max-width: 992px) {
  .cid-tCxNRfFmcp .image-wrapper {
    padding: 0;
  }
}
.cid-tCxNRfFmcp .image-wrapper img {
  height: 470px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tCxNRfFmcp .image-wrapper img {
    height: 300px;
  }
}
.cid-tCxNRfFmcp .panel-title-edit {
  color: #ffffff;
}
.cid-tCxNRfFmcp .panel-text {
  color: #cacaca;
}
.cid-tCxNRvNJeb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tCxNRvNJeb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCxNRvNJeb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCxNRvNJeb .container-fluid {
  padding: 0 60px;
}
@media (max-width: 768px) {
  .cid-tCxNRvNJeb .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-tCxNRvNJeb .container {
    padding: 0 26px;
  }
}
.cid-tCxNRvNJeb .nav.nav-tabs {
  border-bottom: 0;
}
.cid-tCxNRvNJeb .nav.nav-tabs .nav-item {
  border: 1px solid #ffffff;
  padding: 3px;
}
@media (max-width: 768px) {
  .cid-tCxNRvNJeb .nav.nav-tabs .nav-item {
    width: 100%;
  }
}
.cid-tCxNRvNJeb .nav.nav-tabs .nav-item .nav-link {
  position: relative;
  display: inline-flex;
  justify-content: flex-start;
  padding: 10px 70px;
  border: none;
  color: #ffffff;
  border-radius: 0;
  background-color: transparent;
}
@media (max-width: 768px) {
  .cid-tCxNRvNJeb .nav.nav-tabs .nav-item .nav-link {
    padding: 10px 40px;
    justify-content: center;
    width: 100%;
  }
}
.cid-tCxNRvNJeb .nav.nav-tabs .nav-item .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-tCxNRvNJeb .nav.nav-tabs .nav-item .nav-link.active {
  border: none;
}
.cid-tCxNRvNJeb .nav.nav-tabs .nav-item .nav-link.active::after {
  width: 100%;
}
.cid-tCxNRvNJeb .tab-content {
  padding: 20px;
  border: 1px solid #ffffff;
  margin-top: -1px;
}
.cid-tCxNRvNJeb .tab-content .tab-pane .image-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tCxNRvNJeb .tab-content .tab-pane .image-wrapper img {
    height: 300px;
  }
}
.cid-tCxNS02neD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("https://mobirise.com/extensions/gamem5/assets/images/background1.jpg");
}
.cid-tCxNS02neD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCxNS02neD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCxNS02neD .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-tCxNS02neD .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-tCxNS02neD .container {
    padding: 0 26px;
  }
}
.cid-tCxNS02neD .row {
  justify-content: center;
}
.cid-tCxNS02neD .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tCxNS02neD .title-wrapper {
    margin-bottom: 35px;
  }
}
.cid-tCxNS02neD .title-wrapper .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-tCxNS02neD .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tCxNS02neD .nav.nav-tabs {
  border-bottom: 0;
}
.cid-tCxNS02neD .nav.nav-tabs .nav-item {
  border: 1px solid #ffffff;
  padding: 3px;
}
@media (max-width: 768px) {
  .cid-tCxNS02neD .nav.nav-tabs .nav-item {
    width: 100%;
  }
}
.cid-tCxNS02neD .nav.nav-tabs .nav-item .nav-link {
  position: relative;
  display: inline-flex;
  justify-content: flex-start;
  padding: 10px 40px;
  border: none;
  color: #ffffff;
  border-radius: 0;
  background-color: transparent;
}
@media (max-width: 768px) {
  .cid-tCxNS02neD .nav.nav-tabs .nav-item .nav-link {
    padding: 10px 40px;
    justify-content: center;
    width: 100%;
  }
}
.cid-tCxNS02neD .nav.nav-tabs .nav-item .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-tCxNS02neD .nav.nav-tabs .nav-item .nav-link.active {
  border: none;
}
.cid-tCxNS02neD .nav.nav-tabs .nav-item .nav-link.active::after {
  width: 100%;
}
.cid-tCxNS02neD .tab-content {
  border: 1px solid #ffffff;
  margin-top: -1px;
}
.cid-tCxNS02neD .tab-content .tab-pane .text-wrapper {
  padding: 40px;
  background-color: #000000;
}
.cid-tCxNS02neD .tab-content .tab-pane .text-wrapper .mbr-text {
  margin: 32px 0;
}
.cid-tCxNS02neD .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tCxNS02neD .mbr-section-title {
  color: #ffffff;
}
.cid-tCxNS02neD .mbr-text {
  color: #ffffff;
}
.cid-tCxNSuiQ1c {
  background-color: #000000;
}
.cid-tCxNSuiQ1c .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCxNSuiQ1c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCxNSuiQ1c .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-tCxNSuiQ1c .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-tCxNSuiQ1c .container {
    padding: 0 26px;
  }
}
.cid-tCxNSuiQ1c .row {
  position: relative;
  align-items: center;
}
.cid-tCxNSuiQ1c .row img {
  position: absolute;
  height: 440px;
  width: 440px;
  object-fit: contain;
}
@media (max-width: 768px) {
  .cid-tCxNSuiQ1c .row img {
    display: none;
  }
}
.cid-tCxNSuiQ1c .row .card {
  position: relative;
  z-index: 1;
}
.cid-tCxNSuiQ1c .number-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-tCxNSuiQ1c .number {
  color: #ffffff;
  font-size: 55px;
}
@media (max-width: 768px) {
  .cid-tCxNSuiQ1c .number {
    font-size: 25px;
  }
}
.cid-tCxNSuiQ1c .period {
  display: block;
  text-transform: uppercase;
}
.cid-tCxNSuiQ1c .dot {
  display: none;
}
@media (max-width: 767px) {
  .cid-tCxNSuiQ1c .period {
    font-size: 0.8rem;
  }
}
.cid-tCxNSuiQ1c .mbr-section-title {
  margin-bottom: 70px;
  color: #ffffff;
}
.cid-tCxNSuiQ1c .mbr-section-btn {
  margin-top: 70px;
}
.cid-tCxNSuiQ1c .mbr-section-title,
.cid-tCxNSuiQ1c .mbr-section-btn {
  text-align: center;
}
.cid-tCxNvYjS3P {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-tCxNvYjS3P .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCxNvYjS3P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCxNvYjS3P .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-tCxNvYjS3P .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-tCxNvYjS3P .container {
    padding: 0 26px;
  }
}
.cid-tCxNvYjS3P .row {
  padding: 60px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tCxNvYjS3P .row {
    padding: 26px;
  }
}
.cid-tCxNvYjS3P .title-wrapper {
  margin-bottom: 50px;
}
.cid-tCxNvYjS3P .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-tCxNvYjS3P .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-tCxNvYjS3P .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-tCxNvYjS3P .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-tCxNvYjS3P .title-wrapper .title-wrap .logo-wrap img {
  width: 110px;
  height: 100px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-tCxNvYjS3P .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-tCxNvYjS3P .nav-wrapper {
  margin-bottom: 50px;
}
.cid-tCxNvYjS3P .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-tCxNvYjS3P .nav-wrapper .list {
    display: block;
  }
}
.cid-tCxNvYjS3P .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tCxNvYjS3P .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-tCxNvYjS3P .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-tCxNvYjS3P .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-tCxNvYjS3P .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-tCxNvYjS3P .soc-wrapper {
  margin-bottom: 50px;
}
.cid-tCxNvYjS3P .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-tCxNvYjS3P .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-tCxNvYjS3P .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-tCxNvYjS3P .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-tCxNvYjS3P .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-tCxNvYjS3P .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-tCxNvYjS3P .mbr-section-title,
.cid-tCxNvYjS3P .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-tCxNvYjS3P .list {
  color: #ffffff;
}
.cid-tCxNvYjS3P .copyright {
  color: #cacaca;
  text-align: center;
}
.cid-tCxNvYjS3P .list,
.cid-tCxNvYjS3P .nav-wrapper,
.cid-tCxNvYjS3P .soc-wrapper {
  text-align: center;
}
