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





body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 4rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 6.4rem;
}
.display-2 {
  font-family: 'Rubik', sans-serif;
  font-size: 3rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.5rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- 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.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    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.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #23740f !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #23740f !important;
  border-color: #23740f !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #0f3006 !important;
  border-color: #0f3006 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0f3006 !important;
  border-color: #0f3006 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.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-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #081a03;
  color: #081a03;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #23740f;
  border-color: #23740f;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #23740f !important;
  border-color: #23740f !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #cc0033;
  color: #cc0033;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ff3366;
  border-color: #ff3366;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.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-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.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-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #23740f !important;
}
.text-secondary {
  color: #ff3366 !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #081a03 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #cc0033 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !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: #879a9f;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #23740f;
  border-color: #23740f;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #23740f;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #47e220;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.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: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #23740f;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #23740f;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #23740f;
}
.footer3 input[type="email"],
.footer4 input[type="email"] {
  border-radius: 100px !important;
}
.footer3 .input-group-btn a.btn,
.footer4 .input-group-btn a.btn {
  border-radius: 100px !important;
}
.footer3 .input-group-btn button[type="submit"],
.footer4 .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
/* Headers*/
.header13 .form-inline input[type="email"],
.header14 .form-inline input[type="email"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="text"],
.header14 .form-inline input[type="text"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="tel"],
.header14 .form-inline input[type="tel"] {
  border-radius: 100px;
}
.header13 .form-inline a.btn,
.header14 .form-inline a.btn {
  border-radius: 100px;
}
.header13 .form-inline button,
.header14 .form-inline button {
  border-radius: 100px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #23740f;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #23740f;
  border-bottom-color: #23740f;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #23740f !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #ff3366 !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%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  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='%2323740f' %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.3;
}
.cid-qLuVZiVv6v .navbar {
  background: #cccccc;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qLuVZiVv6v .navbar-dropdown.bg-color.transparent.opened {
  background: #cccccc;
}
.cid-qLuVZiVv6v a {
  font-style: normal;
}
.cid-qLuVZiVv6v .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qLuVZiVv6v .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qLuVZiVv6v .nav-item:focus,
.cid-qLuVZiVv6v .nav-link:focus {
  outline: none;
}
.cid-qLuVZiVv6v .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qLuVZiVv6v .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qLuVZiVv6v .menu-logo {
  margin-right: auto;
}
.cid-qLuVZiVv6v .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qLuVZiVv6v .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qLuVZiVv6v .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qLuVZiVv6v .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qLuVZiVv6v .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qLuVZiVv6v .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qLuVZiVv6v .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qLuVZiVv6v .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qLuVZiVv6v .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qLuVZiVv6v .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qLuVZiVv6v .dropdown .dropdown-menu {
  background: #cccccc;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qLuVZiVv6v .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qLuVZiVv6v .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qLuVZiVv6v .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qLuVZiVv6v .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qLuVZiVv6v .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qLuVZiVv6v .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qLuVZiVv6v .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qLuVZiVv6v .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qLuVZiVv6v .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qLuVZiVv6v .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qLuVZiVv6v .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qLuVZiVv6v button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qLuVZiVv6v button.navbar-toggler:focus {
  outline: none;
}
.cid-qLuVZiVv6v button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-qLuVZiVv6v button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qLuVZiVv6v button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qLuVZiVv6v button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qLuVZiVv6v button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qLuVZiVv6v nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qLuVZiVv6v nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qLuVZiVv6v nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qLuVZiVv6v nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qLuVZiVv6v .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qLuVZiVv6v .collapsed .btn {
  display: flex;
}
.cid-qLuVZiVv6v .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qLuVZiVv6v .collapsed .navbar-collapse.collapsing,
.cid-qLuVZiVv6v .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qLuVZiVv6v .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qLuVZiVv6v .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qLuVZiVv6v .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qLuVZiVv6v .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qLuVZiVv6v .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qLuVZiVv6v .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qLuVZiVv6v .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qLuVZiVv6v .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qLuVZiVv6v .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qLuVZiVv6v .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qLuVZiVv6v .collapsed button.navbar-toggler {
  display: block;
}
.cid-qLuVZiVv6v .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qLuVZiVv6v .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qLuVZiVv6v .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qLuVZiVv6v .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qLuVZiVv6v .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qLuVZiVv6v .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: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qLuVZiVv6v.navbar-expand {
    flex-direction: column;
  }
  .cid-qLuVZiVv6v img {
    height: 3.8rem !important;
  }
  .cid-qLuVZiVv6v .btn {
    display: flex;
  }
  .cid-qLuVZiVv6v button.navbar-toggler {
    display: block;
  }
  .cid-qLuVZiVv6v .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qLuVZiVv6v .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qLuVZiVv6v .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qLuVZiVv6v .navbar-collapse.collapsing,
  .cid-qLuVZiVv6v .navbar-collapse.show {
    display: block !important;
  }
  .cid-qLuVZiVv6v .navbar-collapse.collapsing .navbar-nav,
  .cid-qLuVZiVv6v .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qLuVZiVv6v .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qLuVZiVv6v .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qLuVZiVv6v .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qLuVZiVv6v .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qLuVZiVv6v .navbar-collapse.collapsing .navbar-buttons,
  .cid-qLuVZiVv6v .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qLuVZiVv6v .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qLuVZiVv6v .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qLuVZiVv6v .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qLuVZiVv6v .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qLuVZiVv6v .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qLuVZiVv6v .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: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-qLuVZiVv6v .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qLuVZiVv6v .navbar-collapse {
  flex-basis: auto;
}
.cid-qLuVZiVv6v .nav-link:hover,
.cid-qLuVZiVv6v .dropdown-item:hover {
  color: #767676 !important;
}
.cid-uE3T7BZWV8 {
  background-image: url("../../../assets/images/ags-website-splash-824-9-1913x1238.png");
}
.cid-uDWrhC8SLa {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/stage-new-1222x687.jpg");
}
@media (min-width: 992px) {
  .cid-uDWrhC8SLa .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uDWrhC8SLa .mbr-figure {
    padding-top: 3rem;
  }
}
.cid-uDWrhC8SLa .mbr-text,
.cid-uDWrhC8SLa .mbr-section-btn {
  text-align: left;
}
.cid-uDWs89QaWS {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/whitebg-1920x1080.jpg");
}
.cid-uDWs89QaWS .mbr-section-subtitle,
.cid-uDWs89QaWS .mbr-text {
  color: #767676;
}
.cid-uDWs89QaWS .card {
  display: -webkit-flex;
  position: relative;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uDWs89QaWS .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uDWs89QaWS .card-wrapper .card-img {
  display: -webkit-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-flex-direction: column;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uDWs89QaWS .card-wrapper .card-img .mbr-overlay {
  background-color: #ffffff;
  display: none;
  transition: opacity .3s;
}
.cid-uDWs89QaWS .card-wrapper .card-img img {
  width: 100%;
}
.cid-uDWs89QaWS .card-wrapper .card-box {
  background-color: #ffffff;
  padding: 0 2rem 2rem 2rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.cid-uDWs89QaWS .card-wrapper .card-box h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-uDWs89QaWS .card-wrapper .card-box p {
  margin-bottom: 0;
  padding-top: 1.5rem;
}
.cid-uDWs89QaWS .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
.cid-uDWs89QaWS .card-img .mbr-overlay {
  display: block !important;
  opacity: 0;
}
.cid-uDWs89QaWS .card-img:hover .mbr-overlay {
  opacity: .5;
}
.cid-ulFQjVzkga {
  background: #ffffff;
}
.cid-ulFQjVzkga .video-block {
  margin: auto;
  width: 100% !important;
}
@media (max-width: 768px) {
  .cid-ulFQjVzkga .video-block {
    width: 100% !important;
  }
}
.cid-uDXKhnZrPd {
  padding-top: 105px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/graybg-1920x1080.jpg");
}
@media (min-width: 992px) {
  .cid-uDXKhnZrPd .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uDXKhnZrPd .mbr-figure {
    padding-top: 3rem;
  }
}
.cid-uDXKhnZrPd .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-uDXKhnZrPd .media-container-row .mbr-figure {
    padding-left: 0;
    padding-right: 4rem;
  }
}
.cid-uDXKhnZrPd .mbr-section-title {
  color: #23740f;
}
.cid-uDXKhnZrPd .mbr-text,
.cid-uDXKhnZrPd .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uDXPFuM0gs {
  padding-top: 120px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/whitebg-1920x1080.jpg");
}
.cid-uDXPFuM0gs .mbr-section-subtitle {
  color: #020b01;
  text-align: center;
  font-weight: 300;
}
.cid-uDXPFuM0gs .timeline-text-content {
  padding: 2rem 2.5rem;
  background: #efefef;
  margin-right: 2rem;
  transition: all .4s;
}
.cid-uDXPFuM0gs .timeline-text-content p {
  margin-bottom: 0;
}
.cid-uDXPFuM0gs .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
}
.cid-uDXPFuM0gs .timeline-element:hover .timeline-text-content {
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08);
  transition: all .4s;
}
.cid-uDXPFuM0gs .reverse {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-uDXPFuM0gs .reverse .timeline-text-content {
  margin-left: 2rem;
  margin-right: 0;
}
.cid-uDXPFuM0gs .iconsBackground {
  position: absolute;
  left: 50%;
  width: 60px;
  height: 60px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  background-color: #efefef;
  top: 20px;
  margin-left: -30px;
}
.cid-uDXPFuM0gs .mbr-iconfont {
  position: absolute;
  text-align: center;
  font-size: 35px;
  display: inline-block;
  z-index: 3;
  top: 13px;
  left: 13px;
}
.cid-uDXPFuM0gs .separline:before {
  top: 20px;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #efefef;
  left: calc(50% - 1px);
  height: calc(100% + 4rem);
}
@media (max-width: 768px) {
  .cid-uDXPFuM0gs .iconsBackground {
    left: 1.5rem;
  }
  .cid-uDXPFuM0gs .separline:before {
    left: calc(1.5rem - 1px);
  }
  .cid-uDXPFuM0gs .timeline-text-content {
    margin-left: 3rem !important;
    margin-right: 0 !important;
  }
  .cid-uDXPFuM0gs .reverse .timeline-text-content {
    margin-right: 0 !important;
  }
}
.cid-uDXPFuM0gs .reverseTimeline {
  display: flex;
  flex-direction: column-reverse;
}
.cid-uDXPFuM0gs .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-uRZMTFbR0a {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uRZMTFbR0a .title {
  margin-bottom: 2rem;
}
.cid-uRZMTFbR0a .mbr-section-subtitle {
  color: #767676;
}
.cid-uRZMTFbR0a a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-uRZMTFbR0a a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-uRZMTFbR0a textarea.form-control {
  min-height: 188px;
}
.cid-qM997W84Cr {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qM997W84Cr .mbr-section-subtitle {
  color: #767676;
}
.cid-qM997W84Cr .btn {
  margin: 0 0 .5rem 0;
}
.cid-s3elRwzQhE {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #2e2e2e;
}
.cid-s3elRwzQhE .mbr-text {
  color: #f9f9f9;
  margin: 0;
  padding-top: 1.5rem;
}
.cid-s3elRwzQhE div.b {
  padding-top: 2rem;
}
.cid-s3elRwzQhE H5 {
  color: #f9f9f9;
}
.cid-s3eoP43WTb {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-s3eoP43WTb .media-container-row .mbr-text {
  text-align: left;
}
.cid-qLuVZiVv6v .navbar {
  background: #cccccc;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qLuVZiVv6v .navbar-dropdown.bg-color.transparent.opened {
  background: #cccccc;
}
.cid-qLuVZiVv6v a {
  font-style: normal;
}
.cid-qLuVZiVv6v .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qLuVZiVv6v .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qLuVZiVv6v .nav-item:focus,
.cid-qLuVZiVv6v .nav-link:focus {
  outline: none;
}
.cid-qLuVZiVv6v .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qLuVZiVv6v .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qLuVZiVv6v .menu-logo {
  margin-right: auto;
}
.cid-qLuVZiVv6v .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qLuVZiVv6v .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qLuVZiVv6v .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qLuVZiVv6v .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qLuVZiVv6v .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qLuVZiVv6v .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qLuVZiVv6v .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qLuVZiVv6v .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qLuVZiVv6v .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qLuVZiVv6v .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qLuVZiVv6v .dropdown .dropdown-menu {
  background: #cccccc;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qLuVZiVv6v .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qLuVZiVv6v .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qLuVZiVv6v .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qLuVZiVv6v .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qLuVZiVv6v .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qLuVZiVv6v .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qLuVZiVv6v .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qLuVZiVv6v .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qLuVZiVv6v .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qLuVZiVv6v .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qLuVZiVv6v .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qLuVZiVv6v button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qLuVZiVv6v button.navbar-toggler:focus {
  outline: none;
}
.cid-qLuVZiVv6v button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-qLuVZiVv6v button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qLuVZiVv6v button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qLuVZiVv6v button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qLuVZiVv6v button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qLuVZiVv6v nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qLuVZiVv6v nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qLuVZiVv6v nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qLuVZiVv6v nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qLuVZiVv6v .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qLuVZiVv6v .collapsed .btn {
  display: flex;
}
.cid-qLuVZiVv6v .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qLuVZiVv6v .collapsed .navbar-collapse.collapsing,
.cid-qLuVZiVv6v .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qLuVZiVv6v .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qLuVZiVv6v .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qLuVZiVv6v .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qLuVZiVv6v .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qLuVZiVv6v .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qLuVZiVv6v .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qLuVZiVv6v .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qLuVZiVv6v .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qLuVZiVv6v .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qLuVZiVv6v .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qLuVZiVv6v .collapsed button.navbar-toggler {
  display: block;
}
.cid-qLuVZiVv6v .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qLuVZiVv6v .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qLuVZiVv6v .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qLuVZiVv6v .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qLuVZiVv6v .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qLuVZiVv6v .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: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qLuVZiVv6v.navbar-expand {
    flex-direction: column;
  }
  .cid-qLuVZiVv6v img {
    height: 3.8rem !important;
  }
  .cid-qLuVZiVv6v .btn {
    display: flex;
  }
  .cid-qLuVZiVv6v button.navbar-toggler {
    display: block;
  }
  .cid-qLuVZiVv6v .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qLuVZiVv6v .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qLuVZiVv6v .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qLuVZiVv6v .navbar-collapse.collapsing,
  .cid-qLuVZiVv6v .navbar-collapse.show {
    display: block !important;
  }
  .cid-qLuVZiVv6v .navbar-collapse.collapsing .navbar-nav,
  .cid-qLuVZiVv6v .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qLuVZiVv6v .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qLuVZiVv6v .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qLuVZiVv6v .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qLuVZiVv6v .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qLuVZiVv6v .navbar-collapse.collapsing .navbar-buttons,
  .cid-qLuVZiVv6v .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qLuVZiVv6v .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qLuVZiVv6v .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qLuVZiVv6v .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qLuVZiVv6v .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qLuVZiVv6v .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qLuVZiVv6v .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: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-qLuVZiVv6v .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qLuVZiVv6v .navbar-collapse {
  flex-basis: auto;
}
.cid-qLuVZiVv6v .nav-link:hover,
.cid-qLuVZiVv6v .dropdown-item:hover {
  color: #767676 !important;
}
.cid-qMo0OPIRTo {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-qMo0OPIRTo .line {
  background-color: #767676;
  color: #767676;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-qMo0OPIRTo .section-text {
  padding: 2rem 0;
  color: #f9f9f9;
}
.cid-qMo0OPIRTo .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-qMo0OPIRTo .inner-container {
    width: 100% !important;
  }
}
.cid-qLQvTULT7S {
  background-image: url("../../../assets/images/afx-hold-image-2019-1920x1080.jpg");
}
.cid-qLQvTULT7S .mbr-media span {
  font-size: 48px;
  cursor: pointer;
  background-color: #ffffff;
  border-radius: 50%;
  width: 6rem;
  height: 6rem;
  line-height: 6rem;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #353535;
}
.cid-qLQvTULT7S .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-qLQvTULT7S .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-qLQvTULT7S .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-qLQvTULT7S .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-qLQvTULT7S a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-qLQvTULT7S a.close:hover {
  color: #ffffff;
}
.cid-qMo1hlhfM8 {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-qMo1hlhfM8 .line {
  background-color: #767676;
  color: #767676;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-qMo1hlhfM8 .section-text {
  padding: 2rem 0;
  color: #efefef;
}
.cid-qMo1hlhfM8 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-qMo1hlhfM8 .inner-container {
    width: 100% !important;
  }
}
.cid-qMo28JIlRp {
  background-image: url("../../../assets/images/360-front-projection-2000x1135.jpg");
}
.cid-qMo28JIlRp .mbr-media span {
  font-size: 48px;
  cursor: pointer;
  background-color: #ffffff;
  border-radius: 50%;
  width: 6rem;
  height: 6rem;
  line-height: 6rem;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #353535;
}
.cid-qMo28JIlRp .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-qMo28JIlRp .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-qMo28JIlRp .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-qMo28JIlRp .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-qMo28JIlRp a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-qMo28JIlRp a.close:hover {
  color: #ffffff;
}
.cid-qMiVVz3cIs {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-qMiVVz3cIs .mbr-section-subtitle {
  color: #767676;
}
.cid-qMiVVz3cIs .btn {
  margin: 0 0 .5rem 0;
}
.cid-qLQyGYU6qS {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-qLQyGYU6qS .content {
    text-align: center;
  }
  .cid-qLQyGYU6qS .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-qLQyGYU6qS .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-qLQyGYU6qS .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-qLQyGYU6qS .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-qLQyGYU6qS .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qLQyGYU6qS .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qLQyGYU6qS .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qLQyGYU6qS .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qLQyGYU6qS .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qLQyGYU6qS .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qLQyGYU6qS .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qLQyGYU6qS .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qLuVZiVv6v .navbar {
  background: #cccccc;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qLuVZiVv6v .navbar-dropdown.bg-color.transparent.opened {
  background: #cccccc;
}
.cid-qLuVZiVv6v a {
  font-style: normal;
}
.cid-qLuVZiVv6v .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qLuVZiVv6v .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qLuVZiVv6v .nav-item:focus,
.cid-qLuVZiVv6v .nav-link:focus {
  outline: none;
}
.cid-qLuVZiVv6v .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qLuVZiVv6v .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qLuVZiVv6v .menu-logo {
  margin-right: auto;
}
.cid-qLuVZiVv6v .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qLuVZiVv6v .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qLuVZiVv6v .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qLuVZiVv6v .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qLuVZiVv6v .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qLuVZiVv6v .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qLuVZiVv6v .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qLuVZiVv6v .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qLuVZiVv6v .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qLuVZiVv6v .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qLuVZiVv6v .dropdown .dropdown-menu {
  background: #cccccc;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qLuVZiVv6v .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qLuVZiVv6v .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qLuVZiVv6v .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qLuVZiVv6v .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qLuVZiVv6v .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qLuVZiVv6v .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qLuVZiVv6v .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qLuVZiVv6v .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qLuVZiVv6v .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qLuVZiVv6v .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qLuVZiVv6v .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qLuVZiVv6v button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qLuVZiVv6v button.navbar-toggler:focus {
  outline: none;
}
.cid-qLuVZiVv6v button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-qLuVZiVv6v button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qLuVZiVv6v button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qLuVZiVv6v button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qLuVZiVv6v button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qLuVZiVv6v nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qLuVZiVv6v nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qLuVZiVv6v nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qLuVZiVv6v nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qLuVZiVv6v .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qLuVZiVv6v .collapsed .btn {
  display: flex;
}
.cid-qLuVZiVv6v .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qLuVZiVv6v .collapsed .navbar-collapse.collapsing,
.cid-qLuVZiVv6v .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qLuVZiVv6v .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qLuVZiVv6v .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qLuVZiVv6v .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qLuVZiVv6v .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qLuVZiVv6v .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qLuVZiVv6v .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qLuVZiVv6v .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qLuVZiVv6v .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qLuVZiVv6v .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qLuVZiVv6v .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qLuVZiVv6v .collapsed button.navbar-toggler {
  display: block;
}
.cid-qLuVZiVv6v .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qLuVZiVv6v .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qLuVZiVv6v .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qLuVZiVv6v .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qLuVZiVv6v .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qLuVZiVv6v .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: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qLuVZiVv6v.navbar-expand {
    flex-direction: column;
  }
  .cid-qLuVZiVv6v img {
    height: 3.8rem !important;
  }
  .cid-qLuVZiVv6v .btn {
    display: flex;
  }
  .cid-qLuVZiVv6v button.navbar-toggler {
    display: block;
  }
  .cid-qLuVZiVv6v .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qLuVZiVv6v .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qLuVZiVv6v .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qLuVZiVv6v .navbar-collapse.collapsing,
  .cid-qLuVZiVv6v .navbar-collapse.show {
    display: block !important;
  }
  .cid-qLuVZiVv6v .navbar-collapse.collapsing .navbar-nav,
  .cid-qLuVZiVv6v .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qLuVZiVv6v .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qLuVZiVv6v .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qLuVZiVv6v .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qLuVZiVv6v .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qLuVZiVv6v .navbar-collapse.collapsing .navbar-buttons,
  .cid-qLuVZiVv6v .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qLuVZiVv6v .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qLuVZiVv6v .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qLuVZiVv6v .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qLuVZiVv6v .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qLuVZiVv6v .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qLuVZiVv6v .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: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-qLuVZiVv6v .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qLuVZiVv6v .navbar-collapse {
  flex-basis: auto;
}
.cid-qLuVZiVv6v .nav-link:hover,
.cid-qLuVZiVv6v .dropdown-item:hover {
  color: #767676 !important;
}
.cid-qLWohzqbOH {
  padding-top: 105px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-qLWohzqbOH h3 {
  font-weight: 300;
}
.cid-qLWohzqbOH .card-img {
  width: initial;
}
.cid-qLWohzqbOH .card-img .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-qLWohzqbOH .media-container-row {
  word-wrap: break-word;
  padding-bottom: 2rem;
  height: 100%;
}
.cid-qLWohzqbOH .media {
  margin: initial;
  align-items: center;
}
.cid-qLWohzqbOH .mbr-section-subtitle {
  color: #767676;
}
.cid-qLWohzqbOH .mbr-text {
  color: #7f1933;
}
.cid-qLWohzqbOH .media-container-column {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rjMfDxHu4N {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rjMfDxHu4N .content-slider {
  display: flex;
  justify-content: center;
}
.cid-rjMfDxHu4N .modal-body .close {
  background: #1b1b1b;
}
.cid-rjMfDxHu4N .modal-body .close span {
  font-style: normal;
}
.cid-rjMfDxHu4N .carousel-inner > .active,
.cid-rjMfDxHu4N .carousel-inner > .next,
.cid-rjMfDxHu4N .carousel-inner > .prev {
  display: flex;
}
.cid-rjMfDxHu4N .carousel-control .icon-next,
.cid-rjMfDxHu4N .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-rjMfDxHu4N .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rjMfDxHu4N .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-rjMfDxHu4N .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-rjMfDxHu4N .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-rjMfDxHu4N .boxed-slider > div {
  position: relative;
}
.cid-rjMfDxHu4N .container img {
  width: 100%;
}
.cid-rjMfDxHu4N .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-rjMfDxHu4N .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rjMfDxHu4N .mbr-table-cell {
  padding: 0;
}
.cid-rjMfDxHu4N .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-rjMfDxHu4N .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-rjMfDxHu4N .mbr-overlay {
  z-index: 1;
}
.cid-rjMfDxHu4N .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rjMfDxHu4N .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-rjMfDxHu4N .carousel-item .container {
    width: 100%;
  }
}
.cid-rjMfDxHu4N .carousel-item-next.carousel-item-left,
.cid-rjMfDxHu4N .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-rjMfDxHu4N .active.carousel-item-right,
.cid-rjMfDxHu4N .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-rjMfDxHu4N .active.carousel-item-left,
.cid-rjMfDxHu4N .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-rjMfDxHu4N .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-rjMfDxHu4N .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rjMfDxHu4N .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rjMfDxHu4N .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-rjMfDxHu4N .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-rjMfDxHu4N .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-rjMfDxHu4N .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-rjMfDxHu4N .mbr-slider .carousel-indicators li.active,
.cid-rjMfDxHu4N .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-rjMfDxHu4N .mbr-slider .carousel-indicators li::after,
.cid-rjMfDxHu4N .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-rjMfDxHu4N .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-rjMfDxHu4N .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-rjMfDxHu4N .mbr-slider > .container img {
  width: 100%;
}
.cid-rjMfDxHu4N .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-rjMfDxHu4N .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-rjMfDxHu4N .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rjMfDxHu4N .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rjMfDxHu4N .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-rjMfDxHu4N .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-rjMfDxHu4N .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-rjMfDxHu4N .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-rjMfDxHu4N .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-rjMfDxHu4N .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rjMfDxHu4N .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-rjMfDxHu4N .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-rjMfDxHu4N .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-rjMfDxHu4N .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-rjMfDxHu4N .carousel-inner {
  height: 100%;
}
.cid-rjMfDxHu4N .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-rjMfDxHu4N .image_wrapper {
  height: 400px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-rjMfDxHu4N .image_wrapper img {
  width: auto !important;
  height: 100%;
}
.cid-rjMfDxHu4N .carousel-item .container-slide {
  text-align: center;
}
.cid-rjMfDxHu4N .content-slider-wrap {
  width: 67%;
}
.cid-qM97ldYvrA {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qM97ldYvrA .mbr-section-subtitle {
  color: #767676;
}
.cid-qM97ldYvrA .btn {
  margin: 0 0 .5rem 0;
}
.cid-qLWoFztpFP {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-qLWoFztpFP .content {
    text-align: center;
  }
  .cid-qLWoFztpFP .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-qLWoFztpFP .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-qLWoFztpFP .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-qLWoFztpFP .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-qLWoFztpFP .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qLWoFztpFP .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qLWoFztpFP .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qLWoFztpFP .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qLWoFztpFP .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qLWoFztpFP .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qLWoFztpFP .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qLWoFztpFP .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qLuVZiVv6v .navbar {
  background: #cccccc;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qLuVZiVv6v .navbar-dropdown.bg-color.transparent.opened {
  background: #cccccc;
}
.cid-qLuVZiVv6v a {
  font-style: normal;
}
.cid-qLuVZiVv6v .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qLuVZiVv6v .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qLuVZiVv6v .nav-item:focus,
.cid-qLuVZiVv6v .nav-link:focus {
  outline: none;
}
.cid-qLuVZiVv6v .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qLuVZiVv6v .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qLuVZiVv6v .menu-logo {
  margin-right: auto;
}
.cid-qLuVZiVv6v .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qLuVZiVv6v .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qLuVZiVv6v .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qLuVZiVv6v .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qLuVZiVv6v .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qLuVZiVv6v .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qLuVZiVv6v .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qLuVZiVv6v .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qLuVZiVv6v .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qLuVZiVv6v .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qLuVZiVv6v .dropdown .dropdown-menu {
  background: #cccccc;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qLuVZiVv6v .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qLuVZiVv6v .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qLuVZiVv6v .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qLuVZiVv6v .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qLuVZiVv6v .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qLuVZiVv6v .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qLuVZiVv6v .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qLuVZiVv6v .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qLuVZiVv6v .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qLuVZiVv6v .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qLuVZiVv6v .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qLuVZiVv6v button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qLuVZiVv6v button.navbar-toggler:focus {
  outline: none;
}
.cid-qLuVZiVv6v button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-qLuVZiVv6v button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qLuVZiVv6v button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qLuVZiVv6v button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qLuVZiVv6v button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qLuVZiVv6v nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qLuVZiVv6v nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qLuVZiVv6v nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qLuVZiVv6v nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qLuVZiVv6v .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qLuVZiVv6v .collapsed .btn {
  display: flex;
}
.cid-qLuVZiVv6v .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qLuVZiVv6v .collapsed .navbar-collapse.collapsing,
.cid-qLuVZiVv6v .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qLuVZiVv6v .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qLuVZiVv6v .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qLuVZiVv6v .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qLuVZiVv6v .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qLuVZiVv6v .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qLuVZiVv6v .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qLuVZiVv6v .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qLuVZiVv6v .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qLuVZiVv6v .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qLuVZiVv6v .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qLuVZiVv6v .collapsed button.navbar-toggler {
  display: block;
}
.cid-qLuVZiVv6v .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qLuVZiVv6v .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qLuVZiVv6v .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qLuVZiVv6v .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qLuVZiVv6v .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qLuVZiVv6v .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: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qLuVZiVv6v.navbar-expand {
    flex-direction: column;
  }
  .cid-qLuVZiVv6v img {
    height: 3.8rem !important;
  }
  .cid-qLuVZiVv6v .btn {
    display: flex;
  }
  .cid-qLuVZiVv6v button.navbar-toggler {
    display: block;
  }
  .cid-qLuVZiVv6v .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qLuVZiVv6v .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qLuVZiVv6v .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qLuVZiVv6v .navbar-collapse.collapsing,
  .cid-qLuVZiVv6v .navbar-collapse.show {
    display: block !important;
  }
  .cid-qLuVZiVv6v .navbar-collapse.collapsing .navbar-nav,
  .cid-qLuVZiVv6v .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qLuVZiVv6v .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qLuVZiVv6v .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qLuVZiVv6v .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qLuVZiVv6v .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qLuVZiVv6v .navbar-collapse.collapsing .navbar-buttons,
  .cid-qLuVZiVv6v .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qLuVZiVv6v .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qLuVZiVv6v .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qLuVZiVv6v .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qLuVZiVv6v .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qLuVZiVv6v .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qLuVZiVv6v .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: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-qLuVZiVv6v .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qLuVZiVv6v .navbar-collapse {
  flex-basis: auto;
}
.cid-qLuVZiVv6v .nav-link:hover,
.cid-qLuVZiVv6v .dropdown-item:hover {
  color: #767676 !important;
}
.cid-qLVW9u5aYw {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qLVW9u5aYw h2 {
  text-align: center;
}
.cid-qLVW9u5aYw h3 {
  text-align: center;
  font-weight: 300;
}
.cid-qLVW9u5aYw p {
  color: #767676;
}
.cid-qLVW9u5aYw .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-qLVW9u5aYw .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-qLVW9u5aYw .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
.cid-qLVW9u5aYw .mbr-section-subtitle {
  color: #0b0b0b;
}
.cid-qLVW9u5aYw .card-title {
  font-weight: 500;
}
.cid-qLVW9u5aYw .card-img {
  text-align: inherit;
}
.cid-qLVW9u5aYw .card-img span {
  font-size: 48px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-qLVW9u5aYw .mbr-figure {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-qLVW9u5aYw .mbr-figure {
    margin-bottom: 2rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-qLVW9u5aYw .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
  .cid-qLVW9u5aYw .block-content {
    flex-direction: row;
    -webkit-flex-direction: row;
    text-align: center;
  }
  .cid-qLVW9u5aYw .block-content .card {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
  }
}
.cid-qLWLp3Eiml {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-qLWLp3Eiml .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-qLWLp3Eiml .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-qLWLp3Eiml .mbr-text {
    text-align: center;
  }
}
.cid-qLWLp3Eiml H1 {
  color: #232323;
}
.cid-qLWLp3Eiml .mbr-text,
.cid-qLWLp3Eiml .mbr-section-btn {
  color: #000000;
}
.cid-qM0N3p7GTB {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qM0N3p7GTB .mbr-section-subtitle {
  color: #767676;
}
.cid-qM0N3p7GTB .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-qM0N3p7GTB .mbr-text {
  color: #767676;
}
.cid-qM0N3p7GTB .mbr-author-desc {
  display: block;
  color: #767676;
}
.cid-qM0N3p7GTB .mbr-author-name {
  color: #767676;
}
.cid-qM0N3p7GTB .mbr-testimonial .panel-item {
  background-color: #ffffff;
}
.cid-qM0N3p7GTB .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 2.4rem 2.4rem 0 2.4rem;
}
.cid-qM0N3p7GTB .mbr-testimonial .card-block .testimonial-photo {
  display: inline-block;
  width: 120px;
  height: 120px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
}
.cid-qM0N3p7GTB .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-qM0N3p7GTB .mbr-testimonial .card-footer {
  padding-bottom: 2.4rem;
  border-top: 0;
  padding-top: 1rem;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
}
@media (max-width: 300px) {
  .cid-qM0N3p7GTB .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-qLWNEG9YM9 {
  padding-top: 45px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-qLWNEG9YM9 .media-container-row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-qLWNEG9YM9 .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-qLWNEG9YM9 .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-qLWNEG9YM9 .mbr-text {
    text-align: center;
  }
}
.cid-qLWNEG9YM9 H1 {
  color: #232323;
}
.cid-qLWNEG9YM9 .mbr-text,
.cid-qLWNEG9YM9 .mbr-section-btn {
  color: #232323;
}
.cid-qM1aV97mgQ {
  background-image: url("../../../assets/images/hyena-hero-1920-1900x1200.png");
}
.cid-qM1aV97mgQ .icons-media-container {
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: row;
  -webkit-flex-direction: row;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-top: 4rem;
}
.cid-qM1aV97mgQ .icons-media-container .mbr-iconfont {
  font-size: 96px;
  color: #ffffff;
}
.cid-qM1aV97mgQ .icons-media-container .icon-block {
  padding-bottom: 1rem;
}
.cid-qM1aV97mgQ .mbr-text {
  color: #ffffff;
}
.cid-qM1aV97mgQ .card {
  padding-bottom: 1.5rem;
}
.cid-qM1aV97mgQ H1 {
  text-align: right;
}
.cid-qM1aV97mgQ .mbr-text,
.cid-qM1aV97mgQ .mbr-section-btn {
  text-align: right;
}
.cid-qM1aV97mgQ H5 {
  color: #ffffff;
}
.cid-rwCMnUSTYd {
  padding-top: 90px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/hyena-in-action-48-1920x1080.jpg");
}
.cid-rwCxfL14Pk {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-rwCxfL14Pk .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-rwCxfL14Pk .video-block {
    width: 100% !important;
  }
}
.cid-qM98QiHkWV {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qM98QiHkWV .mbr-section-subtitle {
  color: #767676;
}
.cid-qM98QiHkWV .btn {
  margin: 0 0 .5rem 0;
}
.cid-qLVVFVsZSX {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-qLVVFVsZSX .content {
    text-align: center;
  }
  .cid-qLVVFVsZSX .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-qLVVFVsZSX .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-qLVVFVsZSX .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-qLVVFVsZSX .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-qLVVFVsZSX .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qLVVFVsZSX .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qLVVFVsZSX .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qLVVFVsZSX .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qLVVFVsZSX .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qLVVFVsZSX .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qLVVFVsZSX .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qLVVFVsZSX .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-sqgKcf9u5V {
  background-image: url("../../../assets/images/ags-website-splash-824-3-1800x1165.png");
}
.cid-u8wwq5svb3 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #c1c1c1;
}
.cid-u8wwq5svb3 .line {
  background-color: #767676;
  color: #767676;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-u8wwq5svb3 .section-text {
  padding: 2rem 0;
  color: #232323;
}
.cid-u8wwq5svb3 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-u8wwq5svb3 .inner-container {
    width: 100% !important;
  }
}
.cid-u8wwtIhjG9 {
  background: #232323;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-u8wwtIhjG9 .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-u8wwtIhjG9 .video-block {
    width: 100% !important;
  }
}
.cid-sPfrK822Ls {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #c1c1c1;
}
.cid-sPfrK822Ls .line {
  background-color: #767676;
  color: #767676;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sPfrK822Ls .section-text {
  padding: 2rem 0;
  color: #232323;
}
.cid-sPfrK822Ls .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sPfrK822Ls .inner-container {
    width: 100% !important;
  }
}
.cid-ugsXDRsolo {
  background: #232323;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-ugsXDRsolo .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-ugsXDRsolo .video-block {
    width: 100% !important;
  }
}
.cid-ugsXCsEc2o {
  background: #232323;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-ugsXCsEc2o .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-ugsXCsEc2o .video-block {
    width: 100% !important;
  }
}
.cid-sPfrIDYB2C {
  background: #232323;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-sPfrIDYB2C .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-sPfrIDYB2C .video-block {
    width: 100% !important;
  }
}
.cid-spFO3buFBq .navbar {
  background: #cccccc;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-spFO3buFBq .navbar-dropdown.bg-color.transparent.opened {
  background: #cccccc;
}
.cid-spFO3buFBq a {
  font-style: normal;
}
.cid-spFO3buFBq .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-spFO3buFBq .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-spFO3buFBq .nav-item:focus,
.cid-spFO3buFBq .nav-link:focus {
  outline: none;
}
.cid-spFO3buFBq .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-spFO3buFBq .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-spFO3buFBq .menu-logo {
  margin-right: auto;
}
.cid-spFO3buFBq .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-spFO3buFBq .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-spFO3buFBq .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-spFO3buFBq .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-spFO3buFBq .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-spFO3buFBq .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-spFO3buFBq .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-spFO3buFBq .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-spFO3buFBq .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-spFO3buFBq .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-spFO3buFBq .dropdown .dropdown-menu {
  background: #cccccc;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-spFO3buFBq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-spFO3buFBq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-spFO3buFBq .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-spFO3buFBq .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-spFO3buFBq .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-spFO3buFBq .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-spFO3buFBq .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-spFO3buFBq .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-spFO3buFBq .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-spFO3buFBq .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-spFO3buFBq .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-spFO3buFBq button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-spFO3buFBq button.navbar-toggler:focus {
  outline: none;
}
.cid-spFO3buFBq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-spFO3buFBq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-spFO3buFBq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-spFO3buFBq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-spFO3buFBq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-spFO3buFBq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-spFO3buFBq nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-spFO3buFBq nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-spFO3buFBq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-spFO3buFBq .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-spFO3buFBq .collapsed .btn {
  display: flex;
}
.cid-spFO3buFBq .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-spFO3buFBq .collapsed .navbar-collapse.collapsing,
.cid-spFO3buFBq .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-spFO3buFBq .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-spFO3buFBq .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-spFO3buFBq .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-spFO3buFBq .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-spFO3buFBq .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-spFO3buFBq .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-spFO3buFBq .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-spFO3buFBq .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-spFO3buFBq .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-spFO3buFBq .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-spFO3buFBq .collapsed button.navbar-toggler {
  display: block;
}
.cid-spFO3buFBq .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-spFO3buFBq .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-spFO3buFBq .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-spFO3buFBq .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-spFO3buFBq .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-spFO3buFBq .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: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-spFO3buFBq.navbar-expand {
    flex-direction: column;
  }
  .cid-spFO3buFBq img {
    height: 3.8rem !important;
  }
  .cid-spFO3buFBq .btn {
    display: flex;
  }
  .cid-spFO3buFBq button.navbar-toggler {
    display: block;
  }
  .cid-spFO3buFBq .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-spFO3buFBq .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-spFO3buFBq .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-spFO3buFBq .navbar-collapse.collapsing,
  .cid-spFO3buFBq .navbar-collapse.show {
    display: block !important;
  }
  .cid-spFO3buFBq .navbar-collapse.collapsing .navbar-nav,
  .cid-spFO3buFBq .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-spFO3buFBq .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-spFO3buFBq .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-spFO3buFBq .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-spFO3buFBq .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-spFO3buFBq .navbar-collapse.collapsing .navbar-buttons,
  .cid-spFO3buFBq .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-spFO3buFBq .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-spFO3buFBq .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-spFO3buFBq .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-spFO3buFBq .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-spFO3buFBq .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-spFO3buFBq .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: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-spFO3buFBq .menu-logo {
    flex-shrink: 0;
  }
}
.cid-spFO3buFBq .navbar-collapse {
  flex-basis: auto;
}
.cid-spFO3buFBq .nav-link:hover,
.cid-spFO3buFBq .dropdown-item:hover {
  color: #767676 !important;
}
.cid-spFO3d3f22 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-spFO3d3f22 .mbr-section-subtitle {
  color: #767676;
}
.cid-spFO3d3f22 .btn {
  margin: 0 0 .5rem 0;
}
.cid-spFO3dntMm {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-spFO3dntMm .content {
    text-align: center;
  }
  .cid-spFO3dntMm .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-spFO3dntMm .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-spFO3dntMm .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-spFO3dntMm .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-spFO3dntMm .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-spFO3dntMm .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-spFO3dntMm .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-spFO3dntMm .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-spFO3dntMm .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-spFO3dntMm .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-spFO3dntMm .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-spFO3dntMm .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-uyyoB893da {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #c1c1c1;
}
.cid-uyyoB893da .line {
  background-color: #767676;
  color: #767676;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uyyoB893da .section-text {
  padding: 2rem 0;
  color: #232323;
}
.cid-uyyoB893da .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uyyoB893da .inner-container {
    width: 100% !important;
  }
}
.cid-uyynTftXJo {
  padding-top: 90px;
  padding-bottom: 90px;
  background: linear-gradient(45deg, #f9f9f9, #f9f9f9);
}
@media (min-width: 992px) {
  .cid-uyynTftXJo .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uyynTftXJo .mbr-figure {
    padding-top: 3rem;
  }
}
.cid-uyynTftXJo .mbr-text,
.cid-uyynTftXJo .mbr-section-btn {
  color: #2e2e2e;
}
.cid-qLuVZiVv6v .navbar {
  background: #cccccc;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qLuVZiVv6v .navbar-dropdown.bg-color.transparent.opened {
  background: #cccccc;
}
.cid-qLuVZiVv6v a {
  font-style: normal;
}
.cid-qLuVZiVv6v .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qLuVZiVv6v .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qLuVZiVv6v .nav-item:focus,
.cid-qLuVZiVv6v .nav-link:focus {
  outline: none;
}
.cid-qLuVZiVv6v .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qLuVZiVv6v .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qLuVZiVv6v .menu-logo {
  margin-right: auto;
}
.cid-qLuVZiVv6v .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qLuVZiVv6v .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qLuVZiVv6v .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qLuVZiVv6v .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qLuVZiVv6v .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qLuVZiVv6v .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qLuVZiVv6v .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qLuVZiVv6v .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qLuVZiVv6v .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qLuVZiVv6v .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qLuVZiVv6v .dropdown .dropdown-menu {
  background: #cccccc;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qLuVZiVv6v .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qLuVZiVv6v .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qLuVZiVv6v .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qLuVZiVv6v .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qLuVZiVv6v .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qLuVZiVv6v .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qLuVZiVv6v .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qLuVZiVv6v .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qLuVZiVv6v .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qLuVZiVv6v .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qLuVZiVv6v .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qLuVZiVv6v button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qLuVZiVv6v button.navbar-toggler:focus {
  outline: none;
}
.cid-qLuVZiVv6v button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-qLuVZiVv6v button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qLuVZiVv6v button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qLuVZiVv6v button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qLuVZiVv6v button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qLuVZiVv6v nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qLuVZiVv6v nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qLuVZiVv6v nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qLuVZiVv6v nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qLuVZiVv6v .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qLuVZiVv6v .collapsed .btn {
  display: flex;
}
.cid-qLuVZiVv6v .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qLuVZiVv6v .collapsed .navbar-collapse.collapsing,
.cid-qLuVZiVv6v .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qLuVZiVv6v .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qLuVZiVv6v .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qLuVZiVv6v .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qLuVZiVv6v .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qLuVZiVv6v .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qLuVZiVv6v .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qLuVZiVv6v .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qLuVZiVv6v .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qLuVZiVv6v .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qLuVZiVv6v .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qLuVZiVv6v .collapsed button.navbar-toggler {
  display: block;
}
.cid-qLuVZiVv6v .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qLuVZiVv6v .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qLuVZiVv6v .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qLuVZiVv6v .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qLuVZiVv6v .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qLuVZiVv6v .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: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qLuVZiVv6v.navbar-expand {
    flex-direction: column;
  }
  .cid-qLuVZiVv6v img {
    height: 3.8rem !important;
  }
  .cid-qLuVZiVv6v .btn {
    display: flex;
  }
  .cid-qLuVZiVv6v button.navbar-toggler {
    display: block;
  }
  .cid-qLuVZiVv6v .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qLuVZiVv6v .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qLuVZiVv6v .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qLuVZiVv6v .navbar-collapse.collapsing,
  .cid-qLuVZiVv6v .navbar-collapse.show {
    display: block !important;
  }
  .cid-qLuVZiVv6v .navbar-collapse.collapsing .navbar-nav,
  .cid-qLuVZiVv6v .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qLuVZiVv6v .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qLuVZiVv6v .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qLuVZiVv6v .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qLuVZiVv6v .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qLuVZiVv6v .navbar-collapse.collapsing .navbar-buttons,
  .cid-qLuVZiVv6v .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qLuVZiVv6v .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qLuVZiVv6v .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qLuVZiVv6v .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qLuVZiVv6v .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qLuVZiVv6v .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qLuVZiVv6v .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: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-qLuVZiVv6v .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qLuVZiVv6v .navbar-collapse {
  flex-basis: auto;
}
.cid-qLuVZiVv6v .nav-link:hover,
.cid-qLuVZiVv6v .dropdown-item:hover {
  color: #767676 !important;
}
.cid-uyyp8L4Dpo {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 0px;
}
.cid-uyyp8L4Dpo .image-block {
  margin: auto;
}
.cid-uyyp8L4Dpo figcaption {
  position: relative;
}
.cid-uyyp8L4Dpo figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uyyp8L4Dpo .image-block {
    width: 100% !important;
  }
}
.cid-qLVOZ9moqt {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-qLVOZ9moqt .content {
    text-align: center;
  }
  .cid-qLVOZ9moqt .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-qLVOZ9moqt .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-qLVOZ9moqt .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-qLVOZ9moqt .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-qLVOZ9moqt .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qLVOZ9moqt .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qLVOZ9moqt .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qLVOZ9moqt .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qLVOZ9moqt .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qLVOZ9moqt .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qLVOZ9moqt .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qLVOZ9moqt .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-ugrSgCsTkt {
  background-image: url("../../../assets/images/stage-new-1222x687.jpg");
}
@media (min-width: 992px) {
  .cid-ugrSgCsTkt .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-ugrSgCsTkt .mbr-figure {
    padding-top: 3rem;
  }
}
.cid-ugrSgCsTkt .mbr-section-title {
  color: #67f744;
}
.cid-ugrSgCsTkt .mbr-text,
.cid-ugrSgCsTkt .mbr-section-btn {
  color: #ffffff;
}
.cid-tZXuz0eTWA {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-tZXuz0eTWA .image-block {
  margin: auto;
}
.cid-tZXuz0eTWA figcaption {
  position: relative;
}
.cid-tZXuz0eTWA figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tZXuz0eTWA .image-block {
    width: 100% !important;
  }
}
.cid-qLF1UE8AsG {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-qLF1UE8AsG .mbr-section-subtitle {
  color: #020b01;
  text-align: left;
}
.cid-qLF1UE8AsG H2 {
  color: #0b0b0b;
}
.cid-qND0BYndmm {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qND0BYndmm .line {
  background-color: #767676;
  color: #767676;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-qND0BYndmm .section-text {
  padding: 2rem 0;
  color: #0b0b0b;
}
.cid-qND0BYndmm .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-qND0BYndmm .inner-container {
    width: 100% !important;
  }
}
.cid-qND0fYkMd0 {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #ffffff;
}
.cid-qND0fYkMd0 .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-qND0fYkMd0 .video-block {
    width: 100% !important;
  }
}
.cid-qLVoFgFbs4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qLVoFgFbs4 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-qLVoFgFbs4 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-qLVoFgFbs4 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-qLVoFgFbs4 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-qLVoFgFbs4 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-qLVoFgFbs4 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-qLVoFgFbs4 .mbr-gallery-item > div:hover:before {
  opacity: 0.3 !important;
}
.cid-qLVoFgFbs4 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-qLVoFgFbs4 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0.3;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-sk8C0TpWg2 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sk8C0TpWg2 .line {
  background-color: #767676;
  color: #767676;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sk8C0TpWg2 .section-text {
  padding: 2rem 0;
  color: #23740f;
}
.cid-sk8C0TpWg2 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sk8C0TpWg2 .inner-container {
    width: 100% !important;
  }
}
.cid-sk8Cs4qvok {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/featured-clients3-1816x499.jpg");
}
@media (min-width: 992px) {
  .cid-sk8Cs4qvok .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sk8Cs4qvok .mbr-figure {
    padding-top: 3rem;
  }
}
.cid-rxc5Ji372A {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rxc5Ji372A .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rxc5Ji372A .modal-body .close {
  background: #1b1b1b;
}
.cid-rxc5Ji372A .modal-body .close span {
  font-style: normal;
}
.cid-rxc5Ji372A .carousel-inner > .active,
.cid-rxc5Ji372A .carousel-inner > .next,
.cid-rxc5Ji372A .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-rxc5Ji372A .carousel-control .icon-next,
.cid-rxc5Ji372A .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-rxc5Ji372A .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rxc5Ji372A .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-rxc5Ji372A .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-rxc5Ji372A .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-rxc5Ji372A .boxed-slider > div {
  position: relative;
}
.cid-rxc5Ji372A .container img {
  width: 100%;
}
.cid-rxc5Ji372A .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-rxc5Ji372A .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rxc5Ji372A .mbr-table-cell {
  padding: 0;
}
.cid-rxc5Ji372A .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-rxc5Ji372A .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-rxc5Ji372A .mbr-overlay {
  z-index: 1;
}
.cid-rxc5Ji372A .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rxc5Ji372A .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-rxc5Ji372A .carousel-item .container {
    width: 100%;
  }
}
.cid-rxc5Ji372A .carousel-item-next.carousel-item-left,
.cid-rxc5Ji372A .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-rxc5Ji372A .active.carousel-item-right,
.cid-rxc5Ji372A .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-rxc5Ji372A .active.carousel-item-left,
.cid-rxc5Ji372A .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-rxc5Ji372A .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-rxc5Ji372A .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rxc5Ji372A .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rxc5Ji372A .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-rxc5Ji372A .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-rxc5Ji372A .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-rxc5Ji372A .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-rxc5Ji372A .mbr-slider .carousel-indicators li.active,
.cid-rxc5Ji372A .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-rxc5Ji372A .mbr-slider .carousel-indicators li::after,
.cid-rxc5Ji372A .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-rxc5Ji372A .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-rxc5Ji372A .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-rxc5Ji372A .mbr-slider > .container img {
  width: 100%;
}
.cid-rxc5Ji372A .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-rxc5Ji372A .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-rxc5Ji372A .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rxc5Ji372A .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rxc5Ji372A .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-rxc5Ji372A .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-rxc5Ji372A .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-rxc5Ji372A .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-rxc5Ji372A .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-rxc5Ji372A .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rxc5Ji372A .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-rxc5Ji372A .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-rxc5Ji372A .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-rxc5Ji372A .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-rxc5Ji372A .carousel-inner {
  height: 100%;
}
.cid-rxc5Ji372A .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-rxc5Ji372A .image_wrapper {
  height: 400px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-rxc5Ji372A .image_wrapper img {
  width: auto !important;
  height: 100%;
}
.cid-rxc5Ji372A .carousel-item .container-slide {
  text-align: center;
}
.cid-rxc5Ji372A .content-slider-wrap {
  width: 54%;
}
.cid-qLG2PjPGZ4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qLG2PjPGZ4 .line {
  background-color: #767676;
  color: #767676;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-qLG2PjPGZ4 .section-text {
  padding: 2rem 0;
}
.cid-qLG2PjPGZ4 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-qLG2PjPGZ4 .inner-container {
    width: 100% !important;
  }
}
.cid-qLVwcInCDu {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qLVwcInCDu h2 {
  text-align: center;
}
.cid-qLVwcInCDu h3 {
  text-align: center;
  font-weight: 300;
}
.cid-qLVwcInCDu p {
  color: #767676;
}
.cid-qLVwcInCDu .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-qLVwcInCDu .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-qLVwcInCDu .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
.cid-qLVwcInCDu .mbr-section-subtitle {
  color: #767676;
}
.cid-qLVwcInCDu .card-title {
  font-weight: 500;
}
.cid-qLVwcInCDu .card-img {
  text-align: inherit;
}
.cid-qLVwcInCDu .card-img span {
  font-size: 48px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-qLVwcInCDu .mbr-figure {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-qLVwcInCDu .mbr-figure {
    margin-bottom: 2rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-qLVwcInCDu .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
  .cid-qLVwcInCDu .block-content {
    flex-direction: row;
    -webkit-flex-direction: row;
    text-align: center;
  }
  .cid-qLVwcInCDu .block-content .card {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
  }
}
.cid-qM7JblZnoq {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qM7JblZnoq .mbr-section-subtitle {
  color: #767676;
}
.cid-qM7JblZnoq .btn {
  margin: 0 0 .5rem 0;
}
.cid-qLGIMaV7Q2 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-qLGIMaV7Q2 .content {
    text-align: center;
  }
  .cid-qLGIMaV7Q2 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-qLGIMaV7Q2 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-qLGIMaV7Q2 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-qLGIMaV7Q2 .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-qLGIMaV7Q2 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qLGIMaV7Q2 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qLGIMaV7Q2 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qLGIMaV7Q2 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qLGIMaV7Q2 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qLGIMaV7Q2 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qLGIMaV7Q2 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qLGIMaV7Q2 .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qLAdPmI0Q1 .navbar {
  background: #cccccc;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qLAdPmI0Q1 .navbar-dropdown.bg-color.transparent.opened {
  background: #cccccc;
}
.cid-qLAdPmI0Q1 a {
  font-style: normal;
}
.cid-qLAdPmI0Q1 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qLAdPmI0Q1 .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qLAdPmI0Q1 .nav-item:focus,
.cid-qLAdPmI0Q1 .nav-link:focus {
  outline: none;
}
.cid-qLAdPmI0Q1 .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qLAdPmI0Q1 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qLAdPmI0Q1 .menu-logo {
  margin-right: auto;
}
.cid-qLAdPmI0Q1 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qLAdPmI0Q1 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qLAdPmI0Q1 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qLAdPmI0Q1 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qLAdPmI0Q1 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qLAdPmI0Q1 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qLAdPmI0Q1 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qLAdPmI0Q1 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qLAdPmI0Q1 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qLAdPmI0Q1 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qLAdPmI0Q1 .dropdown .dropdown-menu {
  background: #cccccc;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qLAdPmI0Q1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qLAdPmI0Q1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qLAdPmI0Q1 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qLAdPmI0Q1 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qLAdPmI0Q1 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qLAdPmI0Q1 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qLAdPmI0Q1 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qLAdPmI0Q1 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qLAdPmI0Q1 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qLAdPmI0Q1 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qLAdPmI0Q1 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qLAdPmI0Q1 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qLAdPmI0Q1 button.navbar-toggler:focus {
  outline: none;
}
.cid-qLAdPmI0Q1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-qLAdPmI0Q1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qLAdPmI0Q1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qLAdPmI0Q1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qLAdPmI0Q1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qLAdPmI0Q1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qLAdPmI0Q1 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qLAdPmI0Q1 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qLAdPmI0Q1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qLAdPmI0Q1 .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qLAdPmI0Q1 .collapsed .btn {
  display: flex;
}
.cid-qLAdPmI0Q1 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qLAdPmI0Q1 .collapsed .navbar-collapse.collapsing,
.cid-qLAdPmI0Q1 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qLAdPmI0Q1 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qLAdPmI0Q1 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qLAdPmI0Q1 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qLAdPmI0Q1 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qLAdPmI0Q1 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qLAdPmI0Q1 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qLAdPmI0Q1 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qLAdPmI0Q1 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qLAdPmI0Q1 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qLAdPmI0Q1 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qLAdPmI0Q1 .collapsed button.navbar-toggler {
  display: block;
}
.cid-qLAdPmI0Q1 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qLAdPmI0Q1 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qLAdPmI0Q1 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qLAdPmI0Q1 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qLAdPmI0Q1 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qLAdPmI0Q1 .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: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qLAdPmI0Q1.navbar-expand {
    flex-direction: column;
  }
  .cid-qLAdPmI0Q1 img {
    height: 3.8rem !important;
  }
  .cid-qLAdPmI0Q1 .btn {
    display: flex;
  }
  .cid-qLAdPmI0Q1 button.navbar-toggler {
    display: block;
  }
  .cid-qLAdPmI0Q1 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qLAdPmI0Q1 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qLAdPmI0Q1 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qLAdPmI0Q1 .navbar-collapse.collapsing,
  .cid-qLAdPmI0Q1 .navbar-collapse.show {
    display: block !important;
  }
  .cid-qLAdPmI0Q1 .navbar-collapse.collapsing .navbar-nav,
  .cid-qLAdPmI0Q1 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qLAdPmI0Q1 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qLAdPmI0Q1 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qLAdPmI0Q1 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qLAdPmI0Q1 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qLAdPmI0Q1 .navbar-collapse.collapsing .navbar-buttons,
  .cid-qLAdPmI0Q1 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qLAdPmI0Q1 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qLAdPmI0Q1 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qLAdPmI0Q1 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qLAdPmI0Q1 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qLAdPmI0Q1 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qLAdPmI0Q1 .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: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-qLAdPmI0Q1 .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qLAdPmI0Q1 .navbar-collapse {
  flex-basis: auto;
}
.cid-qLAdPmI0Q1 .nav-link:hover,
.cid-qLAdPmI0Q1 .dropdown-item:hover {
  color: #767676 !important;
}
.cid-qM1gC2sWGT .navbar {
  background: #cccccc;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qM1gC2sWGT .navbar-dropdown.bg-color.transparent.opened {
  background: #cccccc;
}
.cid-qM1gC2sWGT a {
  font-style: normal;
}
.cid-qM1gC2sWGT .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qM1gC2sWGT .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qM1gC2sWGT .nav-item:focus,
.cid-qM1gC2sWGT .nav-link:focus {
  outline: none;
}
.cid-qM1gC2sWGT .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qM1gC2sWGT .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qM1gC2sWGT .menu-logo {
  margin-right: auto;
}
.cid-qM1gC2sWGT .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qM1gC2sWGT .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qM1gC2sWGT .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qM1gC2sWGT .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qM1gC2sWGT .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qM1gC2sWGT .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qM1gC2sWGT .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qM1gC2sWGT .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qM1gC2sWGT .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qM1gC2sWGT .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qM1gC2sWGT .dropdown .dropdown-menu {
  background: #cccccc;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qM1gC2sWGT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qM1gC2sWGT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qM1gC2sWGT .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qM1gC2sWGT .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qM1gC2sWGT .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qM1gC2sWGT .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qM1gC2sWGT .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qM1gC2sWGT .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qM1gC2sWGT .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qM1gC2sWGT .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qM1gC2sWGT .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qM1gC2sWGT button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qM1gC2sWGT button.navbar-toggler:focus {
  outline: none;
}
.cid-qM1gC2sWGT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-qM1gC2sWGT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qM1gC2sWGT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qM1gC2sWGT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qM1gC2sWGT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qM1gC2sWGT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qM1gC2sWGT nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qM1gC2sWGT nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qM1gC2sWGT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qM1gC2sWGT .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qM1gC2sWGT .collapsed .btn {
  display: flex;
}
.cid-qM1gC2sWGT .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qM1gC2sWGT .collapsed .navbar-collapse.collapsing,
.cid-qM1gC2sWGT .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qM1gC2sWGT .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qM1gC2sWGT .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qM1gC2sWGT .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qM1gC2sWGT .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qM1gC2sWGT .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qM1gC2sWGT .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qM1gC2sWGT .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qM1gC2sWGT .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qM1gC2sWGT .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qM1gC2sWGT .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qM1gC2sWGT .collapsed button.navbar-toggler {
  display: block;
}
.cid-qM1gC2sWGT .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qM1gC2sWGT .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qM1gC2sWGT .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qM1gC2sWGT .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qM1gC2sWGT .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qM1gC2sWGT .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: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qM1gC2sWGT.navbar-expand {
    flex-direction: column;
  }
  .cid-qM1gC2sWGT img {
    height: 3.8rem !important;
  }
  .cid-qM1gC2sWGT .btn {
    display: flex;
  }
  .cid-qM1gC2sWGT button.navbar-toggler {
    display: block;
  }
  .cid-qM1gC2sWGT .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qM1gC2sWGT .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qM1gC2sWGT .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qM1gC2sWGT .navbar-collapse.collapsing,
  .cid-qM1gC2sWGT .navbar-collapse.show {
    display: block !important;
  }
  .cid-qM1gC2sWGT .navbar-collapse.collapsing .navbar-nav,
  .cid-qM1gC2sWGT .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qM1gC2sWGT .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qM1gC2sWGT .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qM1gC2sWGT .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qM1gC2sWGT .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qM1gC2sWGT .navbar-collapse.collapsing .navbar-buttons,
  .cid-qM1gC2sWGT .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qM1gC2sWGT .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qM1gC2sWGT .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qM1gC2sWGT .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qM1gC2sWGT .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qM1gC2sWGT .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qM1gC2sWGT .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: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-qM1gC2sWGT .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qM1gC2sWGT .navbar-collapse {
  flex-basis: auto;
}
.cid-qM1gC2sWGT .nav-link:hover,
.cid-qM1gC2sWGT .dropdown-item:hover {
  color: #767676 !important;
}
.cid-qM1gC78h5L {
  background-image: url("../../../assets/images/hyena-hero-1920-1900x1200.jpg");
}
.cid-qM1gC78h5L .mbr-section-subtitle {
  letter-spacing: .2rem;
}
.cid-qM1gC78h5L .mbr-text,
.cid-qM1gC78h5L .mbr-section-btn {
  color: #465052;
}
.cid-qM1gC78h5L H1 {
  color: #767676;
}
.cid-qM1gC78h5L H3 {
  color: #767676;
}
.cid-qM2PEDY0NE {
  background-image: url("../../../assets/images/hyena-profile-10x12-flip2-2-1920x1280.jpg");
}
.cid-qM2PEDY0NE h1 {
  color: #616161;
}
.cid-qM2PEDY0NE h2,
.cid-qM2PEDY0NE h3,
.cid-qM2PEDY0NE p {
  color: #767676;
}
.cid-qM2PEDY0NE .mbr-section-subtitle {
  font-style: italic;
}
.cid-qM2PEDY0NE P {
  text-align: left;
}
.cid-qM8Jo8PjBc {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qM8Jo8PjBc .mbr-section-subtitle {
  color: #767676;
}
.cid-qM8Jo8PjBc .btn {
  margin: 0 0 .5rem 0;
}
.cid-qM1gC7T6ze {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-qM1gC7T6ze .content {
    text-align: center;
  }
  .cid-qM1gC7T6ze .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-qM1gC7T6ze .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-qM1gC7T6ze .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-qM1gC7T6ze .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-qM1gC7T6ze .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qM1gC7T6ze .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qM1gC7T6ze .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qM1gC7T6ze .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qM1gC7T6ze .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qM1gC7T6ze .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qM1gC7T6ze .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qM1gC7T6ze .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-ulJRZZWyWI .navbar {
  background: #cccccc;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-ulJRZZWyWI .navbar-dropdown.bg-color.transparent.opened {
  background: #cccccc;
}
.cid-ulJRZZWyWI a {
  font-style: normal;
}
.cid-ulJRZZWyWI .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-ulJRZZWyWI .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-ulJRZZWyWI .nav-item:focus,
.cid-ulJRZZWyWI .nav-link:focus {
  outline: none;
}
.cid-ulJRZZWyWI .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-ulJRZZWyWI .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-ulJRZZWyWI .menu-logo {
  margin-right: auto;
}
.cid-ulJRZZWyWI .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-ulJRZZWyWI .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-ulJRZZWyWI .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-ulJRZZWyWI .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-ulJRZZWyWI .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-ulJRZZWyWI .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-ulJRZZWyWI .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-ulJRZZWyWI .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-ulJRZZWyWI .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ulJRZZWyWI .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-ulJRZZWyWI .dropdown .dropdown-menu {
  background: #cccccc;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-ulJRZZWyWI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-ulJRZZWyWI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ulJRZZWyWI .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-ulJRZZWyWI .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ulJRZZWyWI .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-ulJRZZWyWI .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-ulJRZZWyWI .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-ulJRZZWyWI .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-ulJRZZWyWI .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-ulJRZZWyWI .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-ulJRZZWyWI .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-ulJRZZWyWI button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-ulJRZZWyWI button.navbar-toggler:focus {
  outline: none;
}
.cid-ulJRZZWyWI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-ulJRZZWyWI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ulJRZZWyWI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ulJRZZWyWI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ulJRZZWyWI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ulJRZZWyWI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ulJRZZWyWI nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ulJRZZWyWI nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ulJRZZWyWI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ulJRZZWyWI .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-ulJRZZWyWI .collapsed .btn {
  display: flex;
}
.cid-ulJRZZWyWI .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-ulJRZZWyWI .collapsed .navbar-collapse.collapsing,
.cid-ulJRZZWyWI .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-ulJRZZWyWI .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-ulJRZZWyWI .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-ulJRZZWyWI .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-ulJRZZWyWI .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-ulJRZZWyWI .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-ulJRZZWyWI .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-ulJRZZWyWI .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-ulJRZZWyWI .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-ulJRZZWyWI .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-ulJRZZWyWI .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-ulJRZZWyWI .collapsed button.navbar-toggler {
  display: block;
}
.cid-ulJRZZWyWI .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-ulJRZZWyWI .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ulJRZZWyWI .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-ulJRZZWyWI .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-ulJRZZWyWI .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-ulJRZZWyWI .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: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-ulJRZZWyWI.navbar-expand {
    flex-direction: column;
  }
  .cid-ulJRZZWyWI img {
    height: 3.8rem !important;
  }
  .cid-ulJRZZWyWI .btn {
    display: flex;
  }
  .cid-ulJRZZWyWI button.navbar-toggler {
    display: block;
  }
  .cid-ulJRZZWyWI .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-ulJRZZWyWI .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ulJRZZWyWI .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-ulJRZZWyWI .navbar-collapse.collapsing,
  .cid-ulJRZZWyWI .navbar-collapse.show {
    display: block !important;
  }
  .cid-ulJRZZWyWI .navbar-collapse.collapsing .navbar-nav,
  .cid-ulJRZZWyWI .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-ulJRZZWyWI .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-ulJRZZWyWI .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-ulJRZZWyWI .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-ulJRZZWyWI .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-ulJRZZWyWI .navbar-collapse.collapsing .navbar-buttons,
  .cid-ulJRZZWyWI .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-ulJRZZWyWI .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-ulJRZZWyWI .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-ulJRZZWyWI .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-ulJRZZWyWI .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-ulJRZZWyWI .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-ulJRZZWyWI .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: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-ulJRZZWyWI .menu-logo {
    flex-shrink: 0;
  }
}
.cid-ulJRZZWyWI .navbar-collapse {
  flex-basis: auto;
}
.cid-ulJRZZWyWI .nav-link:hover,
.cid-ulJRZZWyWI .dropdown-item:hover {
  color: #767676 !important;
}
.cid-ulJSVD7puz {
  padding-top: 120px;
  padding-bottom: 15px;
  background-color: #c1c1c1;
}
.cid-ulJSVD7puz .line {
  background-color: #767676;
  color: #767676;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ulJSVD7puz .section-text {
  padding: 2rem 0;
  color: #232323;
}
.cid-ulJSVD7puz .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-ulJSVD7puz .inner-container {
    width: 100% !important;
  }
}
.cid-ulJSHE7XxI {
  background: #ffffff;
  padding-top: 105px;
  padding-bottom: 60px;
}
.cid-ulJSHE7XxI .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-ulJSHE7XxI .video-block {
    width: 100% !important;
  }
}
.cid-ulJS00uECe {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ulJS00uECe .mbr-section-subtitle {
  color: #767676;
}
.cid-ulJS00uECe .btn {
  margin: 0 0 .5rem 0;
}
.cid-ulJS00G04E {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-ulJS00G04E .content {
    text-align: center;
  }
  .cid-ulJS00G04E .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ulJS00G04E .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-ulJS00G04E .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-ulJS00G04E .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-ulJS00G04E .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-ulJS00G04E .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-ulJS00G04E .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-ulJS00G04E .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-ulJS00G04E .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-ulJS00G04E .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-ulJS00G04E .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ulJS00G04E .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
