body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Bebas Neue', display;
  font-size: 5rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 8rem;
}
.display-2 {
  font-family: 'Bebas Neue', display;
  font-size: 2.4rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 3.84rem;
}
.display-4 {
  font-family: 'Bebas Neue', display;
  font-size: 1.3rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 2.08rem;
}
.display-5 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.4rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.24rem;
}
.display-7 {
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 1.2rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 4rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((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: #232323 !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: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #f90909 !important;
  border-color: #f90909 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #b10404 !important;
  border-color: #b10404 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #b10404 !important;
  border-color: #b10404 !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: #000000;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #232323;
  border-color: #232323;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #980404;
  color: #980404;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #f90909;
  border-color: #f90909;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #f90909 !important;
  border-color: #f90909 !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: #232323 !important;
}
.text-secondary {
  color: #f90909 !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: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #980404 !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: #232323;
  border-color: #232323;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #232323;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #d5d5d5;
}
.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 a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 1.2rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.92rem;
}
blockquote {
  border-color: #232323;
}
/* 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: #232323;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #232323;
}
.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: #232323;
  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: #232323;
  border-bottom-color: #232323;
}
.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: #232323 !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: #f90909 !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='%23232323' %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-tVeBmvpLDN .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-tVeBmvpLDN .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tVeBmvpLDN a {
  font-style: normal;
}
.cid-tVeBmvpLDN .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tVeBmvpLDN .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-tVeBmvpLDN .nav-item:focus,
.cid-tVeBmvpLDN .nav-link:focus {
  outline: none;
}
.cid-tVeBmvpLDN .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tVeBmvpLDN .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tVeBmvpLDN .menu-logo {
  margin-right: auto;
}
.cid-tVeBmvpLDN .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tVeBmvpLDN .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-tVeBmvpLDN .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tVeBmvpLDN .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tVeBmvpLDN .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tVeBmvpLDN .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tVeBmvpLDN .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tVeBmvpLDN .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tVeBmvpLDN .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tVeBmvpLDN .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tVeBmvpLDN .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tVeBmvpLDN .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tVeBmvpLDN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tVeBmvpLDN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tVeBmvpLDN .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tVeBmvpLDN .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-tVeBmvpLDN .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-tVeBmvpLDN .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tVeBmvpLDN .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tVeBmvpLDN .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tVeBmvpLDN .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tVeBmvpLDN .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tVeBmvpLDN .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tVeBmvpLDN button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tVeBmvpLDN button.navbar-toggler:focus {
  outline: none;
}
.cid-tVeBmvpLDN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #465052;
}
.cid-tVeBmvpLDN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tVeBmvpLDN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tVeBmvpLDN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tVeBmvpLDN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tVeBmvpLDN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tVeBmvpLDN nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tVeBmvpLDN nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tVeBmvpLDN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tVeBmvpLDN .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tVeBmvpLDN .collapsed .btn {
  display: -webkit-flex;
}
.cid-tVeBmvpLDN .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tVeBmvpLDN .collapsed .navbar-collapse.collapsing,
.cid-tVeBmvpLDN .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tVeBmvpLDN .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tVeBmvpLDN .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tVeBmvpLDN .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tVeBmvpLDN .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tVeBmvpLDN .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tVeBmvpLDN .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tVeBmvpLDN .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tVeBmvpLDN .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tVeBmvpLDN .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tVeBmvpLDN .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-tVeBmvpLDN .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-tVeBmvpLDN .collapsed button.navbar-toggler {
  display: block;
}
.cid-tVeBmvpLDN .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tVeBmvpLDN .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tVeBmvpLDN .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-tVeBmvpLDN .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tVeBmvpLDN .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tVeBmvpLDN .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: 1023px) {
  .cid-tVeBmvpLDN.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tVeBmvpLDN img {
    height: 3.8rem !important;
  }
  .cid-tVeBmvpLDN .btn {
    display: -webkit-flex;
  }
  .cid-tVeBmvpLDN button.navbar-toggler {
    display: block;
  }
  .cid-tVeBmvpLDN .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tVeBmvpLDN .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tVeBmvpLDN .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tVeBmvpLDN .navbar-collapse.collapsing,
  .cid-tVeBmvpLDN .navbar-collapse.show {
    display: block !important;
  }
  .cid-tVeBmvpLDN .navbar-collapse.collapsing .navbar-nav,
  .cid-tVeBmvpLDN .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tVeBmvpLDN .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tVeBmvpLDN .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tVeBmvpLDN .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tVeBmvpLDN .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tVeBmvpLDN .navbar-collapse.collapsing .navbar-buttons,
  .cid-tVeBmvpLDN .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tVeBmvpLDN .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tVeBmvpLDN .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tVeBmvpLDN .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-tVeBmvpLDN .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tVeBmvpLDN .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tVeBmvpLDN .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-tVeBmvpLDN .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tVeBmvpLDN .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tVeBmvpLDN .nav-link:hover,
.cid-tVeBmvpLDN .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-s7yBQH6PjA {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s7yBQH6PjA .mbr-section-subtitle {
  color: #767676;
}
.cid-u0e9j4U8wT {
  padding-top: 90px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/75-logo-banner-1.jpg");
}
.cid-s7ndNZ4RQg {
  background-image: url("../../../assets/images/nested-terminal-2-1-crop.jpg");
}
.cid-s7ndNZ4RQg H1 {
  color: #f90909;
}
.cid-sg90PAH41W {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sg90PAH41W .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-sg90PAH41W .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sg90PAH41W .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-sg90PAH41W .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-sg90PAH41W .mbr-text {
  color: #767676;
  text-align: left;
}
.cid-s88gEXwefF {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #cccccc;
}
.cid-s88gEXwefF .mbr-section-subtitle {
  color: #767676;
}
.cid-s7A6JiPbUh {
  padding-top: 60px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/upg10-rear-spng-2-1-crop-bw.jpg");
}
.cid-s7A6JiPbUh .card-box {
  padding: 0 2rem;
}
.cid-s7A6JiPbUh .mbr-section-btn {
  padding-top: 1rem;
}
.cid-s7A6JiPbUh .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-s7A6JiPbUh h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-s7A6JiPbUh p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-s7A6JiPbUh .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-s7A6JiPbUh .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-s7A6JiPbUh .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-s7A6JiPbUh .card-title {
  text-align: center;
  color: #f90909;
}
.cid-sRSupR4GSw {
  padding-top: 60px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/upg10-rear-spng-2-1-crop-bw.jpg");
}
.cid-sRSupR4GSw .card-box {
  padding: 0 2rem;
}
.cid-sRSupR4GSw .mbr-section-btn {
  padding-top: 1rem;
}
.cid-sRSupR4GSw .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-sRSupR4GSw h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-sRSupR4GSw p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-sRSupR4GSw .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-sRSupR4GSw .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sRSupR4GSw .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-sRSupR4GSw .card-title {
  text-align: center;
  color: #f90909;
}
.cid-s88hfuYBGk {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #cccccc;
}
.cid-s88hfuYBGk .mbr-section-subtitle {
  color: #767676;
}
.cid-s7zJLefVKb {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s7zJLefVKb h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-s7zJLefVKb p {
  color: #767676;
  text-align: left;
}
.cid-s7zJLefVKb .card-box {
  padding-top: 2rem;
}
.cid-s7zJLefVKb .card-wrapper {
  height: 100%;
}
.cid-tVeu95hZdt {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tVeu95hZdt .content {
    text-align: center;
  }
  .cid-tVeu95hZdt .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tVeu95hZdt .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tVeu95hZdt .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tVeu95hZdt .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-tVeu95hZdt .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tVeu95hZdt .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tVeu95hZdt .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tVeu95hZdt .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tVeu95hZdt .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tVeu95hZdt .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tVeu95hZdt .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tVeu95hZdt .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tVeu95hZdt P {
  text-align: center;
  color: #767676;
}
.cid-tVeu95hZdt .copyright > p {
  color: #767676;
}
.cid-tVeu95hZdt H5 {
  text-align: center;
  color: #232323;
}
.cid-s7zzeY3kiO {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s7zzeY3kiO .mbr-section-subtitle {
  color: #767676;
}
.cid-s7zzmY5g48 .modal-body .close {
  background: #1b1b1b;
}
.cid-s7zzmY5g48 .modal-body .close span {
  font-style: normal;
}
.cid-s7zzmY5g48 .carousel-inner > .active,
.cid-s7zzmY5g48 .carousel-inner > .next,
.cid-s7zzmY5g48 .carousel-inner > .prev {
  display: table;
}
.cid-s7zzmY5g48 .carousel-control .icon-next,
.cid-s7zzmY5g48 .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-s7zzmY5g48 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s7zzmY5g48 .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-s7zzmY5g48 .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-s7zzmY5g48 .boxed-slider > div {
  position: relative;
}
.cid-s7zzmY5g48 .container img {
  width: 100%;
}
.cid-s7zzmY5g48 .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-s7zzmY5g48 .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-s7zzmY5g48 .mbr-table-cell {
  padding: 0;
}
.cid-s7zzmY5g48 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-s7zzmY5g48 .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-s7zzmY5g48 .mbr-overlay {
  z-index: 1;
}
.cid-s7zzmY5g48 .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-s7zzmY5g48 .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-s7zzmY5g48 .carousel-item .container {
    width: 100%;
  }
}
.cid-s7zzmY5g48 .carousel-item-next.carousel-item-left,
.cid-s7zzmY5g48 .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-s7zzmY5g48 .active.carousel-item-right,
.cid-s7zzmY5g48 .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-s7zzmY5g48 .active.carousel-item-left,
.cid-s7zzmY5g48 .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-s7zzmY5g48 .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  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-s7zzmY5g48 .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-s7zzmY5g48 .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-s7zzmY5g48 .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-s7zzmY5g48 .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-s7zzmY5g48 .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-s7zzmY5g48 .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-s7zzmY5g48 .mbr-slider .carousel-indicators li.active,
.cid-s7zzmY5g48 .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-s7zzmY5g48 .mbr-slider .carousel-indicators li::after,
.cid-s7zzmY5g48 .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-s7zzmY5g48 .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-s7zzmY5g48 .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-s7zzmY5g48 .mbr-slider > .container img {
  width: 100%;
}
.cid-s7zzmY5g48 .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-s7zzmY5g48 .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-s7zzmY5g48 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-s7zzmY5g48 .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-s7zzmY5g48 .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-s7zzmY5g48 .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-s7zzmY5g48 .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-s7zzmY5g48 .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-s7zzmY5g48 .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-s7zzmY5g48 .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-s7zzmY5g48 .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-s7zzmY5g48 .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-s7zzmY5g48 .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-s7zzmY5g48 H2 {
  color: #f90909;
}
.cid-s88bODkjUR {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #cccccc;
}
.cid-s88bODkjUR .mbr-section-subtitle {
  color: #767676;
}
.cid-s7zEuzJz3P {
  padding-top: 60px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/upg10-rear-spng-2-1-crop-bw.jpg");
}
.cid-s7zEuzJz3P .card-box {
  padding: 0 2rem;
}
.cid-s7zEuzJz3P .mbr-section-btn {
  padding-top: 1rem;
}
.cid-s7zEuzJz3P .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-s7zEuzJz3P h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-s7zEuzJz3P p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-s7zEuzJz3P .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-s7zEuzJz3P .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-s7zEuzJz3P .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-s7zEuzJz3P .card-title {
  text-align: center;
  color: #f90909;
}
.cid-s82pWds34W {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #cccccc;
}
.cid-s82pWds34W .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-s82pWds34W .modal-body .close {
  background: #1b1b1b;
}
.cid-s82pWds34W .modal-body .close span {
  font-style: normal;
}
.cid-s82pWds34W .carousel-inner > .active,
.cid-s82pWds34W .carousel-inner > .next,
.cid-s82pWds34W .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-s82pWds34W .carousel-control .icon-next,
.cid-s82pWds34W .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-s82pWds34W .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s82pWds34W .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-s82pWds34W .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-s82pWds34W .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-s82pWds34W .boxed-slider > div {
  position: relative;
}
.cid-s82pWds34W .container img {
  width: 100%;
}
.cid-s82pWds34W .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-s82pWds34W .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-s82pWds34W .mbr-table-cell {
  padding: 0;
}
.cid-s82pWds34W .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-s82pWds34W .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-s82pWds34W .mbr-overlay {
  z-index: 1;
}
.cid-s82pWds34W .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-s82pWds34W .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-s82pWds34W .carousel-item .container {
    width: 100%;
  }
}
.cid-s82pWds34W .carousel-item-next.carousel-item-left,
.cid-s82pWds34W .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-s82pWds34W .active.carousel-item-right,
.cid-s82pWds34W .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-s82pWds34W .active.carousel-item-left,
.cid-s82pWds34W .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-s82pWds34W .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-s82pWds34W .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-s82pWds34W .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-s82pWds34W .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-s82pWds34W .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-s82pWds34W .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-s82pWds34W .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-s82pWds34W .mbr-slider .carousel-indicators li.active,
.cid-s82pWds34W .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-s82pWds34W .mbr-slider .carousel-indicators li::after,
.cid-s82pWds34W .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-s82pWds34W .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-s82pWds34W .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-s82pWds34W .mbr-slider > .container img {
  width: 100%;
}
.cid-s82pWds34W .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-s82pWds34W .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-s82pWds34W .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-s82pWds34W .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-s82pWds34W .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-s82pWds34W .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-s82pWds34W .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-s82pWds34W .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-s82pWds34W .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-s82pWds34W .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-s82pWds34W .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-s82pWds34W .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-s82pWds34W .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-s82pWds34W .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-s82pWds34W .carousel-inner {
  height: 100%;
}
.cid-s82pWds34W .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-s82pWds34W .image_wrapper {
  height: 540px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-s82pWds34W .image_wrapper img {
  width: auto !important;
  height: 100%;
}
.cid-s82pWds34W .carousel-item .container-slide {
  text-align: center;
}
.cid-s82pWds34W .content-slider-wrap {
  width: 100%;
}
.cid-s88hnVZE2L {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #cccccc;
}
.cid-s88hnVZE2L .mbr-section-subtitle {
  color: #767676;
}
.cid-tVeZ0b3Cs3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tVeZ0b3Cs3 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tVeZ0b3Cs3 p {
  color: #767676;
  text-align: left;
}
.cid-tVeZ0b3Cs3 .card-box {
  padding-top: 2rem;
}
.cid-tVeZ0b3Cs3 .card-wrapper {
  height: 100%;
}
.cid-t6olz40b36 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-t6olz40b36 .content {
    text-align: center;
  }
  .cid-t6olz40b36 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-t6olz40b36 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-t6olz40b36 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-t6olz40b36 .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-t6olz40b36 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-t6olz40b36 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-t6olz40b36 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-t6olz40b36 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-t6olz40b36 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-t6olz40b36 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-t6olz40b36 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t6olz40b36 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t6olz40b36 P {
  text-align: center;
  color: #767676;
}
.cid-t6olz40b36 .copyright > p {
  color: #767676;
}
.cid-t6olz40b36 H5 {
  text-align: center;
  color: #232323;
}
.cid-tVeBmvpLDN .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-tVeBmvpLDN .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tVeBmvpLDN a {
  font-style: normal;
}
.cid-tVeBmvpLDN .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tVeBmvpLDN .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-tVeBmvpLDN .nav-item:focus,
.cid-tVeBmvpLDN .nav-link:focus {
  outline: none;
}
.cid-tVeBmvpLDN .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tVeBmvpLDN .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tVeBmvpLDN .menu-logo {
  margin-right: auto;
}
.cid-tVeBmvpLDN .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tVeBmvpLDN .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-tVeBmvpLDN .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tVeBmvpLDN .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tVeBmvpLDN .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tVeBmvpLDN .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tVeBmvpLDN .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tVeBmvpLDN .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tVeBmvpLDN .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tVeBmvpLDN .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tVeBmvpLDN .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tVeBmvpLDN .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tVeBmvpLDN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tVeBmvpLDN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tVeBmvpLDN .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tVeBmvpLDN .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-tVeBmvpLDN .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-tVeBmvpLDN .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tVeBmvpLDN .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tVeBmvpLDN .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tVeBmvpLDN .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tVeBmvpLDN .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tVeBmvpLDN .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tVeBmvpLDN button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tVeBmvpLDN button.navbar-toggler:focus {
  outline: none;
}
.cid-tVeBmvpLDN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #465052;
}
.cid-tVeBmvpLDN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tVeBmvpLDN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tVeBmvpLDN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tVeBmvpLDN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tVeBmvpLDN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tVeBmvpLDN nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tVeBmvpLDN nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tVeBmvpLDN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tVeBmvpLDN .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tVeBmvpLDN .collapsed .btn {
  display: -webkit-flex;
}
.cid-tVeBmvpLDN .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tVeBmvpLDN .collapsed .navbar-collapse.collapsing,
.cid-tVeBmvpLDN .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tVeBmvpLDN .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tVeBmvpLDN .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tVeBmvpLDN .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tVeBmvpLDN .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tVeBmvpLDN .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tVeBmvpLDN .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tVeBmvpLDN .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tVeBmvpLDN .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tVeBmvpLDN .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tVeBmvpLDN .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-tVeBmvpLDN .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-tVeBmvpLDN .collapsed button.navbar-toggler {
  display: block;
}
.cid-tVeBmvpLDN .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tVeBmvpLDN .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tVeBmvpLDN .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-tVeBmvpLDN .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tVeBmvpLDN .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tVeBmvpLDN .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: 1023px) {
  .cid-tVeBmvpLDN.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tVeBmvpLDN img {
    height: 3.8rem !important;
  }
  .cid-tVeBmvpLDN .btn {
    display: -webkit-flex;
  }
  .cid-tVeBmvpLDN button.navbar-toggler {
    display: block;
  }
  .cid-tVeBmvpLDN .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tVeBmvpLDN .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tVeBmvpLDN .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tVeBmvpLDN .navbar-collapse.collapsing,
  .cid-tVeBmvpLDN .navbar-collapse.show {
    display: block !important;
  }
  .cid-tVeBmvpLDN .navbar-collapse.collapsing .navbar-nav,
  .cid-tVeBmvpLDN .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tVeBmvpLDN .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tVeBmvpLDN .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tVeBmvpLDN .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tVeBmvpLDN .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tVeBmvpLDN .navbar-collapse.collapsing .navbar-buttons,
  .cid-tVeBmvpLDN .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tVeBmvpLDN .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tVeBmvpLDN .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tVeBmvpLDN .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-tVeBmvpLDN .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tVeBmvpLDN .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tVeBmvpLDN .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-tVeBmvpLDN .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tVeBmvpLDN .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tVeBmvpLDN .nav-link:hover,
.cid-tVeBmvpLDN .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-sRHtw1j19j {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sRHtw1j19j .mbr-section-subtitle {
  color: #767676;
}
.cid-sRHtw1uNYg .modal-body .close {
  background: #1b1b1b;
}
.cid-sRHtw1uNYg .modal-body .close span {
  font-style: normal;
}
.cid-sRHtw1uNYg .carousel-inner > .active,
.cid-sRHtw1uNYg .carousel-inner > .next,
.cid-sRHtw1uNYg .carousel-inner > .prev {
  display: table;
}
.cid-sRHtw1uNYg .carousel-control .icon-next,
.cid-sRHtw1uNYg .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-sRHtw1uNYg .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sRHtw1uNYg .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sRHtw1uNYg .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-sRHtw1uNYg .boxed-slider > div {
  position: relative;
}
.cid-sRHtw1uNYg .container img {
  width: 100%;
}
.cid-sRHtw1uNYg .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-sRHtw1uNYg .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sRHtw1uNYg .mbr-table-cell {
  padding: 0;
}
.cid-sRHtw1uNYg .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sRHtw1uNYg .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-sRHtw1uNYg .mbr-overlay {
  z-index: 1;
}
.cid-sRHtw1uNYg .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sRHtw1uNYg .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-sRHtw1uNYg .carousel-item .container {
    width: 100%;
  }
}
.cid-sRHtw1uNYg .carousel-item-next.carousel-item-left,
.cid-sRHtw1uNYg .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-sRHtw1uNYg .active.carousel-item-right,
.cid-sRHtw1uNYg .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-sRHtw1uNYg .active.carousel-item-left,
.cid-sRHtw1uNYg .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-sRHtw1uNYg .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  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-sRHtw1uNYg .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sRHtw1uNYg .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sRHtw1uNYg .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-sRHtw1uNYg .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sRHtw1uNYg .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sRHtw1uNYg .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-sRHtw1uNYg .mbr-slider .carousel-indicators li.active,
.cid-sRHtw1uNYg .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-sRHtw1uNYg .mbr-slider .carousel-indicators li::after,
.cid-sRHtw1uNYg .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-sRHtw1uNYg .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-sRHtw1uNYg .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-sRHtw1uNYg .mbr-slider > .container img {
  width: 100%;
}
.cid-sRHtw1uNYg .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-sRHtw1uNYg .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-sRHtw1uNYg .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sRHtw1uNYg .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sRHtw1uNYg .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-sRHtw1uNYg .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-sRHtw1uNYg .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-sRHtw1uNYg .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-sRHtw1uNYg .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-sRHtw1uNYg .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sRHtw1uNYg .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-sRHtw1uNYg .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-sRHtw1uNYg .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-sRHtw1uNYg H2 {
  color: #f90909;
}
.cid-sRHtw1uNYg P {
  text-align: center;
}
.cid-sRHtw1JMBo {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #cccccc;
}
.cid-sRHtw1JMBo .mbr-section-subtitle {
  color: #767676;
}
.cid-sRHtw1V5wI {
  padding-top: 60px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/upg10-rear-spng-2-1-crop-bw.jpg");
}
.cid-sRHtw1V5wI .card-box {
  padding: 0 2rem;
}
.cid-sRHtw1V5wI .mbr-section-btn {
  padding-top: 1rem;
}
.cid-sRHtw1V5wI .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-sRHtw1V5wI h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-sRHtw1V5wI p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-sRHtw1V5wI .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-sRHtw1V5wI .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sRHtw1V5wI .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-sRHtw1V5wI .card-title {
  text-align: center;
  color: #f90909;
}
.cid-tVf6fecrnl {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #cccccc;
}
.cid-tVf6fecrnl .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tVf6fecrnl .modal-body .close {
  background: #1b1b1b;
}
.cid-tVf6fecrnl .modal-body .close span {
  font-style: normal;
}
.cid-tVf6fecrnl .carousel-inner > .active,
.cid-tVf6fecrnl .carousel-inner > .next,
.cid-tVf6fecrnl .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-tVf6fecrnl .carousel-control .icon-next,
.cid-tVf6fecrnl .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-tVf6fecrnl .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tVf6fecrnl .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tVf6fecrnl .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-tVf6fecrnl .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-tVf6fecrnl .boxed-slider > div {
  position: relative;
}
.cid-tVf6fecrnl .container img {
  width: 100%;
}
.cid-tVf6fecrnl .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-tVf6fecrnl .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tVf6fecrnl .mbr-table-cell {
  padding: 0;
}
.cid-tVf6fecrnl .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tVf6fecrnl .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-tVf6fecrnl .mbr-overlay {
  z-index: 1;
}
.cid-tVf6fecrnl .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-tVf6fecrnl .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-tVf6fecrnl .carousel-item .container {
    width: 100%;
  }
}
.cid-tVf6fecrnl .carousel-item-next.carousel-item-left,
.cid-tVf6fecrnl .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-tVf6fecrnl .active.carousel-item-right,
.cid-tVf6fecrnl .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-tVf6fecrnl .active.carousel-item-left,
.cid-tVf6fecrnl .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-tVf6fecrnl .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-tVf6fecrnl .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tVf6fecrnl .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tVf6fecrnl .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-tVf6fecrnl .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tVf6fecrnl .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tVf6fecrnl .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-tVf6fecrnl .mbr-slider .carousel-indicators li.active,
.cid-tVf6fecrnl .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-tVf6fecrnl .mbr-slider .carousel-indicators li::after,
.cid-tVf6fecrnl .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-tVf6fecrnl .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-tVf6fecrnl .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-tVf6fecrnl .mbr-slider > .container img {
  width: 100%;
}
.cid-tVf6fecrnl .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-tVf6fecrnl .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-tVf6fecrnl .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tVf6fecrnl .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tVf6fecrnl .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-tVf6fecrnl .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-tVf6fecrnl .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-tVf6fecrnl .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-tVf6fecrnl .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-tVf6fecrnl .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-tVf6fecrnl .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-tVf6fecrnl .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-tVf6fecrnl .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-tVf6fecrnl .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-tVf6fecrnl .carousel-inner {
  height: 100%;
}
.cid-tVf6fecrnl .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-tVf6fecrnl .image_wrapper {
  height: 540px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-tVf6fecrnl .image_wrapper img {
  width: auto !important;
  height: 100%;
}
.cid-tVf6fecrnl .carousel-item .container-slide {
  text-align: center;
}
.cid-tVf6fecrnl .content-slider-wrap {
  width: 100%;
}
.cid-sRHtw2yViW {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #cccccc;
}
.cid-sRHtw2yViW .mbr-section-subtitle {
  color: #767676;
}
.cid-tVeZ9iYQxR {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tVeZ9iYQxR h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tVeZ9iYQxR p {
  color: #767676;
  text-align: left;
}
.cid-tVeZ9iYQxR .card-box {
  padding-top: 2rem;
}
.cid-tVeZ9iYQxR .card-wrapper {
  height: 100%;
}
.cid-t6olDkka56 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-t6olDkka56 .content {
    text-align: center;
  }
  .cid-t6olDkka56 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-t6olDkka56 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-t6olDkka56 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-t6olDkka56 .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-t6olDkka56 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-t6olDkka56 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-t6olDkka56 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-t6olDkka56 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-t6olDkka56 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-t6olDkka56 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-t6olDkka56 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t6olDkka56 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t6olDkka56 P {
  text-align: center;
  color: #767676;
}
.cid-t6olDkka56 .copyright > p {
  color: #767676;
}
.cid-t6olDkka56 H5 {
  text-align: center;
  color: #232323;
}
.cid-tVeBmvpLDN .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-tVeBmvpLDN .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tVeBmvpLDN a {
  font-style: normal;
}
.cid-tVeBmvpLDN .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tVeBmvpLDN .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-tVeBmvpLDN .nav-item:focus,
.cid-tVeBmvpLDN .nav-link:focus {
  outline: none;
}
.cid-tVeBmvpLDN .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tVeBmvpLDN .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tVeBmvpLDN .menu-logo {
  margin-right: auto;
}
.cid-tVeBmvpLDN .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tVeBmvpLDN .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-tVeBmvpLDN .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tVeBmvpLDN .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tVeBmvpLDN .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tVeBmvpLDN .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tVeBmvpLDN .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tVeBmvpLDN .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tVeBmvpLDN .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tVeBmvpLDN .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tVeBmvpLDN .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tVeBmvpLDN .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tVeBmvpLDN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tVeBmvpLDN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tVeBmvpLDN .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tVeBmvpLDN .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-tVeBmvpLDN .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-tVeBmvpLDN .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tVeBmvpLDN .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tVeBmvpLDN .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tVeBmvpLDN .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tVeBmvpLDN .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tVeBmvpLDN .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tVeBmvpLDN button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tVeBmvpLDN button.navbar-toggler:focus {
  outline: none;
}
.cid-tVeBmvpLDN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #465052;
}
.cid-tVeBmvpLDN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tVeBmvpLDN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tVeBmvpLDN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tVeBmvpLDN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tVeBmvpLDN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tVeBmvpLDN nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tVeBmvpLDN nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tVeBmvpLDN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tVeBmvpLDN .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tVeBmvpLDN .collapsed .btn {
  display: -webkit-flex;
}
.cid-tVeBmvpLDN .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tVeBmvpLDN .collapsed .navbar-collapse.collapsing,
.cid-tVeBmvpLDN .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tVeBmvpLDN .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tVeBmvpLDN .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tVeBmvpLDN .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tVeBmvpLDN .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tVeBmvpLDN .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tVeBmvpLDN .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tVeBmvpLDN .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tVeBmvpLDN .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tVeBmvpLDN .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tVeBmvpLDN .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-tVeBmvpLDN .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-tVeBmvpLDN .collapsed button.navbar-toggler {
  display: block;
}
.cid-tVeBmvpLDN .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tVeBmvpLDN .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tVeBmvpLDN .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-tVeBmvpLDN .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tVeBmvpLDN .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tVeBmvpLDN .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: 1023px) {
  .cid-tVeBmvpLDN.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tVeBmvpLDN img {
    height: 3.8rem !important;
  }
  .cid-tVeBmvpLDN .btn {
    display: -webkit-flex;
  }
  .cid-tVeBmvpLDN button.navbar-toggler {
    display: block;
  }
  .cid-tVeBmvpLDN .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tVeBmvpLDN .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tVeBmvpLDN .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tVeBmvpLDN .navbar-collapse.collapsing,
  .cid-tVeBmvpLDN .navbar-collapse.show {
    display: block !important;
  }
  .cid-tVeBmvpLDN .navbar-collapse.collapsing .navbar-nav,
  .cid-tVeBmvpLDN .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tVeBmvpLDN .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tVeBmvpLDN .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tVeBmvpLDN .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tVeBmvpLDN .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tVeBmvpLDN .navbar-collapse.collapsing .navbar-buttons,
  .cid-tVeBmvpLDN .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tVeBmvpLDN .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tVeBmvpLDN .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tVeBmvpLDN .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-tVeBmvpLDN .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tVeBmvpLDN .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tVeBmvpLDN .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-tVeBmvpLDN .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tVeBmvpLDN .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tVeBmvpLDN .nav-link:hover,
.cid-tVeBmvpLDN .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-sRHtAmgKnJ {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sRHtAmgKnJ .mbr-section-subtitle {
  color: #767676;
}
.cid-sRHtAmrMi7 .modal-body .close {
  background: #1b1b1b;
}
.cid-sRHtAmrMi7 .modal-body .close span {
  font-style: normal;
}
.cid-sRHtAmrMi7 .carousel-inner > .active,
.cid-sRHtAmrMi7 .carousel-inner > .next,
.cid-sRHtAmrMi7 .carousel-inner > .prev {
  display: table;
}
.cid-sRHtAmrMi7 .carousel-control .icon-next,
.cid-sRHtAmrMi7 .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-sRHtAmrMi7 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sRHtAmrMi7 .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sRHtAmrMi7 .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-sRHtAmrMi7 .boxed-slider > div {
  position: relative;
}
.cid-sRHtAmrMi7 .container img {
  width: 100%;
}
.cid-sRHtAmrMi7 .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-sRHtAmrMi7 .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sRHtAmrMi7 .mbr-table-cell {
  padding: 0;
}
.cid-sRHtAmrMi7 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sRHtAmrMi7 .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-sRHtAmrMi7 .mbr-overlay {
  z-index: 1;
}
.cid-sRHtAmrMi7 .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sRHtAmrMi7 .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-sRHtAmrMi7 .carousel-item .container {
    width: 100%;
  }
}
.cid-sRHtAmrMi7 .carousel-item-next.carousel-item-left,
.cid-sRHtAmrMi7 .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-sRHtAmrMi7 .active.carousel-item-right,
.cid-sRHtAmrMi7 .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-sRHtAmrMi7 .active.carousel-item-left,
.cid-sRHtAmrMi7 .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-sRHtAmrMi7 .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  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-sRHtAmrMi7 .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sRHtAmrMi7 .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sRHtAmrMi7 .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-sRHtAmrMi7 .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sRHtAmrMi7 .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sRHtAmrMi7 .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-sRHtAmrMi7 .mbr-slider .carousel-indicators li.active,
.cid-sRHtAmrMi7 .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-sRHtAmrMi7 .mbr-slider .carousel-indicators li::after,
.cid-sRHtAmrMi7 .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-sRHtAmrMi7 .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-sRHtAmrMi7 .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-sRHtAmrMi7 .mbr-slider > .container img {
  width: 100%;
}
.cid-sRHtAmrMi7 .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-sRHtAmrMi7 .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-sRHtAmrMi7 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sRHtAmrMi7 .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sRHtAmrMi7 .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-sRHtAmrMi7 .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-sRHtAmrMi7 .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-sRHtAmrMi7 .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-sRHtAmrMi7 .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-sRHtAmrMi7 .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sRHtAmrMi7 .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-sRHtAmrMi7 .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-sRHtAmrMi7 .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-sRHtAmrMi7 H2 {
  color: #f90909;
}
.cid-sRHtAmGytU {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #cccccc;
}
.cid-sRHtAmGytU .mbr-section-subtitle {
  color: #767676;
}
.cid-sRHtAmRqm9 {
  padding-top: 60px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/upg10-rear-spng-2-1-crop-bw.jpg");
}
.cid-sRHtAmRqm9 .card-box {
  padding: 0 2rem;
}
.cid-sRHtAmRqm9 .mbr-section-btn {
  padding-top: 1rem;
}
.cid-sRHtAmRqm9 .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-sRHtAmRqm9 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-sRHtAmRqm9 p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-sRHtAmRqm9 .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-sRHtAmRqm9 .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sRHtAmRqm9 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-sRHtAmRqm9 .card-title {
  text-align: center;
  color: #f90909;
}
.cid-tVf77Yy8ty {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #cccccc;
}
.cid-tVf77Yy8ty .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tVf77Yy8ty .modal-body .close {
  background: #1b1b1b;
}
.cid-tVf77Yy8ty .modal-body .close span {
  font-style: normal;
}
.cid-tVf77Yy8ty .carousel-inner > .active,
.cid-tVf77Yy8ty .carousel-inner > .next,
.cid-tVf77Yy8ty .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-tVf77Yy8ty .carousel-control .icon-next,
.cid-tVf77Yy8ty .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-tVf77Yy8ty .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tVf77Yy8ty .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tVf77Yy8ty .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-tVf77Yy8ty .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-tVf77Yy8ty .boxed-slider > div {
  position: relative;
}
.cid-tVf77Yy8ty .container img {
  width: 100%;
}
.cid-tVf77Yy8ty .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-tVf77Yy8ty .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tVf77Yy8ty .mbr-table-cell {
  padding: 0;
}
.cid-tVf77Yy8ty .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tVf77Yy8ty .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-tVf77Yy8ty .mbr-overlay {
  z-index: 1;
}
.cid-tVf77Yy8ty .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-tVf77Yy8ty .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-tVf77Yy8ty .carousel-item .container {
    width: 100%;
  }
}
.cid-tVf77Yy8ty .carousel-item-next.carousel-item-left,
.cid-tVf77Yy8ty .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-tVf77Yy8ty .active.carousel-item-right,
.cid-tVf77Yy8ty .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-tVf77Yy8ty .active.carousel-item-left,
.cid-tVf77Yy8ty .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-tVf77Yy8ty .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-tVf77Yy8ty .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tVf77Yy8ty .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tVf77Yy8ty .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-tVf77Yy8ty .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tVf77Yy8ty .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tVf77Yy8ty .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-tVf77Yy8ty .mbr-slider .carousel-indicators li.active,
.cid-tVf77Yy8ty .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-tVf77Yy8ty .mbr-slider .carousel-indicators li::after,
.cid-tVf77Yy8ty .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-tVf77Yy8ty .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-tVf77Yy8ty .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-tVf77Yy8ty .mbr-slider > .container img {
  width: 100%;
}
.cid-tVf77Yy8ty .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-tVf77Yy8ty .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-tVf77Yy8ty .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tVf77Yy8ty .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tVf77Yy8ty .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-tVf77Yy8ty .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-tVf77Yy8ty .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-tVf77Yy8ty .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-tVf77Yy8ty .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-tVf77Yy8ty .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-tVf77Yy8ty .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-tVf77Yy8ty .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-tVf77Yy8ty .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-tVf77Yy8ty .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-tVf77Yy8ty .carousel-inner {
  height: 100%;
}
.cid-tVf77Yy8ty .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-tVf77Yy8ty .image_wrapper {
  height: 540px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-tVf77Yy8ty .image_wrapper img {
  width: auto !important;
  height: 100%;
}
.cid-tVf77Yy8ty .carousel-item .container-slide {
  text-align: center;
}
.cid-tVf77Yy8ty .content-slider-wrap {
  width: 100%;
}
.cid-sRHtAnxk1U {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #cccccc;
}
.cid-sRHtAnxk1U .mbr-section-subtitle {
  color: #767676;
}
.cid-tVeZdywSIf {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tVeZdywSIf h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tVeZdywSIf p {
  color: #767676;
  text-align: left;
}
.cid-tVeZdywSIf .card-box {
  padding-top: 2rem;
}
.cid-tVeZdywSIf .card-wrapper {
  height: 100%;
}
.cid-t6olIVwjMV {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-t6olIVwjMV .content {
    text-align: center;
  }
  .cid-t6olIVwjMV .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-t6olIVwjMV .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-t6olIVwjMV .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-t6olIVwjMV .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-t6olIVwjMV .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-t6olIVwjMV .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-t6olIVwjMV .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-t6olIVwjMV .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-t6olIVwjMV .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-t6olIVwjMV .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-t6olIVwjMV .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t6olIVwjMV .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t6olIVwjMV P {
  text-align: center;
  color: #767676;
}
.cid-t6olIVwjMV .copyright > p {
  color: #767676;
}
.cid-t6olIVwjMV H5 {
  text-align: center;
  color: #232323;
}
.cid-tVeBmvpLDN .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-tVeBmvpLDN .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tVeBmvpLDN a {
  font-style: normal;
}
.cid-tVeBmvpLDN .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tVeBmvpLDN .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-tVeBmvpLDN .nav-item:focus,
.cid-tVeBmvpLDN .nav-link:focus {
  outline: none;
}
.cid-tVeBmvpLDN .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tVeBmvpLDN .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tVeBmvpLDN .menu-logo {
  margin-right: auto;
}
.cid-tVeBmvpLDN .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tVeBmvpLDN .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-tVeBmvpLDN .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tVeBmvpLDN .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tVeBmvpLDN .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tVeBmvpLDN .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tVeBmvpLDN .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tVeBmvpLDN .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tVeBmvpLDN .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tVeBmvpLDN .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tVeBmvpLDN .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tVeBmvpLDN .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tVeBmvpLDN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tVeBmvpLDN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tVeBmvpLDN .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tVeBmvpLDN .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-tVeBmvpLDN .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-tVeBmvpLDN .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tVeBmvpLDN .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tVeBmvpLDN .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tVeBmvpLDN .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tVeBmvpLDN .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tVeBmvpLDN .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tVeBmvpLDN button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tVeBmvpLDN button.navbar-toggler:focus {
  outline: none;
}
.cid-tVeBmvpLDN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #465052;
}
.cid-tVeBmvpLDN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tVeBmvpLDN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tVeBmvpLDN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tVeBmvpLDN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tVeBmvpLDN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tVeBmvpLDN nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tVeBmvpLDN nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tVeBmvpLDN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tVeBmvpLDN .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tVeBmvpLDN .collapsed .btn {
  display: -webkit-flex;
}
.cid-tVeBmvpLDN .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tVeBmvpLDN .collapsed .navbar-collapse.collapsing,
.cid-tVeBmvpLDN .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tVeBmvpLDN .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tVeBmvpLDN .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tVeBmvpLDN .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tVeBmvpLDN .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tVeBmvpLDN .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tVeBmvpLDN .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tVeBmvpLDN .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tVeBmvpLDN .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tVeBmvpLDN .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tVeBmvpLDN .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-tVeBmvpLDN .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-tVeBmvpLDN .collapsed button.navbar-toggler {
  display: block;
}
.cid-tVeBmvpLDN .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tVeBmvpLDN .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tVeBmvpLDN .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-tVeBmvpLDN .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tVeBmvpLDN .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tVeBmvpLDN .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: 1023px) {
  .cid-tVeBmvpLDN.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tVeBmvpLDN img {
    height: 3.8rem !important;
  }
  .cid-tVeBmvpLDN .btn {
    display: -webkit-flex;
  }
  .cid-tVeBmvpLDN button.navbar-toggler {
    display: block;
  }
  .cid-tVeBmvpLDN .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tVeBmvpLDN .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tVeBmvpLDN .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tVeBmvpLDN .navbar-collapse.collapsing,
  .cid-tVeBmvpLDN .navbar-collapse.show {
    display: block !important;
  }
  .cid-tVeBmvpLDN .navbar-collapse.collapsing .navbar-nav,
  .cid-tVeBmvpLDN .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tVeBmvpLDN .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tVeBmvpLDN .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tVeBmvpLDN .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tVeBmvpLDN .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tVeBmvpLDN .navbar-collapse.collapsing .navbar-buttons,
  .cid-tVeBmvpLDN .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tVeBmvpLDN .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tVeBmvpLDN .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tVeBmvpLDN .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-tVeBmvpLDN .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tVeBmvpLDN .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tVeBmvpLDN .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-tVeBmvpLDN .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tVeBmvpLDN .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tVeBmvpLDN .nav-link:hover,
.cid-tVeBmvpLDN .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-s7zSIj72wA {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s7zSIj72wA .mbr-section-subtitle {
  color: #767676;
}
.cid-u0ecMg9iMV {
  padding-top: 90px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/75-logo-banner-1.jpg");
}
.cid-s82zW70gQ4 {
  background-image: url("../../../assets/images/adobestock-80567836-2-1-crop.jpg");
}
.cid-s82zW70gQ4 H1 {
  color: #f90909;
}
.cid-s88ck61LO5 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #cccccc;
}
.cid-s88ck61LO5 .mbr-section-subtitle {
  color: #767676;
}
.cid-s882Fdui12 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/upg10-rear-spng-2-1-crop-bw.jpg");
}
.cid-s882Fdui12 .card-box {
  padding: 0 2rem;
}
.cid-s882Fdui12 .mbr-section-btn {
  padding-top: 1rem;
}
.cid-s882Fdui12 .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-s882Fdui12 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-s882Fdui12 p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-s882Fdui12 .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-s882Fdui12 .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-s882Fdui12 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-s882Fdui12 .card-title {
  text-align: center;
  color: #f90909;
}
.cid-s824BAdapX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/upg10-rear-spng-2-1-crop-bw.jpg");
}
.cid-s824BAdapX .card-box {
  padding: 0 2rem;
}
.cid-s824BAdapX .mbr-section-btn {
  padding-top: 1rem;
}
.cid-s824BAdapX .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-s824BAdapX h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-s824BAdapX p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-s824BAdapX .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-s824BAdapX .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-s824BAdapX .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-s824BAdapX .card-title {
  text-align: center;
  color: #f90909;
}
.cid-s82MBXw2zf {
  padding-top: 0px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/upg10-rear-spng-2-1-crop-bw.jpg");
}
.cid-s82MBXw2zf .card-box {
  padding: 0 2rem;
}
.cid-s82MBXw2zf .mbr-section-btn {
  padding-top: 1rem;
}
.cid-s82MBXw2zf .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-s82MBXw2zf h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-s82MBXw2zf p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-s82MBXw2zf .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-s82MBXw2zf .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-s82MBXw2zf .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-s82MBXw2zf .card-title {
  text-align: center;
  color: #f90909;
}
.cid-s88hxlz1X5 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #cccccc;
}
.cid-s88hxlz1X5 .mbr-section-subtitle {
  color: #767676;
}
.cid-tVeZigIjsr {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tVeZigIjsr h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tVeZigIjsr p {
  color: #767676;
  text-align: left;
}
.cid-tVeZigIjsr .card-box {
  padding-top: 2rem;
}
.cid-tVeZigIjsr .card-wrapper {
  height: 100%;
}
.cid-t6olNezmFl {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-t6olNezmFl .content {
    text-align: center;
  }
  .cid-t6olNezmFl .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-t6olNezmFl .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-t6olNezmFl .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-t6olNezmFl .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-t6olNezmFl .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-t6olNezmFl .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-t6olNezmFl .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-t6olNezmFl .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-t6olNezmFl .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-t6olNezmFl .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-t6olNezmFl .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t6olNezmFl .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t6olNezmFl P {
  text-align: center;
  color: #767676;
}
.cid-t6olNezmFl .copyright > p {
  color: #767676;
}
.cid-t6olNezmFl H5 {
  text-align: center;
  color: #232323;
}
.cid-tVeBmvpLDN .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-tVeBmvpLDN .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tVeBmvpLDN a {
  font-style: normal;
}
.cid-tVeBmvpLDN .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tVeBmvpLDN .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-tVeBmvpLDN .nav-item:focus,
.cid-tVeBmvpLDN .nav-link:focus {
  outline: none;
}
.cid-tVeBmvpLDN .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tVeBmvpLDN .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tVeBmvpLDN .menu-logo {
  margin-right: auto;
}
.cid-tVeBmvpLDN .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tVeBmvpLDN .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-tVeBmvpLDN .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tVeBmvpLDN .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tVeBmvpLDN .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tVeBmvpLDN .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tVeBmvpLDN .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tVeBmvpLDN .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tVeBmvpLDN .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tVeBmvpLDN .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tVeBmvpLDN .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tVeBmvpLDN .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tVeBmvpLDN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tVeBmvpLDN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tVeBmvpLDN .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tVeBmvpLDN .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-tVeBmvpLDN .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-tVeBmvpLDN .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tVeBmvpLDN .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tVeBmvpLDN .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tVeBmvpLDN .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tVeBmvpLDN .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tVeBmvpLDN .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tVeBmvpLDN button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tVeBmvpLDN button.navbar-toggler:focus {
  outline: none;
}
.cid-tVeBmvpLDN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #465052;
}
.cid-tVeBmvpLDN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tVeBmvpLDN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tVeBmvpLDN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tVeBmvpLDN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tVeBmvpLDN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tVeBmvpLDN nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tVeBmvpLDN nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tVeBmvpLDN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tVeBmvpLDN .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tVeBmvpLDN .collapsed .btn {
  display: -webkit-flex;
}
.cid-tVeBmvpLDN .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tVeBmvpLDN .collapsed .navbar-collapse.collapsing,
.cid-tVeBmvpLDN .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tVeBmvpLDN .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tVeBmvpLDN .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tVeBmvpLDN .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tVeBmvpLDN .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tVeBmvpLDN .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tVeBmvpLDN .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tVeBmvpLDN .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tVeBmvpLDN .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tVeBmvpLDN .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tVeBmvpLDN .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-tVeBmvpLDN .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-tVeBmvpLDN .collapsed button.navbar-toggler {
  display: block;
}
.cid-tVeBmvpLDN .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tVeBmvpLDN .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tVeBmvpLDN .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-tVeBmvpLDN .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tVeBmvpLDN .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tVeBmvpLDN .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: 1023px) {
  .cid-tVeBmvpLDN.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tVeBmvpLDN img {
    height: 3.8rem !important;
  }
  .cid-tVeBmvpLDN .btn {
    display: -webkit-flex;
  }
  .cid-tVeBmvpLDN button.navbar-toggler {
    display: block;
  }
  .cid-tVeBmvpLDN .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tVeBmvpLDN .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tVeBmvpLDN .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tVeBmvpLDN .navbar-collapse.collapsing,
  .cid-tVeBmvpLDN .navbar-collapse.show {
    display: block !important;
  }
  .cid-tVeBmvpLDN .navbar-collapse.collapsing .navbar-nav,
  .cid-tVeBmvpLDN .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tVeBmvpLDN .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tVeBmvpLDN .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tVeBmvpLDN .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tVeBmvpLDN .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tVeBmvpLDN .navbar-collapse.collapsing .navbar-buttons,
  .cid-tVeBmvpLDN .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tVeBmvpLDN .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tVeBmvpLDN .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tVeBmvpLDN .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-tVeBmvpLDN .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tVeBmvpLDN .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tVeBmvpLDN .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-tVeBmvpLDN .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tVeBmvpLDN .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tVeBmvpLDN .nav-link:hover,
.cid-tVeBmvpLDN .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-s7zkblFOFD {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s7zkblFOFD .mbr-section-subtitle {
  color: #767676;
}
.cid-s7zh3zS2DO .modal-body .close {
  background: #1b1b1b;
}
.cid-s7zh3zS2DO .modal-body .close span {
  font-style: normal;
}
.cid-s7zh3zS2DO .carousel-inner > .active,
.cid-s7zh3zS2DO .carousel-inner > .next,
.cid-s7zh3zS2DO .carousel-inner > .prev {
  display: table;
}
.cid-s7zh3zS2DO .carousel-control .icon-next,
.cid-s7zh3zS2DO .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-s7zh3zS2DO .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s7zh3zS2DO .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-s7zh3zS2DO .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-s7zh3zS2DO .boxed-slider > div {
  position: relative;
}
.cid-s7zh3zS2DO .container img {
  width: 100%;
}
.cid-s7zh3zS2DO .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-s7zh3zS2DO .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-s7zh3zS2DO .mbr-table-cell {
  padding: 0;
}
.cid-s7zh3zS2DO .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-s7zh3zS2DO .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-s7zh3zS2DO .mbr-overlay {
  z-index: 1;
}
.cid-s7zh3zS2DO .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-s7zh3zS2DO .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-s7zh3zS2DO .carousel-item .container {
    width: 100%;
  }
}
.cid-s7zh3zS2DO .carousel-item-next.carousel-item-left,
.cid-s7zh3zS2DO .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-s7zh3zS2DO .active.carousel-item-right,
.cid-s7zh3zS2DO .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-s7zh3zS2DO .active.carousel-item-left,
.cid-s7zh3zS2DO .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-s7zh3zS2DO .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  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-s7zh3zS2DO .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-s7zh3zS2DO .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-s7zh3zS2DO .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-s7zh3zS2DO .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-s7zh3zS2DO .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-s7zh3zS2DO .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-s7zh3zS2DO .mbr-slider .carousel-indicators li.active,
.cid-s7zh3zS2DO .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-s7zh3zS2DO .mbr-slider .carousel-indicators li::after,
.cid-s7zh3zS2DO .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-s7zh3zS2DO .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-s7zh3zS2DO .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-s7zh3zS2DO .mbr-slider > .container img {
  width: 100%;
}
.cid-s7zh3zS2DO .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-s7zh3zS2DO .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-s7zh3zS2DO .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-s7zh3zS2DO .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-s7zh3zS2DO .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-s7zh3zS2DO .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-s7zh3zS2DO .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-s7zh3zS2DO .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-s7zh3zS2DO .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-s7zh3zS2DO .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-s7zh3zS2DO .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-s7zh3zS2DO .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-s7zh3zS2DO .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-s7zh3zS2DO H2 {
  color: #f90909;
  text-align: center;
}
.cid-s7zh3zS2DO P {
  text-align: center;
}
.cid-s88cMmo0Bg {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #cccccc;
}
.cid-s88cMmo0Bg .mbr-section-subtitle {
  color: #767676;
}
.cid-s7znJGKtUx {
  padding-top: 60px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/upg10-rear-spng-2-1-crop-bw.jpg");
}
.cid-s7znJGKtUx .card-box {
  padding: 0 2rem;
}
.cid-s7znJGKtUx .mbr-section-btn {
  padding-top: 1rem;
}
.cid-s7znJGKtUx .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-s7znJGKtUx h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-s7znJGKtUx p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-s7znJGKtUx .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-s7znJGKtUx .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-s7znJGKtUx .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-s7znJGKtUx .card-title {
  text-align: center;
  color: #f90909;
}
.cid-s7znUVhZZF {
  padding-top: 0px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/upg10-rear-spng-2-1-crop-bw.jpg");
}
.cid-s7znUVhZZF .card-box {
  padding: 0 2rem;
}
.cid-s7znUVhZZF .mbr-section-btn {
  padding-top: 1rem;
}
.cid-s7znUVhZZF .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-s7znUVhZZF h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-s7znUVhZZF p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-s7znUVhZZF .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-s7znUVhZZF .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-s7znUVhZZF .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-s7znUVhZZF .card-title {
  text-align: center;
  color: #f90909;
}
.cid-s88hIfy8VJ {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #cccccc;
}
.cid-s88hIfy8VJ .mbr-section-subtitle {
  color: #cccccc;
}
.cid-tVeZlY3BJJ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tVeZlY3BJJ h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tVeZlY3BJJ p {
  color: #767676;
  text-align: left;
}
.cid-tVeZlY3BJJ .card-box {
  padding-top: 2rem;
}
.cid-tVeZlY3BJJ .card-wrapper {
  height: 100%;
}
.cid-t6olRmwDbL {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-t6olRmwDbL .content {
    text-align: center;
  }
  .cid-t6olRmwDbL .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-t6olRmwDbL .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-t6olRmwDbL .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-t6olRmwDbL .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-t6olRmwDbL .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-t6olRmwDbL .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-t6olRmwDbL .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-t6olRmwDbL .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-t6olRmwDbL .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-t6olRmwDbL .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-t6olRmwDbL .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t6olRmwDbL .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t6olRmwDbL P {
  text-align: center;
  color: #767676;
}
.cid-t6olRmwDbL .copyright > p {
  color: #767676;
}
.cid-t6olRmwDbL H5 {
  text-align: center;
  color: #232323;
}
.cid-tVeBmvpLDN .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-tVeBmvpLDN .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tVeBmvpLDN a {
  font-style: normal;
}
.cid-tVeBmvpLDN .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tVeBmvpLDN .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-tVeBmvpLDN .nav-item:focus,
.cid-tVeBmvpLDN .nav-link:focus {
  outline: none;
}
.cid-tVeBmvpLDN .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tVeBmvpLDN .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tVeBmvpLDN .menu-logo {
  margin-right: auto;
}
.cid-tVeBmvpLDN .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tVeBmvpLDN .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-tVeBmvpLDN .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tVeBmvpLDN .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tVeBmvpLDN .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tVeBmvpLDN .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tVeBmvpLDN .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tVeBmvpLDN .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tVeBmvpLDN .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tVeBmvpLDN .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tVeBmvpLDN .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tVeBmvpLDN .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tVeBmvpLDN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tVeBmvpLDN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tVeBmvpLDN .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tVeBmvpLDN .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-tVeBmvpLDN .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-tVeBmvpLDN .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tVeBmvpLDN .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tVeBmvpLDN .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tVeBmvpLDN .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tVeBmvpLDN .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tVeBmvpLDN .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tVeBmvpLDN button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tVeBmvpLDN button.navbar-toggler:focus {
  outline: none;
}
.cid-tVeBmvpLDN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #465052;
}
.cid-tVeBmvpLDN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tVeBmvpLDN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tVeBmvpLDN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tVeBmvpLDN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tVeBmvpLDN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tVeBmvpLDN nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tVeBmvpLDN nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tVeBmvpLDN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tVeBmvpLDN .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tVeBmvpLDN .collapsed .btn {
  display: -webkit-flex;
}
.cid-tVeBmvpLDN .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tVeBmvpLDN .collapsed .navbar-collapse.collapsing,
.cid-tVeBmvpLDN .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tVeBmvpLDN .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tVeBmvpLDN .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tVeBmvpLDN .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tVeBmvpLDN .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tVeBmvpLDN .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tVeBmvpLDN .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tVeBmvpLDN .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tVeBmvpLDN .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tVeBmvpLDN .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tVeBmvpLDN .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-tVeBmvpLDN .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-tVeBmvpLDN .collapsed button.navbar-toggler {
  display: block;
}
.cid-tVeBmvpLDN .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tVeBmvpLDN .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tVeBmvpLDN .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-tVeBmvpLDN .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tVeBmvpLDN .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tVeBmvpLDN .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: 1023px) {
  .cid-tVeBmvpLDN.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tVeBmvpLDN img {
    height: 3.8rem !important;
  }
  .cid-tVeBmvpLDN .btn {
    display: -webkit-flex;
  }
  .cid-tVeBmvpLDN button.navbar-toggler {
    display: block;
  }
  .cid-tVeBmvpLDN .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tVeBmvpLDN .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tVeBmvpLDN .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tVeBmvpLDN .navbar-collapse.collapsing,
  .cid-tVeBmvpLDN .navbar-collapse.show {
    display: block !important;
  }
  .cid-tVeBmvpLDN .navbar-collapse.collapsing .navbar-nav,
  .cid-tVeBmvpLDN .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tVeBmvpLDN .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tVeBmvpLDN .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tVeBmvpLDN .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tVeBmvpLDN .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tVeBmvpLDN .navbar-collapse.collapsing .navbar-buttons,
  .cid-tVeBmvpLDN .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tVeBmvpLDN .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tVeBmvpLDN .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tVeBmvpLDN .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-tVeBmvpLDN .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tVeBmvpLDN .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tVeBmvpLDN .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-tVeBmvpLDN .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tVeBmvpLDN .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tVeBmvpLDN .nav-link:hover,
.cid-tVeBmvpLDN .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-sNg3Q3wnIt {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sNg3Q3wnIt .mbr-section-subtitle {
  color: #767676;
}
.cid-u0ecSILD9L {
  padding-top: 90px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/75-logo-banner-1.jpg");
}
.cid-sNg3Q3Lj43 {
  background-image: url("../../../assets/images/extensions-2-1-crop.jpg");
}
.cid-sNg3Q3Lj43 H1 {
  color: #f90909;
}
.cid-sNg3Q45v65 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #cccccc;
}
.cid-sNg3Q45v65 .mbr-section-subtitle {
  color: #767676;
}
.cid-sNg3Q531fo {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/upg10-rear-spng-2-1-crop-bw.jpg");
}
.cid-sNg3Q531fo .card-box {
  padding: 0 2rem;
}
.cid-sNg3Q531fo .mbr-section-btn {
  padding-top: 1rem;
}
.cid-sNg3Q531fo .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-sNg3Q531fo h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-sNg3Q531fo p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-sNg3Q531fo .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-sNg3Q531fo .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sNg3Q531fo .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-sNg3Q531fo .card-title {
  text-align: center;
  color: #f90909;
}
.cid-sNg3Q5w6Hm {
  padding-top: 0px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/upg10-rear-spng-2-1-crop-bw.jpg");
}
.cid-sNg3Q5w6Hm .card-box {
  padding: 0 2rem;
}
.cid-sNg3Q5w6Hm .mbr-section-btn {
  padding-top: 1rem;
}
.cid-sNg3Q5w6Hm .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-sNg3Q5w6Hm h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-sNg3Q5w6Hm p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-sNg3Q5w6Hm .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-sNg3Q5w6Hm .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sNg3Q5w6Hm .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-sNg3Q5w6Hm .card-title {
  text-align: center;
  color: #f90909;
}
.cid-sNg6Vl6kbe {
  padding-top: 0px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/upg10-rear-spng-2-1-crop-bw.jpg");
}
.cid-sNg6Vl6kbe .card-box {
  padding: 0 2rem;
}
.cid-sNg6Vl6kbe .mbr-section-btn {
  padding-top: 1rem;
}
.cid-sNg6Vl6kbe .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-sNg6Vl6kbe h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-sNg6Vl6kbe p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-sNg6Vl6kbe .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-sNg6Vl6kbe .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sNg6Vl6kbe .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-sNg6Vl6kbe .card-title {
  text-align: center;
  color: #f90909;
}
.cid-sNg3Q623Il {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #cccccc;
}
.cid-sNg3Q623Il .mbr-section-subtitle {
  color: #767676;
}
.cid-tVeZpyvYJc {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tVeZpyvYJc h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tVeZpyvYJc p {
  color: #767676;
  text-align: left;
}
.cid-tVeZpyvYJc .card-box {
  padding-top: 2rem;
}
.cid-tVeZpyvYJc .card-wrapper {
  height: 100%;
}
.cid-t6olVB1l24 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-t6olVB1l24 .content {
    text-align: center;
  }
  .cid-t6olVB1l24 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-t6olVB1l24 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-t6olVB1l24 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-t6olVB1l24 .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-t6olVB1l24 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-t6olVB1l24 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-t6olVB1l24 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-t6olVB1l24 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-t6olVB1l24 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-t6olVB1l24 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-t6olVB1l24 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t6olVB1l24 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t6olVB1l24 P {
  text-align: center;
  color: #767676;
}
.cid-t6olVB1l24 .copyright > p {
  color: #767676;
}
.cid-t6olVB1l24 H5 {
  text-align: center;
  color: #232323;
}
.cid-tVeBmvpLDN .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-tVeBmvpLDN .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tVeBmvpLDN a {
  font-style: normal;
}
.cid-tVeBmvpLDN .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tVeBmvpLDN .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-tVeBmvpLDN .nav-item:focus,
.cid-tVeBmvpLDN .nav-link:focus {
  outline: none;
}
.cid-tVeBmvpLDN .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tVeBmvpLDN .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tVeBmvpLDN .menu-logo {
  margin-right: auto;
}
.cid-tVeBmvpLDN .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tVeBmvpLDN .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-tVeBmvpLDN .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tVeBmvpLDN .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tVeBmvpLDN .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tVeBmvpLDN .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tVeBmvpLDN .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tVeBmvpLDN .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tVeBmvpLDN .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tVeBmvpLDN .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tVeBmvpLDN .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tVeBmvpLDN .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tVeBmvpLDN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tVeBmvpLDN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tVeBmvpLDN .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tVeBmvpLDN .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-tVeBmvpLDN .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-tVeBmvpLDN .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tVeBmvpLDN .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tVeBmvpLDN .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tVeBmvpLDN .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tVeBmvpLDN .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tVeBmvpLDN .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tVeBmvpLDN button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tVeBmvpLDN button.navbar-toggler:focus {
  outline: none;
}
.cid-tVeBmvpLDN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #465052;
}
.cid-tVeBmvpLDN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tVeBmvpLDN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tVeBmvpLDN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tVeBmvpLDN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tVeBmvpLDN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tVeBmvpLDN nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tVeBmvpLDN nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tVeBmvpLDN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tVeBmvpLDN .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tVeBmvpLDN .collapsed .btn {
  display: -webkit-flex;
}
.cid-tVeBmvpLDN .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tVeBmvpLDN .collapsed .navbar-collapse.collapsing,
.cid-tVeBmvpLDN .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tVeBmvpLDN .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tVeBmvpLDN .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tVeBmvpLDN .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tVeBmvpLDN .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tVeBmvpLDN .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tVeBmvpLDN .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tVeBmvpLDN .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tVeBmvpLDN .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tVeBmvpLDN .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tVeBmvpLDN .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-tVeBmvpLDN .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-tVeBmvpLDN .collapsed button.navbar-toggler {
  display: block;
}
.cid-tVeBmvpLDN .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tVeBmvpLDN .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tVeBmvpLDN .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-tVeBmvpLDN .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tVeBmvpLDN .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tVeBmvpLDN .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: 1023px) {
  .cid-tVeBmvpLDN.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tVeBmvpLDN img {
    height: 3.8rem !important;
  }
  .cid-tVeBmvpLDN .btn {
    display: -webkit-flex;
  }
  .cid-tVeBmvpLDN button.navbar-toggler {
    display: block;
  }
  .cid-tVeBmvpLDN .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tVeBmvpLDN .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tVeBmvpLDN .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tVeBmvpLDN .navbar-collapse.collapsing,
  .cid-tVeBmvpLDN .navbar-collapse.show {
    display: block !important;
  }
  .cid-tVeBmvpLDN .navbar-collapse.collapsing .navbar-nav,
  .cid-tVeBmvpLDN .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tVeBmvpLDN .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tVeBmvpLDN .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tVeBmvpLDN .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tVeBmvpLDN .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tVeBmvpLDN .navbar-collapse.collapsing .navbar-buttons,
  .cid-tVeBmvpLDN .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tVeBmvpLDN .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tVeBmvpLDN .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tVeBmvpLDN .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-tVeBmvpLDN .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tVeBmvpLDN .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tVeBmvpLDN .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-tVeBmvpLDN .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tVeBmvpLDN .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tVeBmvpLDN .nav-link:hover,
.cid-tVeBmvpLDN .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-s7ohQmFffB {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s7ohQmFffB .mbr-section-subtitle {
  color: #767676;
}
.cid-u0ecZTbfVY {
  padding-top: 90px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/75-logo-banner-1.jpg");
}
.cid-s885Y113Ni {
  background-image: url("../../../assets/images/auto-coiler-2-1-crop-bw.jpg");
}
.cid-s885Y113Ni H1 {
  color: #f90909;
}
.cid-sdBdtlDOHg {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #cccccc;
}
.cid-sdBdtlDOHg .mbr-section-subtitle {
  color: #f90909;
  text-align: center;
}
.cid-s886TYPRhy {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/upg10-rear-spng-2-1-crop-bw.jpg");
}
.cid-s886TYPRhy .card-box {
  padding: 0 2rem;
}
.cid-s886TYPRhy .mbr-section-btn {
  padding-top: 1rem;
}
.cid-s886TYPRhy .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-s886TYPRhy h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-s886TYPRhy p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-s886TYPRhy .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-s886TYPRhy .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-s886TYPRhy .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-s886TYPRhy .card-title {
  text-align: center;
  color: #f90909;
}
.cid-s886V8UQj7 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/upg10-rear-spng-2-1-crop-bw.jpg");
}
.cid-s886V8UQj7 .card-box {
  padding: 0 2rem;
}
.cid-s886V8UQj7 .mbr-section-btn {
  padding-top: 1rem;
}
.cid-s886V8UQj7 .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-s886V8UQj7 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-s886V8UQj7 p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-s886V8UQj7 .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-s886V8UQj7 .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-s886V8UQj7 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-s886V8UQj7 .card-title {
  text-align: center;
  color: #f90909;
}
.cid-ssBaMGLvmM {
  padding-top: 0px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/upg10-rear-spng-2-1-crop-bw.jpg");
}
.cid-ssBaMGLvmM .card-box {
  padding: 0 2rem;
}
.cid-ssBaMGLvmM .mbr-section-btn {
  padding-top: 1rem;
}
.cid-ssBaMGLvmM .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-ssBaMGLvmM h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-ssBaMGLvmM p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-ssBaMGLvmM .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-ssBaMGLvmM .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-ssBaMGLvmM .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-ssBaMGLvmM .card-title {
  text-align: center;
  color: #f90909;
}
.cid-s88751S9tR {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #cccccc;
}
.cid-s88751S9tR .mbr-section-subtitle {
  color: #767676;
}
.cid-s7okqzJuav {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s7okqzJuav .mbr-section-btn > * {
  margin: 0;
}
.cid-s7okqzJuav h4 {
  font-weight: 500;
}
.cid-s7okqzJuav p {
  color: #232323;
}
.cid-s7okqzJuav .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-s7okqzJuav .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-s7okqzJuav .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s7okqzJuav .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-s7okqzJuav .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-s7okqzJuav .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-s7okqzJuav .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s7okqzJuav .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-s7okqzJuav .card-img span {
    font-size: 40px !important;
  }
}
.cid-s7okqzJuav .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-s7okqzJuav H2 {
  color: #f90909;
}
.cid-s7oldxncxv {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #cccccc;
}
.cid-s7oldxncxv .mbr-section-btn > * {
  margin: 0;
}
.cid-s7oldxncxv h4 {
  font-weight: 500;
}
.cid-s7oldxncxv p {
  color: #232323;
}
.cid-s7oldxncxv .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-s7oldxncxv .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-s7oldxncxv .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s7oldxncxv .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-s7oldxncxv .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-s7oldxncxv .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-s7oldxncxv .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-s7oldxncxv .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-s7oldxncxv .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-s7oldxncxv .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-s7oldxncxv .card-img span {
    font-size: 40px !important;
  }
}
.cid-s7oldxncxv .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-s7oldxncxv H2 {
  color: #f90909;
}
.cid-s7olFSGBPG {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s7olFSGBPG .mbr-section-btn > * {
  margin: 0;
}
.cid-s7olFSGBPG h4 {
  font-weight: 500;
}
.cid-s7olFSGBPG p {
  color: #232323;
}
.cid-s7olFSGBPG .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-s7olFSGBPG .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-s7olFSGBPG .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s7olFSGBPG .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-s7olFSGBPG .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-s7olFSGBPG .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-s7olFSGBPG .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s7olFSGBPG .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-s7olFSGBPG .card-img span {
    font-size: 40px !important;
  }
}
.cid-s7olFSGBPG .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-s7olFSGBPG H2 {
  color: #f90909;
}
.cid-s7olW52q4E {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #cccccc;
}
.cid-s7olW52q4E .mbr-section-btn > * {
  margin: 0;
}
.cid-s7olW52q4E h4 {
  font-weight: 500;
}
.cid-s7olW52q4E p {
  color: #232323;
}
.cid-s7olW52q4E .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-s7olW52q4E .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-s7olW52q4E .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s7olW52q4E .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-s7olW52q4E .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-s7olW52q4E .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-s7olW52q4E .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-s7olW52q4E .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-s7olW52q4E .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-s7olW52q4E .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-s7olW52q4E .card-img span {
    font-size: 40px !important;
  }
}
.cid-s7olW52q4E .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-s7olW52q4E H2 {
  color: #f90909;
}
.cid-s7om9RX57q {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s7om9RX57q .mbr-section-btn > * {
  margin: 0;
}
.cid-s7om9RX57q h4 {
  font-weight: 500;
}
.cid-s7om9RX57q p {
  color: #232323;
}
.cid-s7om9RX57q .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-s7om9RX57q .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-s7om9RX57q .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s7om9RX57q .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-s7om9RX57q .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-s7om9RX57q .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-s7om9RX57q .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s7om9RX57q .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-s7om9RX57q .card-img span {
    font-size: 40px !important;
  }
}
.cid-s7om9RX57q .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-s7om9RX57q H2 {
  color: #f90909;
}
.cid-s7omnbWy9F {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #cccccc;
}
.cid-s7omnbWy9F .mbr-section-btn > * {
  margin: 0;
}
.cid-s7omnbWy9F h4 {
  font-weight: 500;
}
.cid-s7omnbWy9F p {
  color: #232323;
}
.cid-s7omnbWy9F .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-s7omnbWy9F .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-s7omnbWy9F .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s7omnbWy9F .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-s7omnbWy9F .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-s7omnbWy9F .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-s7omnbWy9F .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-s7omnbWy9F .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-s7omnbWy9F .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-s7omnbWy9F .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-s7omnbWy9F .card-img span {
    font-size: 40px !important;
  }
}
.cid-s7omnbWy9F .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-s7omnbWy9F H2 {
  color: #f90909;
}
.cid-s7omxZoLj8 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s7omxZoLj8 .mbr-section-btn > * {
  margin: 0;
}
.cid-s7omxZoLj8 h4 {
  font-weight: 500;
}
.cid-s7omxZoLj8 p {
  color: #232323;
}
.cid-s7omxZoLj8 .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-s7omxZoLj8 .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-s7omxZoLj8 .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s7omxZoLj8 .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-s7omxZoLj8 .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-s7omxZoLj8 .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-s7omxZoLj8 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s7omxZoLj8 .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-s7omxZoLj8 .card-img span {
    font-size: 40px !important;
  }
}
.cid-s7omxZoLj8 .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-s7omxZoLj8 H2 {
  color: #f90909;
}
.cid-s82FI09Zla {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s82FI09Zla .card-box {
  padding: 0 2rem;
}
.cid-s82FI09Zla .mbr-section-btn {
  padding-top: 1rem;
}
.cid-s82FI09Zla .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-s82FI09Zla h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-s82FI09Zla p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-s82FI09Zla .mbr-text {
  color: #767676;
}
.cid-s82FI09Zla .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-s82FI09Zla .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-s82FI09Zla .card-title {
  text-align: center;
  color: #232323;
}
.cid-s7omN2LdDL {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #cccccc;
}
.cid-s7omN2LdDL .mbr-section-btn > * {
  margin: 0;
}
.cid-s7omN2LdDL h4 {
  font-weight: 500;
}
.cid-s7omN2LdDL p {
  color: #232323;
}
.cid-s7omN2LdDL .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-s7omN2LdDL .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-s7omN2LdDL .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s7omN2LdDL .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-s7omN2LdDL .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-s7omN2LdDL .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-s7omN2LdDL .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-s7omN2LdDL .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-s7omN2LdDL .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-s7omN2LdDL .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-s7omN2LdDL .card-img span {
    font-size: 40px !important;
  }
}
.cid-s7omN2LdDL .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-s7omN2LdDL H2 {
  color: #f90909;
}
.cid-stb267SR0A {
  background: #cccccc;
  padding-top: 0px;
  padding-bottom: 90px;
}
.cid-stb267SR0A .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-stb267SR0A .video-block {
    width: 100% !important;
  }
}
.cid-tVeZwS1bRw {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tVeZwS1bRw h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tVeZwS1bRw p {
  color: #767676;
  text-align: left;
}
.cid-tVeZwS1bRw .card-box {
  padding-top: 2rem;
}
.cid-tVeZwS1bRw .card-wrapper {
  height: 100%;
}
.cid-t6om0VO4zA {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-t6om0VO4zA .content {
    text-align: center;
  }
  .cid-t6om0VO4zA .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-t6om0VO4zA .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-t6om0VO4zA .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-t6om0VO4zA .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-t6om0VO4zA .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-t6om0VO4zA .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-t6om0VO4zA .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-t6om0VO4zA .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-t6om0VO4zA .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-t6om0VO4zA .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-t6om0VO4zA .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t6om0VO4zA .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t6om0VO4zA P {
  text-align: center;
  color: #767676;
}
.cid-t6om0VO4zA .copyright > p {
  color: #767676;
}
.cid-t6om0VO4zA H5 {
  text-align: center;
  color: #232323;
}
.cid-tVeBmvpLDN .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-tVeBmvpLDN .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tVeBmvpLDN a {
  font-style: normal;
}
.cid-tVeBmvpLDN .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tVeBmvpLDN .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-tVeBmvpLDN .nav-item:focus,
.cid-tVeBmvpLDN .nav-link:focus {
  outline: none;
}
.cid-tVeBmvpLDN .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tVeBmvpLDN .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tVeBmvpLDN .menu-logo {
  margin-right: auto;
}
.cid-tVeBmvpLDN .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tVeBmvpLDN .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-tVeBmvpLDN .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tVeBmvpLDN .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tVeBmvpLDN .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tVeBmvpLDN .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tVeBmvpLDN .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tVeBmvpLDN .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tVeBmvpLDN .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tVeBmvpLDN .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tVeBmvpLDN .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tVeBmvpLDN .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tVeBmvpLDN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tVeBmvpLDN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tVeBmvpLDN .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tVeBmvpLDN .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-tVeBmvpLDN .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-tVeBmvpLDN .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tVeBmvpLDN .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tVeBmvpLDN .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tVeBmvpLDN .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tVeBmvpLDN .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tVeBmvpLDN .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tVeBmvpLDN button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tVeBmvpLDN button.navbar-toggler:focus {
  outline: none;
}
.cid-tVeBmvpLDN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #465052;
}
.cid-tVeBmvpLDN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tVeBmvpLDN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tVeBmvpLDN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tVeBmvpLDN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tVeBmvpLDN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tVeBmvpLDN nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tVeBmvpLDN nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tVeBmvpLDN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tVeBmvpLDN .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tVeBmvpLDN .collapsed .btn {
  display: -webkit-flex;
}
.cid-tVeBmvpLDN .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tVeBmvpLDN .collapsed .navbar-collapse.collapsing,
.cid-tVeBmvpLDN .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tVeBmvpLDN .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tVeBmvpLDN .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tVeBmvpLDN .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tVeBmvpLDN .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tVeBmvpLDN .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tVeBmvpLDN .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tVeBmvpLDN .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tVeBmvpLDN .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tVeBmvpLDN .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tVeBmvpLDN .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-tVeBmvpLDN .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-tVeBmvpLDN .collapsed button.navbar-toggler {
  display: block;
}
.cid-tVeBmvpLDN .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tVeBmvpLDN .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tVeBmvpLDN .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-tVeBmvpLDN .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tVeBmvpLDN .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tVeBmvpLDN .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: 1023px) {
  .cid-tVeBmvpLDN.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tVeBmvpLDN img {
    height: 3.8rem !important;
  }
  .cid-tVeBmvpLDN .btn {
    display: -webkit-flex;
  }
  .cid-tVeBmvpLDN button.navbar-toggler {
    display: block;
  }
  .cid-tVeBmvpLDN .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tVeBmvpLDN .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tVeBmvpLDN .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tVeBmvpLDN .navbar-collapse.collapsing,
  .cid-tVeBmvpLDN .navbar-collapse.show {
    display: block !important;
  }
  .cid-tVeBmvpLDN .navbar-collapse.collapsing .navbar-nav,
  .cid-tVeBmvpLDN .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tVeBmvpLDN .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tVeBmvpLDN .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tVeBmvpLDN .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tVeBmvpLDN .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tVeBmvpLDN .navbar-collapse.collapsing .navbar-buttons,
  .cid-tVeBmvpLDN .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tVeBmvpLDN .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tVeBmvpLDN .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tVeBmvpLDN .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-tVeBmvpLDN .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tVeBmvpLDN .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tVeBmvpLDN .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-tVeBmvpLDN .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tVeBmvpLDN .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tVeBmvpLDN .nav-link:hover,
.cid-tVeBmvpLDN .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-s7nAKyw0Sj {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s7nAKyw0Sj .mbr-section-subtitle {
  color: #767676;
}
.cid-u0ed76dH2J {
  padding-top: 90px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/75-logo-banner-1.jpg");
}
.cid-s7nBilqi4G {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/upg10-rear-spng-2-1-crop-bw.jpg");
}
.cid-s7nBilqi4G .card-box {
  padding: 1rem 2rem 2rem;
}
.cid-s7nBilqi4G h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-s7nBilqi4G p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-s7nBilqi4G .mbr-section-btn {
  padding-top: 2.5rem;
}
.cid-s7nBilqi4G .mbr-section-btn a {
  margin: 0;
}
.cid-s7nBilqi4G .mbr-text {
  color: #767676;
}
.cid-s7nBilqi4G .card-wrapper {
  height: 100%;
  background: #ffffff;
}
.cid-s7nBilqi4G .card-wrapper .card-box {
  padding: 0 2rem 2rem;
}
@media (max-width: 767px) {
  .cid-s7nBilqi4G .card:not(.last-child) {
    padding-bottom: 2rem;
  }
}
.cid-s7nBilqi4G H2 {
  color: #f90909;
  text-align: center;
}
.cid-s7nBilqi4G .card-title {
  text-align: center;
  color: #f90909;
}
.cid-s7nRhpuWVA {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #cccccc;
}
.cid-s7nRhpuWVA .mbr-section-subtitle {
  color: #767676;
}
.cid-s7nSlJsunV {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/coil-over.jpg");
}
.cid-s7nSlJsunV .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-s7nSlJsunV .timeline-text-content {
  padding: 2rem 2.5rem;
  background: #ffffff;
  margin-left: 2rem;
}
.cid-s7nSlJsunV .timeline-text-content p {
  margin-bottom: 0;
}
.cid-s7nSlJsunV .time-line-date-content {
  margin-right: 2rem;
}
.cid-s7nSlJsunV .time-line-date-content p {
  padding: 2rem 2.5rem;
  background: #ffffff;
  float: right;
}
.cid-s7nSlJsunV .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-s7nSlJsunV .timeline-element:hover .mbr-timeline-date {
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08);
  transition: all .4s;
}
.cid-s7nSlJsunV .timeline-element:hover .timeline-text-content {
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08);
  transition: all .4s;
}
.cid-s7nSlJsunV .mbr-timeline-date,
.cid-s7nSlJsunV .timeline-text-content {
  transition: all .4s;
}
.cid-s7nSlJsunV .reverse {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-s7nSlJsunV .reverse .timeline-text-content {
  margin-right: 2rem;
  margin-left: 0;
}
.cid-s7nSlJsunV .reverse .time-line-date-content {
  margin-left: 2rem;
  margin-right: 0rem;
}
.cid-s7nSlJsunV .reverse .time-line-date-content p {
  float: left;
}
.cid-s7nSlJsunV .iconBackground {
  position: absolute;
  left: 50%;
  width: 20px;
  height: 20px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  font-size: 30px;
  display: inline-block;
  background-color: #ffffff;
  top: 20px;
  margin-left: -10px;
}
.cid-s7nSlJsunV .separline:before {
  top: 20px;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #ffffff;
  left: calc(50% - 1px);
  height: calc(100% + 4rem);
}
@media (max-width: 768px) {
  .cid-s7nSlJsunV .iconBackground {
    left: 0 !important;
  }
  .cid-s7nSlJsunV .separline:before {
    left: 0!important;
  }
  .cid-s7nSlJsunV .timeline-text-content {
    margin-left: 0 !important;
  }
  .cid-s7nSlJsunV .time-line-date-content {
    margin-right: 0 !important;
  }
  .cid-s7nSlJsunV .time-line-date-content p {
    float: left !important;
  }
  .cid-s7nSlJsunV .reverse .time-line-date-content {
    margin-left: 0 !important;
  }
  .cid-s7nSlJsunV .reverse .timeline-text-content {
    margin-right: 0 !important;
  }
}
.cid-s7nSlJsunV .reverseTimeline {
  display: flex;
  flex-direction: column-reverse;
}
.cid-s7nSlJsunV .mbr-section-title {
  color: #f90909;
}
.cid-s7nSlJsunV .mbr-timeline-text {
  color: #767676;
  text-align: center;
}
.cid-s7nSto5Okd {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #cccccc;
}
.cid-s7nSto5Okd .mbr-section-subtitle {
  color: #767676;
}
.cid-s7nKvbKYU8 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/upg10-rear-spng-2-1-crop-bw.jpg");
}
.cid-s7nKvbKYU8 .testimonials-container {
  margin: 0 auto;
}
.cid-s7nKvbKYU8 .testimonials-container .testimonials-item {
  justify-content: center;
  margin-top: 3rem;
  -webkit-justify-content: center;
}
.cid-s7nKvbKYU8 .testimonials-container .testimonials-item .user {
  background: #ffffff;
}
.cid-s7nKvbKYU8 .testimonials-container .testimonials-item .user.row {
  margin: 0;
}
.cid-s7nKvbKYU8 .testimonials-container .testimonials-item .user .user_image {
  width: 150px;
  height: 150px;
  overflow: hidden;
  margin: 2rem auto 2rem auto;
}
.cid-s7nKvbKYU8 .testimonials-container .testimonials-item .user .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-s7nKvbKYU8 .testimonials-container .testimonials-item .user .testimonials-caption {
  padding: 2rem;
  padding: 2rem 2rem 2rem 0;
}
@media (max-width: 260px) {
  .cid-s7nKvbKYU8 .user_image {
    width: 100% !important;
    height: auto !important;
  }
}
@media (max-width: 767px) {
  .cid-s7nKvbKYU8 .testimonials-caption {
    padding: 0 2rem 2rem 2rem !important;
  }
}
.cid-s7nKvbKYU8 H2 {
  color: #f90909;
}
.cid-s7nKvbKYU8 .user_name {
  text-align: left;
}
.cid-s7nKvbKYU8 .user_desk {
  text-align: left;
}
.cid-s7nKvbKYU8 .user_text {
  color: #232323;
}
.cid-s7o1Pciblr {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #cccccc;
}
.cid-s7o1Pciblr .mbr-section-subtitle {
  color: #767676;
}
.cid-s7o4Jcbr68 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/adobestock-327636127-2-1-crop.jpg");
}
.cid-s7o4Jcbr68 .card-box {
  padding: 1rem 2rem 2rem;
}
.cid-s7o4Jcbr68 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-s7o4Jcbr68 p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-s7o4Jcbr68 .mbr-section-btn {
  padding-top: 2.5rem;
}
.cid-s7o4Jcbr68 .mbr-section-btn a {
  margin: 0;
}
.cid-s7o4Jcbr68 .mbr-text {
  color: #767676;
}
.cid-s7o4Jcbr68 .card-wrapper {
  height: 100%;
  background: #ffffff;
}
.cid-s7o4Jcbr68 .card-wrapper .card-box {
  padding: 0 2rem 2rem;
}
@media (max-width: 767px) {
  .cid-s7o4Jcbr68 .card:not(.last-child) {
    padding-bottom: 2rem;
  }
}
.cid-s7o4Jcbr68 H2 {
  text-align: center;
  color: #f90909;
}
.cid-s7o4Jcbr68 .card-title {
  text-align: center;
  color: #f90909;
}
.cid-s7o4Jcbr68 .mbr-text,
.cid-s7o4Jcbr68 .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-s7o4Jcbr68 .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-s7o4Jcbr68 .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-sVziBqquEO {
  padding-top: 0px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/upg10-rear-spng-2-1-crop-bw.jpg");
}
.cid-sVziBqquEO .card-box {
  padding: 1rem 2rem 2rem;
}
.cid-sVziBqquEO h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-sVziBqquEO p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-sVziBqquEO .mbr-section-btn {
  padding-top: 2.5rem;
}
.cid-sVziBqquEO .mbr-section-btn a {
  margin: 0;
}
.cid-sVziBqquEO .mbr-text {
  color: #767676;
}
.cid-sVziBqquEO .card-wrapper {
  height: 100%;
  background: #ffffff;
}
.cid-sVziBqquEO .card-wrapper .card-box {
  padding: 0 2rem 2rem;
}
@media (max-width: 767px) {
  .cid-sVziBqquEO .card:not(.last-child) {
    padding-bottom: 2rem;
  }
}
.cid-sVziBqquEO H2 {
  text-align: center;
  color: #f90909;
}
.cid-sVziBqquEO .card-title {
  text-align: center;
  color: #f90909;
}
.cid-sVziBqquEO .mbr-text,
.cid-sVziBqquEO .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-sVziBqquEO .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-sVziBqquEO .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-sg955xDrWf {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sg955xDrWf .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-sg955xDrWf .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sg955xDrWf .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-sg955xDrWf .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-sg955xDrWf .mbr-text {
  color: #767676;
  text-align: left;
}
.cid-s88dW7PvDy {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #cccccc;
}
.cid-s88dW7PvDy .mbr-section-subtitle {
  color: #767676;
}
.cid-tVeZBiZEG8 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tVeZBiZEG8 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tVeZBiZEG8 p {
  color: #767676;
  text-align: left;
}
.cid-tVeZBiZEG8 .card-box {
  padding-top: 2rem;
}
.cid-tVeZBiZEG8 .card-wrapper {
  height: 100%;
}
.cid-t6om56xvyK {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-t6om56xvyK .content {
    text-align: center;
  }
  .cid-t6om56xvyK .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-t6om56xvyK .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-t6om56xvyK .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-t6om56xvyK .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-t6om56xvyK .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-t6om56xvyK .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-t6om56xvyK .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-t6om56xvyK .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-t6om56xvyK .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-t6om56xvyK .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-t6om56xvyK .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t6om56xvyK .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t6om56xvyK P {
  text-align: center;
  color: #767676;
}
.cid-t6om56xvyK .copyright > p {
  color: #767676;
}
.cid-t6om56xvyK H5 {
  text-align: center;
  color: #232323;
}
.cid-tVeBmvpLDN .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-tVeBmvpLDN .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tVeBmvpLDN a {
  font-style: normal;
}
.cid-tVeBmvpLDN .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tVeBmvpLDN .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-tVeBmvpLDN .nav-item:focus,
.cid-tVeBmvpLDN .nav-link:focus {
  outline: none;
}
.cid-tVeBmvpLDN .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tVeBmvpLDN .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tVeBmvpLDN .menu-logo {
  margin-right: auto;
}
.cid-tVeBmvpLDN .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tVeBmvpLDN .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-tVeBmvpLDN .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tVeBmvpLDN .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tVeBmvpLDN .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tVeBmvpLDN .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tVeBmvpLDN .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tVeBmvpLDN .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tVeBmvpLDN .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tVeBmvpLDN .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tVeBmvpLDN .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tVeBmvpLDN .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tVeBmvpLDN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tVeBmvpLDN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tVeBmvpLDN .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tVeBmvpLDN .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-tVeBmvpLDN .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-tVeBmvpLDN .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tVeBmvpLDN .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tVeBmvpLDN .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tVeBmvpLDN .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tVeBmvpLDN .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tVeBmvpLDN .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tVeBmvpLDN button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tVeBmvpLDN button.navbar-toggler:focus {
  outline: none;
}
.cid-tVeBmvpLDN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #465052;
}
.cid-tVeBmvpLDN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tVeBmvpLDN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tVeBmvpLDN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tVeBmvpLDN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tVeBmvpLDN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tVeBmvpLDN nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tVeBmvpLDN nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tVeBmvpLDN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tVeBmvpLDN .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tVeBmvpLDN .collapsed .btn {
  display: -webkit-flex;
}
.cid-tVeBmvpLDN .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tVeBmvpLDN .collapsed .navbar-collapse.collapsing,
.cid-tVeBmvpLDN .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tVeBmvpLDN .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tVeBmvpLDN .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tVeBmvpLDN .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tVeBmvpLDN .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tVeBmvpLDN .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tVeBmvpLDN .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tVeBmvpLDN .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tVeBmvpLDN .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tVeBmvpLDN .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tVeBmvpLDN .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-tVeBmvpLDN .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-tVeBmvpLDN .collapsed button.navbar-toggler {
  display: block;
}
.cid-tVeBmvpLDN .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tVeBmvpLDN .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tVeBmvpLDN .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-tVeBmvpLDN .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tVeBmvpLDN .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tVeBmvpLDN .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: 1023px) {
  .cid-tVeBmvpLDN.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tVeBmvpLDN img {
    height: 3.8rem !important;
  }
  .cid-tVeBmvpLDN .btn {
    display: -webkit-flex;
  }
  .cid-tVeBmvpLDN button.navbar-toggler {
    display: block;
  }
  .cid-tVeBmvpLDN .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tVeBmvpLDN .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tVeBmvpLDN .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tVeBmvpLDN .navbar-collapse.collapsing,
  .cid-tVeBmvpLDN .navbar-collapse.show {
    display: block !important;
  }
  .cid-tVeBmvpLDN .navbar-collapse.collapsing .navbar-nav,
  .cid-tVeBmvpLDN .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tVeBmvpLDN .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tVeBmvpLDN .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tVeBmvpLDN .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tVeBmvpLDN .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tVeBmvpLDN .navbar-collapse.collapsing .navbar-buttons,
  .cid-tVeBmvpLDN .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tVeBmvpLDN .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tVeBmvpLDN .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tVeBmvpLDN .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-tVeBmvpLDN .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tVeBmvpLDN .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tVeBmvpLDN .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-tVeBmvpLDN .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tVeBmvpLDN .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tVeBmvpLDN .nav-link:hover,
.cid-tVeBmvpLDN .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-s7nnUn3gDK {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s7nnUn3gDK .mbr-section-subtitle {
  color: #767676;
}
.cid-u0edg22OOV {
  padding-top: 90px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/75-logo-banner-1.jpg");
}
.cid-s7nnaV85Y9 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/upg10-rear-spng-2-1-crop-bw.jpg");
}
.cid-s7nnaV85Y9 .card-box {
  padding: 1rem 2rem 2rem;
}
.cid-s7nnaV85Y9 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-s7nnaV85Y9 p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-s7nnaV85Y9 .mbr-section-btn {
  padding-top: 2.5rem;
}
.cid-s7nnaV85Y9 .mbr-section-btn a {
  margin: 0;
}
.cid-s7nnaV85Y9 .mbr-text {
  color: #767676;
}
.cid-s7nnaV85Y9 .card-wrapper {
  height: 100%;
  background: #ffffff;
}
.cid-s7nnaV85Y9 .card-wrapper .card-box {
  padding: 0 2rem 2rem;
}
@media (max-width: 767px) {
  .cid-s7nnaV85Y9 .card:not(.last-child) {
    padding-bottom: 2rem;
  }
}
.cid-s7nnaV85Y9 H2 {
  text-align: center;
  color: #f90909;
}
.cid-s7nnaV85Y9 .card-title {
  text-align: center;
  color: #f90909;
}
.cid-s7nnaV85Y9 .mbr-text,
.cid-s7nnaV85Y9 .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-s7nqrVPfMQ {
  padding-top: 0px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/upg10-rear-spng-2-1-crop-bw.jpg");
}
.cid-s7nqrVPfMQ .card-box {
  padding: 1rem 2rem 2rem;
}
.cid-s7nqrVPfMQ h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-s7nqrVPfMQ p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-s7nqrVPfMQ .mbr-section-btn {
  padding-top: 2.5rem;
}
.cid-s7nqrVPfMQ .mbr-section-btn a {
  margin: 0;
}
.cid-s7nqrVPfMQ .mbr-text {
  color: #767676;
}
.cid-s7nqrVPfMQ .card-wrapper {
  height: 100%;
  background: #ffffff;
}
.cid-s7nqrVPfMQ .card-wrapper .card-box {
  padding: 0 2rem 2rem;
}
@media (max-width: 767px) {
  .cid-s7nqrVPfMQ .card:not(.last-child) {
    padding-bottom: 2rem;
  }
}
.cid-s7nqrVPfMQ .card-title {
  text-align: center;
  color: #f90909;
}
.cid-s7nqrVPfMQ .mbr-text,
.cid-s7nqrVPfMQ .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-s88eSvKmDX {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #cccccc;
}
.cid-s88eSvKmDX .mbr-section-subtitle {
  color: #767676;
}
.cid-tVeZEw23NE {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tVeZEw23NE h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tVeZEw23NE p {
  color: #767676;
  text-align: left;
}
.cid-tVeZEw23NE .card-box {
  padding-top: 2rem;
}
.cid-tVeZEw23NE .card-wrapper {
  height: 100%;
}
.cid-t6om9DRWBp {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-t6om9DRWBp .content {
    text-align: center;
  }
  .cid-t6om9DRWBp .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-t6om9DRWBp .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-t6om9DRWBp .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-t6om9DRWBp .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-t6om9DRWBp .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-t6om9DRWBp .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-t6om9DRWBp .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-t6om9DRWBp .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-t6om9DRWBp .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-t6om9DRWBp .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-t6om9DRWBp .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t6om9DRWBp .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t6om9DRWBp P {
  text-align: center;
  color: #767676;
}
.cid-t6om9DRWBp .copyright > p {
  color: #767676;
}
.cid-t6om9DRWBp H5 {
  text-align: center;
  color: #232323;
}
.cid-tVeBmvpLDN .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-tVeBmvpLDN .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tVeBmvpLDN a {
  font-style: normal;
}
.cid-tVeBmvpLDN .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tVeBmvpLDN .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-tVeBmvpLDN .nav-item:focus,
.cid-tVeBmvpLDN .nav-link:focus {
  outline: none;
}
.cid-tVeBmvpLDN .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tVeBmvpLDN .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tVeBmvpLDN .menu-logo {
  margin-right: auto;
}
.cid-tVeBmvpLDN .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tVeBmvpLDN .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-tVeBmvpLDN .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tVeBmvpLDN .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tVeBmvpLDN .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tVeBmvpLDN .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tVeBmvpLDN .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tVeBmvpLDN .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tVeBmvpLDN .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tVeBmvpLDN .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tVeBmvpLDN .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tVeBmvpLDN .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tVeBmvpLDN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tVeBmvpLDN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tVeBmvpLDN .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tVeBmvpLDN .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-tVeBmvpLDN .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-tVeBmvpLDN .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tVeBmvpLDN .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tVeBmvpLDN .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tVeBmvpLDN .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tVeBmvpLDN .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tVeBmvpLDN .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tVeBmvpLDN button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tVeBmvpLDN button.navbar-toggler:focus {
  outline: none;
}
.cid-tVeBmvpLDN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #465052;
}
.cid-tVeBmvpLDN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tVeBmvpLDN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tVeBmvpLDN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tVeBmvpLDN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tVeBmvpLDN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tVeBmvpLDN nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tVeBmvpLDN nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tVeBmvpLDN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tVeBmvpLDN .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tVeBmvpLDN .collapsed .btn {
  display: -webkit-flex;
}
.cid-tVeBmvpLDN .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tVeBmvpLDN .collapsed .navbar-collapse.collapsing,
.cid-tVeBmvpLDN .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tVeBmvpLDN .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tVeBmvpLDN .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tVeBmvpLDN .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tVeBmvpLDN .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tVeBmvpLDN .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tVeBmvpLDN .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tVeBmvpLDN .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tVeBmvpLDN .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tVeBmvpLDN .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tVeBmvpLDN .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-tVeBmvpLDN .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-tVeBmvpLDN .collapsed button.navbar-toggler {
  display: block;
}
.cid-tVeBmvpLDN .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tVeBmvpLDN .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tVeBmvpLDN .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-tVeBmvpLDN .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tVeBmvpLDN .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tVeBmvpLDN .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: 1023px) {
  .cid-tVeBmvpLDN.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tVeBmvpLDN img {
    height: 3.8rem !important;
  }
  .cid-tVeBmvpLDN .btn {
    display: -webkit-flex;
  }
  .cid-tVeBmvpLDN button.navbar-toggler {
    display: block;
  }
  .cid-tVeBmvpLDN .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tVeBmvpLDN .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tVeBmvpLDN .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tVeBmvpLDN .navbar-collapse.collapsing,
  .cid-tVeBmvpLDN .navbar-collapse.show {
    display: block !important;
  }
  .cid-tVeBmvpLDN .navbar-collapse.collapsing .navbar-nav,
  .cid-tVeBmvpLDN .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tVeBmvpLDN .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tVeBmvpLDN .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tVeBmvpLDN .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tVeBmvpLDN .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tVeBmvpLDN .navbar-collapse.collapsing .navbar-buttons,
  .cid-tVeBmvpLDN .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tVeBmvpLDN .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tVeBmvpLDN .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tVeBmvpLDN .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-tVeBmvpLDN .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tVeBmvpLDN .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tVeBmvpLDN .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-tVeBmvpLDN .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tVeBmvpLDN .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tVeBmvpLDN .nav-link:hover,
.cid-tVeBmvpLDN .dropdown-item:hover {
  color: #cccccc !important;
}
