body {
  font-family: Syne;
}
.display-1 {
  font-family: 'Syne', sans-serif;
  font-size: 6.25rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 7.8125rem;
}
.display-2 {
  font-family: 'Syne', sans-serif;
  font-size: 3.125rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.90625rem;
}
.display-4 {
  font-family: 'Syne', sans-serif;
  font-size: 1.5rem;
  line-height: 1.25;
}
.display-4 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-5 {
  font-family: 'Syne', sans-serif;
  font-size: 2.2rem;
  line-height: 1.14;
}
.display-5 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-7 {
  font-family: 'Syne', sans-serif;
  font-size: 1.125rem;
  line-height: 1.41;
}
.display-7 > .mbr-iconfont {
  font-size: 1.40625rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 5rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.375rem;
    font-size: calc( 2.8375rem + (6.25 - 2.8375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.8375rem + (6.25 - 2.8375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.5rem;
    font-size: calc( 1.74375rem + (3.125 - 1.74375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.74375rem + (3.125 - 1.74375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.25 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.14 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.41 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #1b1b1b !important;
}
.bg-success {
  background-color: #c298d3 !important;
}
.bg-info {
  background-color: #85c0d9 !important;
}
.bg-warning {
  background-color: #ffe885 !important;
}
.bg-danger {
  background-color: #e6c63b !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #1b1b1b !important;
  border-color: #1b1b1b !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #57b8e0 !important;
  border-color: #57b8e0 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #2390bd !important;
  border-color: #2390bd !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #2390bd !important;
  border-color: #2390bd !important;
}
.btn-info,
.btn-info:active {
  background-color: #85c0d9 !important;
  border-color: #85c0d9 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #439ec4 !important;
  border-color: #439ec4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #439ec4 !important;
  border-color: #439ec4 !important;
}
.btn-success,
.btn-success:active {
  background-color: #c298d3 !important;
  border-color: #c298d3 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #9e5bb9 !important;
  border-color: #9e5bb9 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #9e5bb9 !important;
  border-color: #9e5bb9 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe885 !important;
  border-color: #ffe885 !important;
  color: #856c00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #2e2600 !important;
  background-color: #ffd82e !important;
  border-color: #ffd82e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #856c00 !important;
  background-color: #ffd82e !important;
  border-color: #ffd82e !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #e6c63b !important;
  border-color: #e6c63b !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #b39617 !important;
  border-color: #b39617 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #b39617 !important;
  border-color: #b39617 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #1b1b1b;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #1b1b1b !important;
  border-color: #1b1b1b !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #57b8e0;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #2390bd !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #57b8e0 !important;
  border-color: #57b8e0 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #85c0d9;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #439ec4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #85c0d9 !important;
  border-color: #85c0d9 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #c298d3;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #9e5bb9 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #c298d3 !important;
  border-color: #c298d3 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe885;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd82e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #856c00 !important;
  background-color: #ffe885 !important;
  border-color: #ffe885 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e6c63b;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #b39617 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #e6c63b !important;
  border-color: #e6c63b !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #1b1b1b !important;
}
.text-secondary {
  color: #57b8e0 !important;
}
.text-success {
  color: #c298d3 !important;
}
.text-info {
  color: #85c0d9 !important;
}
.text-warning {
  color: #ffe885 !important;
}
.text-danger {
  color: #e6c63b !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #2186b0 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #9851b4 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #3b96bd !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ffd51f !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #a68b15 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #1b1b1b;
}
.nav-tabs .nav-link:not(.active) {
  color: #000000;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #85c0d9;
}
.alert-warning {
  background-color: #ffe885;
}
.alert-danger {
  background-color: #e6c63b;
}
.mbr-gallery-filter li.active .btn {
  background-color: #1b1b1b;
  border-color: #1b1b1b;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #1b1b1b;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #cdcdcd;
}
.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: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fdfbf0;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Syne', sans-serif;
  font-size: 1.5rem;
  line-height: 1.25;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.875rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #1b1b1b !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Syne', sans-serif;
  font-size: 1.5rem;
  line-height: 1.25;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.875rem;
}
blockquote {
  border-color: #1b1b1b;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #1b1b1b;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #1b1b1b;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #1b1b1b;
  border-bottom-color: #1b1b1b;
}
.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: #1b1b1b !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #57b8e0 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%231b1b1b' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
a:hover {
  background-image: none !important;
}
.container {
  max-width: 100%;
  width: 86%;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 801px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 1025px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1201px) {
  .container {
    max-width: 1100px;
  }
}
@media (min-width: 1441px) {
  .container {
    max-width: 1300px;
  }
}
.row {
  margin-left: 0;
  margin-right: 0;
  justify-content: center;
}
.row > [class*="col"] {
  padding-left: 0;
  padding-right: 0;
}
.mbr-section-btn .btn {
  min-width: 190px;
  border-radius: 0;
  padding: 17px 48px 15px 50px;
  line-height: 1.33;
  font-weight: 500 !important;
  box-shadow: none !important;
}
@media (max-width: 575px) {
  .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .mbr-section-btn .btn {
    width: 100%;
    box-shadow: none !important;
  }
}
.mbr-section-btn .btn-primary {
  color: #ffffff !important;
  border: 1px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(70deg, #57b8e0, #5762e2, #be8ec6);
  background: #5cc3ee !important;
  background: linear-gradient(45deg, #5cc3ee 0, #5d91ef 29%, #5e5ef0 50%, #947be1 73%, #ca97d2 100%) !important;
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.mbr-section-btn .btn-primary:hover {
  color: #000 !important;
  background: 0 0 !important;
}
.mbr-section-btn .btn-primary-outline {
  color: #000000 !important;
  border: 1px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(70deg, #57b8e0, #5762e2, #be8ec6);
  background: 0 0;
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.mbr-section-btn .btn-primary-outline:hover {
  color: #fff !important;
  background: #5cc3ee !important;
  background: linear-gradient(45deg, #5cc3ee 0, #5d91ef 29%, #5e5ef0 50%, #947be1 73%, #ca97d2 100%) !important;
}
b {
  font-weight: 600 !important;
}
.cid-tagqW4EzRY .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tagqW4EzRY .nav-item:focus,
.cid-tagqW4EzRY .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tagqW4EzRY .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-tagqW4EzRY .nav-item .nav-link {
    position: relative;
  }
  .cid-tagqW4EzRY .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #1b1b1b, #57b8e0);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-tagqW4EzRY .nav-item.open .nav-link::before {
    bottom: 0.2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-tagqW4EzRY .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tagqW4EzRY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5em 0.235em;
  transition: all 0.25s ease-in-out;
}
.cid-tagqW4EzRY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tagqW4EzRY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tagqW4EzRY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tagqW4EzRY .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
}
.cid-tagqW4EzRY .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-tagqW4EzRY .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-tagqW4EzRY .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
  line-height: 1.6;
}
.cid-tagqW4EzRY .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-tagqW4EzRY .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-tagqW4EzRY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tagqW4EzRY .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tagqW4EzRY .navbar.collapsed .navbar-collapse.show,
.cid-tagqW4EzRY .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tagqW4EzRY .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-tagqW4EzRY .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-tagqW4EzRY .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tagqW4EzRY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tagqW4EzRY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tagqW4EzRY .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tagqW4EzRY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tagqW4EzRY .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tagqW4EzRY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tagqW4EzRY .navbar.collapsed .right-menu,
.cid-tagqW4EzRY .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-tagqW4EzRY .navbar .navbar-collapse.show,
  .cid-tagqW4EzRY .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tagqW4EzRY .navbar .navbar-collapse.show .brand-container,
  .cid-tagqW4EzRY .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-tagqW4EzRY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tagqW4EzRY .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tagqW4EzRY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tagqW4EzRY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tagqW4EzRY .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tagqW4EzRY .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tagqW4EzRY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tagqW4EzRY .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tagqW4EzRY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-tagqW4EzRY .navbar .right-menu,
  .cid-tagqW4EzRY .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-tagqW4EzRY .navbar.navbar-short {
  min-height: 60px;
}
.cid-tagqW4EzRY .navbar.navbar-short .mbr-overlay {
  background: #ffffff !important;
}
.cid-tagqW4EzRY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tagqW4EzRY .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tagqW4EzRY .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tagqW4EzRY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tagqW4EzRY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tagqW4EzRY .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-tagqW4EzRY .dropdown-item.active,
.cid-tagqW4EzRY .dropdown-item:active {
  background-color: transparent;
}
.cid-tagqW4EzRY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tagqW4EzRY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tagqW4EzRY .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tagqW4EzRY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tagqW4EzRY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tagqW4EzRY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tagqW4EzRY ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-tagqW4EzRY ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-tagqW4EzRY .navbar-buttons {
  margin-left: auto;
}
.cid-tagqW4EzRY button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tagqW4EzRY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tagqW4EzRY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tagqW4EzRY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tagqW4EzRY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tagqW4EzRY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tagqW4EzRY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tagqW4EzRY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-tagqW4EzRY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-tagqW4EzRY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tagqW4EzRY .navbar-dropdown {
  position: fixed;
}
.cid-tagqW4EzRY a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tagqW4EzRY .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tagqW4EzRY .right-menu,
.cid-tagqW4EzRY .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-tagqW4EzRY .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tagqW4EzRY .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tagqW4EzRY .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-tagqW4EzRY .menu-top {
  text-align: center;
  width: 100%;
  background-color: #fe525b;
  padding: 0.5rem 0;
}
.cid-tagqW4EzRY .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-tagqW4EzRY .card-wrapper {
  z-index: 3;
}
.cid-tagqW4EzRY .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-tagqW4EzRY .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tagqW4EzRY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tac9D3fZE8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  min-height: 845px;
  background-image: url("../../../assets/images/c7a5fd22a8686160c34a3a87438679d4-1920x1080.jpg");
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-tac9D3fZE8 {
    min-height: 667px;
  }
}
.cid-tac9D3fZE8 .row {
  align-items: stretch;
  width: 100%;
}
.cid-tac9D3fZE8 .col-text {
  width: 100%;
}
@media (min-width: 1024px) {
  .cid-tac9D3fZE8 .col-text {
    width: 50%;
  }
}
@media (min-width: 758px) {
  .cid-tac9D3fZE8 .col-text {
    width: 60%;
  }
}
.cid-tac9D3fZE8 .text-container {
  width: 100%;
}
@media (max-width: 1440px) {
  .cid-tac9D3fZE8 .text-container {
    padding: 0 0 0 16% !important;
  }
}
@media (max-width: 880px) {
  .cid-tac9D3fZE8 .text-container {
    padding: 0 !important;
  }
}
@media (min-width: 1441px) {
  .cid-tac9D3fZE8 .text-container {
    padding: 10px !important;
  }
}
.cid-tac9D3fZE8 .text-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
}
@media (min-width: 1441px) {
  .cid-tac9D3fZE8 .text-wrapper {
    padding: 0 55% 0 0;
  }
}
@media (max-width: 1440px) {
  .cid-tac9D3fZE8 .text-wrapper {
    padding: 0 30% 0 0;
  }
}
@media (max-width: 1024px) {
  .cid-tac9D3fZE8 .text-wrapper {
    padding: 0 25% 0 0;
  }
}
@media (max-width: 880px) {
  .cid-tac9D3fZE8 .text-wrapper {
    padding: 0 15% 0 0;
  }
}
@media (max-width: 767px) {
  .cid-tac9D3fZE8 .text-wrapper {
    padding: 0;
  }
}
.cid-tac9D3fZE8 .mbr-section-title {
  width: 100%;
  color: #ffffff;
  margin-bottom: 10px;
}
.cid-tac9D3fZE8 .mbr-text {
  letter-spacing: inherit;
  color: #ffffff;
  width: 100%;
  margin-top: 16px;
  margin-bottom: 0;
}
.cid-tac9D3fZE8 .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
.cid-tac9D3fZE8 .mbr-section-btn .btn-transform {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: transparent;
  background-image: linear-gradient(-90deg, currentColor 0, currentColor 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-size: 100% 100% !important;
  background-position: left !important;
  transition: background-position 0.2s ease !important;
}
.cid-tac9D3fZE8 .mbr-section-btn .btn-white-outline {
  color: #ffffff !important;
  border: 1px solid #ffffff;
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-tac9D3fZE8 .mbr-section-btn .btn-white-outline:hover {
  color: #fff !important;
  background: #ffffff !important;
}
.cid-tac9D3fZE8 .mbr-section-btn .btn-white-outline:hover .btn-transform {
  background-image: -webkit-linear-gradient(45deg, #5cc3ee 0, #5d91ef 29%, #5e5ef0 50%, #947be1 73%, #ca97d2 100%) !important;
}
.cid-tac9D3fZE8 .col-img {
  width: 100%;
}
@media (min-width: 1024px) {
  .cid-tac9D3fZE8 .col-img {
    width: 50%;
  }
}
@media (min-width: 758px) {
  .cid-tac9D3fZE8 .col-img {
    width: 40%;
  }
}
.cid-tagErMpr7Y.popup-builder {
  background-color: #ffffff;
}
.cid-tagErMpr7Y.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tagErMpr7Y.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tagErMpr7Y .modal-content,
.cid-tagErMpr7Y .modal-dialog {
  height: auto;
}
.cid-tagErMpr7Y .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tagErMpr7Y .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tagErMpr7Y .form-wrapper .mbr-form .form-group,
  .cid-tagErMpr7Y .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tagErMpr7Y .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tagErMpr7Y .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tagErMpr7Y .mbr-text {
  text-align: center;
}
.cid-tagErMpr7Y .pt-0 {
  padding-top: 0 !important;
}
.cid-tagErMpr7Y .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tagErMpr7Y .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tagErMpr7Y .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tagErMpr7Y .modal-open {
  overflow: hidden;
}
.cid-tagErMpr7Y .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tagErMpr7Y .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tagErMpr7Y .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tagErMpr7Y .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tagErMpr7Y .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tagErMpr7Y .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tagErMpr7Y .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tagErMpr7Y .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tagErMpr7Y .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tagErMpr7Y .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tagErMpr7Y .modal-backdrop.fade {
  opacity: 0;
}
.cid-tagErMpr7Y .modal-backdrop.show {
  opacity: .5;
}
.cid-tagErMpr7Y .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tagErMpr7Y .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tagErMpr7Y .modal-header {
    padding: 1rem;
  }
}
.cid-tagErMpr7Y .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tagErMpr7Y .modal-header .close svg {
  fill: #353535;
}
.cid-tagErMpr7Y .modal-header .close:hover {
  opacity: 1;
}
.cid-tagErMpr7Y .modal-header .close:focus {
  outline: none;
}
.cid-tagErMpr7Y .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tagErMpr7Y .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tagErMpr7Y .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tagErMpr7Y .modal-body {
    padding: 1rem;
  }
}
.cid-tagErMpr7Y .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tagErMpr7Y .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tagErMpr7Y .modal-footer {
    padding: 1rem;
  }
}
.cid-tagErMpr7Y .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tagErMpr7Y .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tagErMpr7Y .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tagErMpr7Y .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tagErMpr7Y .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tagErMpr7Y .modal-lg,
  .cid-tagErMpr7Y .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tagErMpr7Y .modal-xl {
    max-width: 1140px;
  }
}
.cid-tagErMpr7Y .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tagErMpr7Y .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tagErMpr7Y .form-group {
  margin-bottom: 1rem;
}
.cid-tagErMpr7Y .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tagErMpr7Y .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tagErMpr7Y .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tagErMpr7Y .mbr-section-btn {
  margin: 0;
}
.cid-tagErMpr7Y .mbr-section-btn .btn {
  margin: 0;
}
.cid-tacbn8N3b1 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-tacbn8N3b1 img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-tacbn8N3b1 img:hover {
  transform: scale(1.1);
}
.cid-tacbn8N3b1 .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-tacbn8N3b1 h2 {
  padding: 0;
  margin: 0;
}
.cid-tacbn8N3b1 .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tacbn8N3b1 .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-tacbn8N3b1 .mbr-section-btn {
  position: absolute;
  transform: rotate(90deg);
  bottom: 300px;
  left: 0;
  transform-origin: bottom left;
}
.cid-tacbn8N3b1 .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
  justify-content: space-between;
}
.cid-tacbn8N3b1 .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
  transform: rotate(-90deg);
}
.cid-tacbn8N3b1 .mbr-section-btn:hover .mbr-iconfont {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-tacbn8N3b1 .mbr-iconfont {
  margin: 0!important;
}
.cid-tacbn8N3b1 .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-tacbn8N3b1 .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-tacbn8N3b1 .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-tacbn8N3b1 .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-tacbn8N3b1 .text-col {
    padding: 2rem 1rem;
  }
}
.cid-tacbn8N3b1 H2 {
  color: #333333;
}
.cid-tacbn8N3b1 .mbr-text {
  color: #767676;
}
.cid-tacdHApC9r {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-tacdHApC9r img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-tacdHApC9r img:hover {
  transform: scale(1.1);
}
.cid-tacdHApC9r .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-tacdHApC9r h2 {
  padding: 0;
  margin: 0;
}
.cid-tacdHApC9r .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tacdHApC9r .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-tacdHApC9r .mbr-section-btn {
  position: absolute;
  transform: rotate(90deg);
  bottom: 0;
  right: 67px;
  transform-origin: bottom right;
}
.cid-tacdHApC9r .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
  justify-content: space-between;
}
.cid-tacdHApC9r .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
  transform: rotate(-90deg);
}
.cid-tacdHApC9r .mbr-section-btn:hover .mbr-iconfont {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-tacdHApC9r .mbr-iconfont {
  margin: 0!important;
}
.cid-tacdHApC9r .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-tacdHApC9r .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-tacdHApC9r .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-tacdHApC9r .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-tacdHApC9r .text-col {
    padding: 2rem 1rem;
  }
}
.cid-tacdHApC9r H2 {
  color: #333333;
}
.cid-tacdHApC9r .mbr-text {
  color: #767676;
}
.cid-tafu9drNpQ {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tafu9drNpQ .container-fluid {
  padding: 0 3rem;
}
.cid-tafu9drNpQ .media-container-column {
  padding: 0 2rem;
}
.cid-tafu9drNpQ .mbr-section-title {
  display: inline-block;
  position: relative;
}
@media (max-width: 767px) {
  .cid-tafu9drNpQ .container-fluid {
    padding: 0 1rem;
  }
}
.cid-taftJ2W1IY {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-taftJ2W1IY .card-img {
  background-color: #fff;
  overflow: hidden;
}
.cid-taftJ2W1IY .card-box {
  padding: 0rem;
  padding-top: 2rem;
}
.cid-taftJ2W1IY h4 {
  display: inline;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-taftJ2W1IY h3 {
  margin-bottom: 0;
  letter-spacing: 1px;
}
.cid-taftJ2W1IY p {
  text-align: left;
}
.cid-taftJ2W1IY img {
  transition: all 0.3s;
}
.cid-taftJ2W1IY .mbr-text {
  color: #1c1c1c;
}
.cid-taftJ2W1IY .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-taftJ2W1IY .card-wrapper:hover h4 {
  background-size: 100% 100%;
}
.cid-taftJ2W1IY .card-wrapper:hover img {
  filter: blur(2px);
}
.cid-taftJ2W1IY .card {
  margin-bottom: 2.5rem;
}
@media (min-width: 992px) {
  .cid-taftJ2W1IY .card-columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
@media (max-width: 991px) {
  .cid-taftJ2W1IY .card-columns {
    column-count: 2;
  }
}
@media (max-width: 767px) {
  .cid-taftJ2W1IY .card-columns {
    column-count: 1;
  }
}
@media (min-width: 1200px) {
  .cid-taftJ2W1IY .card-columns {
    column-gap: 4rem;
  }
}
.cid-taftJ2W1IY .card-title {
  color: #767676;
}
.cid-tafO115Bu1 {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #f4f8fa;
}
.cid-tafO115Bu1 .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-tafO115Bu1 .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-tafO115Bu1 .text-content {
  padding-right: 1.5rem;
}
.cid-tafO115Bu1 .mbr-text,
.cid-tafO115Bu1 .mbr-section-btn {
  color: #767676;
}
.cid-tafO115Bu1 .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(175, 175, 175, 0.3);
  box-shadow: 0px 0px 30px rgba(175, 175, 175, 0.3);
  border-radius: .25rem;
}
.cid-tafO115Bu1 .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-tafO115Bu1 .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-tafO115Bu1 .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-tafO115Bu1 .counter-container ul li:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  position: absolute;
  left: 0px;
  padding-top: 2px;
  display: inline-block;
  text-align: center;
  margin: 4px 0px;
  line-height: 10px;
  transition: all .2s;
  width: 16px;
  height: 16px;
  font-size: 16px !important;
  font-weight: 500;
  background: none;
  color: #188ef4;
}
@media (max-width: 991px) {
  .cid-tafO115Bu1 .main-row {
    margin: 0;
  }
  .cid-tafO115Bu1 .mbr-section-title,
  .cid-tafO115Bu1 .mbr-text,
  .cid-tafO115Bu1 .list,
  .cid-tafO115Bu1 .mbr-section-btn {
    text-align: center !important;
  }
  .cid-tafO115Bu1 .text-content {
    padding: 0;
  }
}
.cid-tafOWL86s8 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #4284df;
}
.cid-tafOWL86s8 h2,
.cid-tafOWL86s8 h3,
.cid-tafOWL86s8 h4,
.cid-tafOWL86s8 p {
  color: #ffffff;
}
.cid-tafOWL86s8 .mbr-overlay {
  z-index: -1;
}
.cid-tafOWL86s8 .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-tafOWL86s8 .form-control {
  box-shadow: none;
  margin-bottom: 15px;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-tafOWL86s8 .form-control:focus,
.cid-tafOWL86s8 .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-tafOWL86s8 .form-group {
  margin-bottom: 1rem;
}
.cid-tafOWL86s8 input::-webkit-input-placeholder,
.cid-tafOWL86s8 textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-tafOWL86s8 input:-moz-placeholder,
.cid-tafOWL86s8 textarea:-moz-placeholder {
  color: #656565;
}
.cid-tafOWL86s8 .jq-selectbox li,
.cid-tafOWL86s8 .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-tafOWL86s8 .jq-selectbox li:hover,
.cid-tafOWL86s8 .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-tafOWL86s8 .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-tafOWL86s8 .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-tafOWL86s8 .subtext {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.cid-tafOWL86s8 .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-tafOWL86s8 .mbr-text {
  color: #767676;
}
.cid-tafOWL86s8 .form-block {
  padding: 3rem;
  position: relative;
}
.cid-tafOWL86s8 .form-block .bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #2c1616;
  opacity: 0.5;
  z-index: 0;
}
.cid-tafOWL86s8 .form-block .form-wrap {
  position: relative;
  z-index: 1;
}
.cid-tafOWL86s8 a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-tafOWL86s8 .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-tafOWL86s8 .input-group-btn {
  display: block;
  text-align: center;
}
.cid-tafOWL86s8 textarea.form-control {
  resize: none;
}
@media (min-width: 768px) {
  .cid-tafOWL86s8 .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-tafOWL86s8 .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .cid-tafOWL86s8 .google-map {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tafOWL86s8 h2 {
    padding-top: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-tafOWL86s8 .block-content {
    padding: 0;
  }
  .cid-tafOWL86s8 .form-block {
    padding: 1rem;
  }
}
.cid-tafORsvrcJ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-tafORsvrcJ p {
  text-align: center;
}
.cid-tafORsvrcJ .mbr-iconfont-social {
  font-size: 1rem;
  color: #000000;
}
.cid-tafORsvrcJ .social-list a:focus {
  text-decoration: none;
}
.cid-tafORsvrcJ .text-copyright {
  width: 100%;
  color: #6e6e6e;
}
.cid-tafORsvrcJ .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-tafORsvrcJ .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #6e6e6e;
}
.cid-tafORsvrcJ .logo-footer {
  line-height: normal;
}
.cid-tafORsvrcJ .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tafORsvrcJ .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tafORsvrcJ .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-tafORsvrcJ img {
  display: inline;
}
.cid-tafC8SGGkE {
  display: flex;
  background-image: url("../../../assets/images/wenglor-1-1536x768.jpg");
}
.cid-tafC8SGGkE .mbr-overlay {
  background: #1b1b1b;
  background: linear-gradient(90deg, #1b1b1b, #000000);
}
.cid-tafC8SGGkE .mbr-section-title {
  margin: 0;
}
.cid-tafC8SGGkE .mbr-text {
  color: #efefef;
}
.cid-tafC8SGGkE .card-title {
  text-align: left;
  color: #ffffff;
}
.cid-tafC8SGGkE .card-img {
  text-align: left;
}
.cid-tafC8SGGkE .card .card-img span {
  font-size: 60px;
  color: #ffffff;
}
.cid-tafC8SGGkE .header-content {
  margin-left: 3rem;
  margin-right: 3rem;
  -webkit-align-self: stretch;
  align-self: stretch;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tafC8SGGkE .header-content .text-row {
  margin: auto 0;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tafC8SGGkE .features-row {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-tafC8SGGkE .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tafC8SGGkE .header-content {
    margin-right: 0;
    margin-left: 0;
  }
}
.cid-tafGXzBsm2 {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
@media (max-width: 767px) {
  .cid-tafGXzBsm2 .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tafGXzBsm2 .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tafGXzBsm2 .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tafGXzBsm2 .card-wrapper {
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-tafGXzBsm2 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tafGXzBsm2 .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tafH7shU5P {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
@media (max-width: 767px) {
  .cid-tafH7shU5P .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tafH7shU5P .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tafH7shU5P .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tafH7shU5P .card-wrapper {
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-tafH7shU5P .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tafH7shU5P .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tagqW4EzRY .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tagqW4EzRY .nav-item:focus,
.cid-tagqW4EzRY .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tagqW4EzRY .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-tagqW4EzRY .nav-item .nav-link {
    position: relative;
  }
  .cid-tagqW4EzRY .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #1b1b1b, #57b8e0);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-tagqW4EzRY .nav-item.open .nav-link::before {
    bottom: 0.2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-tagqW4EzRY .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tagqW4EzRY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5em 0.235em;
  transition: all 0.25s ease-in-out;
}
.cid-tagqW4EzRY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tagqW4EzRY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tagqW4EzRY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tagqW4EzRY .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
}
.cid-tagqW4EzRY .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-tagqW4EzRY .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-tagqW4EzRY .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
  line-height: 1.6;
}
.cid-tagqW4EzRY .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-tagqW4EzRY .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-tagqW4EzRY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tagqW4EzRY .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tagqW4EzRY .navbar.collapsed .navbar-collapse.show,
.cid-tagqW4EzRY .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tagqW4EzRY .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-tagqW4EzRY .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-tagqW4EzRY .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tagqW4EzRY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tagqW4EzRY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tagqW4EzRY .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tagqW4EzRY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tagqW4EzRY .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tagqW4EzRY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tagqW4EzRY .navbar.collapsed .right-menu,
.cid-tagqW4EzRY .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-tagqW4EzRY .navbar .navbar-collapse.show,
  .cid-tagqW4EzRY .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tagqW4EzRY .navbar .navbar-collapse.show .brand-container,
  .cid-tagqW4EzRY .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-tagqW4EzRY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tagqW4EzRY .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tagqW4EzRY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tagqW4EzRY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tagqW4EzRY .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tagqW4EzRY .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tagqW4EzRY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tagqW4EzRY .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tagqW4EzRY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-tagqW4EzRY .navbar .right-menu,
  .cid-tagqW4EzRY .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-tagqW4EzRY .navbar.navbar-short {
  min-height: 60px;
}
.cid-tagqW4EzRY .navbar.navbar-short .mbr-overlay {
  background: #ffffff !important;
}
.cid-tagqW4EzRY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tagqW4EzRY .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tagqW4EzRY .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tagqW4EzRY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tagqW4EzRY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tagqW4EzRY .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-tagqW4EzRY .dropdown-item.active,
.cid-tagqW4EzRY .dropdown-item:active {
  background-color: transparent;
}
.cid-tagqW4EzRY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tagqW4EzRY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tagqW4EzRY .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tagqW4EzRY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tagqW4EzRY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tagqW4EzRY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tagqW4EzRY ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-tagqW4EzRY ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-tagqW4EzRY .navbar-buttons {
  margin-left: auto;
}
.cid-tagqW4EzRY button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tagqW4EzRY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tagqW4EzRY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tagqW4EzRY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tagqW4EzRY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tagqW4EzRY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tagqW4EzRY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tagqW4EzRY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-tagqW4EzRY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-tagqW4EzRY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tagqW4EzRY .navbar-dropdown {
  position: fixed;
}
.cid-tagqW4EzRY a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tagqW4EzRY .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tagqW4EzRY .right-menu,
.cid-tagqW4EzRY .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-tagqW4EzRY .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tagqW4EzRY .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tagqW4EzRY .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-tagqW4EzRY .menu-top {
  text-align: center;
  width: 100%;
  background-color: #fe525b;
  padding: 0.5rem 0;
}
.cid-tagqW4EzRY .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-tagqW4EzRY .card-wrapper {
  z-index: 3;
}
.cid-tagqW4EzRY .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-tagqW4EzRY .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tagqW4EzRY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tafIUsW4tI {
  display: flex;
  background-image: url("../../../assets/images/bg2-1-878x657.png");
}
.cid-tafIUsW4tI .mbr-overlay {
  background: #1b1b1b;
  background: linear-gradient(90deg, #1b1b1b, #000000);
}
.cid-tafIUsW4tI .mbr-section-title {
  margin: 0;
}
.cid-tafIUsW4tI .mbr-text {
  color: #efefef;
}
.cid-tafIUsW4tI .card-title {
  text-align: left;
  color: #ffffff;
}
.cid-tafIUsW4tI .card-img {
  text-align: left;
}
.cid-tafIUsW4tI .card .card-img span {
  font-size: 60px;
  color: #ffffff;
}
.cid-tafIUsW4tI .header-content {
  margin-left: 3rem;
  margin-right: 3rem;
  -webkit-align-self: stretch;
  align-self: stretch;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tafIUsW4tI .header-content .text-row {
  margin: auto 0;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tafIUsW4tI .features-row {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-tafIUsW4tI .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tafIUsW4tI .header-content {
    margin-right: 0;
    margin-left: 0;
  }
}
.cid-tafIUtu6iQ {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
@media (max-width: 767px) {
  .cid-tafIUtu6iQ .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tafIUtu6iQ .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tafIUtu6iQ .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tafIUtu6iQ .card-wrapper {
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-tafIUtu6iQ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tafIUtu6iQ .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tafKinZeMC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
@media (max-width: 767px) {
  .cid-tafKinZeMC .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tafKinZeMC .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tafKinZeMC .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tafKinZeMC .card-wrapper {
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-tafKinZeMC .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tafKinZeMC .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tagqW4EzRY .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tagqW4EzRY .nav-item:focus,
.cid-tagqW4EzRY .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tagqW4EzRY .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-tagqW4EzRY .nav-item .nav-link {
    position: relative;
  }
  .cid-tagqW4EzRY .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #1b1b1b, #57b8e0);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-tagqW4EzRY .nav-item.open .nav-link::before {
    bottom: 0.2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-tagqW4EzRY .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tagqW4EzRY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5em 0.235em;
  transition: all 0.25s ease-in-out;
}
.cid-tagqW4EzRY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tagqW4EzRY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tagqW4EzRY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tagqW4EzRY .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
}
.cid-tagqW4EzRY .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-tagqW4EzRY .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-tagqW4EzRY .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
  line-height: 1.6;
}
.cid-tagqW4EzRY .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-tagqW4EzRY .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-tagqW4EzRY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tagqW4EzRY .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tagqW4EzRY .navbar.collapsed .navbar-collapse.show,
.cid-tagqW4EzRY .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tagqW4EzRY .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-tagqW4EzRY .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-tagqW4EzRY .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tagqW4EzRY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tagqW4EzRY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tagqW4EzRY .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tagqW4EzRY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tagqW4EzRY .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tagqW4EzRY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tagqW4EzRY .navbar.collapsed .right-menu,
.cid-tagqW4EzRY .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-tagqW4EzRY .navbar .navbar-collapse.show,
  .cid-tagqW4EzRY .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tagqW4EzRY .navbar .navbar-collapse.show .brand-container,
  .cid-tagqW4EzRY .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-tagqW4EzRY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tagqW4EzRY .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tagqW4EzRY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tagqW4EzRY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tagqW4EzRY .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tagqW4EzRY .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tagqW4EzRY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tagqW4EzRY .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tagqW4EzRY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-tagqW4EzRY .navbar .right-menu,
  .cid-tagqW4EzRY .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-tagqW4EzRY .navbar.navbar-short {
  min-height: 60px;
}
.cid-tagqW4EzRY .navbar.navbar-short .mbr-overlay {
  background: #ffffff !important;
}
.cid-tagqW4EzRY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tagqW4EzRY .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tagqW4EzRY .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tagqW4EzRY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tagqW4EzRY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tagqW4EzRY .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-tagqW4EzRY .dropdown-item.active,
.cid-tagqW4EzRY .dropdown-item:active {
  background-color: transparent;
}
.cid-tagqW4EzRY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tagqW4EzRY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tagqW4EzRY .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tagqW4EzRY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tagqW4EzRY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tagqW4EzRY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tagqW4EzRY ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-tagqW4EzRY ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-tagqW4EzRY .navbar-buttons {
  margin-left: auto;
}
.cid-tagqW4EzRY button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tagqW4EzRY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tagqW4EzRY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tagqW4EzRY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tagqW4EzRY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tagqW4EzRY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tagqW4EzRY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tagqW4EzRY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-tagqW4EzRY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-tagqW4EzRY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tagqW4EzRY .navbar-dropdown {
  position: fixed;
}
.cid-tagqW4EzRY a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tagqW4EzRY .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tagqW4EzRY .right-menu,
.cid-tagqW4EzRY .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-tagqW4EzRY .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tagqW4EzRY .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tagqW4EzRY .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-tagqW4EzRY .menu-top {
  text-align: center;
  width: 100%;
  background-color: #fe525b;
  padding: 0.5rem 0;
}
.cid-tagqW4EzRY .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-tagqW4EzRY .card-wrapper {
  z-index: 3;
}
.cid-tagqW4EzRY .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-tagqW4EzRY .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tagqW4EzRY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tafKIeeJkL {
  display: flex;
  background-image: url("../../../assets/images/4v220-08-24vdc-valvula-solenoide-airtac-52-1200x1200.jpg");
}
.cid-tafKIeeJkL .mbr-overlay {
  background: #1b1b1b;
  background: linear-gradient(90deg, #1b1b1b, #000000);
}
.cid-tafKIeeJkL .mbr-section-title {
  margin: 0;
}
.cid-tafKIeeJkL .mbr-text {
  color: #efefef;
}
.cid-tafKIeeJkL .card-title {
  text-align: left;
  color: #ffffff;
}
.cid-tafKIeeJkL .card-img {
  text-align: left;
}
.cid-tafKIeeJkL .card .card-img span {
  font-size: 60px;
  color: #ffffff;
}
.cid-tafKIeeJkL .header-content {
  margin-left: 3rem;
  margin-right: 3rem;
  -webkit-align-self: stretch;
  align-self: stretch;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tafKIeeJkL .header-content .text-row {
  margin: auto 0;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tafKIeeJkL .features-row {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-tafKIeeJkL .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tafKIeeJkL .header-content {
    margin-right: 0;
    margin-left: 0;
  }
}
.cid-tafKIf9U5F {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
@media (max-width: 767px) {
  .cid-tafKIf9U5F .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tafKIf9U5F .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tafKIf9U5F .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tafKIf9U5F .card-wrapper {
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-tafKIf9U5F .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tafKIf9U5F .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tagqW4EzRY .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tagqW4EzRY .nav-item:focus,
.cid-tagqW4EzRY .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tagqW4EzRY .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-tagqW4EzRY .nav-item .nav-link {
    position: relative;
  }
  .cid-tagqW4EzRY .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #1b1b1b, #57b8e0);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-tagqW4EzRY .nav-item.open .nav-link::before {
    bottom: 0.2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-tagqW4EzRY .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tagqW4EzRY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5em 0.235em;
  transition: all 0.25s ease-in-out;
}
.cid-tagqW4EzRY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tagqW4EzRY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tagqW4EzRY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tagqW4EzRY .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
}
.cid-tagqW4EzRY .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-tagqW4EzRY .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-tagqW4EzRY .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
  line-height: 1.6;
}
.cid-tagqW4EzRY .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-tagqW4EzRY .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-tagqW4EzRY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tagqW4EzRY .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tagqW4EzRY .navbar.collapsed .navbar-collapse.show,
.cid-tagqW4EzRY .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tagqW4EzRY .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-tagqW4EzRY .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-tagqW4EzRY .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tagqW4EzRY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tagqW4EzRY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tagqW4EzRY .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tagqW4EzRY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tagqW4EzRY .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tagqW4EzRY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tagqW4EzRY .navbar.collapsed .right-menu,
.cid-tagqW4EzRY .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-tagqW4EzRY .navbar .navbar-collapse.show,
  .cid-tagqW4EzRY .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tagqW4EzRY .navbar .navbar-collapse.show .brand-container,
  .cid-tagqW4EzRY .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-tagqW4EzRY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tagqW4EzRY .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tagqW4EzRY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tagqW4EzRY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tagqW4EzRY .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tagqW4EzRY .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tagqW4EzRY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tagqW4EzRY .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tagqW4EzRY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-tagqW4EzRY .navbar .right-menu,
  .cid-tagqW4EzRY .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-tagqW4EzRY .navbar.navbar-short {
  min-height: 60px;
}
.cid-tagqW4EzRY .navbar.navbar-short .mbr-overlay {
  background: #ffffff !important;
}
.cid-tagqW4EzRY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tagqW4EzRY .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tagqW4EzRY .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tagqW4EzRY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tagqW4EzRY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tagqW4EzRY .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-tagqW4EzRY .dropdown-item.active,
.cid-tagqW4EzRY .dropdown-item:active {
  background-color: transparent;
}
.cid-tagqW4EzRY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tagqW4EzRY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tagqW4EzRY .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tagqW4EzRY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tagqW4EzRY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tagqW4EzRY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tagqW4EzRY ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-tagqW4EzRY ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-tagqW4EzRY .navbar-buttons {
  margin-left: auto;
}
.cid-tagqW4EzRY button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tagqW4EzRY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tagqW4EzRY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tagqW4EzRY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tagqW4EzRY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tagqW4EzRY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tagqW4EzRY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tagqW4EzRY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-tagqW4EzRY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-tagqW4EzRY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tagqW4EzRY .navbar-dropdown {
  position: fixed;
}
.cid-tagqW4EzRY a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tagqW4EzRY .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tagqW4EzRY .right-menu,
.cid-tagqW4EzRY .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-tagqW4EzRY .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tagqW4EzRY .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tagqW4EzRY .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-tagqW4EzRY .menu-top {
  text-align: center;
  width: 100%;
  background-color: #fe525b;
  padding: 0.5rem 0;
}
.cid-tagqW4EzRY .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-tagqW4EzRY .card-wrapper {
  z-index: 3;
}
.cid-tagqW4EzRY .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-tagqW4EzRY .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tagqW4EzRY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tafMEry2u5 {
  display: flex;
  background-image: url("../../../assets/images/bg2-1-878x657.png");
}
.cid-tafMEry2u5 .mbr-overlay {
  background: #1b1b1b;
  background: linear-gradient(90deg, #1b1b1b, #000000);
}
.cid-tafMEry2u5 .mbr-section-title {
  margin: 0;
}
.cid-tafMEry2u5 .mbr-text {
  color: #efefef;
}
.cid-tafMEry2u5 .card-title {
  text-align: left;
  color: #ffffff;
}
.cid-tafMEry2u5 .card-img {
  text-align: left;
}
.cid-tafMEry2u5 .card .card-img span {
  font-size: 60px;
  color: #ffffff;
}
.cid-tafMEry2u5 .header-content {
  margin-left: 3rem;
  margin-right: 3rem;
  -webkit-align-self: stretch;
  align-self: stretch;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tafMEry2u5 .header-content .text-row {
  margin: auto 0;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tafMEry2u5 .features-row {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-tafMEry2u5 .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tafMEry2u5 .header-content {
    margin-right: 0;
    margin-left: 0;
  }
}
.cid-tafMEsbKiY {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
@media (max-width: 767px) {
  .cid-tafMEsbKiY .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tafMEsbKiY .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tafMEsbKiY .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tafMEsbKiY .card-wrapper {
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-tafMEsbKiY .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tafMEsbKiY .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tagqW4EzRY .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tagqW4EzRY .nav-item:focus,
.cid-tagqW4EzRY .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tagqW4EzRY .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-tagqW4EzRY .nav-item .nav-link {
    position: relative;
  }
  .cid-tagqW4EzRY .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #1b1b1b, #57b8e0);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-tagqW4EzRY .nav-item.open .nav-link::before {
    bottom: 0.2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-tagqW4EzRY .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tagqW4EzRY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5em 0.235em;
  transition: all 0.25s ease-in-out;
}
.cid-tagqW4EzRY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tagqW4EzRY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tagqW4EzRY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tagqW4EzRY .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
}
.cid-tagqW4EzRY .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-tagqW4EzRY .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-tagqW4EzRY .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
  line-height: 1.6;
}
.cid-tagqW4EzRY .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-tagqW4EzRY .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-tagqW4EzRY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tagqW4EzRY .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tagqW4EzRY .navbar.collapsed .navbar-collapse.show,
.cid-tagqW4EzRY .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tagqW4EzRY .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-tagqW4EzRY .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-tagqW4EzRY .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tagqW4EzRY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tagqW4EzRY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tagqW4EzRY .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tagqW4EzRY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tagqW4EzRY .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tagqW4EzRY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tagqW4EzRY .navbar.collapsed .right-menu,
.cid-tagqW4EzRY .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-tagqW4EzRY .navbar .navbar-collapse.show,
  .cid-tagqW4EzRY .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tagqW4EzRY .navbar .navbar-collapse.show .brand-container,
  .cid-tagqW4EzRY .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-tagqW4EzRY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tagqW4EzRY .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tagqW4EzRY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tagqW4EzRY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tagqW4EzRY .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tagqW4EzRY .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tagqW4EzRY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tagqW4EzRY .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tagqW4EzRY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-tagqW4EzRY .navbar .right-menu,
  .cid-tagqW4EzRY .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-tagqW4EzRY .navbar.navbar-short {
  min-height: 60px;
}
.cid-tagqW4EzRY .navbar.navbar-short .mbr-overlay {
  background: #ffffff !important;
}
.cid-tagqW4EzRY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tagqW4EzRY .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tagqW4EzRY .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tagqW4EzRY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tagqW4EzRY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tagqW4EzRY .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-tagqW4EzRY .dropdown-item.active,
.cid-tagqW4EzRY .dropdown-item:active {
  background-color: transparent;
}
.cid-tagqW4EzRY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tagqW4EzRY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tagqW4EzRY .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tagqW4EzRY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tagqW4EzRY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tagqW4EzRY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tagqW4EzRY ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-tagqW4EzRY ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-tagqW4EzRY .navbar-buttons {
  margin-left: auto;
}
.cid-tagqW4EzRY button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tagqW4EzRY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tagqW4EzRY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tagqW4EzRY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tagqW4EzRY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tagqW4EzRY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tagqW4EzRY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tagqW4EzRY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-tagqW4EzRY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-tagqW4EzRY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tagqW4EzRY .navbar-dropdown {
  position: fixed;
}
.cid-tagqW4EzRY a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tagqW4EzRY .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tagqW4EzRY .right-menu,
.cid-tagqW4EzRY .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-tagqW4EzRY .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tagqW4EzRY .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tagqW4EzRY .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-tagqW4EzRY .menu-top {
  text-align: center;
  width: 100%;
  background-color: #fe525b;
  padding: 0.5rem 0;
}
.cid-tagqW4EzRY .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-tagqW4EzRY .card-wrapper {
  z-index: 3;
}
.cid-tagqW4EzRY .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-tagqW4EzRY .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tagqW4EzRY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
