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




body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 5.6rem;
  line-height: 1.2;
}
.display-1 > .mbr-iconfont {
  font-size: 8.96rem;
}
.display-2 {
  font-family: 'BroshK';
  font-size: 2.8rem;
  line-height: 1.4;
}
.display-2 > .mbr-iconfont {
  font-size: 4.48rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Bebas Neue', display;
  font-size: 1.6rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 2.56rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.4;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.92rem;
    font-size: calc( 2.61rem + (5.6 - 2.61) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.61rem + (5.6 - 2.61) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.9rem !important;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 0px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #ffff00 !important;
}
.bg-success {
  background-color: #ffff00 !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #5b686b !important;
}
.bg-danger {
  background-color: #465052 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffff00 !important;
  border-color: #ffff00 !important;
  color: #000000 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #000000 !important;
  background-color: #b2b300 !important;
  border-color: #b2b300 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #000000 !important;
  background-color: #b2b300 !important;
  border-color: #b2b300 !important;
}
.btn-primary:hover {
  background-color: #ffff00 !important;
  border-color: #ffff00 !important;
}
.btn-primary:hover,
.btn-primary:focus {
  background: linear-gradient(to left, #ffff00, #ffff00);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffff00 !important;
  border-color: #ffff00 !important;
  color: #000000 !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #000000 !important;
  background-color: #b2b300 !important;
  border-color: #b2b300 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #000000 !important;
  background-color: #b2b300 !important;
  border-color: #b2b300 !important;
}
.btn-secondary:hover {
  background-color: #ffff00 !important;
  border-color: #ffff00 !important;
}
.btn-secondary:hover,
.btn-secondary:focus {
  background: linear-gradient(to left, #ffff00, #ffff00);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info:hover {
  background-color: #ffff00 !important;
  border-color: #ffff00 !important;
}
.btn-info:hover,
.btn-info:focus {
  background: linear-gradient(to left, #ffff00, #82786e);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-success,
.btn-success:active {
  background-color: #ffff00 !important;
  border-color: #ffff00 !important;
  color: #000000 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #000000 !important;
  background-color: #b2b300 !important;
  border-color: #b2b300 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #000000 !important;
  background-color: #b2b300 !important;
  border-color: #b2b300 !important;
}
.btn-success:hover {
  background-color: #ffff00 !important;
  border-color: #ffff00 !important;
}
.btn-success:hover,
.btn-success:focus {
  background: linear-gradient(to left, #ffff00, #ffff00);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-warning,
.btn-warning:active {
  background-color: #5b686b !important;
  border-color: #5b686b !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #384042 !important;
  border-color: #384042 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #384042 !important;
  border-color: #384042 !important;
}
.btn-warning:hover {
  background-color: #ffff00 !important;
  border-color: #ffff00 !important;
}
.btn-warning:hover,
.btn-warning:focus {
  background: linear-gradient(to left, #ffff00, #5b686b);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-danger,
.btn-danger:active {
  background-color: #465052 !important;
  border-color: #465052 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #232829 !important;
  border-color: #232829 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #232829 !important;
  border-color: #232829 !important;
}
.btn-danger:hover {
  background-color: #ffff00 !important;
  border-color: #ffff00 !important;
}
.btn-danger:hover,
.btn-danger:focus {
  background: linear-gradient(to left, #ffff00, #465052);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-white,
.btn-white:active {
  background-color: #f3f3f3 !important;
  border-color: #f3f3f3 !important;
  color: #737373 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #737373 !important;
  background-color: #cdcdcd !important;
  border-color: #cdcdcd !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #737373 !important;
  background-color: #cdcdcd !important;
  border-color: #cdcdcd !important;
}
.btn-white:hover {
  background-color: #ffff00 !important;
  border-color: #ffff00 !important;
}
.btn-white:hover,
.btn-white:focus {
  background: linear-gradient(to left, #ffff00, #f3f3f3);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-white:hover {
  color: white!important;
}
.btn-black,
.btn-black:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black:hover {
  background-color: #ffff00 !important;
  border-color: #ffff00 !important;
}
.btn-black:hover,
.btn-black:focus {
  background: linear-gradient(to left, #ffff00, #000000);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-primary-outline {
  color: white!important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #ffff00;
  color: #ffff00;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000;
  background-color: #ffff00;
  border-color: #ffff00;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #000000 !important;
  background-color: #ffff00 !important;
  border-color: #ffff00 !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus {
  background: linear-gradient(to left, #ffff00, #ffff00);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-secondary-outline {
  color: white!important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #ffff00;
  color: #ffff00;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #000000;
  background-color: #ffff00;
  border-color: #ffff00;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #000000 !important;
  background-color: #ffff00 !important;
  border-color: #ffff00 !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus {
  background: linear-gradient(to left, #ffff00, #ffff00);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-info-outline {
  color: white!important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #82786e;
  color: #82786e;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus {
  background: linear-gradient(to left, #ffff00, #82786e);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-success-outline {
  color: white!important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #ffff00;
  color: #ffff00;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000;
  background-color: #ffff00;
  border-color: #ffff00;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #000000 !important;
  background-color: #ffff00 !important;
  border-color: #ffff00 !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus {
  background: linear-gradient(to left, #ffff00, #ffff00);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-warning-outline {
  color: white!important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #5b686b;
  color: #5b686b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #5b686b;
  border-color: #5b686b;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #5b686b !important;
  border-color: #5b686b !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus {
  background: linear-gradient(to left, #ffff00, #5b686b);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-danger-outline {
  color: white!important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #465052;
  color: #465052;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #465052;
  border-color: #465052;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #465052 !important;
  border-color: #465052 !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus {
  background: linear-gradient(to left, #ffff00, #465052);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-black-outline {
  color: white!important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #333333;
  color: #333333;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus {
  background: linear-gradient(to left, #ffff00, #333333);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-white-outline {
  color: white!important;
}
.btn-white-outline,
.btn-white-outline:active {
  background: none;
  border-color: #f3f3f3;
  color: #f3f3f3;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #737373;
  background-color: #f3f3f3;
  border-color: #f3f3f3;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #737373 !important;
  background-color: #f3f3f3 !important;
  border-color: #f3f3f3 !important;
}
.btn-white-outline:hover,
.btn-white-outline:focus {
  background: linear-gradient(to left, #ffff00, #f3f3f3);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.text-primary {
  color: #ffff00 !important;
}
.text-secondary {
  color: #ffff00 !important;
}
.text-success {
  color: #ffff00 !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #5b686b !important;
}
.text-danger {
  color: #465052 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #ffff66 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #ffff66 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #ffff66 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #b2aba4 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #8e9b9e !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #758689 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #5b686b;
}
.alert-danger {
  background-color: #465052;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffff00;
  border-color: #ffff00;
  color: #191900;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ffff00;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffcc;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffcc;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #9ba7aa;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #bac2c4;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
blockquote {
  border-color: #ffff00;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffff00;
  color: #000000;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ffff00;
  border-bottom-color: #ffff00;
}
.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: #ffff00 !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: #ffff00 !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='%23ffff00' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.btn {
  transition: none;
}
.cid-s1YNmF9EpW {
  padding-top: 165px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/mbr-2-1920x1280.jpeg");
}
.cid-s1YNmF9EpW H1 {
  color: #d7d700;
  text-align: center;
}
.cid-s1YNmF9EpW h1 {
  background: linear-gradient(to left, #ffff00, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-s1YNmF9EpW .mbr-text,
.cid-s1YNmF9EpW .mbr-section-btn {
  color: #ffffff;
}
.cid-sgywoRkTOn {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sgywoRkTOn .mbr-iconfont {
  font-size: 1.1rem;
  color: #232323;
  padding: 0 0.5rem;
  transition: color 0.3s;
}
.cid-sgywoRkTOn .mbr-iconfont:hover {
  color: #777777;
}
.cid-sgywoRkTOn .card-img {
  position: relative;
  overflow: hidden;
}
.cid-sgywoRkTOn a {
  font-weight: 600;
}
.cid-sgywoRkTOn .card-img:before {
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  left: 0;
  background-color: #232323;
  opacity: 0;
  transform-origin: right center 0;
  transform: perspective(100px) rotateY(-120deg);
  transform-style: flat;
  transition: transform 0.5s ease-in-out, opacity 0.2s ease-in-out;
}
.cid-sgywoRkTOn .card-box {
  padding: 2rem 1rem;
  background-color: #191919;
  width: 80%;
  margin: auto;
  margin-top: -25%;
  position: relative;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-sgywoRkTOn .card-box h3 {
  font-weight: 600;
  width: 100%;
  display: inline-block;
  margin: 0;
}
.cid-sgywoRkTOn .card-wrapper {
  height: 100%;
}
.cid-sgywoRkTOn .card-wrapper:hover .card-img:before {
  opacity: 0.3;
  transform: perspective(100px) rotateY(0deg);
}
.cid-sgywoRkTOn .text {
  color: #767676;
}
.cid-sgywoRkTOn .card-subtitle {
  color: #ff3366;
}
.cid-sgywoRkTOn .card-title {
  color: #ffff00;
}
.cid-sgyBpFNkGq {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #111111;
}
.cid-sgyBpFNkGq .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #ffff00, #ffff00);
}
.cid-sgyBpFNkGq .btn-col {
  align-items: flex-end;
  justify-content: flex-end;
  display: flex;
}
@media (max-width: 767px) {
  .cid-sgyBpFNkGq .btn-col {
    justify-content: center;
  }
}
.cid-sgyBpFNkGq .mbr-text,
.cid-sgyBpFNkGq .mbr-section-btn {
  color: #999999;
}
.cid-sgyBpFNkGq p {
  margin: 0;
}
.cid-sgyoVF9feO {
  padding-top: 135px;
  padding-bottom: 135px;
  background-color: #f3f3f3;
}
.cid-sgyoVF9feO img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-sgyoVF9feO .link-wrapper {
  margin-bottom: 1rem;
}
.cid-sgyoVF9feO .link-wrapper .mbr-iconfont {
  border: 1px solid #999999;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem;
  color: #999999;
}
.cid-sgyoVF9feO .img-wrapper .mbr-iconfont {
  font-size: 3rem;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding-bottom: 1rem;
  background: linear-gradient(to left, #ffff00, #ffff00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-sgyoVF9feO .card-wrapper {
  background: #191919;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-sgyoVF9feO .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-sgyoVF9feO .first:hover:before {
  content: none;
}
.cid-sgyoVF9feO .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 200px;
  background: linear-gradient(to left, #ffff00, #ffff00);
  content: "";
}
.cid-sgyoVF9feO .last:hover:after {
  content: none;
}
.cid-sgyoVF9feO .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 200px;
  background: linear-gradient(to left, #ffff00, #ffff00);
  content: "";
}
.cid-sgyoVF9feO .mbr-section-text {
  color: #999999;
}
.cid-sgyoVF9feO .card {
  z-index: 1;
  min-height: 200px;
  margin-bottom: 2rem;
  position: relative;
  transition: all 0.3s;
}
.cid-sgyoVF9feO .card .img-wrapper {
  overflow: hidden;
}
.cid-sgyoVF9feO .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-sgyoVF9feO .card:hover .mbr-iconfont {
  color: #191919 !important;
  border-color: #191919;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-sgyoVF9feO .card:hover .card-wrapper {
  background: linear-gradient(to left, #ffff00, #ffff00);
  color: #191919 !important;
}
.cid-sgyoVF9feO .card:hover .card-wrapper .mbr-section-text {
  color: #191919 !important;
}
.cid-sgyoVF9feO H1 {
  color: #191919;
}
.cid-sgyq05MTsk {
  padding-top: 135px;
  padding-bottom: 135px;
  background-color: #111111;
}
.cid-sgyq05MTsk img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-sgyq05MTsk .link-wrapper {
  margin-bottom: 1rem;
}
.cid-sgyq05MTsk .link-wrapper .mbr-iconfont {
  border: 1px solid #999999;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem;
  color: #999999;
}
.cid-sgyq05MTsk .img-wrapper .mbr-iconfont {
  font-size: 3rem;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding-bottom: 1rem;
  background: linear-gradient(to left, #ffff00, #ffff00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-sgyq05MTsk .card-wrapper {
  background: #191919;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-sgyq05MTsk .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-sgyq05MTsk .first:hover:before {
  content: none;
}
.cid-sgyq05MTsk .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 200px;
  background: linear-gradient(to left, #ffff00, #ffff00);
  content: "";
}
.cid-sgyq05MTsk .last:hover:after {
  content: none;
}
.cid-sgyq05MTsk .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 200px;
  background: linear-gradient(to left, #ffff00, #ffff00);
  content: "";
}
.cid-sgyq05MTsk .mbr-section-text {
  color: #999999;
}
.cid-sgyq05MTsk .card {
  z-index: 1;
  min-height: 200px;
  margin-bottom: 2rem;
  position: relative;
  transition: all 0.3s;
}
.cid-sgyq05MTsk .card .img-wrapper {
  overflow: hidden;
}
.cid-sgyq05MTsk .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-sgyq05MTsk .card:hover .mbr-iconfont {
  color: #191919 !important;
  border-color: #191919;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-sgyq05MTsk .card:hover .card-wrapper {
  background: linear-gradient(to left, #ffff00, #ffff00);
  color: #191919 !important;
}
.cid-sgyq05MTsk .card:hover .card-wrapper .mbr-section-text {
  color: #191919 !important;
}
.cid-sgyoWTkAd5 {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #f3f3f3;
}
.cid-sgyoWTkAd5 img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-sgyoWTkAd5 .link-wrapper {
  margin-bottom: 1rem;
}
.cid-sgyoWTkAd5 .link-wrapper .mbr-iconfont {
  border: 1px solid #999999;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem;
  color: #999999;
}
.cid-sgyoWTkAd5 .img-wrapper .mbr-iconfont {
  font-size: 3rem;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding-bottom: 1rem;
  background: linear-gradient(to left, #ffff00, #ffff00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-sgyoWTkAd5 .card-wrapper {
  background: #191919;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-sgyoWTkAd5 .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-sgyoWTkAd5 .first:hover:before {
  content: none;
}
.cid-sgyoWTkAd5 .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 200px;
  background: linear-gradient(to left, #ffff00, #ffff00);
  content: "";
}
.cid-sgyoWTkAd5 .last:hover:after {
  content: none;
}
.cid-sgyoWTkAd5 .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 200px;
  background: linear-gradient(to left, #ffff00, #ffff00);
  content: "";
}
.cid-sgyoWTkAd5 .mbr-section-text {
  color: #999999;
}
.cid-sgyoWTkAd5 .card {
  z-index: 1;
  min-height: 200px;
  margin-bottom: 2rem;
  position: relative;
  transition: all 0.3s;
}
.cid-sgyoWTkAd5 .card .img-wrapper {
  overflow: hidden;
}
.cid-sgyoWTkAd5 .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-sgyoWTkAd5 .card:hover .mbr-iconfont {
  color: #191919 !important;
  border-color: #191919;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-sgyoWTkAd5 .card:hover .card-wrapper {
  background: linear-gradient(to left, #ffff00, #ffff00);
  color: #191919 !important;
}
.cid-sgyoWTkAd5 .card:hover .card-wrapper .mbr-section-text {
  color: #191919 !important;
}
.cid-sgyoWTkAd5 H1 {
  color: #191919;
}
.cid-shvXSGEh4C {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #f3f3f3;
}
.cid-shvXSGEh4C img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-shvXSGEh4C .link-wrapper {
  margin-bottom: 1rem;
}
.cid-shvXSGEh4C .link-wrapper .mbr-iconfont {
  border: 1px solid #999999;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem;
  color: #999999;
}
.cid-shvXSGEh4C .img-wrapper .mbr-iconfont {
  font-size: 3rem;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding-bottom: 1rem;
  background: linear-gradient(to left, #ffff00, #ffff00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-shvXSGEh4C .card-wrapper {
  background: #191919;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-shvXSGEh4C .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-shvXSGEh4C .first:hover:before {
  content: none;
}
.cid-shvXSGEh4C .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 200px;
  background: linear-gradient(to left, #ffff00, #ffff00);
  content: "";
}
.cid-shvXSGEh4C .last:hover:after {
  content: none;
}
.cid-shvXSGEh4C .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 200px;
  background: linear-gradient(to left, #ffff00, #ffff00);
  content: "";
}
.cid-shvXSGEh4C .mbr-section-text {
  color: #999999;
}
.cid-shvXSGEh4C .card {
  z-index: 1;
  min-height: 200px;
  margin-bottom: 2rem;
  position: relative;
  transition: all 0.3s;
}
.cid-shvXSGEh4C .card .img-wrapper {
  overflow: hidden;
}
.cid-shvXSGEh4C .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-shvXSGEh4C .card:hover .mbr-iconfont {
  color: #191919 !important;
  border-color: #191919;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-shvXSGEh4C .card:hover .card-wrapper {
  background: linear-gradient(to left, #ffff00, #ffff00);
  color: #191919 !important;
}
.cid-shvXSGEh4C .card:hover .card-wrapper .mbr-section-text {
  color: #191919 !important;
}
.cid-shvXSGEh4C H1 {
  color: #191919;
}
.cid-sgyELDwzKv {
  padding-top: 135px;
  padding-bottom: 135px;
  background-color: #040402;
}
.cid-sgyELDwzKv .card-wrapper {
  display: flex;
  padding: 0 1.5rem;
}
@media (max-width: 1600px) {
  .cid-sgyELDwzKv .card-wrapper {
    padding: 0;
  }
}
.cid-sgyELDwzKv .row {
  flex-direction: row-reverse;
}
.cid-sgyELDwzKv .form-control,
.cid-sgyELDwzKv .field-input {
  padding: 1rem;
}
.cid-sgyELDwzKv .form-row > .col,
.cid-sgyELDwzKv .col-auto {
  padding-right: 8px;
  padding-left: 8px;
}
.cid-sgyELDwzKv .btn {
  margin: 0 !important;
  height: 56px;
  border-radius: 3px !important;
  padding: 0 1.5rem;
}
.cid-sgyELDwzKv .btn span {
  font-size: 1rem;
}
.cid-sgyELDwzKv input::-webkit-clear-button {
  display: none;
}
.cid-sgyELDwzKv input::-webkit-inner-spin-button {
  display: none;
}
.cid-sgyELDwzKv input::-webkit-outer-spin-button {
  display: none;
}
.cid-sgyELDwzKv input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-sgyELDwzKv H4 {
  color: #ffffff;
}
.cid-sgyELDwzKv P {
  color: #999999;
}
@media (max-width: 767px) {
  .cid-sgyELDwzKv .col {
    min-width: 100%;
  }
  .cid-sgyELDwzKv .col-auto {
    margin: auto;
  }
  .cid-sgyELDwzKv .card-wrapper {
    flex-direction: column;
    margin: auto;
    text-align: center;
  }
  .cid-sgyELDwzKv .card-wrapper .icon-wrapper {
    margin: 0 auto;
    margin-bottom: 1rem;
  }
}
.cid-sgyELDwzKv .content {
  padding: 0 3rem;
}
@media (max-width: 1600px) {
  .cid-sgyELDwzKv .content {
    padding: 0 1rem;
  }
}
.cid-sgyELDwzKv .img-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-sgyELDwzKv .img-wrapper:before {
  content: "";
  position: absolute;
  width: 600px;
  height: 600px;
  right: -300px;
  border-radius: 50%;
  bottom: -350px;
  opacity: 0.3;
  background: #ffff00;
  z-index: 2;
  pointer-events: none;
}
.cid-sgyELDwzKv img {
  width: 100%;
}
.cid-sgyELDwzKv .card-wrapper .mbr-iconfont {
  font-size: 3rem;
  background: linear-gradient(to left, #ffff00, #ffff00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-sgyELDwzKv .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #ffff00, #ffff00);
}
.cid-sgyELDwzKv .icon-wrapper {
  margin: auto;
  margin-right: 1.5rem;
  display: flex;
  justify-content: center;
  border-radius: 50%;
}
.cid-sgyELDwzKv h4 {
  margin: 0;
}
.cid-sgyELDwzKv .card-text {
  color: #999999;
}
.cid-sgyELDwzKv .mbr-text {
  color: #000000;
}
.cid-sgyELDwzKv .card-title {
  color: #ffffff;
}
@media (min-width: 1200px) {
  .cid-sgyELDwzKv .mbr-text {
    max-width: 600px;
  }
}
@media (max-width: 991px) {
  .cid-sgyELDwzKv .mbr-text {
    padding-bottom: 2rem;
    max-width: 100%;
  }
}
.cid-sgyELDwzKv .icon-wrap {
  background: linear-gradient(to left, #ffff00, #ffff00);
  width: 100px;
  height: 100px;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 5;
  position: absolute;
  bottom: 3rem;
  right: 3rem;
}
.cid-sgyELDwzKv .icon-wrap .mbr-iconfont {
  font-size: 2.6rem;
  color: white;
}
.cid-sgyELDwzKv H3 {
  color: #787324;
}
.cid-sgyELDwzKv .mbr-section-title,
.cid-sgyELDwzKv .title-wrapper {
  color: #ffffff;
}
.cid-sgyELDwzKv .mbr-text,
.cid-sgyELDwzKv .mbr-section-btn {
  color: #999999;
}
.cid-sgyELDwzKv .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sgyELDwzKv .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sgyELDwzKv .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sgyELDwzKv a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-sgyELDwzKv a.close:hover {
  color: #ffffff;
}
.cid-sgyELDwzKv LABEL {
  color: #999999;
}
.cid-sgck7fYOL2 .navbar {
  background: rgba(255, 255, 255, 0.5);
  transition: none;
  min-height: 77px;
  padding: 0.5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-sgck7fYOL2 .navbar-dropdown.bg-color.transparent.opened {
  background: rgba(255, 255, 255, 0.5);
}
.cid-sgck7fYOL2 a {
  font-style: normal;
}
.cid-sgck7fYOL2 .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sgck7fYOL2 .show {
  overflow: visible;
}
.cid-sgck7fYOL2 .dropdown-menu {
  max-height: 400px;
  overflow: auto;
}
.cid-sgck7fYOL2 .dropdown-item:active {
  background-color: transparent;
}
.cid-sgck7fYOL2 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sgck7fYOL2 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
}
.cid-sgck7fYOL2 .nav-item:focus,
.cid-sgck7fYOL2 .nav-link:focus {
  outline: none;
}
.cid-sgck7fYOL2 .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sgck7fYOL2 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sgck7fYOL2 .menu-logo {
  margin-right: auto;
}
.cid-sgck7fYOL2 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sgck7fYOL2 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sgck7fYOL2 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sgck7fYOL2 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sgck7fYOL2 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sgck7fYOL2 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sgck7fYOL2 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sgck7fYOL2 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-sgck7fYOL2 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sgck7fYOL2 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sgck7fYOL2 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sgck7fYOL2 .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.cid-sgck7fYOL2 .dropdown .dropdown-menu {
  background: #e9e9e9;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sgck7fYOL2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sgck7fYOL2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sgck7fYOL2 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sgck7fYOL2 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sgck7fYOL2 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sgck7fYOL2 .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-sgck7fYOL2 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sgck7fYOL2 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sgck7fYOL2 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sgck7fYOL2 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sgck7fYOL2 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sgck7fYOL2 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.5rem;
  right: 1rem;
  position: absolute;
}
.cid-sgck7fYOL2 button.navbar-toggler:focus {
  outline: none;
}
.cid-sgck7fYOL2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #36404c;
}
.cid-sgck7fYOL2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sgck7fYOL2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sgck7fYOL2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sgck7fYOL2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sgck7fYOL2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sgck7fYOL2 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sgck7fYOL2 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sgck7fYOL2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-sgck7fYOL2 .navbar:not(.collapsed) {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
.cid-sgck7fYOL2 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sgck7fYOL2 .collapsed .btn {
  display: -webkit-flex;
}
.cid-sgck7fYOL2 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sgck7fYOL2 .collapsed .navbar-collapse.collapsing,
.cid-sgck7fYOL2 .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-sgck7fYOL2 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sgck7fYOL2 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sgck7fYOL2 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sgck7fYOL2 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sgck7fYOL2 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sgck7fYOL2 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sgck7fYOL2 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sgck7fYOL2 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sgck7fYOL2 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 88.75vh;
  }
}
.cid-sgck7fYOL2 .collapsed button.navbar-toggler {
  display: block;
}
.cid-sgck7fYOL2 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sgck7fYOL2 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sgck7fYOL2 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sgck7fYOL2 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sgck7fYOL2 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sgck7fYOL2 .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
@media (max-width: 991px) {
  .cid-sgck7fYOL2.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sgck7fYOL2 img {
    height: 3.8rem !important;
  }
  .cid-sgck7fYOL2 .btn {
    display: -webkit-flex;
  }
  .cid-sgck7fYOL2 button.navbar-toggler {
    display: block;
  }
  .cid-sgck7fYOL2 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sgck7fYOL2 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sgck7fYOL2 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sgck7fYOL2 .navbar-collapse.collapsing,
  .cid-sgck7fYOL2 .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-sgck7fYOL2 .navbar-collapse.collapsing .navbar-nav,
  .cid-sgck7fYOL2 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sgck7fYOL2 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sgck7fYOL2 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sgck7fYOL2 .navbar-collapse.collapsing .navbar-buttons,
  .cid-sgck7fYOL2 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sgck7fYOL2 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sgck7fYOL2 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sgck7fYOL2 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sgck7fYOL2 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sgck7fYOL2 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sgck7fYOL2 .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-sgck7fYOL2 .nav-link {
    justify-content: start !important;
  }
  .cid-sgck7fYOL2 .navbar.opened {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-sgck7fYOL2 .navbar-toggleable-sm {
    width: 100% !important;
  }
  .cid-sgck7fYOL2 .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-sgck7fYOL2 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sgck7fYOL2 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sgck7fYOL2 .nav-link:hover,
.cid-sgck7fYOL2 .dropdown-item:hover {
  color: #ffff00 !important;
}
@media (min-width: 1500px) {
  .cid-sgck7fYOL2 .navbar-toggleable-sm .navbar-collapse {
    max-width: 60% !important;
    padding-right: 5rem;
  }
  .cid-sgck7fYOL2 .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-sgktuMkm6M {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #e5e5e5;
}
.cid-sgktuMkm6M .mbr-text1 {
  color: #000000;
}
.cid-sgktuMkm6M .mbr-text2 {
  color: #000000;
}
.cid-sgktuMkm6M p {
  margin: 0;
}
.cid-sgck7fYOL2 .navbar {
  background: rgba(255, 255, 255, 0.5);
  transition: none;
  min-height: 77px;
  padding: 0.5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-sgck7fYOL2 .navbar-dropdown.bg-color.transparent.opened {
  background: rgba(255, 255, 255, 0.5);
}
.cid-sgck7fYOL2 a {
  font-style: normal;
}
.cid-sgck7fYOL2 .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sgck7fYOL2 .show {
  overflow: visible;
}
.cid-sgck7fYOL2 .dropdown-menu {
  max-height: 400px;
  overflow: auto;
}
.cid-sgck7fYOL2 .dropdown-item:active {
  background-color: transparent;
}
.cid-sgck7fYOL2 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sgck7fYOL2 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
}
.cid-sgck7fYOL2 .nav-item:focus,
.cid-sgck7fYOL2 .nav-link:focus {
  outline: none;
}
.cid-sgck7fYOL2 .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sgck7fYOL2 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sgck7fYOL2 .menu-logo {
  margin-right: auto;
}
.cid-sgck7fYOL2 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sgck7fYOL2 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sgck7fYOL2 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sgck7fYOL2 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sgck7fYOL2 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sgck7fYOL2 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sgck7fYOL2 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sgck7fYOL2 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-sgck7fYOL2 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sgck7fYOL2 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sgck7fYOL2 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sgck7fYOL2 .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.cid-sgck7fYOL2 .dropdown .dropdown-menu {
  background: #e9e9e9;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sgck7fYOL2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sgck7fYOL2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sgck7fYOL2 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sgck7fYOL2 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sgck7fYOL2 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sgck7fYOL2 .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-sgck7fYOL2 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sgck7fYOL2 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sgck7fYOL2 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sgck7fYOL2 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sgck7fYOL2 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sgck7fYOL2 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.5rem;
  right: 1rem;
  position: absolute;
}
.cid-sgck7fYOL2 button.navbar-toggler:focus {
  outline: none;
}
.cid-sgck7fYOL2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #36404c;
}
.cid-sgck7fYOL2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sgck7fYOL2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sgck7fYOL2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sgck7fYOL2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sgck7fYOL2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sgck7fYOL2 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sgck7fYOL2 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sgck7fYOL2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-sgck7fYOL2 .navbar:not(.collapsed) {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
.cid-sgck7fYOL2 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sgck7fYOL2 .collapsed .btn {
  display: -webkit-flex;
}
.cid-sgck7fYOL2 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sgck7fYOL2 .collapsed .navbar-collapse.collapsing,
.cid-sgck7fYOL2 .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-sgck7fYOL2 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sgck7fYOL2 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sgck7fYOL2 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sgck7fYOL2 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sgck7fYOL2 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sgck7fYOL2 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sgck7fYOL2 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sgck7fYOL2 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sgck7fYOL2 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 88.75vh;
  }
}
.cid-sgck7fYOL2 .collapsed button.navbar-toggler {
  display: block;
}
.cid-sgck7fYOL2 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sgck7fYOL2 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sgck7fYOL2 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sgck7fYOL2 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sgck7fYOL2 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sgck7fYOL2 .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
@media (max-width: 991px) {
  .cid-sgck7fYOL2.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sgck7fYOL2 img {
    height: 3.8rem !important;
  }
  .cid-sgck7fYOL2 .btn {
    display: -webkit-flex;
  }
  .cid-sgck7fYOL2 button.navbar-toggler {
    display: block;
  }
  .cid-sgck7fYOL2 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sgck7fYOL2 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sgck7fYOL2 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sgck7fYOL2 .navbar-collapse.collapsing,
  .cid-sgck7fYOL2 .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-sgck7fYOL2 .navbar-collapse.collapsing .navbar-nav,
  .cid-sgck7fYOL2 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sgck7fYOL2 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sgck7fYOL2 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sgck7fYOL2 .navbar-collapse.collapsing .navbar-buttons,
  .cid-sgck7fYOL2 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sgck7fYOL2 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sgck7fYOL2 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sgck7fYOL2 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sgck7fYOL2 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sgck7fYOL2 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sgck7fYOL2 .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-sgck7fYOL2 .nav-link {
    justify-content: start !important;
  }
  .cid-sgck7fYOL2 .navbar.opened {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-sgck7fYOL2 .navbar-toggleable-sm {
    width: 100% !important;
  }
  .cid-sgck7fYOL2 .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-sgck7fYOL2 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sgck7fYOL2 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sgck7fYOL2 .nav-link:hover,
.cid-sgck7fYOL2 .dropdown-item:hover {
  color: #ffff00 !important;
}
@media (min-width: 1500px) {
  .cid-sgck7fYOL2 .navbar-toggleable-sm .navbar-collapse {
    max-width: 60% !important;
    padding-right: 5rem;
  }
  .cid-sgck7fYOL2 .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-siYpqdQ2ox {
  background-color: #191919;
}
.cid-siYpqdQ2ox H1 {
  color: #ffff00;
}
.cid-siYpqdQ2ox h1 {
  background: linear-gradient(to left, #ffff00, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-siYpqdQ2ox .mbr-text,
.cid-siYpqdQ2ox .mbr-section-btn {
  color: #999999;
}
.cid-siYnFUHHif .navbar {
  background: rgba(255, 255, 255, 0.5);
  transition: none;
  min-height: 77px;
  padding: 0.5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-siYnFUHHif .navbar-dropdown.bg-color.transparent.opened {
  background: rgba(255, 255, 255, 0.5);
}
.cid-siYnFUHHif a {
  font-style: normal;
}
.cid-siYnFUHHif .navbar-buttons {
  flex-wrap: wrap;
}
.cid-siYnFUHHif .show {
  overflow: visible;
}
.cid-siYnFUHHif .dropdown-menu {
  max-height: 400px;
  overflow: auto;
}
.cid-siYnFUHHif .dropdown-item:active {
  background-color: transparent;
}
.cid-siYnFUHHif .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-siYnFUHHif .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
}
.cid-siYnFUHHif .nav-item:focus,
.cid-siYnFUHHif .nav-link:focus {
  outline: none;
}
.cid-siYnFUHHif .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-siYnFUHHif .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-siYnFUHHif .menu-logo {
  margin-right: auto;
}
.cid-siYnFUHHif .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-siYnFUHHif .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-siYnFUHHif .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-siYnFUHHif .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-siYnFUHHif .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-siYnFUHHif .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-siYnFUHHif .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-siYnFUHHif .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-siYnFUHHif .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-siYnFUHHif .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-siYnFUHHif .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-siYnFUHHif .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.cid-siYnFUHHif .dropdown .dropdown-menu {
  background: #e5e5e5;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-siYnFUHHif .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-siYnFUHHif .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-siYnFUHHif .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-siYnFUHHif .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-siYnFUHHif .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-siYnFUHHif .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-siYnFUHHif .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-siYnFUHHif .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-siYnFUHHif .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-siYnFUHHif .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-siYnFUHHif .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-siYnFUHHif button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.5rem;
  right: 1rem;
  position: absolute;
}
.cid-siYnFUHHif button.navbar-toggler:focus {
  outline: none;
}
.cid-siYnFUHHif button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #36404c;
}
.cid-siYnFUHHif button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-siYnFUHHif button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-siYnFUHHif button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-siYnFUHHif button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-siYnFUHHif nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-siYnFUHHif nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-siYnFUHHif nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-siYnFUHHif nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-siYnFUHHif .navbar:not(.collapsed) {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
.cid-siYnFUHHif .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-siYnFUHHif .collapsed .btn {
  display: -webkit-flex;
}
.cid-siYnFUHHif .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-siYnFUHHif .collapsed .navbar-collapse.collapsing,
.cid-siYnFUHHif .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-siYnFUHHif .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-siYnFUHHif .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-siYnFUHHif .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-siYnFUHHif .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-siYnFUHHif .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-siYnFUHHif .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-siYnFUHHif .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-siYnFUHHif .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-siYnFUHHif .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 88.75vh;
  }
}
.cid-siYnFUHHif .collapsed button.navbar-toggler {
  display: block;
}
.cid-siYnFUHHif .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-siYnFUHHif .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-siYnFUHHif .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-siYnFUHHif .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-siYnFUHHif .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-siYnFUHHif .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
@media (max-width: 991px) {
  .cid-siYnFUHHif.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-siYnFUHHif img {
    height: 3.8rem !important;
  }
  .cid-siYnFUHHif .btn {
    display: -webkit-flex;
  }
  .cid-siYnFUHHif button.navbar-toggler {
    display: block;
  }
  .cid-siYnFUHHif .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-siYnFUHHif .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-siYnFUHHif .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-siYnFUHHif .navbar-collapse.collapsing,
  .cid-siYnFUHHif .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-siYnFUHHif .navbar-collapse.collapsing .navbar-nav,
  .cid-siYnFUHHif .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-siYnFUHHif .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-siYnFUHHif .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-siYnFUHHif .navbar-collapse.collapsing .navbar-buttons,
  .cid-siYnFUHHif .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-siYnFUHHif .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-siYnFUHHif .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-siYnFUHHif .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-siYnFUHHif .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-siYnFUHHif .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-siYnFUHHif .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-siYnFUHHif .nav-link {
    justify-content: start !important;
  }
  .cid-siYnFUHHif .navbar.opened {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-siYnFUHHif .navbar-toggleable-sm {
    width: 100% !important;
  }
  .cid-siYnFUHHif .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-siYnFUHHif .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-siYnFUHHif .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-siYnFUHHif .nav-link:hover,
.cid-siYnFUHHif .dropdown-item:hover {
  color: #ffff00 !important;
}
@media (min-width: 1500px) {
  .cid-siYnFUHHif .navbar-toggleable-sm .navbar-collapse {
    max-width: 60% !important;
    padding-right: 5rem;
  }
  .cid-siYnFUHHif .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-siYo40aU2l {
  background-color: #191919;
}
.cid-siYo40aU2l H1 {
  color: #ffff00;
}
.cid-siYo40aU2l h1 {
  background: linear-gradient(to left, #ffff00, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-sgck7fYOL2 .navbar {
  background: rgba(255, 255, 255, 0.5);
  transition: none;
  min-height: 77px;
  padding: 0.5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-sgck7fYOL2 .navbar-dropdown.bg-color.transparent.opened {
  background: rgba(255, 255, 255, 0.5);
}
.cid-sgck7fYOL2 a {
  font-style: normal;
}
.cid-sgck7fYOL2 .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sgck7fYOL2 .show {
  overflow: visible;
}
.cid-sgck7fYOL2 .dropdown-menu {
  max-height: 400px;
  overflow: auto;
}
.cid-sgck7fYOL2 .dropdown-item:active {
  background-color: transparent;
}
.cid-sgck7fYOL2 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sgck7fYOL2 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
}
.cid-sgck7fYOL2 .nav-item:focus,
.cid-sgck7fYOL2 .nav-link:focus {
  outline: none;
}
.cid-sgck7fYOL2 .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sgck7fYOL2 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sgck7fYOL2 .menu-logo {
  margin-right: auto;
}
.cid-sgck7fYOL2 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sgck7fYOL2 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sgck7fYOL2 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sgck7fYOL2 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sgck7fYOL2 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sgck7fYOL2 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sgck7fYOL2 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sgck7fYOL2 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-sgck7fYOL2 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sgck7fYOL2 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sgck7fYOL2 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sgck7fYOL2 .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.cid-sgck7fYOL2 .dropdown .dropdown-menu {
  background: #e5e5e5;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sgck7fYOL2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sgck7fYOL2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sgck7fYOL2 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sgck7fYOL2 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sgck7fYOL2 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sgck7fYOL2 .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-sgck7fYOL2 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sgck7fYOL2 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sgck7fYOL2 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sgck7fYOL2 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sgck7fYOL2 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sgck7fYOL2 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.5rem;
  right: 1rem;
  position: absolute;
}
.cid-sgck7fYOL2 button.navbar-toggler:focus {
  outline: none;
}
.cid-sgck7fYOL2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #36404c;
}
.cid-sgck7fYOL2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sgck7fYOL2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sgck7fYOL2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sgck7fYOL2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sgck7fYOL2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sgck7fYOL2 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sgck7fYOL2 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sgck7fYOL2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-sgck7fYOL2 .navbar:not(.collapsed) {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
.cid-sgck7fYOL2 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sgck7fYOL2 .collapsed .btn {
  display: -webkit-flex;
}
.cid-sgck7fYOL2 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sgck7fYOL2 .collapsed .navbar-collapse.collapsing,
.cid-sgck7fYOL2 .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-sgck7fYOL2 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sgck7fYOL2 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sgck7fYOL2 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sgck7fYOL2 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sgck7fYOL2 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sgck7fYOL2 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sgck7fYOL2 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sgck7fYOL2 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sgck7fYOL2 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 88.75vh;
  }
}
.cid-sgck7fYOL2 .collapsed button.navbar-toggler {
  display: block;
}
.cid-sgck7fYOL2 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sgck7fYOL2 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sgck7fYOL2 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sgck7fYOL2 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sgck7fYOL2 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sgck7fYOL2 .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
@media (max-width: 991px) {
  .cid-sgck7fYOL2.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sgck7fYOL2 img {
    height: 3.8rem !important;
  }
  .cid-sgck7fYOL2 .btn {
    display: -webkit-flex;
  }
  .cid-sgck7fYOL2 button.navbar-toggler {
    display: block;
  }
  .cid-sgck7fYOL2 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sgck7fYOL2 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sgck7fYOL2 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sgck7fYOL2 .navbar-collapse.collapsing,
  .cid-sgck7fYOL2 .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-sgck7fYOL2 .navbar-collapse.collapsing .navbar-nav,
  .cid-sgck7fYOL2 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sgck7fYOL2 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sgck7fYOL2 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sgck7fYOL2 .navbar-collapse.collapsing .navbar-buttons,
  .cid-sgck7fYOL2 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sgck7fYOL2 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sgck7fYOL2 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sgck7fYOL2 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sgck7fYOL2 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sgck7fYOL2 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sgck7fYOL2 .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-sgck7fYOL2 .nav-link {
    justify-content: start !important;
  }
  .cid-sgck7fYOL2 .navbar.opened {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-sgck7fYOL2 .navbar-toggleable-sm {
    width: 100% !important;
  }
  .cid-sgck7fYOL2 .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-sgck7fYOL2 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sgck7fYOL2 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sgck7fYOL2 .nav-link:hover,
.cid-sgck7fYOL2 .dropdown-item:hover {
  color: #ffff00 !important;
}
@media (min-width: 1500px) {
  .cid-sgck7fYOL2 .navbar-toggleable-sm .navbar-collapse {
    max-width: 60% !important;
    padding-right: 5rem;
  }
  .cid-sgck7fYOL2 .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-skIbwqZpDA {
  background-image: url("../../../assets/images/mbr-1920x1285.jpg");
  background-position: right;
}
.cid-skIbwqZpDA .wrapper {
  position: relative;
  border-top: 3px solid #ffff00;
  border-right: 3px solid #ffff00;
  border-left: 3px solid #ffff00;
  padding: 2.5rem 2.5rem;
}
.cid-skIbwqZpDA .wrapper:before {
  content: "";
  background: #ffff00;
  position: absolute;
  bottom: 0;
  width: calc(90% - 130px);
  height: 3px;
  right: 0;
}
.cid-skIbwqZpDA .wrapper:after {
  content: "";
  background: #ffff00;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-skIbwqZpDA img {
  position: absolute;
  left: 10%;
  bottom: -45px;
  width: 130px;
}
@media (max-width: 767px) {
  .cid-skIbwqZpDA .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-skIbwqZpDA P {
  text-align: center;
}
.cid-skIbwqZpDA .mbr-text,
.cid-skIbwqZpDA .mbr-section-btn {
  text-align: center;
  color: #f3f3f3;
}
.cid-skIbwqZpDA H1 {
  color: #ffff00;
}
.cid-skrnXhw5cv {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #f3f3f3;
}
.cid-skrnXhw5cv img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-skrnXhw5cv .link-wrapper {
  margin-bottom: 1rem;
}
.cid-skrnXhw5cv .link-wrapper .mbr-iconfont {
  border: 1px solid #999999;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem;
  color: #999999;
}
.cid-skrnXhw5cv .img-wrapper .mbr-iconfont {
  font-size: 3rem;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding-bottom: 1rem;
  background: linear-gradient(to left, #ffff00, #ffff00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-skrnXhw5cv .card-wrapper {
  background: #191919;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-skrnXhw5cv .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-skrnXhw5cv .first:hover:before {
  content: none;
}
.cid-skrnXhw5cv .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 200px;
  background: linear-gradient(to left, #ffff00, #ffff00);
  content: "";
}
.cid-skrnXhw5cv .last:hover:after {
  content: none;
}
.cid-skrnXhw5cv .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 200px;
  background: linear-gradient(to left, #ffff00, #ffff00);
  content: "";
}
.cid-skrnXhw5cv .mbr-section-text {
  color: #999999;
}
.cid-skrnXhw5cv .card {
  z-index: 1;
  min-height: 200px;
  margin-bottom: 2rem;
  position: relative;
  transition: all 0.3s;
}
.cid-skrnXhw5cv .card .img-wrapper {
  overflow: hidden;
}
.cid-skrnXhw5cv .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-skrnXhw5cv .card:hover .mbr-iconfont {
  color: #191919 !important;
  border-color: #191919;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-skrnXhw5cv .card:hover .card-wrapper {
  background: linear-gradient(to left, #ffff00, #ffff00);
  color: #191919 !important;
}
.cid-skrnXhw5cv .card:hover .card-wrapper .mbr-section-text {
  color: #191919 !important;
}
.cid-skrnXhw5cv H1 {
  color: #191919;
}
.cid-sgktuMkm6M {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #e5e5e5;
}
.cid-sgktuMkm6M .mbr-text1 {
  color: #000000;
}
.cid-sgktuMkm6M .mbr-text2 {
  color: #000000;
}
.cid-sgktuMkm6M p {
  margin: 0;
}
