.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 1.9rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.375rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.625rem;
}
/* ---- 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: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.52rem;
    font-size: calc( 1.315rem + (1.9 - 1.315) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.315rem + (1.9 - 1.315) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* 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: #fe0c22 !important;
}
.bg-success {
  background-color: #1d8ec7 !important;
}
.bg-info {
  background-color: #00447e !important;
}
.bg-warning {
  background-color: #858589 !important;
}
.bg-danger {
  background-color: #00e300 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #fe0c22 !important;
  border-color: #fe0c22 !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: #b30111 !important;
  border-color: #b30111 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #b30111 !important;
  border-color: #b30111 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-info,
.btn-info:active {
  background-color: #00447e !important;
  border-color: #00447e !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: #001527 !important;
  border-color: #001527 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #001527 !important;
  border-color: #001527 !important;
}
.btn-success,
.btn-success:active {
  background-color: #1d8ec7 !important;
  border-color: #1d8ec7 !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: #12587b !important;
  border-color: #12587b !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #12587b !important;
  border-color: #12587b !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #858589 !important;
  border-color: #858589 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #5a5a5d !important;
  border-color: #5a5a5d !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #5a5a5d !important;
  border-color: #5a5a5d !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #00e300 !important;
  border-color: #00e300 !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: #008c00 !important;
  border-color: #008c00 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #008c00 !important;
  border-color: #008c00 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #fe0c22;
  color: #fe0c22;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #b30111 !important;
  background-color: transparent!important;
  border-color: #b30111 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #fe0c22 !important;
  border-color: #fe0c22 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: #d4d4d4 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #00447e;
  color: #00447e;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #001527 !important;
  background-color: transparent!important;
  border-color: #001527 !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #00447e !important;
  border-color: #00447e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #1d8ec7;
  color: #1d8ec7;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #12587b !important;
  background-color: transparent!important;
  border-color: #12587b !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #1d8ec7 !important;
  border-color: #1d8ec7 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #858589;
  color: #858589;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5a5a5d !important;
  background-color: transparent!important;
  border-color: #5a5a5d !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #858589 !important;
  border-color: #858589 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #00e300;
  color: #00e300;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #008c00 !important;
  background-color: transparent!important;
  border-color: #008c00 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #00e300 !important;
  border-color: #00e300 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  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: #cfcfcf !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: #fe0c22 !important;
}
.text-secondary {
  color: #ffffff !important;
}
.text-success {
  color: #1d8ec7 !important;
}
.text-info {
  color: #00447e !important;
}
.text-warning {
  color: #858589 !important;
}
.text-danger {
  color: #00e300 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #a3010f !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #cccccc !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #104e6e !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000d18 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #535355 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #007d00 !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: #fe0c22;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #00447e;
}
.alert-warning {
  background-color: #858589;
}
.alert-danger {
  background-color: #00e300;
}
.mbr-gallery-filter li.active .btn {
  background-color: #fe0c22;
  border-color: #fe0c22;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #fe0c22;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffd7db;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #78c5eb;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #0089fe;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #c6c6c8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #b0ffb0;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.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: #fe0c22 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #fe0c22;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #fe0c22;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #fe0c22;
}
.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: #fe0c22;
  border-bottom-color: #fe0c22;
}
.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: #fe0c22 !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: #ffffff !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='%23fe0c22' %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;
}
.cid-upAkn8fYbS {
  z-index: 1000;
  width: 100%;
}
.cid-upAkn8fYbS nav.navbar {
  position: fixed;
}
.cid-upAkn8fYbS .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-upAkn8fYbS .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-upAkn8fYbS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-upAkn8fYbS .dropdown-item:hover,
.cid-upAkn8fYbS .dropdown-item:focus {
  background: #fe0c22 !important;
  color: white !important;
}
.cid-upAkn8fYbS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-upAkn8fYbS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-upAkn8fYbS .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-upAkn8fYbS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-upAkn8fYbS .nav-link {
  position: relative;
}
.cid-upAkn8fYbS .container {
  display: flex;
  margin: auto;
}
.cid-upAkn8fYbS .iconfont-wrapper {
  color: #048eb3 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-upAkn8fYbS .dropdown-menu,
.cid-upAkn8fYbS .navbar.opened {
  background: #ffffff !important;
}
.cid-upAkn8fYbS .nav-item:focus,
.cid-upAkn8fYbS .nav-link:focus {
  outline: none;
}
.cid-upAkn8fYbS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-upAkn8fYbS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-upAkn8fYbS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-upAkn8fYbS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-upAkn8fYbS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-upAkn8fYbS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-upAkn8fYbS .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.9);
}
.cid-upAkn8fYbS .navbar.opened {
  transition: all 0.3s;
}
.cid-upAkn8fYbS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-upAkn8fYbS .navbar .navbar-logo img {
  width: auto;
}
.cid-upAkn8fYbS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-upAkn8fYbS .navbar.collapsed {
  justify-content: center;
}
.cid-upAkn8fYbS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-upAkn8fYbS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-upAkn8fYbS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-upAkn8fYbS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-upAkn8fYbS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-upAkn8fYbS .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-upAkn8fYbS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-upAkn8fYbS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-upAkn8fYbS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-upAkn8fYbS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-upAkn8fYbS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-upAkn8fYbS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-upAkn8fYbS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-upAkn8fYbS .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-upAkn8fYbS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-upAkn8fYbS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-upAkn8fYbS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-upAkn8fYbS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-upAkn8fYbS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-upAkn8fYbS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-upAkn8fYbS .navbar.navbar-short {
  min-height: 60px;
}
.cid-upAkn8fYbS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-upAkn8fYbS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-upAkn8fYbS .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-upAkn8fYbS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-upAkn8fYbS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-upAkn8fYbS .dropdown-item.active,
.cid-upAkn8fYbS .dropdown-item:active {
  background-color: transparent;
}
.cid-upAkn8fYbS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-upAkn8fYbS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-upAkn8fYbS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-upAkn8fYbS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-upAkn8fYbS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-upAkn8fYbS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-upAkn8fYbS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-upAkn8fYbS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-upAkn8fYbS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-upAkn8fYbS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff030e;
}
.cid-upAkn8fYbS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-upAkn8fYbS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upAkn8fYbS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upAkn8fYbS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-upAkn8fYbS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upAkn8fYbS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-upAkn8fYbS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-upAkn8fYbS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upAkn8fYbS .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-upAkn8fYbS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-upAkn8fYbS .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-upAkn8fYbS .navbar {
    height: 70px;
  }
  .cid-upAkn8fYbS .navbar.opened {
    height: auto;
  }
  .cid-upAkn8fYbS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tQRgnTzNni {
  overflow: visible;
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr-1-1920x1280.webp");
}
.cid-tQRgnTzNni .mbr-overlay {
  background: #000f20;
}
.cid-tQRgnTzNni .animation {
  pointer-events: none;
}
.cid-tQRgnTzNni .mbr-section-subtitle {
  margin-bottom: 10px;
  color: #ffffff;
}
.cid-tQRgnTzNni .mbr-section-title {
  margin-bottom: 27px;
  color: #ff0018;
}
.cid-tQRgnTzNni .mbr-text {
  margin-bottom: 35px;
  line-height: 1.54;
}
.cid-tQRgnTzNni .image__block {
  margin-top: 60px;
  margin-bottom: -160px;
  position: relative;
  z-index: 5;
}
.cid-tQRgnTzNni .image__block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .cid-tQRgnTzNni .circle1 {
    position: absolute;
    left: 70px;
    bottom: 70px;
    width: 200px;
    height: 200px;
    z-index: 1;
    background-color: #fff;
    border-radius: 50%;
    opacity: .1;
    animation: circleAnimation 13s linear infinite;
  }
  .cid-tQRgnTzNni .circle2 {
    top: 150px;
    left: 47.6%;
    width: 100px;
    height: 100px;
    position: absolute;
    z-index: 1;
    background-color: #fff;
    border-radius: 50%;
    opacity: .1;
    animation: circleAnimation 11s linear infinite;
  }
  .cid-tQRgnTzNni .circle3 {
    right: 15%;
    bottom: 140px;
    width: 170px;
    height: 170px;
    position: absolute;
    z-index: 1;
    background-color: #fff;
    border-radius: 50%;
    opacity: .1;
    animation: circleAnimation 10s linear infinite;
  }
  .cid-tQRgnTzNni .circle4 {
    right: 3%;
    top: 190px;
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 1;
    background-color: #fff;
    border-radius: 50%;
    opacity: .1;
    animation: circleAnimation 9s linear infinite;
  }
  @keyframes circleAnimation {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.5);
    }
    55% {
      transform: scale(1.5);
    }
    100% {
      transform: scale(1);
    }
  }
}
@media (max-width: 991px) {
  .cid-tQRgnTzNni .mbr-section-title {
    margin-bottom: 17px;
  }
  .cid-tQRgnTzNni .mbr-text {
    margin-bottom: 20px;
  }
  .cid-tQRgnTzNni .mbr-section-btn {
    margin-bottom: 40px;
  }
  .cid-tQRgnTzNni .image__block {
    margin-bottom: -100px;
  }
}
.cid-tQRgnTzNni .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQRgnTzNni .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFdnfPhuER {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tFdnfPhuER .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFdnfPhuER .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFdnfPhuER .mbr-section-title {
  color: #e3000f;
}
.cid-tFdnfPhuER .mbr-section-subtitle {
  color: #222222;
}
.cid-uq2Srf6eNQ {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uq2Srf6eNQ .wrapper {
  padding: 70px 90px;
  background: transparent;
  box-shadow: 0px 10px 20px 0px rgba(29, 29, 27, 0.2);
}
@media (max-width: 768px) {
  .cid-uq2Srf6eNQ .wrapper {
    padding: 20px;
  }
}
.cid-uq2Srf6eNQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uq2Srf6eNQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uq2Srf6eNQ .mbr-text.text2 {
  color: #222222;
}
.cid-uq2Srf6eNQ .mbr-text.text1 {
  color: #222222;
  text-align: center;
}
.cid-uq2z7ubFgK {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/render-suroeste-vidrios-2000x1204.jpg");
}
.cid-uq2z7ubFgK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uq2z7ubFgK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uq2z7ubFgK .arrow {
  font-size: 3rem;
  color: #0089c6;
  animation-duration: 1s;
  animation-name: slidein;
  animation-iteration-count: infinite;
  display: block;
}
.cid-uq2z7ubFgK .arrow-col {
  overflow: hidden;
  margin-top: 5rem;
}
.cid-uq2z7ubFgK .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uq2z7ubFgK .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uq2z7ubFgK img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-uq2z7ubFgK img {
    transform: rotate(-5deg);
  }
}
.cid-uq2z7ubFgK .mbr-section-title {
  text-align: center;
  color: #232323;
}
.cid-uq2z7ubFgK .mbr-section-subtitle {
  text-align: center;
  color: #0089c6;
}
.cid-uq2z7ubFgK .mbr-text,
.cid-uq2z7ubFgK .mbr-section-btn {
  color: #000000;
}
@keyframes slidein {
  0% {
    transform: translateY(-50px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(50px);
  }
}
.cid-uq2JWQC0Z6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f6f9ff;
}
.cid-uq2JWQC0Z6 .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uq2JWQC0Z6 .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #fe0c22;
}
.cid-uq2JWQC0Z6 .svg-top .st0 {
  fill: #f6f9ff;
}
@media (max-width: 992px) {
  .cid-uq2JWQC0Z6 .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
@media (min-width: 1400px) {
  .cid-uq2JWQC0Z6 .col-12 {
    padding: 0 2rem;
  }
  .cid-uq2JWQC0Z6 .row {
    margin: 0 -2rem;
  }
}
.cid-uq2JWQC0Z6 .mbr-text,
.cid-uq2JWQC0Z6 .mbr-section-btn {
  color: #e3000f;
  text-align: center;
}
.cid-uq2JWQC0Z6 .mbr-section-title {
  color: #2299aa;
  text-align: left;
}
.cid-uq8AD2846L {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f6f9ff;
}
.cid-uq8AD2846L .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uq8AD2846L .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #fe0c22;
}
.cid-uq8AD2846L .svg-top .st0 {
  fill: #f6f9ff;
}
@media (max-width: 992px) {
  .cid-uq8AD2846L .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
@media (min-width: 1400px) {
  .cid-uq8AD2846L .col-12 {
    padding: 0 2rem;
  }
  .cid-uq8AD2846L .row {
    margin: 0 -2rem;
  }
}
.cid-uq8AD2846L .mbr-text,
.cid-uq8AD2846L .mbr-section-btn {
  color: #e3000f;
  text-align: center;
}
.cid-uq8AD2846L .mbr-section-title {
  color: #2299aa;
  text-align: left;
}
.cid-uq2QzizB4t {
  padding-top: 1rem;
  padding-bottom: 7rem;
  background-color: #f6f9ff;
}
.cid-uq2QzizB4t .wrapper {
  padding: 70px 90px;
  background: transparent;
  box-shadow: 0px 10px 20px 0px rgba(29, 29, 27, 0.2);
}
@media (max-width: 768px) {
  .cid-uq2QzizB4t .wrapper {
    padding: 20px;
  }
}
.cid-uq2QzizB4t .mbr-fallback-image.disabled {
  display: none;
}
.cid-uq2QzizB4t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uq2QzizB4t .mbr-text.text2 {
  color: #222222;
}
.cid-uq2QzizB4t .mbr-text.text1 {
  color: #222222;
}
.cid-tLHk23VuPJ {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-tLHk23VuPJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLHk23VuPJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLHk23VuPJ .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-tLHk23VuPJ .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #e22435;
  transition: all 0.3s;
  color: #e22435;
}
.cid-tLHk23VuPJ .social-row .soc-item .mbr-iconfont:hover {
  background-color: #e22435;
  color: #ffffff;
}
.cid-tLHk23VuPJ .mbr-section-title {
  color: #353535;
}
.cid-tLHk23VuPJ .mbr-section-subtitle {
  color: #e3000f;
}
.cid-tLHk23VuPJ .mbr-text,
.cid-tLHk23VuPJ .mbr-section-btn,
.cid-tLHk23VuPJ .social-row {
  color: #e3000f;
}
.cid-tQXdtitFLk {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-tQXdtitFLk .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-tQXdtitFLk .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-tQXdtitFLk .counter-container ul li:before {
  position: absolute;
  top: -8px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: currentColor;
  background-color: #bbbbbb;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-tQXdtitFLk .mbr-section-title {
  text-align: center;
  color: #bbbbbb;
}
.cid-tQXdtitFLk .mbr-text {
  color: #000000;
}
.cid-tQXdtitFLk .mbr-text DIV {
  text-align: left;
}
.cid-upXXV9s9rS .mbr-iconfont {
  display: block;
  font-size: 4rem;
}
.cid-upXXV9s9rS .card-wrapper {
  transition: all 0.3s;
  padding: 3rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-upXXV9s9rS .card-wrapper {
    padding: 3rem 2rem;
  }
}
.cid-upXXV9s9rS .card-wrapper:hover .icon2,
.cid-upXXV9s9rS .card-wrapper:hover .icon3 {
  animation: icon;
  animation-duration: 0.3s;
}
.cid-upXXV9s9rS .text-wrapper {
  display: flex;
}
@keyframes icon {
  from {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  to {
    transform: scale(1);
  }
}
.cid-upXXV9s9rS img {
  height: 100%;
  width: 100%;
  transition: all 0.3s;
  object-fit: cover;
}
.cid-upXXV9s9rS img:hover {
  transform: scale(1.05);
}
.cid-upXXV9s9rS .icon1 {
  color: #e3000f;
}
.cid-upXXV9s9rS .icon2 {
  color: #e3000f;
}
.cid-upXXV9s9rS .icon3 {
  color: #ffffff;
}
.cid-upXXV9s9rS .big {
  height: 100%;
  min-height: 420px;
  overflow: hidden;
}
.cid-upXXV9s9rS .card1 {
  background-image: url("../../../assets/images/suroeste-1-709x931.jpg");
  background-size: cover;
  background-position: center;
  padding: 6rem;
  padding-top: 15rem;
}
.cid-upXXV9s9rS .card1 .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1rem;
}
@media (max-width: 1400px) {
  .cid-upXXV9s9rS .card1 {
    padding: 3rem 1rem;
  }
}
@media (max-width: 992px) {
  .cid-upXXV9s9rS .card1 {
    padding: 6rem;
  }
}
@media (max-width: 767px) {
  .cid-upXXV9s9rS .card1 {
    padding: 3rem 1rem;
  }
}
.cid-upXXV9s9rS .card-box {
  z-index: 2;
}
.cid-upXXV9s9rS .card2 {
  background: #222222;
}
.cid-upXXV9s9rS .card3 {
  background: #e3000f;
}
.cid-upXXV9s9rS .card3 .mbr-iconfont {
  margin: auto;
  margin-bottom: 0rem;
}
.cid-upXXV9s9rS .card3:hover {
  background-size: auto 115%;
}
.cid-upXXV9s9rS .card3:hover:before {
  opacity: 0.3;
}
.cid-upXXV9s9rS .card2-title {
  color: #ffffff;
}
.cid-upXXV9s9rS .card3-title {
  color: #ffffff;
}
.cid-upXXV9s9rS .card1-title {
  color: #e3000f;
}
@media (max-width: 767px) {
  .cid-upXXV9s9rS .card1-title {
    text-align: center;
  }
}
.cid-upXXV9s9rS .card1-text {
  color: #ffffff;
}
.cid-upWT98KV91 {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #f6f9ff;
}
.cid-upWT98KV91 img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-upWT98KV91 img {
    width: 100%;
  }
}
.cid-upWT98KV91 .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-upWT98KV91 .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-upWT98KV91 .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-upWT98KV91 .counter-container ul li:before {
  position: absolute;
  top: -5px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #858589;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  content: "✓";
}
.cid-upWT98KV91 .mbr-text,
.cid-upWT98KV91 .mbr-section-btn {
  color: #353535;
  text-align: center;
}
.cid-upWT98KV91 .mbr-section-subtitle {
  color: #777777;
}
.cid-upWT98KV91 .mbr-list {
  color: #e3000f;
}
.cid-upWT98KV91 .mbr-section-title {
  color: #e3000f;
  text-align: center;
}
.cid-upXhwUay94 {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #f6f9ff;
}
.cid-upXhwUay94 .mbr-fallback-image.disabled {
  display: none;
}
.cid-upXhwUay94 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-upXhwUay94 .container {
    padding: 0 24px;
  }
}
.cid-upXhwUay94 .row {
  justify-content: center;
}
.cid-upXhwUay94 .content-wrapper {
  border-radius: 40px;
  background-color: #dae0f1;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-upXhwUay94 .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .cid-upXhwUay94 .content-wrapper {
    padding: 32px;
  }
}
.cid-upXhwUay94 .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-upXhwUay94 .content-wrapper .mbr-text {
  margin: 16px 0 0;
}
.cid-upXhwUay94 .mbr-section-title {
  color: #e3000f;
  text-align: center;
}
.cid-upXhwUay94 .mbr-text {
  color: #353535;
  text-align: center;
}
.cid-tLHCXBCB6I {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/svsl-2-1838x869.jpeg");
}
.cid-tLHCXBCB6I .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLHCXBCB6I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLHCXBCB6I .item {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.cid-tLHCXBCB6I .item .icon-wrap {
  text-align: center;
}
.cid-tLHCXBCB6I .item span {
  font-size: 2rem;
  color: #ffffff;
  line-height: 60px;
}
.cid-tLHCXBCB6I .item::before {
  content: "\e96b";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: -15px;
  top: 12%;
  color: #e3000f;
}
.cid-tLHCXBCB6I .item.first:before {
  display: none;
}
.cid-tLHCXBCB6I .item.five:before {
  display: none;
}
.cid-tLHCXBCB6I .icon-box {
  background: #e3000f;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
}
.cid-tLHCXBCB6I .text-box {
  margin-top: 1rem;
  text-align: center;
}
.cid-tLHCXBCB6I .mbr-iconfont {
  color: #fe0c22 !important;
  position: absolute;
  top: 50%;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tLHCXBCB6I .item:before {
    display: none;
  }
  .cid-tLHCXBCB6I .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tLHCXBCB6I .icon-title,
.cid-tLHCXBCB6I .item .icon-wrap {
  color: #e3000f;
}
.cid-tLHCXBCB6I .text-box .mbr-text {
  color: #fafafa;
}
.cid-tLHCXBCB6I .mbr-text,
.cid-tLHCXBCB6I .mbr-section-btn {
  color: #00e300;
}
.cid-tLHCXBCB6I .card-title,
.cid-tLHCXBCB6I .card-box {
  color: #ffffff;
}
.cid-tQk1iwLLLT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f6f9ff;
}
.cid-tQk1iwLLLT .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-tQk1iwLLLT .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #fe0c22;
}
.cid-tQk1iwLLLT .svg-top .st0 {
  fill: #f6f9ff;
}
@media (max-width: 992px) {
  .cid-tQk1iwLLLT .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
@media (min-width: 1400px) {
  .cid-tQk1iwLLLT .col-12 {
    padding: 0 2rem;
  }
  .cid-tQk1iwLLLT .row {
    margin: 0 -2rem;
  }
}
.cid-tQk1iwLLLT .mbr-text,
.cid-tQk1iwLLLT .mbr-section-btn {
  color: #e3000f;
  text-align: center;
}
.cid-tQk1iwLLLT .mbr-section-title {
  color: #2299aa;
  text-align: left;
}
.cid-upSbf4D0v0 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #f6f9ff;
}
@media (max-width: 991px) {
  .cid-upSbf4D0v0 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-upSbf4D0v0 .row {
  flex-direction: row-reverse;
}
.cid-upSbf4D0v0 img {
  width: 100%;
}
.cid-upSbf4D0v0 .mbr-section-title {
  margin-bottom: 1rem;
  color: #e3000f;
  text-align: center;
}
.cid-upSbf4D0v0 .mbr-text {
  margin-bottom: 4.5rem;
  color: #353535;
  text-align: center;
}
.cid-upSbf4D0v0 .image-wrapper img {
  border-radius: 15px;
}
#custom-html-3j .float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
#custom-html-3j .my-float {
  margin-top: 16px;
}
#custom-html-3k .float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
#custom-html-3k .my-float {
  margin-top: 16px;
}
.cid-tQHmmYx0Is {
  background-image: url("../../../assets/images/index-meta.jpg");
}
@media (max-width: 768px) {
  .cid-tQHmmYx0Is {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.cid-tQHmmYx0Is .container-fluid {
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 992px) {
  .cid-tQHmmYx0Is .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.cid-tQHmmYx0Is .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-tQHmmYx0Is .row {
    position: relative;
  }
}
.cid-tQHmmYx0Is .custom-row {
  display: flex;
  max-width: 1200px;
  padding-left: 12px;
  padding-right: 12px;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-tQHmmYx0Is .custom-row {
    padding-left: 16px;
    padding-right: 16px;
    flex-wrap: nowrap;
  }
}
@media (max-width: 767px) {
  .cid-tQHmmYx0Is .map-col {
    height: 650px;
    order: 2;
    padding: 0!important;
  }
}
.cid-tQHmmYx0Is .col-text {
  position: relative;
}
.cid-tQHmmYx0Is .col-text .radial-svg {
  display: none;
}
@media (max-width: 767px) {
  .cid-tQHmmYx0Is .col-text {
    order: 0;
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .cid-tQHmmYx0Is .col-text {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.cid-tQHmmYx0Is .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .cid-tQHmmYx0Is .text-wrapper {
    padding-left: 4rem;
  }
}
.cid-tQHmmYx0Is .text-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
.cid-tQHmmYx0Is .label-text {
  width: 100%;
  letter-spacing: 2px;
  color: #f6f9ff;
  margin-bottom: 4px;
}
@media (max-width: 767px) {
  .cid-tQHmmYx0Is .label-text {
    text-align: center;
  }
}
.cid-tQHmmYx0Is .mbr-section-title {
  margin-bottom: 32px;
  width: 100%;
  color: #111111;
}
@media (max-width: 767px) {
  .cid-tQHmmYx0Is .mbr-section-title {
    text-align: center;
    margin-bottom: 20px;
  }
}
.cid-tQHmmYx0Is .contact-container {
  margin-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-tQHmmYx0Is .contact-container {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-tQHmmYx0Is .contact-container .phone-container {
  padding: 16px 25px;
  background-color: #024885;
  border-radius: 5px;
  margin-bottom: 10px;
  margin-right: 12px;
}
@media (max-width: 767px) {
  .cid-tQHmmYx0Is .contact-container .phone-container {
    width: 100%;
    margin-right: 0;
  }
}
.cid-tQHmmYx0Is .contact-container .email-container {
  padding: 12px 18px;
  background-color: #111111;
  border-radius: 5px;
  margin-bottom: 10px;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .cid-tQHmmYx0Is .contact-container .email-container {
    width: 100%;
    margin-right: 0;
  }
}
.cid-tQHmmYx0Is .contact-text {
  color: #ffffff;
}
.cid-tQHmmYx0Is .cards-container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 0;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .cid-tQHmmYx0Is .cards-container {
    text-align: center;
  }
}
.cid-tQHmmYx0Is .cards-title {
  margin-bottom: 12px;
}
.cid-tQHmmYx0Is .card {
  padding: 9px 0;
}
.cid-tQHmmYx0Is .card-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .cid-tQHmmYx0Is .card-wrapper {
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .cid-tQHmmYx0Is .card-title {
    font-size: 1.5rem !important;
  }
}
.cid-tQHmmYx0Is .icon-box {
  margin-right: 12px;
}
.cid-tQHmmYx0Is .icon-box .mbr-iconfont {
  color: #0089c6;
}
.cid-tQHmmYx0Is .card-text {
  color: #ffffff;
  letter-spacing: inherit;
  flex-grow: 1;
}
.cid-tQHmmYx0Is .btn-container {
  width: 100%;
}
.cid-tQHmmYx0Is .mbr-section-btn {
  margin-top: 10px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tQHmmYx0Is .mbr-section-btn {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
  }
}
.cid-tQHmmYx0Is .mbr-section-btn .btn {
  padding: 0;
  transition: all 0.3s ease 0s;
}
.cid-tQHmmYx0Is .mbr-section-btn .btn span {
  margin-left: 0;
  padding-left: 0.5rem;
  transition: all 0.3s ease 0s;
}
.cid-tQHmmYx0Is .mbr-section-btn .btn:hover span {
  padding-left: 1.25rem;
}
.cid-tQHmmYx0Is .google-map {
  position: absolute;
}
@media (max-width: 767px) {
  .cid-tQHmmYx0Is .google-map {
    height: 650px;
    width: 100%;
    padding: 0;
    left: 0;
    bottom: 0;
  }
}
@media (min-width: 768px) {
  .cid-tQHmmYx0Is .google-map {
    height: 100%;
    width: 50%;
    padding: 0;
    left: 0;
    top: 0;
  }
}
.cid-tQHmmYx0Is .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tQHmmYx0Is .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tQHmmYx0Is .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tQHmmYx0Is .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tQHmmYx0Is .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQHmmYx0Is .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQHmmYx0Is .mbr-section-title,
.cid-tQHmmYx0Is .mbr-section-btn {
  color: #ffffff;
}
.cid-uwPZN5mgyd {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #111111;
}
.cid-uwPZN5mgyd .mbr-section-head {
  margin-bottom: 12px;
}
.cid-uwPZN5mgyd .mbr-section-title {
  color: #24262b;
}
.cid-uwPZN5mgyd .mbr-section-subtitle {
  margin-top: 2px;
  color: #24262b;
}
.cid-uwPZN5mgyd .card {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  padding: 1rem 2rem !important;
}
@media (max-width: 767px) {
  .cid-uwPZN5mgyd .card {
    padding: 1rem !important;
  }
}
.cid-uwPZN5mgyd .card:hover {
  transform: translateY(-1rem);
}
.cid-uwPZN5mgyd .card img {
  max-width: 180px;
  height: auto;
}
.cid-sFGSOnwtIp {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #111111;
  overflow: hidden;
}
.cid-sFGSOnwtIp .media-container-row .mbr-text {
  color: #ffffff;
}
#custom-html-3i .float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 60px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #fff;
  z-index: 100;
}
#custom-html-3i .my-float {
  margin-top: 16px;
}
.cid-upAkn8fYbS {
  z-index: 1000;
  width: 100%;
}
.cid-upAkn8fYbS nav.navbar {
  position: fixed;
}
.cid-upAkn8fYbS .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-upAkn8fYbS .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-upAkn8fYbS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-upAkn8fYbS .dropdown-item:hover,
.cid-upAkn8fYbS .dropdown-item:focus {
  background: #fe0c22 !important;
  color: white !important;
}
.cid-upAkn8fYbS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-upAkn8fYbS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-upAkn8fYbS .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-upAkn8fYbS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-upAkn8fYbS .nav-link {
  position: relative;
}
.cid-upAkn8fYbS .container {
  display: flex;
  margin: auto;
}
.cid-upAkn8fYbS .iconfont-wrapper {
  color: #048eb3 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-upAkn8fYbS .dropdown-menu,
.cid-upAkn8fYbS .navbar.opened {
  background: #ffffff !important;
}
.cid-upAkn8fYbS .nav-item:focus,
.cid-upAkn8fYbS .nav-link:focus {
  outline: none;
}
.cid-upAkn8fYbS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-upAkn8fYbS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-upAkn8fYbS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-upAkn8fYbS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-upAkn8fYbS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-upAkn8fYbS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-upAkn8fYbS .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.9);
}
.cid-upAkn8fYbS .navbar.opened {
  transition: all 0.3s;
}
.cid-upAkn8fYbS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-upAkn8fYbS .navbar .navbar-logo img {
  width: auto;
}
.cid-upAkn8fYbS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-upAkn8fYbS .navbar.collapsed {
  justify-content: center;
}
.cid-upAkn8fYbS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-upAkn8fYbS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-upAkn8fYbS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-upAkn8fYbS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-upAkn8fYbS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-upAkn8fYbS .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-upAkn8fYbS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-upAkn8fYbS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-upAkn8fYbS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-upAkn8fYbS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-upAkn8fYbS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-upAkn8fYbS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-upAkn8fYbS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-upAkn8fYbS .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-upAkn8fYbS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-upAkn8fYbS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-upAkn8fYbS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-upAkn8fYbS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-upAkn8fYbS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-upAkn8fYbS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-upAkn8fYbS .navbar.navbar-short {
  min-height: 60px;
}
.cid-upAkn8fYbS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-upAkn8fYbS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-upAkn8fYbS .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-upAkn8fYbS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-upAkn8fYbS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-upAkn8fYbS .dropdown-item.active,
.cid-upAkn8fYbS .dropdown-item:active {
  background-color: transparent;
}
.cid-upAkn8fYbS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-upAkn8fYbS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-upAkn8fYbS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-upAkn8fYbS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-upAkn8fYbS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-upAkn8fYbS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-upAkn8fYbS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-upAkn8fYbS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-upAkn8fYbS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-upAkn8fYbS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff030e;
}
.cid-upAkn8fYbS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-upAkn8fYbS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upAkn8fYbS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upAkn8fYbS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-upAkn8fYbS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upAkn8fYbS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-upAkn8fYbS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-upAkn8fYbS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upAkn8fYbS .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-upAkn8fYbS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-upAkn8fYbS .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-upAkn8fYbS .navbar {
    height: 70px;
  }
  .cid-upAkn8fYbS .navbar.opened {
    height: auto;
  }
  .cid-upAkn8fYbS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tFaVHdZFex {
  padding-top: 9rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/svsl-4-1844x917.jpg");
}
.cid-tFaVHdZFex .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFaVHdZFex .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFaVHdZFex .col-12 {
  position: relative;
}
.cid-tFaVHdZFex img {
  max-width: 800px;
  margin: auto;
}
.cid-tFaVHdZFex .text-wrapper {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .cid-tFaVHdZFex .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tFaVHdZFex .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tFaVHdZFex .image-wrapper {
    padding: 1rem;
  }
}
.cid-tFaVHdZFex .mbr-section-title {
  color: #ffffff;
}
.cid-tFaVHemqGx {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #fffefe;
}
.cid-tFaVHemqGx .mbr-section-subtitle {
  color: #3a5984;
}
.cid-uwQ1vaIwFM {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #111111;
}
.cid-uwQ1vaIwFM .mbr-section-head {
  margin-bottom: 12px;
}
.cid-uwQ1vaIwFM .mbr-section-title {
  color: #24262b;
}
.cid-uwQ1vaIwFM .mbr-section-subtitle {
  margin-top: 2px;
  color: #24262b;
}
.cid-uwQ1vaIwFM .card {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  padding: 1rem 2rem !important;
}
@media (max-width: 767px) {
  .cid-uwQ1vaIwFM .card {
    padding: 1rem !important;
  }
}
.cid-uwQ1vaIwFM .card:hover {
  transform: translateY(-1rem);
}
.cid-uwQ1vaIwFM .card img {
  max-width: 180px;
  height: auto;
}
.cid-tFaVHfyURD {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #111111;
  overflow: hidden;
}
.cid-tFaVHfyURD .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-upAkn8fYbS {
  z-index: 1000;
  width: 100%;
}
.cid-upAkn8fYbS nav.navbar {
  position: fixed;
}
.cid-upAkn8fYbS .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-upAkn8fYbS .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-upAkn8fYbS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-upAkn8fYbS .dropdown-item:hover,
.cid-upAkn8fYbS .dropdown-item:focus {
  background: #fe0c22 !important;
  color: white !important;
}
.cid-upAkn8fYbS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-upAkn8fYbS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-upAkn8fYbS .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-upAkn8fYbS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-upAkn8fYbS .nav-link {
  position: relative;
}
.cid-upAkn8fYbS .container {
  display: flex;
  margin: auto;
}
.cid-upAkn8fYbS .iconfont-wrapper {
  color: #048eb3 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-upAkn8fYbS .dropdown-menu,
.cid-upAkn8fYbS .navbar.opened {
  background: #ffffff !important;
}
.cid-upAkn8fYbS .nav-item:focus,
.cid-upAkn8fYbS .nav-link:focus {
  outline: none;
}
.cid-upAkn8fYbS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-upAkn8fYbS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-upAkn8fYbS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-upAkn8fYbS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-upAkn8fYbS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-upAkn8fYbS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-upAkn8fYbS .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.9);
}
.cid-upAkn8fYbS .navbar.opened {
  transition: all 0.3s;
}
.cid-upAkn8fYbS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-upAkn8fYbS .navbar .navbar-logo img {
  width: auto;
}
.cid-upAkn8fYbS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-upAkn8fYbS .navbar.collapsed {
  justify-content: center;
}
.cid-upAkn8fYbS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-upAkn8fYbS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-upAkn8fYbS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-upAkn8fYbS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-upAkn8fYbS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-upAkn8fYbS .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-upAkn8fYbS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-upAkn8fYbS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-upAkn8fYbS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-upAkn8fYbS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-upAkn8fYbS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-upAkn8fYbS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-upAkn8fYbS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-upAkn8fYbS .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-upAkn8fYbS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-upAkn8fYbS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-upAkn8fYbS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-upAkn8fYbS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-upAkn8fYbS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-upAkn8fYbS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-upAkn8fYbS .navbar.navbar-short {
  min-height: 60px;
}
.cid-upAkn8fYbS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-upAkn8fYbS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-upAkn8fYbS .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-upAkn8fYbS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-upAkn8fYbS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-upAkn8fYbS .dropdown-item.active,
.cid-upAkn8fYbS .dropdown-item:active {
  background-color: transparent;
}
.cid-upAkn8fYbS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-upAkn8fYbS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-upAkn8fYbS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-upAkn8fYbS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-upAkn8fYbS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-upAkn8fYbS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-upAkn8fYbS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-upAkn8fYbS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-upAkn8fYbS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-upAkn8fYbS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff030e;
}
.cid-upAkn8fYbS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-upAkn8fYbS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upAkn8fYbS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upAkn8fYbS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-upAkn8fYbS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upAkn8fYbS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-upAkn8fYbS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-upAkn8fYbS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upAkn8fYbS .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-upAkn8fYbS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-upAkn8fYbS .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-upAkn8fYbS .navbar {
    height: 70px;
  }
  .cid-upAkn8fYbS .navbar.opened {
    height: auto;
  }
  .cid-upAkn8fYbS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-upXThhqmUS {
  padding-top: 9rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/svsl-7-1852x874.jpg");
}
.cid-upXThhqmUS .mbr-fallback-image.disabled {
  display: none;
}
.cid-upXThhqmUS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upXThhqmUS .col-12 {
  position: relative;
}
.cid-upXThhqmUS img {
  max-width: 800px;
  margin: auto;
}
.cid-upXThhqmUS .text-wrapper {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .cid-upXThhqmUS .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-upXThhqmUS .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-upXThhqmUS .image-wrapper {
    padding: 1rem;
  }
}
.cid-upXThhqmUS .mbr-section-title {
  color: #ffffff;
}
.cid-tFaQRhiVjP {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fffefe;
}
.cid-tFaQRhiVjP .mbr-section-subtitle {
  color: #3a5984;
}
.cid-tFaQRhiVjP .mbr-text {
  text-align: justify;
}
.cid-uwQ1ds8uon {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #111111;
}
.cid-uwQ1ds8uon .mbr-section-head {
  margin-bottom: 12px;
}
.cid-uwQ1ds8uon .mbr-section-title {
  color: #24262b;
}
.cid-uwQ1ds8uon .mbr-section-subtitle {
  margin-top: 2px;
  color: #24262b;
}
.cid-uwQ1ds8uon .card {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  padding: 1rem 2rem !important;
}
@media (max-width: 767px) {
  .cid-uwQ1ds8uon .card {
    padding: 1rem !important;
  }
}
.cid-uwQ1ds8uon .card:hover {
  transform: translateY(-1rem);
}
.cid-uwQ1ds8uon .card img {
  max-width: 180px;
  height: auto;
}
.cid-tFaQ7UqCz5 {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #111111;
  overflow: hidden;
}
.cid-tFaQ7UqCz5 .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uq37suLE4E {
  z-index: 1000;
  width: 100%;
}
.cid-uq37suLE4E nav.navbar {
  position: fixed;
}
.cid-uq37suLE4E .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uq37suLE4E .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uq37suLE4E .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uq37suLE4E .dropdown-item:hover,
.cid-uq37suLE4E .dropdown-item:focus {
  background: #fe0c22 !important;
  color: white !important;
}
.cid-uq37suLE4E .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uq37suLE4E .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uq37suLE4E .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uq37suLE4E .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uq37suLE4E .nav-link {
  position: relative;
}
.cid-uq37suLE4E .container {
  display: flex;
  margin: auto;
}
.cid-uq37suLE4E .iconfont-wrapper {
  color: #048eb3 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uq37suLE4E .dropdown-menu,
.cid-uq37suLE4E .navbar.opened {
  background: #ffffff !important;
}
.cid-uq37suLE4E .nav-item:focus,
.cid-uq37suLE4E .nav-link:focus {
  outline: none;
}
.cid-uq37suLE4E .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uq37suLE4E .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uq37suLE4E .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uq37suLE4E .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uq37suLE4E .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uq37suLE4E .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uq37suLE4E .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.9);
}
.cid-uq37suLE4E .navbar.opened {
  transition: all 0.3s;
}
.cid-uq37suLE4E .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uq37suLE4E .navbar .navbar-logo img {
  width: auto;
}
.cid-uq37suLE4E .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uq37suLE4E .navbar.collapsed {
  justify-content: center;
}
.cid-uq37suLE4E .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uq37suLE4E .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uq37suLE4E .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-uq37suLE4E .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uq37suLE4E .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uq37suLE4E .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uq37suLE4E .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uq37suLE4E .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uq37suLE4E .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uq37suLE4E .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uq37suLE4E .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uq37suLE4E .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uq37suLE4E .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uq37suLE4E .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uq37suLE4E .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uq37suLE4E .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uq37suLE4E .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uq37suLE4E .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uq37suLE4E .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uq37suLE4E .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uq37suLE4E .navbar.navbar-short {
  min-height: 60px;
}
.cid-uq37suLE4E .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uq37suLE4E .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uq37suLE4E .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uq37suLE4E .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uq37suLE4E .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uq37suLE4E .dropdown-item.active,
.cid-uq37suLE4E .dropdown-item:active {
  background-color: transparent;
}
.cid-uq37suLE4E .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uq37suLE4E .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uq37suLE4E .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uq37suLE4E .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uq37suLE4E .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uq37suLE4E .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uq37suLE4E ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uq37suLE4E .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uq37suLE4E button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uq37suLE4E button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff030e;
}
.cid-uq37suLE4E button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uq37suLE4E button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uq37suLE4E button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uq37suLE4E button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uq37suLE4E nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uq37suLE4E nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uq37suLE4E nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uq37suLE4E nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uq37suLE4E .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uq37suLE4E a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uq37suLE4E .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uq37suLE4E .navbar {
    height: 70px;
  }
  .cid-uq37suLE4E .navbar.opened {
    height: auto;
  }
  .cid-uq37suLE4E .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uq37svsAkR {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1280.webp");
}
.cid-uq37svsAkR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uq37svsAkR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uq37svsAkR .col-12 {
  position: relative;
}
.cid-uq37svsAkR img {
  max-width: 800px;
  margin: auto;
}
.cid-uq37svsAkR .text-wrapper {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .cid-uq37svsAkR .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uq37svsAkR .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uq37svsAkR .image-wrapper {
    padding: 1rem;
  }
}
.cid-uq37svsAkR .mbr-section-title {
  color: #e0e1e6;
}
.cid-uq37sw2wDb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uq37sw2wDb .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uq37sw2wDb .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #fe0c22;
}
.cid-uq37sw2wDb .svg-top .st0 {
  fill: #ffffff;
}
@media (max-width: 992px) {
  .cid-uq37sw2wDb .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
@media (min-width: 1400px) {
  .cid-uq37sw2wDb .col-12 {
    padding: 0 2rem;
  }
  .cid-uq37sw2wDb .row {
    margin: 0 -2rem;
  }
}
.cid-uq37sw2wDb .mbr-text,
.cid-uq37sw2wDb .mbr-section-btn {
  color: #e3000f;
  text-align: center;
}
.cid-uq37sw2wDb .mbr-section-title {
  color: #2299aa;
  text-align: left;
}
.cid-uq37swDHQm {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uq37swDHQm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uq37swDHQm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uq37swDHQm .mbr-text,
.cid-uq37swDHQm .mbr-section-btn {
  text-align: left;
}
.cid-uq37swDHQm .mbr-section-title {
  text-align: center;
  color: #ff0018;
}
.cid-uq37swDHQm .mbr-section-subtitle {
  text-align: center;
  color: #353535;
}
.cid-uq37swDHQm .mbr-text {
  text-align: justify;
}
.cid-uq3EkNwEpj {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #f0f4ff;
}
.cid-uq3EkNwEpj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uq3EkNwEpj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@keyframes wave1 {
  0% {
    left: -30%;
  }
  100% {
    left: -1%;
  }
}
.cid-uq3EkNwEpj b,
.cid-uq3EkNwEpj strong {
  font-weight: 900;
}
@media (min-width: 992px) {
  .cid-uq3EkNwEpj img {
    padding: 0 4rem;
  }
}
@media (max-width: 992px) {
  .cid-uq3EkNwEpj img {
    padding-bottom: 2rem;
  }
}
.cid-uq3EkNwEpj .link-wrapper {
  width: fit-content;
  position: relative;
  display: inline-block;
  overflow: hidden;
  cursor: pointer;
  padding-bottom: 10px;
}
.cid-uq3EkNwEpj .link-wrapper .svg1 {
  position: absolute;
  top: 60%;
  width: 130%;
  min-width: 300px;
  left: -30%;
  height: auto;
}
.cid-uq3EkNwEpj .link-wrapper .svg1 path {
  stroke: currentColor !important;
}
.cid-uq3EkNwEpj .link-wrapper:hover .svg1 {
  animation: 1s linear forwards infinite wave1;
}
.cid-uq3EkNwEpj .row {
  align-items: center;
}
.cid-uq3EkNwEpj .mbr-section-title {
  color: #ff0018;
}
.cid-uq3EkNwEpj .mbr-text,
.cid-uq3EkNwEpj .mbr-section-btn {
  color: #ffffff;
}
.cid-uq3EkNwEpj .mbr-link,
.cid-uq3EkNwEpj .link-wrapper {
  color: #ffffff;
}
.cid-uq3EkNwEpj .mbr-text,
.cid-uq3EkNwEpj .text-wrapper {
  color: #17003b;
}
.cid-uq3EkNwEpj .mbr-link,
.cid-uq3EkNwEpj .text-wrapper,
.cid-uq3EkNwEpj path {
  color: #17003b;
}
.cid-uq3EkNwEpj .mbr-text {
  text-align: justify;
}
.cid-uq37sxdKRA {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f0f4ff;
}
.cid-uq37sxdKRA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uq37sxdKRA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uq37sxdKRA ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uq37sxdKRA li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uq37sxdKRA ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ff0018;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uq37sxdKRA H3 {
  color: #011922;
  text-align: left;
}
.cid-uq3HnKLouk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1-3.jpg");
}
.cid-uq3HnKLouk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uq3HnKLouk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uq3HnKLouk .container {
    padding: 0 30px;
  }
}
.cid-uq3HnKLouk .row {
  justify-content: center;
}
.cid-uq3HnKLouk .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uq3HnKLouk .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uq3HnKLouk .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uq3HnKLouk .content-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-uq3HnKLouk .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #144031;
}
.cid-uq3HnKLouk .list .item-wrap {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.cid-uq3HnKLouk .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uq3HnKLouk .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #22654e;
}
.cid-uq3HnKLouk .mbr-section-title {
  color: #ff0018;
}
.cid-uq3HnKLouk .mbr-text {
  color: #144031;
}
.cid-uq9ra1qZYm {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #f6f9ff;
}
.cid-uq9ra1qZYm img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uq9ra1qZYm img {
    width: 100%;
  }
}
.cid-uq9ra1qZYm .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-uq9ra1qZYm .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-uq9ra1qZYm .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uq9ra1qZYm .counter-container ul li:before {
  position: absolute;
  top: -5px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #858589;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  content: "✓";
}
.cid-uq9ra1qZYm .mbr-text,
.cid-uq9ra1qZYm .mbr-section-btn {
  color: #353535;
  text-align: center;
}
.cid-uq9ra1qZYm .mbr-section-subtitle {
  color: #777777;
}
.cid-uq9ra1qZYm .mbr-list {
  color: #e3000f;
}
.cid-uq9ra1qZYm .mbr-section-title {
  color: #e3000f;
  text-align: center;
}
.cid-uq9raMALnU {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #f6f9ff;
}
.cid-uq9raMALnU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uq9raMALnU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uq9raMALnU .container {
    padding: 0 24px;
  }
}
.cid-uq9raMALnU .row {
  justify-content: center;
}
.cid-uq9raMALnU .content-wrapper {
  border-radius: 40px;
  background-color: #dae0f1;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-uq9raMALnU .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uq9raMALnU .content-wrapper {
    padding: 32px;
  }
}
.cid-uq9raMALnU .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uq9raMALnU .content-wrapper .mbr-text {
  margin: 16px 0 0;
}
.cid-uq9raMALnU .mbr-section-title {
  color: #e3000f;
  text-align: center;
}
.cid-uq9raMALnU .mbr-text {
  color: #353535;
  text-align: center;
}
.cid-uq37syj2ec {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f0f4ff;
}
@media (max-width: 991px) {
  .cid-uq37syj2ec .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uq37syj2ec .row {
  flex-direction: row-reverse;
}
.cid-uq37syj2ec img {
  width: 100%;
}
.cid-uq37syj2ec .mbr-section-title {
  margin-bottom: 1rem;
  color: #e3000f;
  text-align: center;
}
.cid-uq37syj2ec .mbr-text {
  margin-bottom: 4.5rem;
  color: #353535;
  text-align: center;
}
.cid-uq37syj2ec .image-wrapper img {
  border-radius: 15px;
}
.cid-uq37syR4S8 {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/suroeste-vidrios-2-1920x1080.webp");
}
.cid-uq37syR4S8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uq37syR4S8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uq37syR4S8 .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-uq37syR4S8 .icon-box {
  background: #e3000f;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uq37syR4S8 .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uq37syR4S8 .card {
    margin-bottom: 2rem;
  }
  .cid-uq37syR4S8 .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uq37syR4S8 .card-title,
.cid-uq37syR4S8 .card-box {
  color: #e3000f;
}
.cid-uq37syR4S8 .mbr-text,
.cid-uq37syR4S8 .mbr-section-btn {
  color: #222222;
}
.cid-uq37syR4S8 .icon-title {
  color: #e3000f;
}
.cid-uq37syR4S8 .icon-text {
  color: #353535;
}
.cid-uq37szuZQQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #111111;
}
.cid-uq37szuZQQ .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uq37szuZQQ .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #fe0c22;
}
.cid-uq37szuZQQ .svg-top .st0 {
  fill: #111111;
}
@media (max-width: 992px) {
  .cid-uq37szuZQQ .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
@media (min-width: 1400px) {
  .cid-uq37szuZQQ .col-12 {
    padding: 0 2rem;
  }
  .cid-uq37szuZQQ .row {
    margin: 0 -2rem;
  }
}
.cid-uq37szuZQQ .mbr-text,
.cid-uq37szuZQQ .mbr-section-btn {
  color: #e3000f;
  text-align: center;
}
.cid-uq37szuZQQ .mbr-section-title {
  color: #2299aa;
  text-align: left;
}
.cid-uwQ1muTMAF {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #111111;
}
.cid-uwQ1muTMAF .mbr-section-head {
  margin-bottom: 12px;
}
.cid-uwQ1muTMAF .mbr-section-title {
  color: #24262b;
}
.cid-uwQ1muTMAF .mbr-section-subtitle {
  margin-top: 2px;
  color: #24262b;
}
.cid-uwQ1muTMAF .card {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  padding: 1rem 2rem !important;
}
@media (max-width: 767px) {
  .cid-uwQ1muTMAF .card {
    padding: 1rem !important;
  }
}
.cid-uwQ1muTMAF .card:hover {
  transform: translateY(-1rem);
}
.cid-uwQ1muTMAF .card img {
  max-width: 180px;
  height: auto;
}
.cid-uq37sA7XBm {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #111111;
  overflow: hidden;
}
.cid-uq37sA7XBm .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uq2WW2eFh3 {
  z-index: 1000;
  width: 100%;
}
.cid-uq2WW2eFh3 nav.navbar {
  position: fixed;
}
.cid-uq2WW2eFh3 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uq2WW2eFh3 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uq2WW2eFh3 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uq2WW2eFh3 .dropdown-item:hover,
.cid-uq2WW2eFh3 .dropdown-item:focus {
  background: #fe0c22 !important;
  color: white !important;
}
.cid-uq2WW2eFh3 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uq2WW2eFh3 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uq2WW2eFh3 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uq2WW2eFh3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uq2WW2eFh3 .nav-link {
  position: relative;
}
.cid-uq2WW2eFh3 .container {
  display: flex;
  margin: auto;
}
.cid-uq2WW2eFh3 .iconfont-wrapper {
  color: #048eb3 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uq2WW2eFh3 .dropdown-menu,
.cid-uq2WW2eFh3 .navbar.opened {
  background: #ffffff !important;
}
.cid-uq2WW2eFh3 .nav-item:focus,
.cid-uq2WW2eFh3 .nav-link:focus {
  outline: none;
}
.cid-uq2WW2eFh3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uq2WW2eFh3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uq2WW2eFh3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uq2WW2eFh3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uq2WW2eFh3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uq2WW2eFh3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uq2WW2eFh3 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.9);
}
.cid-uq2WW2eFh3 .navbar.opened {
  transition: all 0.3s;
}
.cid-uq2WW2eFh3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uq2WW2eFh3 .navbar .navbar-logo img {
  width: auto;
}
.cid-uq2WW2eFh3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uq2WW2eFh3 .navbar.collapsed {
  justify-content: center;
}
.cid-uq2WW2eFh3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uq2WW2eFh3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uq2WW2eFh3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-uq2WW2eFh3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uq2WW2eFh3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uq2WW2eFh3 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uq2WW2eFh3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uq2WW2eFh3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uq2WW2eFh3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uq2WW2eFh3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uq2WW2eFh3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uq2WW2eFh3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uq2WW2eFh3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uq2WW2eFh3 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uq2WW2eFh3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uq2WW2eFh3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uq2WW2eFh3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uq2WW2eFh3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uq2WW2eFh3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uq2WW2eFh3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uq2WW2eFh3 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uq2WW2eFh3 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uq2WW2eFh3 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uq2WW2eFh3 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uq2WW2eFh3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uq2WW2eFh3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uq2WW2eFh3 .dropdown-item.active,
.cid-uq2WW2eFh3 .dropdown-item:active {
  background-color: transparent;
}
.cid-uq2WW2eFh3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uq2WW2eFh3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uq2WW2eFh3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uq2WW2eFh3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uq2WW2eFh3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uq2WW2eFh3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uq2WW2eFh3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uq2WW2eFh3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uq2WW2eFh3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uq2WW2eFh3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff030e;
}
.cid-uq2WW2eFh3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uq2WW2eFh3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uq2WW2eFh3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uq2WW2eFh3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uq2WW2eFh3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uq2WW2eFh3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uq2WW2eFh3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uq2WW2eFh3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uq2WW2eFh3 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uq2WW2eFh3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uq2WW2eFh3 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uq2WW2eFh3 .navbar {
    height: 70px;
  }
  .cid-uq2WW2eFh3 .navbar.opened {
    height: auto;
  }
  .cid-uq2WW2eFh3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uq2WW2U1tk {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/svsl-2-1838x869.jpg");
}
.cid-uq2WW2U1tk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uq2WW2U1tk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uq2WW2U1tk .col-12 {
  position: relative;
}
.cid-uq2WW2U1tk img {
  max-width: 800px;
  margin: auto;
}
.cid-uq2WW2U1tk .text-wrapper {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .cid-uq2WW2U1tk .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uq2WW2U1tk .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uq2WW2U1tk .image-wrapper {
    padding: 1rem;
  }
}
.cid-uq2WW2U1tk .mbr-section-title {
  color: #e0e1e6;
}
.cid-uq33mKLCPf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uq33mKLCPf .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uq33mKLCPf .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #fe0c22;
}
.cid-uq33mKLCPf .svg-top .st0 {
  fill: #ffffff;
}
@media (max-width: 992px) {
  .cid-uq33mKLCPf .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
@media (min-width: 1400px) {
  .cid-uq33mKLCPf .col-12 {
    padding: 0 2rem;
  }
  .cid-uq33mKLCPf .row {
    margin: 0 -2rem;
  }
}
.cid-uq33mKLCPf .mbr-text,
.cid-uq33mKLCPf .mbr-section-btn {
  color: #e3000f;
  text-align: center;
}
.cid-uq33mKLCPf .mbr-section-title {
  color: #2299aa;
  text-align: left;
}
.cid-uq326ylSsb {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uq326ylSsb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uq326ylSsb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uq326ylSsb .mbr-text,
.cid-uq326ylSsb .mbr-section-btn {
  text-align: center;
}
.cid-uq326ylSsb .mbr-section-title {
  text-align: center;
  color: #ff0018;
}
.cid-uq326ylSsb .mbr-section-subtitle {
  text-align: center;
  color: #353535;
}
.cid-uq2XGvKkkv {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uq2XGvKkkv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uq2XGvKkkv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uq2XGvKkkv ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uq2XGvKkkv li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uq2XGvKkkv ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ff0018;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uq2XGvKkkv H3 {
  color: #ff0018;
  text-align: center;
}
.cid-uq36sCRB40 .float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 140px;
  right: 140px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
.cid-uq36sCRB40 .my-float {
  margin-top: 16px;
}
.cid-uq8Cl2LfnL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uq8Cl2LfnL img {
  width: 120px;
  margin: auto;
}
.cid-uq8Cl2LfnL .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 0rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uq8Cl2LfnL .card {
    max-width: 12.5%;
  }
}
.cid-uq8AhZhnbh {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/render-suroeste-vidrios-2000x1204.jpg");
}
.cid-uq8AhZhnbh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uq8AhZhnbh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uq8AhZhnbh .arrow {
  font-size: 3rem;
  color: #ffffff;
  animation-duration: 1s;
  animation-name: slidein;
  animation-iteration-count: infinite;
  display: block;
}
.cid-uq8AhZhnbh .arrow-col {
  overflow: hidden;
  margin-top: 5rem;
}
.cid-uq8AhZhnbh .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uq8AhZhnbh .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uq8AhZhnbh img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-uq8AhZhnbh img {
    transform: rotate(-5deg);
  }
}
.cid-uq8AhZhnbh .mbr-section-title {
  text-align: center;
  color: #232323;
}
.cid-uq8AhZhnbh .mbr-section-subtitle {
  text-align: center;
  color: #0089c6;
}
.cid-uq8AhZhnbh .mbr-text,
.cid-uq8AhZhnbh .mbr-section-btn {
  color: #232323;
}
@keyframes slidein {
  0% {
    transform: translateY(-50px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(50px);
  }
}
.cid-uq8BcRVX67 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f0f4ff;
}
.cid-uq8BcRVX67 .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uq8BcRVX67 .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #fe0c22;
}
.cid-uq8BcRVX67 .svg-top .st0 {
  fill: #f0f4ff;
}
@media (max-width: 992px) {
  .cid-uq8BcRVX67 .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
@media (min-width: 1400px) {
  .cid-uq8BcRVX67 .col-12 {
    padding: 0 2rem;
  }
  .cid-uq8BcRVX67 .row {
    margin: 0 -2rem;
  }
}
.cid-uq8BcRVX67 .mbr-text,
.cid-uq8BcRVX67 .mbr-section-btn {
  color: #e3000f;
  text-align: center;
}
.cid-uq8BcRVX67 .mbr-section-title {
  color: #2299aa;
  text-align: left;
}
#custom-html-5v .float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
#custom-html-5v .my-float {
  margin-top: 16px;
}
.cid-uq8AiOYxFj {
  padding-top: 1rem;
  padding-bottom: 7rem;
  background-color: #f0f4ff;
}
.cid-uq8AiOYxFj .wrapper {
  padding: 70px 90px;
  background: transparent;
  box-shadow: 0px 10px 20px 0px rgba(29, 29, 27, 0.2);
}
@media (max-width: 768px) {
  .cid-uq8AiOYxFj .wrapper {
    padding: 20px;
  }
}
.cid-uq8AiOYxFj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uq8AiOYxFj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uq8AiOYxFj .mbr-text.text2 {
  color: #222222;
}
.cid-uq8AiOYxFj .mbr-text.text1 {
  color: #222222;
}
.cid-uq8AiOYxFj .mbr-text {
  text-align: justify;
}
.cid-uq35CqFQAI {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uq35CqFQAI .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uq35CqFQAI .row {
  flex-direction: row-reverse;
}
.cid-uq35CqFQAI img {
  width: 100%;
}
.cid-uq35CqFQAI .mbr-section-title {
  margin-bottom: 1rem;
  color: #e3000f;
  text-align: center;
}
.cid-uq35CqFQAI .mbr-text {
  margin-bottom: 4.5rem;
  color: #353535;
  text-align: center;
}
.cid-uq35CqFQAI .image-wrapper img {
  border-radius: 15px;
}
.cid-uq2X4IisFm {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/svsl-9-1734x924.jpg");
}
.cid-uq2X4IisFm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uq2X4IisFm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uq2X4IisFm .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-uq2X4IisFm .icon-box {
  background: #e3000f;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uq2X4IisFm .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uq2X4IisFm .card {
    margin-bottom: 2rem;
  }
  .cid-uq2X4IisFm .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uq2X4IisFm .card-title,
.cid-uq2X4IisFm .card-box {
  color: #e3000f;
}
.cid-uq2X4IisFm .mbr-text,
.cid-uq2X4IisFm .mbr-section-btn {
  color: #222222;
}
.cid-uq2X4IisFm .icon-title {
  color: #e3000f;
}
.cid-uq2X4IisFm .icon-text {
  color: #353535;
}
.cid-uq2XcfvZmR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #111111;
}
.cid-uq2XcfvZmR .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uq2XcfvZmR .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #fe0c22;
}
.cid-uq2XcfvZmR .svg-top .st0 {
  fill: #111111;
}
@media (max-width: 992px) {
  .cid-uq2XcfvZmR .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
@media (min-width: 1400px) {
  .cid-uq2XcfvZmR .col-12 {
    padding: 0 2rem;
  }
  .cid-uq2XcfvZmR .row {
    margin: 0 -2rem;
  }
}
.cid-uq2XcfvZmR .mbr-text,
.cid-uq2XcfvZmR .mbr-section-btn {
  color: #e3000f;
  text-align: center;
}
.cid-uq2XcfvZmR .mbr-section-title {
  color: #2299aa;
  text-align: left;
}
.cid-uwQ1iwiipg {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #111111;
}
.cid-uwQ1iwiipg .mbr-section-head {
  margin-bottom: 12px;
}
.cid-uwQ1iwiipg .mbr-section-title {
  color: #24262b;
}
.cid-uwQ1iwiipg .mbr-section-subtitle {
  margin-top: 2px;
  color: #24262b;
}
.cid-uwQ1iwiipg .card {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  padding: 1rem 2rem !important;
}
@media (max-width: 767px) {
  .cid-uwQ1iwiipg .card {
    padding: 1rem !important;
  }
}
.cid-uwQ1iwiipg .card:hover {
  transform: translateY(-1rem);
}
.cid-uwQ1iwiipg .card img {
  max-width: 180px;
  height: auto;
}
.cid-uq2WW3Wrya {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #111111;
  overflow: hidden;
}
.cid-uq2WW3Wrya .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uq37hYYqAO {
  z-index: 1000;
  width: 100%;
}
.cid-uq37hYYqAO nav.navbar {
  position: fixed;
}
.cid-uq37hYYqAO .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uq37hYYqAO .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uq37hYYqAO .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uq37hYYqAO .dropdown-item:hover,
.cid-uq37hYYqAO .dropdown-item:focus {
  background: #fe0c22 !important;
  color: white !important;
}
.cid-uq37hYYqAO .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uq37hYYqAO .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uq37hYYqAO .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uq37hYYqAO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uq37hYYqAO .nav-link {
  position: relative;
}
.cid-uq37hYYqAO .container {
  display: flex;
  margin: auto;
}
.cid-uq37hYYqAO .iconfont-wrapper {
  color: #048eb3 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uq37hYYqAO .dropdown-menu,
.cid-uq37hYYqAO .navbar.opened {
  background: #ffffff !important;
}
.cid-uq37hYYqAO .nav-item:focus,
.cid-uq37hYYqAO .nav-link:focus {
  outline: none;
}
.cid-uq37hYYqAO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uq37hYYqAO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uq37hYYqAO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uq37hYYqAO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uq37hYYqAO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uq37hYYqAO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uq37hYYqAO .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.9);
}
.cid-uq37hYYqAO .navbar.opened {
  transition: all 0.3s;
}
.cid-uq37hYYqAO .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uq37hYYqAO .navbar .navbar-logo img {
  width: auto;
}
.cid-uq37hYYqAO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uq37hYYqAO .navbar.collapsed {
  justify-content: center;
}
.cid-uq37hYYqAO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uq37hYYqAO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uq37hYYqAO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-uq37hYYqAO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uq37hYYqAO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uq37hYYqAO .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uq37hYYqAO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uq37hYYqAO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uq37hYYqAO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uq37hYYqAO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uq37hYYqAO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uq37hYYqAO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uq37hYYqAO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uq37hYYqAO .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uq37hYYqAO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uq37hYYqAO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uq37hYYqAO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uq37hYYqAO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uq37hYYqAO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uq37hYYqAO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uq37hYYqAO .navbar.navbar-short {
  min-height: 60px;
}
.cid-uq37hYYqAO .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uq37hYYqAO .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uq37hYYqAO .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uq37hYYqAO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uq37hYYqAO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uq37hYYqAO .dropdown-item.active,
.cid-uq37hYYqAO .dropdown-item:active {
  background-color: transparent;
}
.cid-uq37hYYqAO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uq37hYYqAO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uq37hYYqAO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uq37hYYqAO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uq37hYYqAO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uq37hYYqAO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uq37hYYqAO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uq37hYYqAO .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uq37hYYqAO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uq37hYYqAO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff030e;
}
.cid-uq37hYYqAO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uq37hYYqAO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uq37hYYqAO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uq37hYYqAO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uq37hYYqAO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uq37hYYqAO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uq37hYYqAO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uq37hYYqAO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uq37hYYqAO .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uq37hYYqAO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uq37hYYqAO .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uq37hYYqAO .navbar {
    height: 70px;
  }
  .cid-uq37hYYqAO .navbar.opened {
    height: auto;
  }
  .cid-uq37hYYqAO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uq37hZTnDV {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/svsl-4-1844x917.jpg");
}
.cid-uq37hZTnDV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uq37hZTnDV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uq37hZTnDV .col-12 {
  position: relative;
}
.cid-uq37hZTnDV img {
  max-width: 800px;
  margin: auto;
}
.cid-uq37hZTnDV .text-wrapper {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .cid-uq37hZTnDV .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uq37hZTnDV .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uq37hZTnDV .image-wrapper {
    padding: 1rem;
  }
}
.cid-uq37hZTnDV .mbr-section-title {
  color: #ffffff;
}
.cid-uq37i0wFeO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uq37i0wFeO .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uq37i0wFeO .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #fe0c22;
}
.cid-uq37i0wFeO .svg-top .st0 {
  fill: #ffffff;
}
@media (max-width: 992px) {
  .cid-uq37i0wFeO .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
@media (min-width: 1400px) {
  .cid-uq37i0wFeO .col-12 {
    padding: 0 2rem;
  }
  .cid-uq37i0wFeO .row {
    margin: 0 -2rem;
  }
}
.cid-uq37i0wFeO .mbr-text,
.cid-uq37i0wFeO .mbr-section-btn {
  color: #e3000f;
  text-align: center;
}
.cid-uq37i0wFeO .mbr-section-title {
  color: #2299aa;
  text-align: left;
}
.cid-uq37i170l5 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uq37i170l5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uq37i170l5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uq37i170l5 .mbr-text,
.cid-uq37i170l5 .mbr-section-btn {
  text-align: center;
}
.cid-uq37i170l5 .mbr-section-title {
  text-align: center;
  color: #ff0018;
}
.cid-uq37i170l5 .mbr-section-subtitle {
  text-align: center;
  color: #353535;
}
.cid-uq8NCwACbA {
  padding-top: 45px;
  padding-bottom: 0px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #f0f4ff;
}
.cid-uq8NCwACbA .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uq8NCwACbA .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uq8NCwACbA .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uq8NCwACbA .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uq8NCwACbA .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #0089c6;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #0089c6, #000000);
}
.cid-uq8NCwACbA .icon-focus,
.cid-uq8NCwACbA .icon-video {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-uq8NCwACbA .icon-focus:before,
.cid-uq8NCwACbA .icon-video:before {
  content: '+';
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uq8NCwACbA .icon-video {
  font-size: 1.5rem !important;
}
.cid-uq8NCwACbA .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-uq8NCwACbA ul {
  font-size: 0;
}
.cid-uq8NCwACbA .mbr-gallery-filter ul {
  text-align: left;
}
.cid-uq8NCwACbA .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-uq8NCwACbA .mbr-gallery-filter ul li .btn {
  position: relative;
  padding: 0.5rem 1rem 0.6rem !important;
  margin: 0!important;
  background-color: transparent !important;
  border-width: 0 !important;
  color: #f0f4ff !important;
}
.cid-uq8NCwACbA .mbr-gallery-filter ul li .btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-radius: 100px;
  opacity: 0.5;
}
.cid-uq8NCwACbA .mbr-gallery-filter ul li:not(.active) .btn:hover:after,
.cid-uq8NCwACbA .mbr-gallery-filter ul li.active .btn:after {
  border-color: #f0f4ff;
}
.cid-uq8NCwACbA .mbr-gallery-filter ul li .btn:hover:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
.cid-uq8NCwACbA .mbr-gallery-filter ul li .btn:not(:hover):after {
  animation: none;
}
.cid-uq8NCwACbA .mbr-gallery-filter ul li:first-child,
.cid-uq8NCwACbA .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-uq8NCwACbA .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-uq8NCwACbA .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.cid-uq8NCwACbA .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 0.4375rem;
  text-align: center;
}
.cid-uq8NCwACbA .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-uq8NCwACbA .mbr-section-title b:last-child,
.cid-uq8NCwACbA .mbr-section-title strong:last-child {
  color: #a2784f;
}
.cid-uq8NCwACbA .mbr-gallery-filter {
  padding-left: 0;
  padding-right: 0;
}
.cid-uq8NCwACbA .mbr-gallery-filter ul li .btn:after {
  transform: none !important;
}
.cid-uq8NCwACbA .mbr-gallery-item > div > span {
  color: #ffffff;
}
.cid-uq8NCwACbA .mbr-section-subtitle {
  text-align: center;
}
.cid-uq8NCwACbA .mbr-section-title,
.cid-uq8NCwACbA .mbr-gallery-filter ul {
  text-align: center;
}
.cid-uq9mYCoKn2 {
  padding-top: 0px;
  padding-bottom: 60px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #f0f4ff;
}
.cid-uq9mYCoKn2 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uq9mYCoKn2 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uq9mYCoKn2 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uq9mYCoKn2 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uq9mYCoKn2 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #0089c6;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #0089c6, #000000);
}
.cid-uq9mYCoKn2 .icon-focus,
.cid-uq9mYCoKn2 .icon-video {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-uq9mYCoKn2 .icon-focus:before,
.cid-uq9mYCoKn2 .icon-video:before {
  content: '+';
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uq9mYCoKn2 .icon-video {
  font-size: 1.5rem !important;
}
.cid-uq9mYCoKn2 .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-uq9mYCoKn2 ul {
  font-size: 0;
}
.cid-uq9mYCoKn2 .mbr-gallery-filter ul {
  text-align: left;
}
.cid-uq9mYCoKn2 .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-uq9mYCoKn2 .mbr-gallery-filter ul li .btn {
  position: relative;
  padding: 0.5rem 1rem 0.6rem !important;
  margin: 0!important;
  background-color: transparent !important;
  border-width: 0 !important;
  color: #f0f4ff !important;
}
.cid-uq9mYCoKn2 .mbr-gallery-filter ul li .btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-radius: 100px;
  opacity: 0.5;
}
.cid-uq9mYCoKn2 .mbr-gallery-filter ul li:not(.active) .btn:hover:after,
.cid-uq9mYCoKn2 .mbr-gallery-filter ul li.active .btn:after {
  border-color: #f0f4ff;
}
.cid-uq9mYCoKn2 .mbr-gallery-filter ul li .btn:hover:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
.cid-uq9mYCoKn2 .mbr-gallery-filter ul li .btn:not(:hover):after {
  animation: none;
}
.cid-uq9mYCoKn2 .mbr-gallery-filter ul li:first-child,
.cid-uq9mYCoKn2 .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-uq9mYCoKn2 .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-uq9mYCoKn2 .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.cid-uq9mYCoKn2 .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 0.4375rem;
  text-align: center;
}
.cid-uq9mYCoKn2 .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-uq9mYCoKn2 .mbr-section-title b:last-child,
.cid-uq9mYCoKn2 .mbr-section-title strong:last-child {
  color: #a2784f;
}
.cid-uq9mYCoKn2 .mbr-gallery-filter {
  padding-left: 0;
  padding-right: 0;
}
.cid-uq9mYCoKn2 .mbr-gallery-filter ul li .btn:after {
  transform: none !important;
}
.cid-uq9mYCoKn2 .mbr-gallery-item > div > span {
  color: #ffffff;
}
.cid-uq9mYCoKn2 .mbr-section-subtitle {
  text-align: center;
}
.cid-uq9mYCoKn2 .mbr-section-title,
.cid-uq9mYCoKn2 .mbr-gallery-filter ul {
  text-align: center;
}
.cid-uq37i2GA2V {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uq37i2GA2V .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uq37i2GA2V .row {
  flex-direction: row-reverse;
}
.cid-uq37i2GA2V img {
  width: 100%;
}
.cid-uq37i2GA2V .mbr-section-title {
  margin-bottom: 1rem;
  color: #e3000f;
  text-align: center;
}
.cid-uq37i2GA2V .mbr-text {
  margin-bottom: 4.5rem;
  color: #353535;
  text-align: center;
}
.cid-uq37i2GA2V .image-wrapper img {
  border-radius: 15px;
}
.cid-uq37i3ib8B {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/suroeste-vidrios-2-1920x1080.webp");
}
.cid-uq37i3ib8B .mbr-fallback-image.disabled {
  display: none;
}
.cid-uq37i3ib8B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uq37i3ib8B .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-uq37i3ib8B .icon-box {
  background: #e3000f;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uq37i3ib8B .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uq37i3ib8B .card {
    margin-bottom: 2rem;
  }
  .cid-uq37i3ib8B .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uq37i3ib8B .card-title,
.cid-uq37i3ib8B .card-box {
  color: #e3000f;
}
.cid-uq37i3ib8B .mbr-text,
.cid-uq37i3ib8B .mbr-section-btn {
  color: #222222;
}
.cid-uq37i3ib8B .icon-title {
  color: #e3000f;
}
.cid-uq37i3ib8B .icon-text {
  color: #353535;
}
.cid-uq37i3XMI3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #111111;
}
.cid-uq37i3XMI3 .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uq37i3XMI3 .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #fe0c22;
}
.cid-uq37i3XMI3 .svg-top .st0 {
  fill: #111111;
}
@media (max-width: 992px) {
  .cid-uq37i3XMI3 .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
@media (min-width: 1400px) {
  .cid-uq37i3XMI3 .col-12 {
    padding: 0 2rem;
  }
  .cid-uq37i3XMI3 .row {
    margin: 0 -2rem;
  }
}
.cid-uq37i3XMI3 .mbr-text,
.cid-uq37i3XMI3 .mbr-section-btn {
  color: #e3000f;
  text-align: center;
}
.cid-uq37i3XMI3 .mbr-section-title {
  color: #2299aa;
  text-align: left;
}
.cid-uwQ1rd0Jyk {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #111111;
}
.cid-uwQ1rd0Jyk .mbr-section-head {
  margin-bottom: 12px;
}
.cid-uwQ1rd0Jyk .mbr-section-title {
  color: #24262b;
}
.cid-uwQ1rd0Jyk .mbr-section-subtitle {
  margin-top: 2px;
  color: #24262b;
}
.cid-uwQ1rd0Jyk .card {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  padding: 1rem 2rem !important;
}
@media (max-width: 767px) {
  .cid-uwQ1rd0Jyk .card {
    padding: 1rem !important;
  }
}
.cid-uwQ1rd0Jyk .card:hover {
  transform: translateY(-1rem);
}
.cid-uwQ1rd0Jyk .card img {
  max-width: 180px;
  height: auto;
}
.cid-uq37i4Cgb7 {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #111111;
  overflow: hidden;
}
.cid-uq37i4Cgb7 .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uDenWiFqjx {
  z-index: 1000;
  width: 100%;
}
.cid-uDenWiFqjx nav.navbar {
  position: fixed;
}
.cid-uDenWiFqjx .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDenWiFqjx .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uDenWiFqjx .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uDenWiFqjx .dropdown-item:hover,
.cid-uDenWiFqjx .dropdown-item:focus {
  background: #fe0c22 !important;
  color: white !important;
}
.cid-uDenWiFqjx .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uDenWiFqjx .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uDenWiFqjx .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uDenWiFqjx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uDenWiFqjx .nav-link {
  position: relative;
}
.cid-uDenWiFqjx .container {
  display: flex;
  margin: auto;
}
.cid-uDenWiFqjx .iconfont-wrapper {
  color: #048eb3 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uDenWiFqjx .dropdown-menu,
.cid-uDenWiFqjx .navbar.opened {
  background: #ffffff !important;
}
.cid-uDenWiFqjx .nav-item:focus,
.cid-uDenWiFqjx .nav-link:focus {
  outline: none;
}
.cid-uDenWiFqjx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uDenWiFqjx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDenWiFqjx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uDenWiFqjx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDenWiFqjx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDenWiFqjx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDenWiFqjx .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.9);
}
.cid-uDenWiFqjx .navbar.opened {
  transition: all 0.3s;
}
.cid-uDenWiFqjx .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uDenWiFqjx .navbar .navbar-logo img {
  width: auto;
}
.cid-uDenWiFqjx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uDenWiFqjx .navbar.collapsed {
  justify-content: center;
}
.cid-uDenWiFqjx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDenWiFqjx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uDenWiFqjx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-uDenWiFqjx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDenWiFqjx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDenWiFqjx .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uDenWiFqjx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDenWiFqjx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uDenWiFqjx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uDenWiFqjx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDenWiFqjx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDenWiFqjx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDenWiFqjx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uDenWiFqjx .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uDenWiFqjx .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uDenWiFqjx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uDenWiFqjx .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uDenWiFqjx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uDenWiFqjx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uDenWiFqjx .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uDenWiFqjx .navbar.navbar-short {
  min-height: 60px;
}
.cid-uDenWiFqjx .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uDenWiFqjx .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uDenWiFqjx .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uDenWiFqjx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uDenWiFqjx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDenWiFqjx .dropdown-item.active,
.cid-uDenWiFqjx .dropdown-item:active {
  background-color: transparent;
}
.cid-uDenWiFqjx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uDenWiFqjx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uDenWiFqjx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uDenWiFqjx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uDenWiFqjx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uDenWiFqjx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uDenWiFqjx ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uDenWiFqjx .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uDenWiFqjx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uDenWiFqjx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff030e;
}
.cid-uDenWiFqjx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uDenWiFqjx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDenWiFqjx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDenWiFqjx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uDenWiFqjx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDenWiFqjx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uDenWiFqjx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uDenWiFqjx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDenWiFqjx .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uDenWiFqjx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uDenWiFqjx .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uDenWiFqjx .navbar {
    height: 70px;
  }
  .cid-uDenWiFqjx .navbar.opened {
    height: auto;
  }
  .cid-uDenWiFqjx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uDenWjaJvW {
  padding-top: 9rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/svsl-7-1852x874.jpg");
}
.cid-uDenWjaJvW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDenWjaJvW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDenWjaJvW .col-12 {
  position: relative;
}
.cid-uDenWjaJvW img {
  max-width: 800px;
  margin: auto;
}
.cid-uDenWjaJvW .text-wrapper {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .cid-uDenWjaJvW .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uDenWjaJvW .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uDenWjaJvW .image-wrapper {
    padding: 1rem;
  }
}
.cid-uDenWjaJvW .mbr-section-title {
  color: #ffffff;
}
.cid-uDenWjrVOf {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #fffefe;
}
.cid-uDenWjrVOf .mbr-section-subtitle {
  color: #3a5984;
}
.cid-uDenWjrVOf .mbr-text {
  text-align: justify;
}
.cid-uDesd3BjnU {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uDesd3BjnU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDesd3BjnU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDesd3BjnU ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uDesd3BjnU li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uDesd3BjnU ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #fe0c22;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uDesd3BjnU .list {
  text-align: justify;
}
.cid-uDeuwVQ6YF {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #fffefe;
}
.cid-uDeuwVQ6YF .mbr-section-subtitle {
  color: #3a5984;
}
.cid-uDeuwVQ6YF .mbr-text {
  text-align: justify;
}
.cid-uDenWjGNwg {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #111111;
}
.cid-uDenWjGNwg .mbr-section-head {
  margin-bottom: 12px;
}
.cid-uDenWjGNwg .mbr-section-title {
  color: #24262b;
}
.cid-uDenWjGNwg .mbr-section-subtitle {
  margin-top: 2px;
  color: #24262b;
}
.cid-uDenWjGNwg .card {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  padding: 1rem 2rem !important;
}
@media (max-width: 767px) {
  .cid-uDenWjGNwg .card {
    padding: 1rem !important;
  }
}
.cid-uDenWjGNwg .card:hover {
  transform: translateY(-1rem);
}
.cid-uDenWjGNwg .card img {
  max-width: 180px;
  height: auto;
}
.cid-uDenWk19TJ {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #111111;
  overflow: hidden;
}
.cid-uDenWk19TJ .media-container-row .mbr-text {
  color: #ffffff;
}
